Bug#592309: netbase: system waits for wired cable after yesterday's updates

2010-08-09 Thread Mikko Sorri
I'm not sure if this is right package because netbase was not updated
yestarday. If not, please forward to right address.

But something has changed in network settings.



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



Bug#592128: Please support building from remote git:// url

2010-08-09 Thread Guido Günther
On Sat, Aug 07, 2010 at 01:38:27PM -0400, Reinhard Tartler wrote:
> Package: git-buildpackage
> Version: 0.4.65
> Severity: wishlist
> 
> It would be great if the following command (or similar) would just work:
> 
> $ git-buildpackage --git-branch=sid 
> git://git.debian.org/pkg-multimedia/vlc.git -S

This makes sense. We don't even need an extra parameter --git-branch
since we can simply use what's there for branch naming. I'd simply add a
--git-clone-from option:

$ git-buildpackage --git-debian-branch=sid --git-upstream-branch=upstream 
--git-clone=git://git.debian.org/pkg-multimedia/vlc.git -S

We can then simply invoke gbp-pull with these options from within
git-buildpackage:

 gbp-pull --debian-branch=sid --upstream-branch=upstream 
git://git.debian.org/pkg-multimedia/vlc.git

I'll have to finish some other things first before looking at it so
patches are (as always) welcome.
Cheers,
 -- Guido



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



Bug#592311: ITP: spectacle -- RPM Spec file generator and management tool

2010-08-09 Thread Fathi Boudra
Package: wnpp
Severity: wishlist
Owner: Fathi Boudra 

* Package name: spectacle
  Version : 0.18
  Upstream Author : Intel Corporation
* URL : http://meego.gitorious.org/meego-developer-tools/spectacle
* License : GPL-2
  Programming Lang: Python
  Description : RPM Spec file generator and management tool

 Spectacle is a tool for managing and creating RPM spec files. It includes the
 tool to generate spec files from metadata file in YAML format, and tools to
 convert spec files or spec-builder's ini files to YAML format.

 For spectacle managed packages, all generic packaging information will be
 stored in the YAML file, and it also allows maintaining customizations in the
 spec file directly with special enclosure tags.

 The following tools are installed:
  * specify
the tool to generate or to update spec file, based on YAML
  * ini2spectacle
the tool to convert spec-builder .ini to YAML and new spec file
  * spec2spectacle
the tool to convert original spec to YAML and new spec file



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



Bug#592266: Debian mirrors: debian.mirror.root.lu FTP broken !

2010-08-09 Thread Mike Weimichkirch | root S.A.
Hello,
we have reconfigured the FTP Server. We have just to wait for the DNS to
deploy the changes.
After this, the registered configuration will work again.

Please disregard the request for the mirror change we've sent through the
webinterface yesterday.
Best regards.

Mike WEIMICHKIRCH
root S.A.
35, rue John F. Kennedy
L-7327 Steinsel

Tel.:  +352 20 500
Fax: +352 20 500-500
E-Mail:�...@root.lu 
Web:    http://www.root.lu

-Original Message-
From: Simon Paillard [mailto:spaill...@debian.org] 
Sent: Sonntag, 8. August 2010 22:08
To: Mike Weimichkirch | root S.A.; 592...@bugs.debian.org
Subject: Re: Debian mirrors: debian.mirror.root.lu FTP broken !

Hi,

On Sun, Aug 08, 2010 at 01:19:08PM +0200, Simon Paillard wrote:
> On Sat, Aug 07, 2010 at 09:53:07PM +0200, Mike Weimichkirch | root S.A.
wrote:
> > Hello Simon,
> > we can't see any problem on our mirror server. FTP is running fine.
> > Do you have a specific folder where the error occurs?
> 
> As submitted by you, the archive is supposed to be available at
> ftp://debian.mirror.root.lu/debian/ (NOT OK), while in FTP it's now:
> ftp://debian.mirror.root.lu/debian/debian/
> and
> ftp://debian.mirror.root.lu/debian/debian-cd/
> 
> Please make sure that for all protocols registered, you
> setup still match the record below, thanks !

Please adjust your FTP daemon setup, we cannot ask Debian users to change
their
APT setup.
Moreover, for consistency purpose, we prefer to have the archive at
/debian/ for all protocols, and same for /debian-cd/.

Thanks in advance.

> Site: debian.mirror.root.lu
> Type: leaf
> Archive-architecture: alpha amd64 arm armel hppa hurd-i386 i386 ia64
> kfreebsd-i386 kfreebsd-amd64 mips mipsel powerpc s390 sparc
> Archive-ftp: /debian/
> Archive-http: /debian/
> Archive-rsync: debian/
> Archive-upstream: ftp.de.debian.org
> CDImage-ftp: /debian-cd/
> CDImage-http: /debian-cd/
> CDImage-rsync: debian-cd/
> CDImage-upstream: ftp.de.debian.org
> IPv6: yes
> Maintainer: root S.A. 
> Country: LU Luxembourg
> Location: Steinsel
> Sponsor: root S.A. http://www.root.lu/
> Comment: 1Gbps

-- 
Simon Paillard




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



Bug#592187: Bug#576838: virtio network crashes again

2010-08-09 Thread Lukas Kolbe
Hi Ben,

Am Sonntag, den 08.08.2010, 03:36 +0100 schrieb Ben Hutchings:
> This is not the same bug as was originally reported, which is that
> virtio_net failed to retry refilling its RX buffer ring.  That is
> definitely fixed.  So I'm treating this as a new bug report, #592187.

Okay, thanks. 

> > > I think you need to give your guests more memory.
> > 
> > They all have between 512M and 2G - and it happens to all of them using
> > virtio_net, and none of them using rtl8139 as a network driver,
> > reproducibly.
> 
> The RTL8139 hardware uses a single fixed RX DMA buffer.  The virtio
> 'hardware' allows the host to write into RX buffers anywhere in guest
> memory.  This results in very different allocation patterns.
> 
> Please try specifying 'e1000' hardware, i.e. an Intel gigabit
> controller.  I think the e1000 driver will have a similar allocation
> pattern to virtio_net, so you can see whether it also triggers
> allocation failures and a network stall in the guest.
> 
> Also, please test Linux 2.6.35 in the guest.  This is packaged in the
> 'experimental' suite.

I'll rig up a test machine (the crashes all occured on production
guests, unfortunatly) and report back. 

> [...]
> > If it would be an OOM situation, wouldn't the OOM-killer be supposed to
> > kick in?
> [...]
> 
> The log you sent shows failure to allocate memory in an 'atomic' context
> where there is no opportunity to wait for pages to be swapped out.  The
> OOM killer isn't triggered until the system is running out of memory
> despite swapping out pages.

Ah, good to know, thanks!

> Also, I note that following the failure of virtio_net to refill its RX
> buffer ring, I see failures to allocate buffers for sending TCP ACKs.
> So the guest drops the ACKs, and that TCP connection will stall
> temporarily (until the peer re-sends the unacknowledged packets).
> 
> I also see 'nfs: server fileserver.backup.TechFak.Uni-Bielefeld.DE not
> responding, still trying'.  This suggests that the allocation failure in
> virtio_net has resulted in dropping packets from the NFS server.  And it
> just makes matters worse as it becomes impossible to free memory by
> flushing out buffers over NFS!

This sounds quite bad. 

This problem *seems* to be fixed by 2.6.32-19: we upgraded to that on a
different machine for host and guests, and an rsync of ~1TiB of data
didn't produce any page allocation failures using virtio. But I'd wait
for my tests with rsync/nfs and 2.6.32-18+e1000, 2.6.32-18+virtio
2.6.32-19+virtio and 2.6.35+virtio to conclude that.

Thanks for taking your time to explain things!

-- 
Lukas





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



Bug#592312: roundcube: Version 0.4 is available, please package

2010-08-09 Thread Rimas Kudelis
Package: roundcube
Version: 0.3.1-3~bpo50+1
Severity: wishlist


Roundcube 0.4 has been released today. Please make a package.



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



Bug#592313: [INTL:ast] Asturian grub2 updated translation

2010-08-09 Thread Maacub
Package: grub2
Version: N/A
Severity: wishlist
Tags: l10n patch

Please find attached the Asturian update translation of the grub2 package.

Thanks very much!


grub_debian_po_ast.po.gz
Description: GNU Zip compressed data


Bug#592314: ITP: meego-packaging-tools -- MeeGo packaging tools

2010-08-09 Thread Fathi Boudra
Package: wnpp
Severity: wishlist
Owner: Fathi Boudra 

* Package name: meego-packaging-tools
  Version : 0.5.1
  Upstream Author : Intel Corp.
* URL : http://repo.meego.com/MeeGo/builds/trunk/
* License : LGPL-2.1
  Programming Lang: Python and shell script
  Description : MeeGo packaging tools

 MeeGo packaging tools is a collection of utilities to setup packaging and
 build environment for MeeGo development.



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



Bug#591934: qemu-system: PXE boot unstable using etherboot

2010-08-09 Thread Michael Tokarev

06.08.2010 19:26, Vagrant Cascadian пишет:

Package: qemu-system
Version: 0.12.5+dfsg-1
Severity: important

qemu 0.12.x isn't working well with with etherboot, at least for me.


Ditto for qemu-kvm, see

it seems to probe the NIC twice, and on the second time, it seems to at least
partially work, able to load pxelinux over the network. (this aspect of the
problem seems identical to http://bugs.debian.org/585170)

but then, after loading pxelinux, it seems to sometimes hang qemu (screen goes
black, unable to switch to qemu monitor), and if it doesn't, it takes very long
to boot. if it does boot, sometimes the network card stops working, hanging the
root filesystem with nfsroot.

upstream has switched to gPXE, which has not yet been uploaded to debian, as
there are some outstanding licensing issues. http://bugs.debian.org/474034

live well,
   vagrant



___
pkg-qemu-devel mailing list
pkg-qemu-de...@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-qemu-devel





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



Bug#591397: Iceweasel produces error popups before starting and runs incredibly slowly

2010-08-09 Thread Mike Hommey
On Sun, Aug 08, 2010 at 12:25:35PM +0100, Richard Kettlewell wrote:
> On 08/08/2010 08:25, Mike Hommey wrote:
> >Could you attach a full strace output for iceweasel ?
> 
> Attached.  Command was "strace -r -q -o trace -f iceweasel".

I think the whole problem is due to this:
10037  0.75 mkdir("/home/richard/.dbus", 0700) = -1 EEXIST (File exists)
10037  0.61 mkdir("/home/richard/.dbus/session-bus", 0700) = -1 EACCES 
(Permission denied)
10037  0.000198 write(2, "Unable to create /home/richard/."..., 49) = 49
10037  0.82 
open("/home/richard/.dbus/session-bus/620e4e5789a46d4838ff0b004746dfa0-10", 
O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1 EACCES (Permission denied)

Arguably, it shouldn't have such a startup impact, but that would be a
problem with how dbus operates, imho.

Can you check the permissions in these directories, fix them, and see if
it works better? If so, we'll reassign to dbus.

Mike



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



Bug#580160: groovy: stargGroovy can't find javac

2010-08-09 Thread Torsten Werner
Hi,

Am 08.08.2010 21:33, schrieb Ludovic Claude:
> Yes, we should replace the upstream statrGroovy script with something
> that works only on Debian, it will be easier to maintain

I do not mind getting a new start script but please target such uploads
to the experimental suite because Debian is frozen now.

Cheers,
Torsten



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



Bug#591934: qemu-system: PXE boot unstable using etherboot

2010-08-09 Thread Michael Tokarev

06.08.2010 19:26, Vagrant Cascadian wrote:

Package: qemu-system
Version: 0.12.5+dfsg-1
Severity: important

qemu 0.12.x isn't working well with with etherboot, at least for me.


Ditto for qemu-kvm, see #585170 .

I asked on qemu-deve list (and someone CC'd etherboot), but no
answer come from that direction except of switching to discussing
gpxe licensing again...

/mjt



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



Bug#592315: firefox/chromium fails with libnss3-1d from unstable

2010-08-09 Thread Chris Donoghue
Package: libnss3-1d
Version: 3.12.7-1
Severity: normal
Tags: sid


This fails on chromium and firefox on certain https sites.

e.g. going to https://www.citylink.com.au

gives error

---
This webpage is not available.

The webpage at https://www.citylink.com.au/ might be temporarily down or it may 
have moved permanently to a new web address.

  More information on this error

Below is the original error message

Error 2 (net::ERR_FAILED): Unknown error.
---

The site also fails in iceweasel with error
---
Secure Connection Failed
  
An error occurred during a connection to www.citylink.com.au.

SSL received a malformed Server Key Exchange handshake message.

(Error code: ssl_error_rx_malformed_server_key_exch)

*   The page you are trying to view can not be shown because the 
authenticity of the received data could not be verified.

*   Please contact the web site owners to inform them of this problem. 
Alternatively, use the command found in the help menu to report this broken 
site.

---


Installing back version 3.12.6-3 makes things work again.



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



Bug#592316: emacs23-bin-common: please register emacsclient as editor

2010-08-09 Thread Lionel Elie Mamane
Package: emacs23-bin-common
Version: 23.2+1-2.1
Severity: wishlist
Tags: patch
Attach: /usr/local/share/applications/emacsclient.desktop 

Please register emacslient as an editor in /usr/share/applications/.
As a comparison point, package gnuserv registers gnuclient there. I
attach a "works for me"
/usr(/local)/share/applications/emacsclient.desktop,
derived from the one in package gnuserv. You'll probably want to
replace "bin/emacsclient" by "bin/emacsclient.emacs23" in the
package.

-- System Information:
Debian Release: 5.0.5
  APT prefers stable
  APT policy: (500, 'stable'), (400, 'testing'), (300, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages emacs23-bin-common depends on:
ii  emacs23-common23.2+1-2.1 The GNU Emacs editor's shared, arc
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  liblockfile1  1.08-3 NFS-safe locking library, includes

emacs23-bin-common recommends no packages.

emacs23-bin-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#592078: [Lynx-dev] Re: Bug#592078: lynx-cur: system's language setting seems ignored

2010-08-09 Thread Thomas Dickey

On Mon, 9 Aug 2010, Atsuhito Kohda wrote:


Hi Thomas,

On Sun, 8 Aug 2010 10:13:12 -0400 (EDT), Thomas Dickey wrote:


On Sat, 7 Aug 2010, Sebastien Hinderer wrote:


Package: lynx-cur
Version: 2.8.8dev.4-2
Severity: important

Although locales are configured in french, lynx prints itsmessages
inenglish
hereas other programs continue to work normally.


The problem that I see is that lynx-cur's message files are not
installed.
Looking further, I see that the problem is a typo left from my removal
of mkinstalldirs.sh in dev.4

Here's a diff of the fix for that:


I just uploaded a fixed version.  Thanks for your kind help.


thanks (I've been distracted with mawk recently, expect to switch back to 
lynx after dealing with mawk...)


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



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



Bug#503679: mirror listing update for russell.cs.bilgi.edu.tr, push setup from ftp.tr

2010-08-09 Thread onur güngör
Yes, the pushes are working.

2010/8/8 Simon Paillard 

> Hi you two,
>
> On Wed, Apr 22, 2009 at 09:14:17PM +0200, Simon Paillard wrote:
> > On Tue, Apr 21, 2009 at 09:50:53PM +0300, onur güngör wrote:
> > > I set the mainstream server as ftp.tr.debian.org does not have a
> public ssh
> > > key. Is this acceptable or should I contact them?
> >
> > Levent, could you please send the public ssh key of the user that will
> > perform the push to onur ?
> >
> > See http://debian.org/mirror/push_mirroring for details
>
> The timestamps seem to say the push is setup, can you confirm ?
>
> --
> Simon Paillard
>


Bug#592317: developers-reference: Document the communication channels and what's expected from DD in terms of communication/marketing

2010-08-09 Thread Raphael Hertzog
Package: developers-reference
Version: 3.4.3
Severity: wishlist

In the publicity Bof at debconf, we agreed that we need to better
communicate to DD the various communication channels that are available
and the way that they are expected to use them.

Among important things:
- we want to make sure that people use d-d-a only for stuff relevant to
  developers only, other announces or press-releases ought to be sent to
  debian-news or debian-announce via the press team
- we want developers to use wiki.debian.org/DeveloperNews if they have
  stuff that's not worth a single mail to d-d-a
- we want contributors to suggest entries for the Debian Project News by
  sending mails to debian-publicity
- we want people to coordinate announces/press releases with
  debian-public...@l.d.o or pr...@debian.org (only for announces that
  should not leak via the ML)
- we want DD to know that they can help because they have commit rights
  to the DPN svn repository

Maybe people from debian-publicity have other items to suggest.

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer ◈ [Flattr=20693]

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



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



Bug#496930: Status

2010-08-09 Thread Julien Danjou
On Mon, Aug 09 2010, Daniel Dehennin wrote:

> For now, it can be closed, should I close it or tag it as wontfix?

If the software is never to be packaged, close it.

-- 
Julien Danjou
// ᐰhttp://julien.danjou.info



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



Bug#589945: this is being tracked as a kernel bug (16494)

2010-08-09 Thread Andy Chittenden
https://bugzilla.kernel.org/show_bug.cgi?id=16494

--
Andy, BlueArc Engineering



Bug#591290: Buffer I/O error on device sr0, logical block 0

2010-08-09 Thread Kay Sievers
On Mon, Aug 9, 2010 at 08:02, Stanislav Maslovski
 wrote:
> On Tue, Aug 03, 2010 at 08:20:03AM +0200, Kay Sievers wrote:

> Thanks for your input. I did what you suggested; the log from runnig
> 'udevadm test /class/block/sr0' is attached to this e-mail. I see lots
> of the same errors in dmesg when I run this test (see below). I can do
> further tests if you tell me which calls I should run manually.

It's a Debian bug. With upstream udev rules from 'make install', blkid
runs only for data disks.

Kay



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



Bug#503679: mirror listing update for russell.cs.bilgi.edu.tr

2010-08-09 Thread onur güngör
On Sun, Aug 8, 2010 at 7:11 PM, Simon Paillard <
simon.paill...@resel.enst-bretagne.fr> wrote:

> Hi Onur,
>
> It seem we still have some old questions to solve :-)
>
> On Sat, Dec 27, 2008 at 07:55:47PM +0100, Simon Paillard wrote:
> > On Sun, Nov 02, 2008 at 09:20:51PM +0100, Simon Paillard wrote:
> > > On Sun, Nov 02, 2008 at 07:57:58PM +0200, onur güngör wrote:
> > > > On Sun, Nov 2, 2008 at 4:08 PM, Simon Paillard wrote:
> > > > > On Mon, Oct 27, 2008 at 12:53:05PM +, Onur Gungor wrote:
> > > > Actually the purpose of this update was to change the domain name of
> the
> > > > mirror to russell.cs.bilgi.edu.tr . So we will be glad if you change
> it to
> > > > russell.
> > >
> > > No problem.
> > > However, please confirm that you will keep godel.cs.bilgi.edu.tr
> > > functionnal and pointing to russell, because many Debian users are
> > > already configured with the name godel.
>
> 1/ Site name
>
> The bug is about moving from godel.cs.bilgi.edu.tr to
> russell.cs.bilgi.edu.tr.
>
> However, the local trace file is named
>
> http://russell.cs.bilgi.edu.tr/debian-volatile/project/trace/godel.cs.bilgi.edu.tr
>
> Instead, I'd like to propose: create a debian.cs.bilgi.edu.tr which
> points to whatever host you want and set MIRRORNAME in ftpsync.conf to
> debian.cs.bilgi.edu.tr, it's easier for everyone.
>

I have changed the MIRRORNAME to russell.cs.bilgi.edu.tr as the bug
requires. But we are considering your recommendation also. I just asked my
collegues, so when I get an answer, I'll make you know.

>
>
> 2/ ftpsync for volatile as well
> Please use ftpsync for volatile as well, using a ftpsync-volatile.conf
> (with the same MIRRORNAME as the standard archive).
> BTW, you may sync volatile from ftp.tr, see Levent for the push.
>

I have created a configuration file for this.

I'm contacting Levent.


>
> Thanks for mirroring Debian and best regards.
>
> --
> Simon Paillard
>
>
>


Bug#592318: codeblocks: crushing at the close

2010-08-09 Thread baldman
Package: codeblocks
Version: 10.05svn6435
Severity: minor

System: Linux 2.6.32-5-amd64 #1 SMP Sat Jul 24 01:47:24 UTC 2010 x86_64
X Vendor: The X.Org Foundation
X Vendor Release: 10707000
Selinux: No
Accessibility: Disabled
GTK+ Theme: Glossy
Icon Theme: buuf2.30
GTK+ Modules: gnomebreakpad, canberra-gtk-module

Memory status: size: 582959104 vsize: 582959104 resident: 79454208 share:
35549184 rss: 79454208 rss_rlim: 18446744073709551615
CPU usage: start_time: 1281340588 rtime: 12780 utime: 10734 stime: 2046
cutime:92 cstime: 46 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/codeblocks'

[Thread debugging using libthread_db enabled]
[New Thread 0x7f97380c5710 (LWP 4448)]
[New Thread 0x7f97388c6710 (LWP 4447)]
[New Thread 0x7f97390c7710 (LWP 4446)]
[New Thread 0x7f97398c8710 (LWP 4445)]
0x7f9744bd7b4d in waitpid () from /lib/libpthread.so.0
#0  0x7f9744bd7b4d in waitpid () from /lib/libpthread.so.0
#1  0x7f97424b2929 in IA__g_spawn_sync (
working_directory=, argv=,
envp=, flags=,
child_setup=, user_data=,
standard_output=0x0, standard_error=0x0, exit_status=0x0,
error=0x7fff592312b8) at /tmp/buildd/glib2.0-2.24.1/glib/gspawn.c:386
#2  0x7f97424b2c39 in IA__g_spawn_command_line_sync (
command_line=, standard_output=0x0,
standard_error=0x0, exit_status=0x0, error=0x7fff592312b8)
at /tmp/buildd/glib2.0-2.24.1/glib/gspawn.c:700
#3  0x7f973acc4de1 in ?? ()
   from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#4  
#5  0x7f9743eea175 in raise () from /lib/libc.so.6
#6  0x7f9743eecf80 in abort () from /lib/libc.so.6
#7  0x7f9744ee1921 in wxFatalSignalHandler ()
   from /usr/lib/libwx_baseu-2.8.so.0
#8  
#9  0x0131 in ?? ()
#10 0x7f9747016d70 in wxPGGlobalVarsClass::~wxPGGlobalVarsClass() ()
   from /usr/lib/libcodeblocks.so.0
#11 0x7f974702ab08 in
wxPGGlobalVarsClassManager::~wxPGGlobalVarsClassManager() () from
/usr/lib/libcodeblocks.so.0
#12 0x7f9743eee975 in __cxa_finalize () from /lib/libc.so.6
#13 0x7f9746d0bf46 in ?? () from /usr/lib/libcodeblocks.so.0
#14 0x008d in ?? ()
#15 0x in ?? ()

Thread 5 (Thread 0x7f97398c8710 (LWP 4445)):
#0  0x7f9744bd416c in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
No symbol table info available.
#1  0x7f9744edacb3 in wxConditionInternal::Wait() ()
   from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#2  0x7f9744edb879 in wxSemaphoreInternal::Wait() ()
   from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#3  0x7f9746db4c0a in BackgroundThread::Entry() ()
   from /usr/lib/libcodeblocks.so.0
No symbol table info available.
#4  0x7f9744edc1ca in wxThreadInternal::PthreadStart(wxThread*) ()
   from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#5  0x7f9744bcf8ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#6  0x7f9743f8701d in clone () from /lib/libc.so.6
No symbol table info available.
#7  0x in ?? ()
No symbol table info available.

Thread 4 (Thread 0x7f97390c7710 (LWP 4446)):
#0  0x7f9744bd416c in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
No symbol table info available.
#1  0x7f9744edacb3 in wxConditionInternal::Wait() ()
   from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#2  0x7f9744edb879 in wxSemaphoreInternal::Wait() ()
   from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#3  0x7f9746db4c0a in BackgroundThread::Entry() ()
   from /usr/lib/libcodeblocks.so.0
No symbol table info available.
#4  0x7f9744edc1ca in wxThreadInternal::PthreadStart(wxThread*) ()
   from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#5  0x7f9744bcf8ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#6  0x7f9743f8701d in clone () from /lib/libc.so.6
No symbol table info available.
#7  0x in ?? ()
No symbol table info available.

Thread 3 (Thread 0x7f97388c6710 (LWP 4447)):
#0  0x7f9744bd416c in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
No symbol table info available.
#1  0x7f9744edacb3 in wxConditionInternal::Wait() ()
   from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#2  0x7f9744edb879 in wxSemaphoreInternal::Wait() ()
   from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#3  0x7f9746db4c0a in BackgroundThread::Entry() ()
   from /usr/lib/libcodeblocks.so.0
No symbol table info available.
#4  0x7f9744edc1ca in wxThreadInternal::PthreadStart(wxThread*) ()
   from /usr/lib/libwx_baseu-2.8.so.0
No symbol table info available.
#5  0x7f9744bcf8ba in start_thread () from /lib/libpthread.so.0
No symbol table info available.
#6  0x7f9743f8701d in clone () from /lib/libc.so.6
No symbol table info available.
#7  0x in ?? ()
No symbol table info available.

Thread 2 (Thr

Bug#587657: locally installed plugins aren't loaded

2010-08-09 Thread Robert Ramiega
On Sun, Aug 08, 2010 at 02:29:02AM +0200, Niels Thykier wrote:
> > 
> > Lines regarding org.sat4j where identical in both bundles.info files =o(
> > 
> 
> I very much hope you have overlooked something here. This below is from
> your ~/.eclipse bundles.info
> org.sat4j.core,2.2.0.v20100801,plugins/org.sat4j.core_2.2.0.v20100625.jar,4,false
> org.sat4j.pb,2.2.0.v20100801,plugins/org.sat4j.pb_2.2.0.v20100625.jar,4,false
> 
> and this is from my /usr/lib/eclipse/.../bundles.info:
> org.sat4j.core,2.2.0.v20100625,plugins/org.sat4j.core_2.2.0.v20100625.jar,4,false
> org.sat4j.pb,2.2.0.v20100625,plugins/org.sat4j.pb_2.2.0.v20100625.jar,4,false
> 
> If you look at the "second" entry (after the first comma) the version
> numbers (the date parts) are different. If your

 You are right, I overlooked that "second" entry. If you look closely you'll
notice that "third" entry got right version number and there is missmatch
between those 2 entries.

 After fixing "second" entry I finally can see my ADT plugin =o))

 Thanks for all your help =o)))

Best regards
Robert

-- 
 NameLess, the Jedi | Just a friendly Jedi Knight
 Robert Ramięga | http://nlj.plukwa.net/



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



Bug#592319: Please add (or allow me to add where possible) debian-l10n-romanian to various gateways/archives

2010-08-09 Thread Andrei POPESCU
Package: lists.debian.org
Severity: wishlist

Hi,

Currently the Romanian community is small enough to use the -l10n list 
even for -user stuff[0], but the list is not available via gmane, 
googlegroups or other similar services, which would be helpful for 
people preferring a web interface/forum like experience.

Please subscribe the list to googlegroups and gmane (or any other 
similar service you think it makes sense). With your approval, I could 
do it myself for gmane[1], but have no ideea how to do it for 
googlegroups...

[0] I'll bother you with another wishlist bug if this ever changes ;)
[1] http://gmane.org/subscribe.php

Many thanks,
Andrei


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

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



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



Bug#591397: Iceweasel produces error popups before starting and runs incredibly slowly

2010-08-09 Thread Richard Kettlewell

On 09/08/2010 08:48, Mike Hommey wrote:

On Sun, Aug 08, 2010 at 12:25:35PM +0100, Richard Kettlewell wrote:

On 08/08/2010 08:25, Mike Hommey wrote:

Could you attach a full strace output for iceweasel ?


Attached.  Command was "strace -r -q -o trace -f iceweasel".


I think the whole problem is due to this:
10037  0.75 mkdir("/home/richard/.dbus", 0700) = -1 EEXIST (File exists)
10037  0.61 mkdir("/home/richard/.dbus/session-bus", 0700) = -1 EACCES 
(Permission denied)
10037  0.000198 write(2, "Unable to create /home/richard/."..., 49) = 49
10037  0.82 
open("/home/richard/.dbus/session-bus/620e4e5789a46d4838ff0b004746dfa0-10", 
O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1 EACCES (Permission denied)

Arguably, it shouldn't have such a startup impact, but that would be a
problem with how dbus operates, imho.

Can you check the permissions in these directories, fix them, and see if
it works better? If so, we'll reassign to dbus.


*red face*

rich...@deodand:~$ ls -ld .dbus
drwx--S--- 3 root richard 4096 Nov 22  2009 .dbus

With that fixed it works fine.

Sorry for the waste of time!

ttfn/rjk



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



Bug#591944: [linux-2.6] I can't see all files and directory with mount.cifs

2010-08-09 Thread Guy Roussin



When i mount.cifs a windows share from a server (samba 3.0),
i can see only 151 files and dir with ls -al | wc -l but thereis
around 600 files and dir on this share. If i reboot my host
with 2.6.26 (kernel from lenny) i can see all files and dir ...

I test with squeeze and sid (i686) and i get the same problem.

Note that i can cd and cat "invisible" files and dir if i
know their names (i can't see them with ls) ! The problem
do not occur with smbclient or nautilus with smb://server/share,
only with mount.cifs


Please retest with 2.6.32-19 from unstable, -5 is quite old.


I test with 2.6.32-19 today (*) on a debian sid (i686). The problem is still 
there.
I test also with an old 2.6.32 version (2.6.32-8) : same problem.
With 2.6.26-21 and 2.6.26-24 (from lenny) on this same host (debian sid i686)
there is no problem : i can see all files and directories.

Thank you,

Guy

(*)
$ apt-cache policy linux-image-2.6.32-5-686
linux-image-2.6.32-5-686:
  Installé : 2.6.32-19
  Candidat : 2.6.32-19
 Table de version :
 *** 2.6.32-19 0
500 http://ftp2.fr.debian.org sid/main Packages
100 /var/lib/dpkg/status
 2.6.32-18 0
300 http://ftp2.fr.debian.org squeeze/main Packages



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



Bug#592286: python-kde4-dev doesn't actually contain pykdeuic4

2010-08-09 Thread Felix Geyer
retitle 592286 python-kde4-dev needs to depend on python-kde4
thanks

Turns out that applications using PyKDE4 need those uic files at runtime.
So instead python-kde4-dev should just depend on python-kde4 to keep the
symlink always valid.




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



Bug#592315: firefox/chromium fails with libnss3-1d from unstable

2010-08-09 Thread Mike Hommey
On Mon, Aug 09, 2010 at 05:50:43PM +1000, Chris Donoghue wrote:
> Package: libnss3-1d
> Version: 3.12.7-1
> Severity: normal
> Tags: sid
> 
> 
> This fails on chromium and firefox on certain https sites.
> 
> e.g. going to https://www.citylink.com.au
(...)
>
> Installing back version 3.12.6-3 makes things work again.

Long story short: the server is insecure (see the upstream bug below).

A workaround for iceweasel is given here:
https://bugzilla.mozilla.org/show_bug.cgi?id=583337#c6

Mike



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



Bug#592320: nslcd: unnecessary $ expansions cause spurious warnings

2010-08-09 Thread Sergio Gelato
Package: nss-pam-ldapd
Version: 0.7.2
Severity: minor

[Seen in version 0.7.2 on Ubuntu lucid, probably also applies to the latest
version since the VCS shows no relevant code changes since then.]

common/expr.c:parse_dollar_expression() will always evaluate $cn in
${gecos:-$cn} even when the gecos attribute is non-null. For an entry
with multiple cn values, this results in warnings "entry $dn contains
multiple cn values" which are just an annoyance when the entry also
contains a gecos attribute. (There are legitimate reasons for the cn
attribute to be multi-valued.)

Would it be possible to optimize away the evaluation of the right-hand
side of :- and :+ based on the value of the left-hand side?



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



Bug#592319: Please add (or allow me to add where possible) debian-l10n-romanian to various gateways/archives

2010-08-09 Thread Andrei Popescu
On Lu, 09 aug 10, 11:23:08, Andrei POPESCU wrote:
> 
> Currently the Romanian community is small enough to use the -l10n list 
> even for -user stuff[0], but the list is not available via gmane, 
> googlegroups or other similar services, which would be helpful for 
> people preferring a web interface/forum like experience.

Forgot to mention, could you please also change the description of 
-l10n-romanian to:

"Discussing Romanian localization issues, mainly translating Debian docs 
and programs to Romanian.

This list is currently also used for support and general discussions 
among Romanian users." 

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Bug#592208: mc: Can't open files for edit (F4) with space in filenames

2010-08-09 Thread Michelle Konzack
Am 2010-08-08 16:58:34, schrieb Slavko:
> and it works. But when i send filename to editor by pressing F4, this
> quoting must by done by mc.

In this case you are right.  However, here it has never used an external
editor for viewing or editing.

How do you have configred mc?

I have tried it (I use "mc" minutely since I write my  E-Mails  with  it
from mutt) and it does never use ${EDITOR} (set to "mcedit") or "editor"

I realy can not reproduce the problem.

Thanks, Greetings and nice Day/Evening
Michelle Konzack

-- 
# Debian GNU/Linux Consultant ##
   Development of Intranet and Embedded Systems with Debian GNU/Linux

itsyst...@tdnet France EURL   itsyst...@tdnet UG (limited liability)
Owner Michelle KonzackOwner Michelle Konzack

Apt. 917 (homeoffice)
50, rue de Soultz Kinzigstraße 17
67100 Strasbourg/France   77694 Kehl/Germany
Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
Tel: +33-9-52705884 fix

  
 

Jabber linux4miche...@jabber.ccc.de
ICQ#328449886

Linux-User #280138 with the Linux Counter, http://counter.li.org/


signature.pgp
Description: Digital signature


Bug#592208: [Pkg-mc-devel] Bug#592208: mc: Can't open files for edit (F4) with space in filenames

2010-08-09 Thread Yury V. Zaytsev
On Mon, 2010-08-09 at 10:34 +0200, Michelle Konzack wrote:

> In this case you are right.  However, here it has never used an external
> editor for viewing or editing.
> 
> How do you have configred mc?

I suspect that he is using it for sensible-editor and our
sensible-editor script contains the following:

mcedit $@

I guess that if you configure mcedit as sensible-editor and turn on "use
external editor" switch in mc it might not quote the name correctly. I
didn't check this out though...
 
-- 
Sincerely yours,
Yury V. Zaytsev




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



Bug#592321: missing init script

2010-08-09 Thread Evgeni Golov
Package: thinkfan
Version: 0.7.1-1
Severity: grave

As reported by Uros Golja :
> as far as I can tell, the thinkfan package (version 0.7.1-1) in Debian
> does not ship with an init.d script. Is this a bug or a feature?

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

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



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



Bug#592208: [Pkg-mc-devel] Bug#592208: Bug#592208: mc: Can't open files for edit (F4) with space in filenames

2010-08-09 Thread Yury V. Zaytsev
On Mon, 2010-08-09 at 10:42 +0200, Yury V. Zaytsev wrote:

> I guess that if you configure mcedit as sensible-editor and turn on "use
> external editor" switch in mc it might not quote the name correctly. I
> didn't check this out though...

Hmmm... just tested my assumption. Seems to work fine. 
I can't reproduce this bug.
 
-- 
Sincerely yours,
Yury V. Zaytsev




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



Bug#591397: Iceweasel produces error popups before starting and runs incredibly slowly

2010-08-09 Thread Mike Hommey
reassign 591397 libdbus-1-3
thanks

On Mon, Aug 09, 2010 at 09:22:54AM +0100, Richard Kettlewell wrote:
> On 09/08/2010 08:48, Mike Hommey wrote:
> >On Sun, Aug 08, 2010 at 12:25:35PM +0100, Richard Kettlewell wrote:
> >>On 08/08/2010 08:25, Mike Hommey wrote:
> >>>Could you attach a full strace output for iceweasel ?
> >>
> >>Attached.  Command was "strace -r -q -o trace -f iceweasel".
> >
> >I think the whole problem is due to this:
> >10037  0.75 mkdir("/home/richard/.dbus", 0700) = -1 EEXIST (File 
> >exists)
> >10037  0.61 mkdir("/home/richard/.dbus/session-bus", 0700) = -1 
> >EACCES (Permission denied)
> >10037  0.000198 write(2, "Unable to create /home/richard/."..., 49) = 49
> >10037  0.82 
> >open("/home/richard/.dbus/session-bus/620e4e5789a46d4838ff0b004746dfa0-10", 
> >O_WRONLY|O_CREAT|O_TRUNC, 0666) = -1 EACCES (Permission denied)
> >
> >Arguably, it shouldn't have such a startup impact, but that would be a
> >problem with how dbus operates, imho.
> >
> >Can you check the permissions in these directories, fix them, and see if
> >it works better? If so, we'll reassign to dbus.
> 
> *red face*
> 
> rich...@deodand:~$ ls -ld .dbus
> drwx--S--- 3 root richard 4096 Nov 22  2009 .dbus
> 
> With that fixed it works fine.

I still think there must be something wrong with how dbus handles that,
as it shouldn't lead to such a delay in application startup.

Cheers,

Mike



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



Bug#592208: [Pkg-mc-devel] Bug#592208: Bug#592208: mc: Can't open files for edit (F4) with space in filenames

2010-08-09 Thread Michelle Konzack
Am 2010-08-09 10:46:46, schrieb Yury V. Zaytsev:
> On Mon, 2010-08-09 at 10:42 +0200, Yury V. Zaytsev wrote:
> 
> > I guess that if you configure mcedit as sensible-editor and turn on "use
> > external editor" switch in mc it might not quote the name correctly. I
> > didn't check this out though...
> 
> Hmmm... just tested my assumption. Seems to work fine. 
> I can't reproduce this bug.

Here too...

Does quoting depend on the shell used?

Thanks, Greetings and nice Day/Evening
Michelle Konzack

-- 
# Debian GNU/Linux Consultant ##
   Development of Intranet and Embedded Systems with Debian GNU/Linux

itsyst...@tdnet France EURL   itsyst...@tdnet UG (limited liability)
Owner Michelle KonzackOwner Michelle Konzack

Apt. 917 (homeoffice)
50, rue de Soultz Kinzigstraße 17
67100 Strasbourg/France   77694 Kehl/Germany
Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
Tel: +33-9-52705884 fix

  
 

Jabber linux4miche...@jabber.ccc.de
ICQ#328449886

Linux-User #280138 with the Linux Counter, http://counter.li.org/


signature.pgp
Description: Digital signature


Bug#592322: freshclam.conf: update moves DatabaseMirror line

2010-08-09 Thread Török Edwin
Package: clamav-freshclam
Version: 0.96.1+dfsg-3
Severity: normal

After updating clamav-freshclam I got this diff:
--- /etc/clamav/freshclam.conf 2010-06-10 15:40:04.624888178 +0300
+++ /var/lib/clamav/freshclam.conf 2010-08-09 12:03:46.265177327 +0300
@@ -23,7 +23,7 @@
 Bytecode true
 # Check for new database 24 times a day
 Checks 24
-DatabaseMirror db.ro.clamav.net
 DatabaseMirror db.local.clamav.net
 DatabaseMirror database.clamav.net
+DatabaseMirror db.ro.clamav.net
 SubmitDetectionStats /usr/local/etc/clamd.conf

That is not right, it moves my manually set mirror (db.ro.clamav.net) to the
end, effectively disabling it, since mirrors are tried in the order specified in
freshclam.conf.

-- Package-specific info:
--- configuration ---
Checking configuration files in /usr/local/etc

Config file: clamd.conf
---

Config file: freshclam.conf
---
LogFileMaxSize = "2097152"
LogTime = "yes"
LogSyslog = "yes"
LogFacility = "LOG_LOCAL6"
LogVerbose disabled
PidFile disabled
DatabaseDirectory = "/usr/local/share/clamav"
Foreground disabled
Debug disabled
AllowSupplementaryGroups disabled
UpdateLogFile = "/var/tmp/freshclam-dev.log"
DatabaseOwner = "clamav"
Checks = "288"
DNSDatabaseInfo = "current.cvd.clamav.net"
DatabaseMirror = "db.ro.clamav.net"
MaxAttempts = "3"
ScriptedUpdates = "yes"
TestDatabases = "yes"
CompressLocalDatabase = "yes"
ExtraDatabase disabled
HTTPProxyServer disabled
HTTPProxyPort disabled
HTTPProxyUsername disabled
HTTPProxyPassword disabled
HTTPUserAgent = "ClamAV/0.96"
NotifyClamd = "/usr/local/etc/clamd.conf"
OnUpdateExecute disabled
OnErrorExecute disabled
OnOutdatedExecute disabled
LocalIPAddress disabled
ConnectTimeout = "30"
ReceiveTimeout = "30"
SubmitDetectionStats = "/usr/local/etc/clamd.conf"
DetectionStatsCountry disabled
DetectionStatsHostID = "1834CA1A60ABEAD9B92E52FC0A7A1430"
SafeBrowsing = "yes"
Bytecode = "yes"

Config file: clamav-milter.conf
---
LogFile = "/tmp/clamav-milter.log"
LogFileUnlock disabled
LogFileMaxSize = "1048576"
LogTime = "yes"
LogSyslog disabled
LogFacility = "LOG_LOCAL6"
LogVerbose = "yes"
PidFile disabled
TemporaryDirectory disabled
FixStaleSocket = "yes"
MaxThreads = "10"
ReadTimeout = "120"
Foreground disabled
User disabled
AllowSupplementaryGroups disabled
MaxFileSize = "26214400"
ClamdSocket = "tcp:127.0.0.1:3310"
MilterSocket = "local:/var/spool/postfix/clamav/clamav-milter.socket"
MilterSocketGroup disabled
MilterSocketMode disabled
LocalNet disabled
OnClean = "Accept"
OnInfected = "Quarantine"
OnFail = "Defer"
RejectMsg disabled
AddHeader = "Yes"
ReportHostname disabled
VirusAction disabled
Chroot disabled
Whitelist disabled
SkipAuthenticated disabled
LogInfected = "Full"

Software settings
-
Version: devel-debian/0.95+dfsg-1-6217-g5925b3d
WARNING: Version mismatch: libclamav=devel-debian/0.95+dfsg-1-6217-g5925b3d, 
clamconf=0.96.1
Optional features supported: MEMPOOL IPv6 CLAMUKO AUTOIT_EA06 BZIP2 RAR JIT
Database directory: /usr/local/share/clamav
WARNING: freshclam.conf and clamd.conf point to different database directories
main.cvd: version 52, sigs: 704727, built on Mon Feb 15 16:54:51 2010
daily.cld: version 11465, sigs: 108855, built on Fri Jul 30 14:43:50 2010
safebrowsing.cvd: version 22733, sigs: 652021, built on Fri Jul 30 17:45:37 2010
bytecode.cvd: version 32, sigs: 8, built on Wed Jul 21 20:29:22 2010

Platform information

uname: Linux 2.6.35 #86 SMP PREEMPT Mon Aug 2 09:28:05 EEST 2010 x86_64
OS: linux-gnu, ARCH: x86_64, CPU: x86_64
Full OS version: Debian GNU/Linux unstable (sid)
zlib version: 1.2.5 (1.2.5), compile flags: a9

Build information
-
GNU C: 4.5.1 20100419 (prerelease) (4.5.1)
GNU C++: 4.4.4 (4.4.4)
CPPFLAGS: 
CFLAGS: -g -O2 -fno-strict-aliasing
CXXFLAGS: 
LDFLAGS: 
Configure: 'CC=gcc-4.5' 'CXX=g++-4.5'

--- data dir ---
total 52276
-rw-r--r-- 1 clamav clamav81920 Jul 21 20:36 bytecode.cld
-rw-r--r-- 1 clamav clamav  1144450 May 12 10:30 
clamav-0f0a4f37c629bd698b5496275820d228
-rw-r--r-- 1 clamav clamav  1305730 May 12 10:30 
clamav-1f17ed2cdedc0937fb7fe976c5ba787e
-rw-r--r-- 1 clamav clamav  9788770 May 12 10:30 
clamav-2513f3e32b00f8b939519cba62edae9e
-rw-r--r-- 1 clamav clamav   335872 May 12 10:30 
clamav-5c0271fb289e43c101da2b9f8be65933
-rw-r--r-- 1 clamav clamav  1560610 May 12 10:30 
clamav-9f04afe919251c743736ae892053279a
-rw-r--r-- 1 clamav clamav  9708736 May 12 10:30 
clamav-ab3318f3a5413b3d43ff71726196d3a5
-rw-r--r-- 1 clamav clamav  6669312 Aug  9 08:34 daily.cld
-rw-r--r-- 1 root   root782 Aug  9 12:03 freshclam.conf
-rw-r--r-- 1 clamav clamav 22906487 May 12 22:05 main.cvd
-rw--- 1 clamav clamav  988 Aug  9 11:03 mirrors.dat
-rw--- 1 clamav clamav  512 Jun 10 15:42 stats.dat

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

Kerne

Bug#592323: /etc/cron.weekly/apt-xapian-index: cron job exits with error

2010-08-09 Thread Jan Schulz
Package: apt-xapian-index
Version: 0.38
Severity: normal
File: /etc/cron.weekly/apt-xapian-index

I get the following error in my daily logwatch output:

/etc/cron.weekly/apt-xapian-index:
Traceback (most recent call last):
  File "/usr/sbin/update-apt-xapian-index", line 102, in 
indexer.incrementalUpdate()
  File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 629, in 
incrementalUpdate
self.updateIndex(dbpath)
  File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 594, in updateIndex
unchanged, outdated, obsolete = self.compareCacheToDb(cache, db)
  File "/usr/lib/pymodules/python2.6/axi/indexer.py", line 566, in 
compareCacheToDb
for (idx, m) in enumerate(db.postlist("")):
  File "/usr/lib/python2.6/dist-packages/xapian.py", line 5534, in next
self._iter.next()
RuntimeError: basic_string::assign
run-parts: /etc/cron.weekly/apt-xapian-index exited with return code 1

I've no idea what's happening here, so any help appreciated...

Kind regards,

Jan

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (900, 'unstable'), (500, 'experimental'), (99, 
'maverick-updates'), (99, 'maverick')
Architecture: i386 (i586)

Kernel: Linux 2.6.32-5-486
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 apt-xapian-index depends on:
ii  python2.6.5-12   interactive high-level object-orie
ii  python-apt0.7.96.1   Python interface to libapt-pkg
ii  python-debian 0.1.18 Python modules to work with Debian
ii  python-support1.0.9  automated rebuilding support for P
ii  python-xapian 1.0.20-1   Xapian search engine interface for

apt-xapian-index recommends no packages.

Versions of packages apt-xapian-index suggests:
pn  app-install-data   (no description available)
pn  python-xdg (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#572419: mirror submission for mirror.bjtu.edu.cn

2010-08-09 Thread Simon Paillard
Hi,

Thanks for your reply.

On Mon, Aug 09, 2010 at 09:33:16AM +0800, ideal wrote:
> 2010/8/8 Simon Paillard :
> > http://debian.bjtu.edu.cn/debian/project/trace/ shows that:
> > - the mirror is up to date (great!)
> > - ftpsync is not used (or something overwrites the local trace file)

What about this specific item ? Could you please check ?
For reference, see http://www.debian.org/mirror/ftpmirror#how

> > - you are not syncing/pushed from ftp.tw
> 
> Hi, sorry for still have not fixed all problems until now. I can't set
> up push mirroring successfully because ssh port 22 is blocked
> by school firewall, I am solving this problem.
> 
> > http://debian.bjtu.edu.cn/debian/dists/unstable/ says:
> > - you want to provide all architectures, correct ?
> 
> Yes, now exclude nothing.

Ok, great.

-- 
Simon Paillard



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



Bug#592208: [Pkg-mc-devel] Bug#592208: Bug#592208: mc: Can't open files for edit (F4) with space in filenames

2010-08-09 Thread Slavko
Ahoj,

Dňa Mon, 09 Aug 2010 10:46:46 +0200 "Yury V. Zaytsev" 
napísal:

> On Mon, 2010-08-09 at 10:42 +0200, Yury V. Zaytsev wrote:
> 
> > I guess that if you configure mcedit as sensible-editor and turn on
> > "use external editor" switch in mc it might not quote the name
> > correctly. I didn't check this out though...
> 
> Hmmm... just tested my assumption. Seems to work fine. 
> I can't reproduce this bug.
>  

I have configured mcedit as editor, by alternatives:

There are 4 choices for the alternative editor (providing /usr/bin/editor).

  SelectionPathPriority   Status

  0/bin/nano40auto mode
  1/bin/ed -100   manual mode
  2/bin/nano40manual mode
* 3/usr/bin/mcedit-debian   25manual mode
  4/usr/bin/vim.tiny10manual mode

I tested change it to nano and vim too and both works fain with space
in filename. If i use debian.mcedit as alternative, then space is used
as separator...

-- 
s pozdravom

Slavko
http://slavino.sk


signature.asc
Description: PGP signature


Bug#592187: Bug#576838: virtio network crashes again

2010-08-09 Thread Lukas Kolbe
So, testing begins.

First conclusion: not all traffic patterns produce the page allocation
failure. rdiff-backup only writing to an nfs-share does no harm;
rdiff-backup reading and writing (incremental backup) leads to (nearly
immediate) error.

The nfs-share is always mounted with proto=tcp and nfsv3; /proc/mount says:
fileserver.backup...:/export/backup/lbork /.cbackup-mp nfs 
rw,relatime,vers=3,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,port=65535,timeo=600,retrans=2,sec=sys,mountport=65535,addr=x.x.x.x
 0 0


This is the result of 2.6.32-18 with virtio:

(/proc/meminfo within ten seconds of the page allocation failure, if
that helps)

MemTotal: 509072 kB
MemFree:   10356 kB
Buffers:4244 kB
Cached:   419996 kB
SwapCached:0 kB
Active:50856 kB
Inactive: 422424 kB
Active(anon):  24948 kB
Inactive(anon):25084 kB
Active(file):  25908 kB
Inactive(file):   397340 kB
Unevictable:   0 kB
Mlocked:   0 kB
SwapTotal:   4194296 kB
SwapFree:4194296 kB
Dirty:  5056 kB
Writeback: 0 kB
AnonPages: 49080 kB
Mapped: 7868 kB
Shmem:   952 kB
Slab:  11736 kB
SReclaimable:   5604 kB
SUnreclaim: 6132 kB
KernelStack:1920 kB
PageTables: 3728 kB
NFS_Unstable:  0 kB
Bounce:0 kB
WritebackTmp:  0 kB
CommitLimit: 4448832 kB
Committed_AS:1419384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:5536 kB
VmallocChunk:   34359728048 kB
HardwareCorrupted: 0 kB
HugePages_Total:   0
HugePages_Free:0
HugePages_Rsvd:0
HugePages_Surp:0
Hugepagesize:   2048 kB
DirectMap4k:8180 kB
DirectMap2M:  516096 kB
[  170.625928] rdiff-backup.bi: page allocation failure. order:0, mode:0x20
[  170.625934] Pid: 2398, comm: rdiff-backup.bi Not tainted 2.6.32-5-amd64 #1
[  170.625935] Call Trace:
[  170.625937][] ? __alloc_pages_nodemask+0x55b/0x5d0
[  170.625993]  [] ? __alloc_skb+0x69/0x15a
[  170.626002]  [] ? try_fill_recv+0x8b/0x18b [virtio_net]
[  170.626004]  [] ? virtnet_poll+0x543/0x5c9 [virtio_net]
[  170.626010]  [] ? net_rx_action+0xae/0x1c9
[  170.626032]  [] ? __do_softirq+0xdd/0x1a0
[  170.626035]  [] ? skb_recv_done+0x28/0x34 [virtio_net]
[  170.626044]  [] ? call_softirq+0x1c/0x30
[  170.626049]  [] ? do_softirq+0x3f/0x7c
[  170.626051]  [] ? irq_exit+0x36/0x76
[  170.626053]  [] ? do_IRQ+0xa0/0xb6
[  170.626061]  [] ? ret_from_intr+0x0/0x11
[  170.626062]   
[  170.626063] Mem-Info:
[  170.626065] Node 0 DMA per-cpu:
[  170.626072] CPU0: hi:0, btch:   1 usd:   0
[  170.626073] CPU1: hi:0, btch:   1 usd:   0
[  170.626074] Node 0 DMA32 per-cpu:
[  170.626076] CPU0: hi:  186, btch:  31 usd:  30
[  170.626078] CPU1: hi:  186, btch:  31 usd: 181
[  170.626082] active_anon:6237 inactive_anon:6271 isolated_anon:0
[  170.626083]  active_file:6476 inactive_file:100535 isolated_file:32
[  170.626084]  unevictable:0 dirty:1008 writeback:0 unstable:2050
[  170.626084]  free:729 slab_reclaimable:1401 slab_unreclaimable:1762
[  170.626085]  mapped:1967 shmem:238 pagetables:932 bounce:0
[  170.626087] Node 0 DMA free:1980kB min:84kB low:104kB high:124kB 
active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:13856kB 
unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15372kB 
mlocked:0kB dirty:0kB writeback:0kB mapped:0kB shmem:0kB slab_reclaimable:32kB 
slab_unreclaimable:8kB kernel_stack:0kB pagetables:0kB unstable:0kB bounce:0kB 
writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
[  170.626099] lowmem_reserve[]: 0 489 489 489
[  170.626101] Node 0 DMA32 free:936kB min:2784kB low:3480kB high:4176kB 
active_anon:24948kB inactive_anon:25084kB active_file:25904kB 
inactive_file:388284kB unevictable:0kB isolated(anon):0kB isolated(file):128kB 
present:500948kB mlocked:0kB dirty:4032kB writeback:0kB mapped:7868kB 
shmem:952kB slab_reclaimable:5572kB slab_unreclaimable:7040kB 
kernel_stack:1912kB pagetables:3728kB unstable:8200kB bounce:0kB 
writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
[  170.626110] lowmem_reserve[]: 0 0 0 0
[  170.626112] Node 0 DMA: 0*4kB 1*8kB 1*16kB 1*32kB 0*64kB 1*128kB 1*256kB 
1*512kB 1*1024kB 0*2048kB 0*4096kB = 1976kB
[  170.626118] Node 0 DMA32: 0*4kB 1*8kB 0*16kB 1*32kB 0*64kB 1*128kB 1*256kB 
1*512kB 0*1024kB 0*2048kB 0*4096kB = 936kB
[  170.626125] 107278 total pagecache pages
[  170.626126] 0 pages in swap cache
[  170.626127] Swap cache stats: add 0, delete 0, find 0/0
[  170.626128] Free swap  = 4194296kB
[  170.626130] Total swap = 4194296kB
[  170.631675] 131069 pages RAM
[  170.631677] 3801 pages reserved
[  170.631678] 23548 pages shared
[  170.631679] 113310 pages non-shared

And later on another test run, this time the network went down with it
and the system didn't shut down properly anymore, /proc/meminfo again
within ten seconds of the page allocatio

Bug#592309: netbase: system waits for wired cable after yesterday's updates

2010-08-09 Thread Marco d'Itri
On Aug 09, Mikko Sorri  wrote:

> I'm not sure if this is right package because netbase was not updated
This is definitely not related to netbase.

> yestarday. If not, please forward to right address.
I do not know what causes these errors.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#592324: coinor-libipopt0: Missing dependency to libmumps(-seq)-4.9.2

2010-08-09 Thread Michael Weitzel
Package: coinor-libipopt0
Version: 3.8.3-2
Severity: normal

Hi all,

the library libipopt.so.0.0.0 has undefined symbols:
  MPI_Finalize
  MPI_Comm_rank
  MPI_Init
  dmumps_c

also when re-building the binary package a corresponding warning message is
generated.

The missing symbols are resolved when linking the applications with
  -lipopt
  -ldmumps_seq  *OR*  -ldmumps
A hint in the README file would be nice.

IMO the best option would be to add MUMPS to the dependency list, e.g.:
  libmumps-4.9.2 (>= 4.9.2) | libmumps-seq-4.9.2 (>= 4.9.2)
(likewise libmumps(-seq)-dev for the build dependencies)

Another option would be to link libipopt.so directly with libdmumps_seq.
But I think this "MPI-dummy" provided by MUMPS is *really* ugly :-/

Cheers,
Michael

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

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

Versions of packages coinor-libipopt0 depends on:
ii  libatlas3gf-base  3.6.0-24   Automatically Tuned Linear Algebra
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.4-8  GCC support library
ii  libstdc++64.4.4-8The GNU Standard C++ Library v3

coinor-libipopt0 recommends no packages.

coinor-libipopt0 suggests no packages.

-- no debconf information



Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDirig Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr. Achim Bachem (Vorsitzender),
Dr. Ulrich Krafft (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt





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



Bug#461150: libowfat-dev: possible to link with glibc?

2010-08-09 Thread Walter Franzini
tags 461150 patch
thanks

The attached patch modify debian/rules to compile libowfat also against
glibc installing it as /usr/lib/libowfat.a

From a quick test I've done it seems to work.  I'm new to libowfat so
more testing is needed.

HTH
-- 
Walter Franzini
http://aegis.stepbuild.org/
diff -Nru --exclude '*~' libowfat-0.28/debian/changelog libowfat-0.28/debian/changelog
--- libowfat-0.28/debian/changelog	2010-08-09 11:26:56.0 +0200
+++ libowfat-0.28/debian/changelog	2010-08-09 11:26:57.0 +0200
@@ -1,3 +1,10 @@
+libowfat (0.28-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Enable linking against glibc
+
+ -- Walter Franzini   Mon, 09 Aug 2010 10:11:35 +0200
+
 libowfat (0.28-2) unstable; urgency=medium
 
   * debian/control: Build-Depends: dietlibc-dev (>= 0.32-5) [sparc]
diff -Nru --exclude '*~' libowfat-0.28/debian/rules libowfat-0.28/debian/rules
--- libowfat-0.28/debian/rules	2010-08-09 11:26:56.0 +0200
+++ libowfat-0.28/debian/rules	2010-08-09 11:26:57.0 +0200
@@ -16,14 +16,15 @@
 
 build: deb-checkdir build-stamp
 build-stamp: patch-stamp
-	$(MAKE) DIER=''
-	mv libowfat.a libowfat-glibc.a
+	$(MAKE) DIET=''
+	mv libowfat.a libowfat-glibc.a.SAVE
 	$(MAKE) clean DIET=''
 	$(MAKE) DIET='diet -v -Os'
 	touch build-stamp
 
 clean: deb-checkdir deb-checkuid
 	$(MAKE) clean DIET='diet -v -Os'
+	rm -f libowfat-glibc.a.SAVE
 	test ! -e patch-stamp || \
 	  for i in `ls -1r debian/diff/*.diff || :`; do patch -p1 -R <$$i; done
 	rm -rf '$(DIR)' .diet
@@ -36,7 +37,7 @@
 	install -d -m0755 '$(DIR)'/usr/include/diet
 	install -m0644 libowfat.a '$(DIR)'/usr/lib/diet/lib/
 	$(STRIP) --strip-debug '$(DIR)'/usr/lib/diet/lib/libowfat.a
-	install -m0644 libowfat-glibc.a '$(DIR)'/usr/lib/libowfat.a
+	install -m0644 libowfat-glibc.a.SAVE '$(DIR)'/usr/lib/libowfat.a
 	$(STRIP) --strip-debug '$(DIR)'/usr/lib/libowfat.a
 	install -m0644 *.h '$(DIR)'/usr/include/diet/
 	# man pages


pgpa2rtlqnXKF.pgp
Description: PGP signature


Bug#592325: muttprint does neither print to file nor to STDOUT

2010-08-09 Thread Johann Hartwig Hauschild
Package: muttprint
Version: 0.73-2
Severity: important


'echo "asdf" | muttprint -f - -p - > asdf.ps' 
and
'echo "asdf" | muttprint -f - -p TO_FILE:./asdf.ps'
both return "LPR: Error - no default destination available" despite both
being supposed to print to file.

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

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

Versions of packages muttprint depends on:
ii  debconf [debconf-2.0] 1.5.35 Debian configuration management sy
ii  libtext-iconv-perl1.7-2  converts between character sets in
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 
ii  texlive-fonts-recommended 2009-10TeX Live: Recommended fonts
ii  texlive-latex-extra   2009-9 TeX Live: LaTeX supplementary pack
ii  texlive-latex-recommended 2009-10TeX Live: LaTeX recommended packag

Versions of packages muttprint recommends:
ii  bsd-mailx [mail-re 8.1.2-0.20100314cvs-1 simple mail user agent
ii  evolution [mail-re 2.30.2-1  groupware suite with mail client a
ii  icedove [mail-read 3.0.6-1   mail/news client with RSS and inte
ii  kmail [mail-reader 4:4.4.5-1 full featured graphical email clie
ii  libtimedate-perl   1.2000-1  collection of modules to manipulat
ii  mutt [mail-reader] 1.5.20-9  text-based mailreader supporting M

Versions of packages muttprint suggests:
pn  compface   (no description available)
ii  dialog  1.1-20100428-1   Displays user-friendly dialog boxe
ii  imagemagick 8:6.6.0.4-2.1+b1 image manipulation programs
pn  muttprint-manual   (no description available)
pn  ospics (no description available)
ii  psutils 1.17-27  A collection of PostScript documen
pn  slrn | news-reader (no description available)

-- debconf information excluded



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



Bug#591628: FTBFS for mlterm

2010-08-09 Thread أحمد المحمودي
On Mon, Aug 09, 2010 at 03:54:46AM +0200, Rolf Leggewie wrote:
> On 08.08.2010 06:17, أحمد المحمودي wrote:
> > I think you can empty the dependency_libs field in .la file, as 
> > mentioned in the wiki. That too fixes the FTBFS (just tried it now)
> 
> Since I cannot verify this problem, would you please be so kind to
> confirm that http://oss.leggewie.org/scim_1.4.9-4.dsc fixes the issue?
---end quoted text---

Yup, building mlterm against libscim-dev & libscim8c2a resulting from this 
source package fixed it indeed. Thanks.

-- 
 ‎أحمد المحمودي (Ahmed El-Mahmoudy)
  Digital design engineer
 GPG KeyID: 0xEDDDA1B7
 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8  B176 BC19 6A94 EDDD A1B7


signature.asc
Description: Digital signature


Bug#592208: [Pkg-mc-devel] Bug#592208: Bug#592208: mc: Can't open files for edit (F4) with space in filenames

2010-08-09 Thread Yury V. Zaytsev
Hi!

On Mon, 2010-08-09 at 11:03 +0200, Michelle Konzack wrote:

> Here too...
> 
> Does quoting depend on the shell used?

Good point, I have no idea. I have bash, OP has dash. I can't test dash
though, as I am not using Debian anyways :-)

What I can observe in the source code of do_edit_at_line 

fn = vfs_canon_and_translate (filename);
do_execute (command, fn, EXECUTE_INTERNAL);

is that it does not appear to do any quoting explicitly.

However, it launches the process with the arguments as it has, so the
process knows that it's a file name with a space in between.

Try it out by circumventing sensible-editor: "EDITOR=mcedit mc".

I guess it's an issue with /usr/bin/mcedit-debian that we ship. It
probably should have "$@" instead of just $...@. 

I'm not a big fan of this solution, but it appears that sensbile-editor
only expects one argument (that is a file name), so we can live with it.

Ideas?

Best,
 
-- 
Sincerely yours,
Yury V. Zaytsev




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



Bug#591302: ITP: 7kaa -- real time strategy game

2010-08-09 Thread Bertrand Marc

Hi,

I did the initial packaging work [1], [2]. The packages compiles and the 
games starts, but the mouse is unusable yet. Do you encounter the same 
issue ?


Feel free to continue the work. As it is I think it is worthy of an 
experimental upload.


Cheers,
Bertrand


[1] svn://svn.debian.org/svn/pkg-games/packages/trunk/7kaa/
[2] svn://svn.debian.org/svn/pkg-games/packages/trunk/7kaa-data/






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



Bug#592208: [Pkg-mc-devel] Bug#592208: Bug#592208: mc: Can't open files for edit (F4) with space in filenames

2010-08-09 Thread Michelle Konzack
Am 2010-08-09 11:47:08, schrieb Yury V. Zaytsev:
> Try it out by circumventing sensible-editor: "EDITOR=mcedit mc".
> 
> I guess it's an issue with /usr/bin/mcedit-debian that we ship. It
> probably should have "$@" instead of just $...@. 
> 
> I'm not a big fan of this solution, but it appears that sensbile-editor
> only expects one argument (that is a file name), so we can live with it.
> 
> Ideas?

Hmmm, I am wondering WHY we have "mcedit-debian", if there is a symlink

lrwxrwxrwx 1 root root 2 19. Apr 2009  /usr/bin/mcedit -> mc

which works fine without the need for "mcedit-debian".
Even "mcedit-debian" is only calling

mcedit $@

and I am puzzeling why.

Maybe Debian should drop the thing with "mcedit-debian"?

Thanks, Greetings and nice Day/Evening
Michelle Konzack

-- 
# Debian GNU/Linux Consultant ##
   Development of Intranet and Embedded Systems with Debian GNU/Linux

itsyst...@tdnet France EURL   itsyst...@tdnet UG (limited liability)
Owner Michelle KonzackOwner Michelle Konzack

Apt. 917 (homeoffice)
50, rue de Soultz Kinzigstraße 17
67100 Strasbourg/France   77694 Kehl/Germany
Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
Tel: +33-9-52705884 fix

  
 

Jabber linux4miche...@jabber.ccc.de
ICQ#328449886

Linux-User #280138 with the Linux Counter, http://counter.li.org/


signature.pgp
Description: Digital signature


Bug#592326: Failure of AZTEC test case run.

2010-08-09 Thread Rachel Gordon

package:  openmpi

dpkg --search openmpi
gromacs-openmpi: /usr/share/doc/gromacs-openmpi/copyright
gromacs-dev: /usr/lib/libmd_mpi_openmpi.la
gromacs-dev: /usr/lib/libgmx_mpi_d_openmpi.la
gromacs-openmpi: /usr/share/lintian/overrides/gromacs-openmpi
gromacs-openmpi: /usr/lib/libmd_mpi_openmpi.so.5
gromacs-openmpi: /usr/lib/libmd_mpi_d_openmpi.so.5.0.0
gromacs-dev: /usr/lib/libmd_mpi_openmpi.so
gromacs-dev: /usr/lib/libgmx_mpi_d_openmpi.so
gromacs-openmpi: /usr/lib/libmd_mpi_openmpi.so.5.0.0
gromacs-openmpi: /usr/bin/mdrun_mpi_d.openmpi
gromacs-openmpi: /usr/lib/libgmx_mpi_d_openmpi.so.5.0.0
gromacs-openmpi: /usr/share/doc/gromacs-openmpi/README.Debian
gromacs-dev: /usr/lib/libgmx_mpi_d_openmpi.a
gromacs-openmpi: /usr/bin/mdrun_mpi.openmpi
gromacs-openmpi: /usr/share/doc/gromacs-openmpi/changelog.Debian.gz
gromacs-dev: /usr/lib/libmd_mpi_d_openmpi.la
gromacs-openmpi: /usr/share/man/man1/mdrun_mpi_d.openmpi.1.gz
gromacs-dev: /usr/lib/libgmx_mpi_openmpi.a
gromacs-openmpi: /usr/lib/libgmx_mpi_openmpi.so.5.0.0
gromacs-dev: /usr/lib/libmd_mpi_d_openmpi.so
gromacs-openmpi: /usr/lib/libmd_mpi_d_openmpi.so.5
gromacs-dev: /usr/lib/libgmx_mpi_openmpi.la
gromacs-openmpi: /usr/share/man/man1/mdrun_mpi.openmpi.1.gz
gromacs-openmpi: /usr/share/doc/gromacs-openmpi
gromacs-dev: /usr/lib/libmd_mpi_openmpi.a
gromacs-dev: /usr/lib/libgmx_mpi_openmpi.so
gromacs-openmpi: /usr/lib/libgmx_mpi_openmpi.so.5
gromacs-openmpi: /usr/lib/libgmx_mpi_d_openmpi.so.5
gromacs-dev: /usr/lib/libmd_mpi_d_openmpi.a


Dear support,
I am trying to run a test case of AZTEC library named 
az_tutorial_with_MPI.f . The example uses gfortran + MPI. The
compilation and linkage stage goes O.K., generating an executable 
'sample'. But when I try to run sample (on 1 or more

processors) the run crushes immediately.

The compilation and linkage stage is done as follows:

gfortran -O  -I/shared/include -I/shared/include/openmpi/ompi/mpi/cxx 
-I../lib -DMAX_MEM_SIZE=16731136
-DCOMM_BUFF_SIZE=20 -DMAX_CHUNK_SIZE=20  -c -o 
az_tutorial_with_MPI.o az_tutorial_with_MPI.f
gfortran az_tutorial_with_MPI.o -O -L../lib -laztec  -lm -L/shared/lib 
-lgfortran -lmpi -lmpi_f77 -o sample


The run:
/shared/home/gordon/Aztec_lib.dir/app>mpirun -np 1 sample

[cluster:12046] *** Process received signal ***
[cluster:12046] Signal: Segmentation fault (11)
[cluster:12046] Signal code: Address not mapped (1)
[cluster:12046] Failing at address: 0x10098
[cluster:12046] [ 0] /lib/libc.so.6 [0x7fd4a2fa8f60]
[cluster:12046] [ 1] /shared/lib/libmpi.so.0(MPI_Comm_size+0x6e) 
[0x7fd4a376c34e]

[cluster:12046] [ 2] sample [0x4178aa]
[cluster:12046] [ 3] sample [0x402a07]
[cluster:12046] [ 4] sample [0x402175]
[cluster:12046] [ 5] sample [0x401c52]
[cluster:12046] [ 6] sample [0x448edc]
[cluster:12046] [ 7] /lib/libc.so.6(__libc_start_main+0xe6) 
[0x7fd4a2f951a6]

[cluster:12046] [ 8] sample [0x401a49]
[cluster:12046] *** End of error message ***
--
mpirun noticed that process rank 0 with PID 12046 on node cluster exited 
on signal 11 (Segmentation fault).


Here is some information about the machine:

uname -a
Linux cluster 2.6.26-2-amd64 #1 SMP Sun Jun 20 20:16:30 UTC 2010 x86_64 
GNU/Linux



lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:Debian GNU/Linux 5.0.5 (lenny)
Release:5.0.5
Codename:   lenny

gcc --version
gcc (Debian 4.3.2-1.1) 4.3.2

gfortran --version
GNU Fortran (Debian 4.3.2-1.1) 4.3.2

ldd sample
linux-vdso.so.1 =>  (0x7fffe000)
libgfortran.so.3 => /usr/lib/libgfortran.so.3 (0x7fd29db16000)
libm.so.6 => /lib/libm.so.6 (0x7fd29d893000)
libmpi.so.0 => /shared/lib/libmpi.so.0 (0x7fd29d5e7000)
libmpi_f77.so.0 => /shared/lib/libmpi_f77.so.0 
(0x7fd29d3af000)

libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x7fd29d198000)
libc.so.6 => /lib/libc.so.6 (0x7fd29ce45000)
libopen-rte.so.0 => /shared/lib/libopen-rte.so.0 
(0x7fd29cbf8000)
libopen-pal.so.0 => /shared/lib/libopen-pal.so.0 
(0x7fd29c9a2000)

libdl.so.2 => /lib/libdl.so.2 (0x7fd29c79e000)
libnsl.so.1 => /lib/libnsl.so.1 (0x7fd29c586000)
libutil.so.1 => /lib/libutil.so.1 (0x7fd29c383000)
libpthread.so.0 => /lib/libpthread.so.0 (0x7fd29c167000)
/lib64/ld-linux-x86-64.so.2 (0x7fd29ddf1000)


Let me just mention that the C+MPI test case of the AZTEC library 
'az_tutorial.c' runs with no problem.
Also, az_tutorial_with_MPI.f runs O.K. on my 32bit LINUX cluster running 
gcc,g77 and MPICH, and on my SGI 16 processors

Ithanium 64 bit machine.

Thank you for your help,

Sincerely,
Rachel

  Dr.  Rachel Gordon
  Senior Research FellowPhone: +972-4-8293811
  Dept. of Aerospace Eng.   Fax:   +972 - 4 - 8292030
  The Technion, Haifa 32000, Israel email: rgor...@tx.technion.ac.il




--
To UNSUBSCRIBE, email to d

Bug#592290: [linux-source-2.6.32] X.org does not work with Intel driver and 4GB RAM

2010-08-09 Thread Matthias Breier
> > I'm not sure how to proceed in my case. How can I test if the changes
> > mentioned in the upstream bug report (
> > http://bugs.freedesktop.org/show_bug.cgi?id=25510 ) have reached the
> > Squeeze's current kernel version?
> 
> I'm pretty sure they are.  If your issue is still present in 2.6.35
> (available in experimental), please file a bug against product=DRI,
> component=DRM/intel at http://bugs.freedesktop.org/ and let us know the
> bug number so we can track it.

I am currently running kernel version 2.6.35 and everything works fine without 
the memory 
limitation set by the kernel parameter. So the remedy for my issues are on the 
path to 
2.6.35. How can I narrow down the patches curing this problem?

Bye
Matthias



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



Bug#592327: libmime-tools-perl: Report-Type not supported? rfc3462

2010-08-09 Thread Benoit Panizzon
Package: libmime-tools-perl
Version: 5.427-1
Severity: wishlist


When generating incident reports using directions from rfc3462, there is a
mandatory Report-Type= that has to be set.

MIME::Entity misses support for this additinal element.

-Benoit-

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

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

Versions of packages libmime-tools-perl depends on:
ii  libconvert-binhex-perl  1.119+pristine-3 Perl5 module for extracting data f
ii  libio-stringy-perl  2.110-4  Perl modules for IO from scalars a
ii  libmailtools-perl   2.03-1   Manipulate email in perl programs
ii  perl5.10.0-19lenny2  Larry Wall's Practical Extraction 
ii  perl-modules [libfile-t 5.10.0-19lenny2  Core Perl modules

libmime-tools-perl recommends no packages.

libmime-tools-perl 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#592328: vzctl: "/sbin/ip route get" output for IPv6 addresses differs from its output for IPv4 addresses

2010-08-09 Thread Florian Ernst
Package: vzctl
Version: 3.0.22-14
Severity: normal
Tags: patch

Hello there,

the following upstream patch allows vz_get_neighbour_devs to yield the
correct interface name when using IPv6 addresses:

http://git.openvz.org/?p=vzctl;a=commitdiff;h=8d63c21bf22965510548ae2c5dbcb02fd0bbf874

This patch is included in upstream 3.0.24 as currently present in
Squeeze/Sid.

Do you see any chance of including this in Lenny as well, e.g. via
proposed-updates and a point release? Full IPv6 support was, after all, a
release goal for Lenny ...

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

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

-- 
Gruss / Best regards  |  LF.net GmbH|  fon +49 711 90074-407
Florian Ernst |  Ruppmannstrasse 27 |  fax +49 711 90074-33
f...@lf.net |  D-70565 Stuttgart  |  http://www.lf.net

Handelsregister Stuttgart: HRB 18 189
Geschaeftsfuehrer: Norman Fuerst, Rodney Volz



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



Bug#592329: RM: ntrack [kfreebsd-i386 kfreebsd-amd64] -- NPOASR; RM: ntrack [kfreebsd-i386 kfreebsd-amd64] -- NPOASR;

2010-08-09 Thread Alexander Sack
Package: ftp.debian.org
Severity: normal


also sent a mail to -release ... ntrack 006 by accident built for kfreebsd and 
now blocks 008 from
entering testing ... please make soe that 008 can enter testing to fix the RC 
bug closed therein.

 - Alexander



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



Bug#592330: [l10n:cs] Updated Czech translation of package po4a 0.40.1-1

2010-08-09 Thread Michal Simunek
Package: po4a
Version: 0.40.1-1
Severity: wishlist
Tags: l10n, patch

In attachment there is updated Czech translation of package
po4a (cs.po), please include it.

-- 
Michal Šimůnek
# Czech translation of po4a
# This file is distributed under the same license as the po4a package.
# Vlastimil Skacel, 2005.
# Michal Simunek , 2009 - 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: po4a 0.40.1-1\n"
"Report-Msgid-Bugs-To: p...@packages.debian.org\n"
"POT-Creation-Date: 2010-07-31 12:34-0400\n"
"PO-Revision-Date: 2010-08-09 10:31+0200\n"
"Last-Translator: Michal Simunek \n"
"Language-Team: Czech \n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Rosetta-Export-Date: 2007-08-12 16:08:46+\n"

#: ../../lib/Locale/Po4a/Chooser.pm:26
msgid "Need to provide a module name"
msgstr "Je potřeba zadat jméno modulu"

#: ../../lib/Locale/Po4a/Chooser.pm:47
#, perl-format
msgid "Unknown format type: %s."
msgstr "Neznámý formát: %s."

#: ../../lib/Locale/Po4a/Chooser.pm:49
#, perl-format
msgid "Module loading error: %s"
msgstr "Chyba při nahrávání modulu: %s"

#: ../../lib/Locale/Po4a/Chooser.pm:58
msgid "List of valid formats:"
msgstr "Seznam platných formátů:"

#. ."\n  - ".gettext("bibtex: BibTex bibliography format.")
#: ../../lib/Locale/Po4a/Chooser.pm:60
msgid "dia: uncompressed Dia diagrams."
msgstr "dia: nekomprimované diagramy Dia."

#: ../../lib/Locale/Po4a/Chooser.pm:61
msgid "docbook: DocBook XML."
msgstr "docbook: XML DocBook."

#: ../../lib/Locale/Po4a/Chooser.pm:62
msgid "guide: Gentoo Linux's XML documentation format."
msgstr "guide: XML dokumentační formát Gentoo Linux."

#. ."\n  - ".gettext("html: HTML documents (EXPERIMENTAL).")
#: ../../lib/Locale/Po4a/Chooser.pm:64
msgid "ini: INI format."
msgstr "ini: formát INI."

#: ../../lib/Locale/Po4a/Chooser.pm:65
msgid "kernelhelp: Help messages of each kernel compilation option."
msgstr "kernelhelp: Nápověda pro každou z voleb při kompilaci kernelu."

#: ../../lib/Locale/Po4a/Chooser.pm:66
msgid "latex: LaTeX format."
msgstr "latex: formát LaTeX."

#: ../../lib/Locale/Po4a/Chooser.pm:67
msgid "man: Good old manual page format."
msgstr "man: starý dobrý formát  manuálových stránek."

#: ../../lib/Locale/Po4a/Chooser.pm:68
msgid "pod: Perl Online Documentation format."
msgstr "pod: formát online dokumentace perlu (Perl Online Documentation)."

#: ../../lib/Locale/Po4a/Chooser.pm:69
msgid "sgml: either DebianDoc or DocBook DTD."
msgstr "sgml: buď DebianDoc, nebo DocBook DTD."

#: ../../lib/Locale/Po4a/Chooser.pm:70
msgid "texinfo: The info page format."
msgstr "texinfo: formát informační stránky."

#: ../../lib/Locale/Po4a/Chooser.pm:71
msgid "tex: generic TeX documents (see also latex)."
msgstr "tex: obecné dokumenty TeX (také latex)."

#: ../../lib/Locale/Po4a/Chooser.pm:72
msgid "text: simple text document."
msgstr "text: prostý textový dokument."

#: ../../lib/Locale/Po4a/Chooser.pm:73
msgid "wml: WML documents."
msgstr "wml: dokumenty WML."

#: ../../lib/Locale/Po4a/Chooser.pm:74
msgid "xhtml: XHTML documents."
msgstr "xhtml: dokumenty XHTML."

#: ../../lib/Locale/Po4a/Chooser.pm:75
msgid "xml: generic XML documents (see also docbook)."
msgstr "xml: obecné dokumenty XML (viz také docbook)."

#: ../../lib/Locale/Po4a/Common.pm:108
#, perl-format
msgid ""
"%s version %s.\n"
"written by Martin Quinson and Denis Barbier.\n"
"\n"
"Copyright (C) 2002, 2003, 2004 Software in the Public Interest, Inc.\n"
"This is free software; see source code for copying\n"
"conditions. There is NO warranty; not even for\n"
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
msgstr ""
"%s. verze %s.\n"
"vytvořili Martin Quinson a Denis Barbier.\n"
"\n"
"Copyright (c) 2002, 2003, 2004 Software in the Public Interest, Inc.\n"
"Toto je svobodný software; informace o vytváření kopií naleznete \n"
"ve zdrojovém kódu. Nejsou poskytovány ŽÁDNÉ záruky, a to ani na\n"
"obchodovatelnost či vhodnost použití ke konkrétnímu účelu."

#: ../../lib/Locale/Po4a/Debconf.pm:173
#, perl-format
msgid "Translated field in master document: %s"
msgstr "Přeložené pole v hlavním dokumentu: %s"

#: ../../lib/Locale/Po4a/KernelHelp.pm:103
msgid "Syntax error"
msgstr "Syntaktická chyba"

#: ../../lib/Locale/Po4a/Man.pm:492 ../../lib/Locale/Po4a/Po.pm:161
#: ../../lib/Locale/Po4a/Sgml.pm:250 ../../lib/Locale/Po4a/TeX.pm:1637
#: ../../lib/Locale/Po4a/Text.pm:164 ../../lib/Locale/Po4a/Xml.pm:523
#, perl-format
msgid "Unknown option: %s"
msgstr "Neznámá volba: %s"

#: ../../lib/Locale/Po4a/Man.pm:509
msgid ""
"Invalid 'groff_code' value. Must be one of 'fail', 'verbatim', 'translate'."
msgstr ""
"Neplatná hodnota 'groff_code'. Parametr může nabývat hodnoty 'fail', "
"'verbatim' nebo 'translate'."

#: ../../lib/Locale/Po4a/Man.pm:556
msgid ""
"The no_wrap parameters must be a set of comma-separated begin:end couples.\n"
msgstr ""
"Parametry no_wrap musí být množina čárkou oddělených párů začátek:konec.\n"

#: ../../lib/Locale/Po4a/Man.p

Bug#592331: perl-doc: uninstallable/unupgradable

2010-08-09 Thread Török Edwin
Package: perl-doc
Version: 5.10.1-4
Severity: grave
Justification: renders package unusable

I did a dist-upgrade today.
First corelist conflicted in perl, so I removed libmodule-corelist-perl to allow
perl to upgrade. But something with perl-doc conflicted too, so I removed that
as well.

Now perl upgraded, but I can't install perl-doc anymore
(seems perldoc is part of perl too?):

$ sudo aptitude install perl-doc latex2html
The following NEW packages will be installed:
  latex2html perl-doc
0 packages upgraded, 2 newly installed, 0 to remove and 604 not upgraded.
Need to get 0B/9,305kB of archives. After unpacking 20.8MB will be used.
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Selecting previously deselected package perl-doc.
(Reading database ... 552853 files and directories currently installed.)
Unpacking perl-doc (from .../perl-doc_5.10.1-14_all.deb) ...
Adding 'diversion of /usr/bin/perldoc to /usr/bin/perldoc.stub by perl-doc'
dpkg-divert: rename involves overwriting `/usr/bin/perldoc.stub' with
  different file `/usr/bin/perldoc', not allowed
dpkg: error processing /var/cache/apt/archives/perl-doc_5.10.1-14_all.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 2
Selecting previously deselected package latex2html.
Unpacking latex2html (from .../latex2html_2008-debian1-5_all.deb) ...
Processing triggers for doc-base ...
Processing 1 added doc-base file(s)...
Registering documents with dwww...
Registering documents with scrollkeeper...
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/perl-doc_5.10.1-14_all.deb
localepurge: Disk space freed in /usr/share/locale: 0 KiB
localepurge: Disk space freed in /usr/share/man: 0 KiB
localepurge: Disk space freed in /usr/share/gnome/help: 0 KiB
localepurge: Disk space freed in /usr/share/omf: 0 KiB
localepurge: Disk space freed in /usr/share/doc/kde/HTML: 0 KiB

Total disk space freed by localepurge: 0 KiB

E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
dpkg: dependency problems prevent configuration of latex2html:
 latex2html depends on perl-doc; however:
  Package perl-doc is not installed.
dpkg: error processing latex2html (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 latex2html
 
Current status: 1 broken [+1].


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

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

Versions of packages perl-doc depends on:
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 

perl-doc recommends no packages.

Versions of packages perl-doc suggests:
ii  groff 1.20.1-10  GNU troff text-formatting system
ii  konqueror [man-browser]   4:4.4.4-1  KDE 4's advanced file manager, web
ii  man-db [man-browser]  2.5.7-3on-line manual pager



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



Bug#591648: bus error/segmentation fault on kfreebsd-*, hang on hppa

2010-08-09 Thread Petr Salinger

Hi.

The failure might be related to

Doxygen Release 1.7.0:

Moved dot invocations to the end of a doxygen run. Doxygen will now run 
multiple instances of dot in parallel (for better CPU utilisation on 
multi-core systems). The new config option DOT_NUM_THREADS determines the 
number of threads used (were 0 is auto-detect).


Petr




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



Bug#592332: libmodule-corelist-perl: file conflict during upgrade

2010-08-09 Thread Török Edwin
Package: libmodule-corelist-perl
Version: 2.35-1
Severity: grave
Justification: renders package unusable

Tried to dist-upgrade today, but perl wouldn't upgrade due to a conflict with
libmodule-corelist-perl.
I removed libmodule-corelist-perl (and perl-doc too, opened separate bug for
that), but now I can't install libmodule-corelist-perl back:
sudo apt-get install libmodule-corelist-perl
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following NEW packages will be installed:
  libmodule-corelist-perl
0 upgraded, 1 newly installed, 0 to remove and 604 not upgraded.
Need to get 0B/69.1kB of archives.
After this operation, 922kB of additional disk space will be used.
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Selecting previously deselected package libmodule-corelist-perl.
(Reading database ... 552853 files and directories currently installed.)
Unpacking libmodule-corelist-perl (from 
.../libmodule-corelist-perl_2.36-1_all.deb) ...
Adding 'diversion of /usr/bin/corelist to /usr/bin/corelist.bundled by 
libmodule-corelist-perl'
dpkg-divert: rename involves overwriting `/usr/bin/corelist.bundled' with
  different file `/usr/bin/corelist', not allowed
dpkg: error processing 
/var/cache/apt/archives/libmodule-corelist-perl_2.36-1_all.deb (--unpack):
 subprocess new pre-installation script returned error exit status 2
Errors were encountered while processing:
 /var/cache/apt/archives/libmodule-corelist-perl_2.36-1_all.deb


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

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

Versions of packages libmodule-corelist-perl depends on:
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 
ii  perl-modules [libversion-perl 5.10.1-14  Core Perl modules

libmodule-corelist-perl recommends no packages.

libmodule-corelist-perl 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#579264: tracker-miner-evolution: E-mails never appear in search results, spurious console output

2010-08-09 Thread Julien Valroff
Package: tracker-miner-evolution
Version: 0.8.15-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I also suffer from a similar problem.
While the tracker-status-icon shows email are indexed at 100%, I cannot see any 
email in the search results.

The plugin is always shown as "initializing":

$ LANG=C tracker-status
Store:
  ? Journal replay- Idle

Miners:
  ? File System   - Idle
  ? Applications  - Idle
  ? Emails- Initializing

Note that I only use IMAPs, no local email, which might be related.

This bug priority should be changed to important if more people have the same 
issue, as it makes the package useless.

Cheers,
Julien

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

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

Versions of packages tracker-miner-evolution depends on:
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libcamel1.2-14  2.30.2.1-1   The Evolution MIME message handlin
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libedataserver1.2-132.30.2.1-1   Utility library for evolution data
ii  libenchant1c2a  1.6.0-1  a wrapper library for various spel
ii  libevolution2.30.2-1 evolution libraries
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.0-2  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.25.13-1The GLib library of C routines
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgtk2.0-0 2.21.5-1 The GTK+ graphical user interface 
ii  libgtkhtml-editor0  3.30.2-1 HTML rendering/editing library - e
ii  libgtkhtml3.14-19   3.30.2-1 HTML rendering/editing library - r
ii  libnspr4-0d 4.8.6-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.7-1 Network Security Service libraries
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libsoup2.4-12.30.2-1 an HTTP library implementation in 
ii  libsqlite3-03.7.0-1.1SQLite 3 shared library
ii  libtracker-client-0.8-0 0.8.15-1 metadata database, indexer and sea
ii  libtracker-miner-0.8-0  0.8.15-1 tracker data miner library
ii  libunique-1.0-0 1.1.6-1  Library for writing single instanc
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  tracker 0.8.15-1 metadata database, indexer and sea

tracker-miner-evolution recommends no packages.

tracker-miner-evolution suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkxf13oACgkQIQvyq59x1EmN4QCeLkBkdqlJk/eUdw9W+p5+qjv3
k94AnRMHj9879t9/39UHWDouQi24ChTI
=jV5H
-END PGP SIGNATURE-



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



Bug#592187: Bug#576838: virtio network crashes again

2010-08-09 Thread Lukas Kolbe
Okay, next round: This time, 2.6.32-19 and virtio in guest, 2.6.32-18 in
the host and sadly, it's not fixed:

[  159.772700] rdiff-backup.bi: page allocation failure. order:0, mode:0x20
[  159.772708] Pid: 2524, comm: rdiff-backup.bi Not tainted 2.6.32-5-amd64 #1
[  159.772710] Call Trace:
[  159.772712][] ? __alloc_pages_nodemask+0x55b/0x5d0
[  159.772759]  [] ? __alloc_skb+0x69/0x15a
[  159.772779]  [] ? try_fill_recv+0x8b/0x18b [virtio_net]
[  159.772784]  [] ? virtnet_poll+0x543/0x5c9 [virtio_net]
[  159.772799]  [] ? net_rx_action+0xae/0x1c9
[  159.772817]  [] ? __do_softirq+0xdd/0x1a0
[  159.772829]  [] ? skb_recv_done+0x28/0x34 [virtio_net]
[  159.772838]  [] ? call_softirq+0x1c/0x30
[  159.772843]  [] ? do_softirq+0x3f/0x7c
[  159.772845]  [] ? irq_exit+0x36/0x76
[  159.772847]  [] ? do_IRQ+0xa0/0xb6
[  159.772850]  [] ? ret_from_intr+0x0/0x11
[  159.772851][] ? kmap_skb_frag+0x3/0x43
[  159.772856]  [] ? skb_checksum+0xfa/0x23f
[  159.772858]  [] ? __skb_checksum_complete_head+0x15/0x55
[  159.772868]  [] ? tcp_checksum_complete_user+0x1f/0x3c
[  159.772870]  [] ? tcp_rcv_established+0x3c5/0x6d9
[  159.772875]  [] ? tcp_v4_do_rcv+0x1bb/0x376
[  159.772877]  [] ? tcp_write_xmit+0x883/0x96c
[  159.772880]  [] ? release_sock+0x46/0x96
[  159.772882]  [] ? tcp_sendmsg+0x78a/0x87e
[  159.772885]  [] ? sock_sendmsg+0xa3/0xbb
[  159.772894]  [] ? autoremove_wake_function+0x0/0x2e
[  159.772902]  [] ? zone_statistics+0x3c/0x5d
[  159.772906]  [] ? pick_next_task_fair+0xcd/0xd8
[  159.772919]  [] ? kernel_sendmsg+0x32/0x3f
[  159.772943]  [] ? xs_send_kvec+0x78/0x7f [sunrpc]
[  159.772948]  [] ? xs_sendpages+0x89/0x1a1 [sunrpc]
[  159.772953]  [] ? xs_tcp_send_request+0x44/0x131 [sunrpc]
[  159.772961]  [] ? xprt_transmit+0x17b/0x25a [sunrpc]
[  159.772996]  [] ? nfs3_xdr_readargs+0x7a/0x89 [nfs]
[  159.773000]  [] ? call_transmit+0x1fb/0x246 [sunrpc]
[  159.773009]  [] ? __rpc_execute+0x7d/0x24d [sunrpc]
[  159.773032]  [] ? rpc_run_task+0x53/0x5b [sunrpc]
[  159.773042]  [] ? nfs_read_rpcsetup+0x1d2/0x1f4 [nfs]
[  159.773048]  [] ? readpage_async_filler+0x0/0xbf [nfs]
[  159.773061]  [] ? nfs_pageio_doio+0x2a/0x51 [nfs]
[  159.773067]  [] ? nfs_pageio_add_request+0xc5/0xd5 [nfs]
[  159.773072]  [] ? readpage_async_filler+0x7d/0xbf [nfs]
[  159.773076]  [] ? read_cache_pages+0x91/0x105
[  159.773082]  [] ? nfs_readpages+0x155/0x1b4 [nfs]
[  159.773087]  [] ? nfs_pagein_one+0x0/0xd0 [nfs]
[  159.773092]  [] ? finish_task_switch+0x3a/0xaf
[  159.773094]  [] ? __do_page_cache_readahead+0x11b/0x1b4
[  159.773097]  [] ? ra_submit+0x1c/0x20
[  159.773099]  [] ? page_cache_async_readahead+0x75/0xad
[  159.773109]  [] ? generic_file_aio_read+0x23a/0x52b
[  159.773118]  [] ? do_sync_read+0xce/0x113
[  159.773124]  [] ? __switch_to+0x285/0x297
[  159.773126]  [] ? autoremove_wake_function+0x0/0x2e
[  159.773129]  [] ? finish_task_switch+0x3a/0xaf
[  159.773131]  [] ? vfs_read+0xa6/0xff
[  159.773133]  [] ? sys_read+0x45/0x6e
[  159.773136]  [] ? system_call_fastpath+0x16/0x1b
[  159.773138] Mem-Info:
[  159.773139] Node 0 DMA per-cpu:
[  159.773141] CPU0: hi:0, btch:   1 usd:   0
[  159.773143] CPU1: hi:0, btch:   1 usd:   0
[  159.773144] Node 0 DMA32 per-cpu:
[  159.773146] CPU0: hi:  186, btch:  31 usd: 184
[  159.773147] CPU1: hi:  186, btch:  31 usd:  39
[  159.773151] active_anon:5153 inactive_anon:2765 isolated_anon:0
[  159.773152]  active_file:17029 inactive_file:65343 isolated_file:0
[  159.773153]  unevictable:0 dirty:8266 writeback:0 unstable:443
[  159.773154]  free:787 slab_reclaimable:25621 slab_unreclaimable:3017
[  159.773154]  mapped:1946 shmem:238 pagetables:921 bounce:0
[  159.773156] Node 0 DMA free:1992kB min:84kB low:104kB high:124kB 
active_anon:0kB inactive_anon:0kB active_file:0kB inactive_file:3276kB 
unevictable:0kB isolated(anon):0kB isolated(file):0kB present:15372kB 
mlocked:0kB dirty:1232kB writeback:0kB mapped:0kB shmem:0kB 
slab_reclaimable:0kB slab_unreclaimable:60kB kernel_stack:0kB pagetables:0kB 
unstable:0kB bounce:0kB writeback_tmp:0kB pages_scanned:0 all_unreclaimable? no
[  159.773164] lowmem_reserve[]: 0 489 489 489
[  159.773167] Node 0 DMA32 free:1156kB min:2784kB low:3480kB high:4176kB 
active_anon:20612kB inactive_anon:11060kB active_file:68116kB 
inactive_file:258096kB unevictable:0kB isolated(anon):0kB isolated(file):0kB 
present:500948kB mlocked:0kB dirty:31832kB writeback:0kB mapped:7784kB 
shmem:952kB slab_reclaimable:102484kB slab_unreclaimable:12008kB 
kernel_stack:1912kB pagetables:3684kB unstable:1772kB bounce:0kB 
writeback_tmp:0kB pages_scanned:128 all_unreclaimable? no
[  159.773175] lowmem_reserve[]: 0 0 0 0
[  159.773177] Node 0 DMA: 0*4kB 1*8kB 0*16kB 0*32kB 1*64kB 1*128kB 1*256kB 
1*512kB 1*1024kB 0*2048kB 0*4096kB = 1992kB
[  159.773183] Node 0 DMA32: 159*4kB 3*8kB 1*16kB 1*32kB 1*64kB 1*128kB 1*256kB 
0*512kB 0*1024kB 0*2048kB 0*4096kB = 1156kB
[  159.773193] 82614 total pagecache pages
[  159.773194] 0 pages in swap ca

Bug#591673: movabletype-plugin-core: zemanta content recommendations on by default?

2010-08-09 Thread Dominic Hargreaves
On Wed, Aug 04, 2010 at 05:53:17PM +0200, Jozef Kutej wrote:
> It looks to me as that the Zemanta plugin that is suggesting content is 
> sending
> the text of the blog posts to their service. This plugin is *enabled* by 
> default
> and it was activated only via upgrading. While not everyone uses MovableType 
> just
> for public texts I find it really not a good choice and as a security problem
> in a default configuration.

Thanks for pointing this out. It had been mentioned before as a problem
but I hadn't fully appreciated that it was sending the content out.

I think the best thing to do at this stage is probably to split out the
Zemanta plugin into a separate package (with a clear warning about what
it does) in order to avoid the risk of delving into the code and
making configuration changes deviating from upstream at this stage.

Release team, would you approve a new package on this basis?

Thanks,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



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



Bug#592333: 802.1Q: kernel panic/Oops when changing eth0.10'state to up if eth0 is up but nothing is plugged in

2010-08-09 Thread sam LT
Package: iproute
Version: 20100519-3
Severity: normal


Hello,

As the title say the bug only happend for me when nothing is plugged in eth0 
but eth0 is up

Steps to reproduce it:

1) unplugged the cable
2) ip l s eth0 up
3) ip l a l eth0 eth0.10 type vlan id 10
4) ip l s eth0.10 up

The following is part of the kernel oops message, I do not always get the same
message, so I'm not sure they are all related to this problem:

| BUG: scheduling while atomic: swapper/0/0x1100

or

| BUG: unable to handle kernel paging request at 2e
| IP: [<...>] ip6_output +0xce/0xb23
| pdt: ... x pde = 0...000
| Oops:  [#1] SMP
| last sysfs file: 
/sys/devices/LNXSYSTM:00/LNXSYSBUS:00/PNPA03:00/PNP0C0A:00/power_supply/BAT0/energy_full

or

| Warning: at 
/build/buildd-linux-2.6+2.6.32-15-i386-fb7Hfg/linux-2.6-2.6.32/debian/build/source_i386_none/arch/x86/kernel/smp.c:17
 resched_task
| Hardware name T12UV

then on every message:

| Modules linked in: 802.1q garp stp ext2 loop arc4..
(continues on several lines)



Thank you for your work

samLT



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

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

Versions of packages iproute depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libdb4.8  4.8.26-1   Berkeley v4.8 Database Libraries [

Versions of packages iproute recommends:
pn  libatm1(no description available)

Versions of packages iproute suggests:
pn  iproute-doc(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#592334: cclive stopped working (fails on 404 error)

2010-08-09 Thread Guido Trotter
Package: cclive
Version: 0.6.3-1
Severity: grave

Hi,

cclive recently stopped downloading all videos. What it gives me is:

$ cclive "http://www.youtube.com/watch?v=VIDEO";
fetch config ...done.
verify video link ...error: libquvi: server returned http/404

Is it suitable to be released with squeeze, in this state?

Thanks,

Guido

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

Kernel: Linux 2.6.35rx00 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages cclive depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls   7.21.0-1   Multi-protocol file transfer libra
ii  libgcc1   1:4.4.4-7  GCC support library
ii  libpcre3  7.8-3  Perl 5 Compatible Regular Expressi
ii  libpcrecpp0   7.8-3  Perl 5 Compatible Regular Expressi
ii  libquvi0  0.2.0-1library for parsing video download
ii  libstdc++64.4.4-7The GNU Standard C++ Library v3

cclive recommends no packages.

cclive 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#592331: Acknowledgement (perl-doc: uninstallable/unupgradable)

2010-08-09 Thread Török Edwin
severity 499096 grave
merge 499096 592331
thanks

Looks like my report is similar to #499096, attempting to merge them.

Looking at /var/lib/dpkg/diversions I see that it is empty.
Is that normal ?! Or did some buggy package maintainer script wipe it?

I'm sending you the dpkg logs privately.

Best regards,
--Edwin



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



Bug#590462: video-radeon: gdb back trace

2010-08-09 Thread Michal Suchanek
Package: xserver-xorg-video-radeon
Followup-For: Bug #590462


Sending a backtrace.

It is different from the previous one but seems to match the X log.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f24ee813700 (LWP 15761)]
0x7f24ead46424 in DRI2CopyRegion (pDraw=0x348e5e0, pRegion=0x7fff0ef29ef0, 
dest=7, src=0)
at ../../../../hw/xfree86/dri2/dri2.c:328
328 ../../../../hw/xfree86/dri2/dri2.c: No such file or directory.
in ../../../../hw/xfree86/dri2/dri2.c

(gdb) bt
#0  0x7f24ead46424 in DRI2CopyRegion (pDraw=0x348e5e0, 
pRegion=0x7fff0ef29ef0, dest=7, src=0)
at ../../../../hw/xfree86/dri2/dri2.c:328
#1  0x7f24ead4682b in do_get_buffers (pDraw=0x348e5e0, width=, height=, 
attachments=0x2, count=, out_count=, has_format=1)
at ../../../../hw/xfree86/dri2/dri2.c:288
#2  0x7f24ead468a0 in DRI2GetBuffersWithFormat (pDraw=0x0, width=0x0, 
height=0x0, attachments=0x3476850, count=16, 
out_count=0x2da2970) at ../../../../hw/xfree86/dri2/dri2.c:307
#3  0x7f24ead4707e in ProcDRI2Dispatch (client=0x29a6600) at 
../../../../hw/xfree86/dri2/dri2ext.c:287
#4  0x00448db4 in Dispatch () at ../../dix/dispatch.c:439
#5  0x00425b8a in main (argc=6, argv=0x7d8448, envp=) at ../../dix/main.c:285

(gdb) bt full
#0  0x7f24ead46424 in DRI2CopyRegion (pDraw=0x348e5e0, 
pRegion=0x7fff0ef29ef0, dest=7, src=0)
at ../../../../hw/xfree86/dri2/dri2.c:328
pPriv = 
pDestBuffer = (DRI2BufferPtr) 0x0
pSrcBuffer = (DRI2BufferPtr) 0x3476850
#1  0x7f24ead4682b in do_get_buffers (pDraw=0x348e5e0, width=, height=, 
attachments=0x2, count=, out_count=, has_format=1)
at ../../../../hw/xfree86/dri2/dri2.c:288
region = {extents = {x1 = 0, y1 = 0, x2 = 375, y2 = 30903}, data = 0x0}
pPriv = (DRI2DrawablePtr) 0x2e5a400
buffers = (DRI2BufferPtr *) 0x2da2970
need_real_front = -1
need_fake_front = 1
have_fake_front = 1
front_format = 32
dimensions_match = 0
i = 2
#2  0x7f24ead468a0 in DRI2GetBuffersWithFormat (pDraw=0x0, width=0x0, 
height=0x0, attachments=0x3476850, count=16, 
out_count=0x2da2970) at ../../../../hw/xfree86/dri2/dri2.c:307
No locals.
#3  0x7f24ead4707e in ProcDRI2Dispatch (client=0x29a6600) at 
../../../../hw/xfree86/dri2/dri2ext.c:287
stuff = 
#4  0x00448db4 in Dispatch () at ../../dix/dispatch.c:439
result = 
client = (ClientPtr) 0x29a6600
nready = 0
start_tick = 67000
#5  0x00425b8a in main (argc=6, argv=0x7d8448, envp=) at ../../dix/main.c:285
i = 1
alwaysCheckForInput = {0, 1}



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



Bug#592335: RFP: gpgstats -- GPGstats calculates statistics on the keys in your key-ring.

2010-08-09 Thread Christoph Anton Mitterer
Package: wnpp
Severity: wishlist

* Package name: gpgstats
  Version : 0.5
  Upstream Author : Folkert van Heusden 
* URL : http://www.vanheusden.com/gpgstats/
* License : GPL2
  Programming Lang: C++
  Description : GPGstats calculates statistics on the keys in your key-ring.

GPGstats calculates statistics on the keys in your key-ring.
Some of the calculated data is:

* oldest key
* newest key
* most used key-length (in bits)
* most used algorithm
* domain with the most keys
* tld with the most keys
* what day/month/year were the most keys generated
* statistics on revoked and expired keys, their average age, etc. 



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



Bug#569788: A possible patch

2010-08-09 Thread Giovanni Mascellani
tag 569788 + patch
thanks

I think the attached patch should fix this issue. It's working for me:
I'm attaching the test case I'm using (it's a modification on an example
provided within the package).

Using the package in unstable:

> [12:30] giova...@edelstein:~/packages/openraw/test$ gcc `pkg-config --cflags 
> --libs libopenraw-1.0` -g -o thumb thumbc.c 
> [12:30] giova...@edelstein:~/packages/openraw/test$ ./thumb ../p1080081.orf 
> registering type 1
> registering type 3
> registering type 5
> registering type 7
> registering type 6
> registering type 8
> registering type 2
> registering type 9
> registering type 4
> factory size 9
> getRawData()
> _locateDirs()
> Identified ORF file
> push offset =0x8
> numEntries =21 shifting 254bytes
> # dir found = 1
> IFDDir::load() m_offset =8
> counting tiles
> RAW Compression is 1
> _getCfaPattern
> IFDDir::load() m_offset =8
> Exif IFD offset (uncorrected) = 266
> Exif IFD offset = 266
> IFDDir::load() m_offset =266
> _getCfaPattern
> patter is = 0, 1, 1, 2
> allocate s=9619532 data =0
>  data =0x7fd5e5b76010
> allocate s=31248000 data =0
>  data =0x7fd5e3da9010
> Segmentation fault

Using the patched version:

> [12:36] giova...@edelstein:~/packages/openraw/test$ gcc `pkg-config --cflags 
> --libs libopenraw-1.0` -g -o thumb thumbc.c 
> [12:37] giova...@edelstein:~/packages/openraw/test$ ./thumb ../p1080081.orf 
> registering type 1
> registering type 3
> registering type 5
> registering type 7
> registering type 6
> registering type 8
> registering type 2
> registering type 9
> registering type 4
> factory size 9
> options are 0
> getRawData()
> _locateDirs()
> Identified ORF file
> push offset =0x8
> numEntries =21 shifting 254bytes
> # dir found = 1
> IFDDir::load() m_offset =8
> counting tiles
> RAW Compression is 1
> _getCfaPattern
> IFDDir::load() m_offset =8
> Exif IFD offset (uncorrected) = 266
> Exif IFD offset = 266
> IFDDir::load() m_offset =266
> _getCfaPattern
> patter is = 0, 1, 1, 2
> allocate s=9619532 data =0
>  data =0x7fbd8adcb010
> wrong data type
> error 7

The program still fails (my understanding is that it's not able to read
the compressed ORF file), but at least it fails gracefully instead of
segfaulting.

I'm not NMU-ing this patch because I'll be VAC and not reachable
starting Thursday or Friday.

Ciao, Giovanni.
-- 
Giovanni Mascellani 
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org
From ca456c292e1c311d8fb0eed12a440813facb3f20 Mon Sep 17 00:00:00 2001
From: Giovanni Mascellani 
Date: Mon, 9 Aug 2010 12:28:56 +0200
Subject: [PATCH] Fix segmentation fault for some compressed ORF files

---
 README  |4 ++--
 debian/changelog|7 +++
 lib/orffile.cpp |   33 +
 lib/rawfile.cpp |7 ++-
 testsuite/testsuite.xml |   36 
 5 files changed, 80 insertions(+), 7 deletions(-)

diff --git a/README b/README
index b4716ee..620e556 100644
--- a/README
+++ b/README
@@ -114,9 +114,9 @@ Olympus ORF  Y Y N Y Y Y
  E-10B B   T
  E-3 T T   T
  E-300   T T B T T T
- E-330   T T   T
+ E-330   T T N T
  E-400   T B   T   T
- E-410   B T   T   T
+ E-410   B T N T   T
  E-500   T T   T   T
  E-510   B T   T   T
  SP-350
diff --git a/debian/changelog b/debian/changelog
index 59f5774..06abd44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libopenraw (0.0.8-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix segmentation fault with some ORF files (closes: #569788).
+
+ -- Giovanni Mascellani   Mon, 09 Aug 2010 12:32:02 +0200
+
 libopenraw (0.0.8-1) unstable; urgency=low
 
   * New upstream version
diff --git a/lib/orffile.cpp b/lib/orffile.cpp
index c9f0181..28980f4 100644
--- a/lib/orffile.cpp
+++ b/lib/orffile.cpp
@@ -1,7 +1,7 @@
 /*
  * libopenraw - orffile.cpp
  *
- * Copyright (C) 2006, 2008 Hubert Figuiere
+ * Copyright (C) 2006, 2008, 2010 Hubert Figuiere
  *
  * This library is free software: you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
@@ -77,7 +77,7 @@ namespace OpenRaw {
 
 		IFDDir::Ref  ORFFile::_locateCfaIfd()
 		{
-			// in PEF the CFA IFD is the main IFD
+			// in ORF the CFA IFD is the main IFD
 			if(!m_mainIfd) {
 m_mainIfd = _locateMainIfd();
 			}
@@ -92,12 +92,37 @@ namespace OpenRaw {
 
 
 		
-		::or_error ORFFile::_getRawData(RawData & data, uint32_t /*options*/)
+		::or_error ORFFile::_getRawData(RawData & data, uint32_t options)
 		{
+			::or_error err;
 			if(!m_cfaIfd) {
 m_cfaIfd = _locateCfaIfd();
 			}
-			return _getRawDataFromDir(data, m_cfaIfd);
+			err = _getRawDataFromDir(data, m_cfaIfd);
+			if(err == OR_ERROR_NONE) {
+// ORF file

Bug#592336: agtl: Inappropriately appears in USC's "Python" section but not "Geography"

2010-08-09 Thread Vishnoo
Package: agtl
Version: 0.5.1-2
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch

Bug first reported in Ubuntu by Matthew Paul Thomas:
https://bugs.launchpad.net/ubuntu/+source/agtl/+bug/546945

In Ubuntu, all updates installed

1. In Ubuntu Software Center, select "View" > "All Software".
2. Navigate to "Get Software" > "Developer Tools" > "Python".
3. Navigate to "Get Software" > "Science & Engineering" > "Geography".

What happens:
2. "AdvancedCaching" is first in the "Python" list.
3. "AdvancedCaching" is not in the "Geography" list at all.

What should happen:
2. "AdvancedCaching" is not in the "Python" list at all.
2. "AdvancedCaching" is first in the "Geography" list.

This is because the agtl package has "Section: universe/python",
 which it should not,
 and its .desktop file does not say that it's in the Geography category.
**

Attaching a patch which switches the section from python to misc
and adds a category Geograhy to the .desktop file.

Kindly apply the patch.

*** /tmp/tmpikW7iv

  * debian/control: Switch section from python to misc
  * Add category Geography to .desktop



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

Kernel: Linux 2.6.35-020635rc6-generic (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
diff -u agtl-0.5.1/debian/control agtl-0.5.1/debian/control
--- agtl-0.5.1/debian/control
+++ agtl-0.5.1/debian/control
@@ -1,5 +1,5 @@
 Source: agtl
-Section: python
+Section: misc
 Priority: extra
 Maintainer: Heiko Stuebner 
 DM-Upload-Allowed: yes
diff -u agtl-0.5.1/debian/changelog agtl-0.5.1/debian/changelog
only in patch2:
unchanged:
--- agtl-0.5.1.orig/files/advancedcaching.desktop
+++ agtl-0.5.1/files/advancedcaching.desktop
@@ -8,7 +8,7 @@
 Exec=agtl --simple
 Icon=advancedcaching
 Terminal=false
-Categories=Office;
+Categories=Office;Geography;
 SingleInstance=true
 StartupNotify=true
 Comment[de_DE.UTF-8]=An Advanced Linux Geocaching tool


Bug#588739: QEMU 0.12.5 is out

2010-08-09 Thread Michael Tokarev

27.07.2010 17:41, Laurent Léonard wrote:

QEMU 0.12.5 is out and the issue seems to be fixed upstream, so please update
qemu-kvm to 0.12.5.


Yes, qemu-kvm 0.12.5 is out, but it does _not_ include fix
for this bug, and while the patch you mentioned initially --
http://lists.gnu.org/archive/html/qemu-devel/2010-07/msg00152.html
appears to fix the problem, it does not apply to stable 0.12
series.

0.12 contains another bug related to this which is - apparently -
still present in 0.13 too, --
https://bugs.launchpad.net/qemu/+bug/586175

JFYI.

I'll consider backporting the fix to 0.12, but don't hold your
breath, it wont be today.  Also, I'll wait for LP#586175 to be
fixed too before the next upload.

Thanks!

/mjt



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



Bug#592337: Invalid local package source suggestions

2010-08-09 Thread Tomas Kuliavas
Package: software-properties-gtk
Version: 0.60.debian-1.1

If user tries to use local server (Download From: Server for Lithuania),
software-properties-gtk 0.60.debian-1.1 (squeeze/testing) updates
/etc/apt/sources.list to use ftp.lt.debian.org. Debian does not have DNS
records for localized servers. IMHO Ubuntu feature incorrectly used in
Debian package or appropriate DNS entries are not set in debian.org zone.
If I choose "Download From: Other", both Lithuanian mirrors are listed
there.


>From /etc/apt/sources.list

deb http://ftp.lt.debian.org/debian/ squeeze main contrib non-free
deb-src http://ftp.lt.debian.org/debian/ squeeze main contrib non-free
#Added by software-properties


DNS checks

to...@miri:~$ host ftp.lt.debian.org
Host ftp.lt.debian.org not found: 3(NXDOMAIN)
to...@miri:~$ host lt.archive.ubuntu.com
lt.archive.ubuntu.com is an alias for ftp.litnet.lt.
ftp.litnet.lt has address 193.219.61.67
ftp.litnet.lt has IPv6 address 2001:778::a





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



Bug#592338: swt-gtk: Version 3.6

2010-08-09 Thread Torquil Macdonald Sørensen
Package: swt-gtk
Severity: wishlist

Hi!

It seems that some display bugs in the application tuxguitar can
probably be fixed by upgrading to SWT v3.6. Hence this wishlist
report.

In particular, tuxguitar depends on

libswt-gtk-3.5-java
libswt-cairo-gtk-3.5-jni
libswt-mozilla-gtk-3.5-jni

Best regards
Torquil Sørensen

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

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



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



Bug#592339: svn-buildpackage: origUrl doesn't work properly with bzip2 tarball

2010-08-09 Thread Bertrand Marc

Package: svn-buildpackage
Version: 0.8.1
Severity: normal

When svn-buildpackage downloads the tarball designated by origUrl 
property, it renames it to *.orig.tar.gz and the build fails. I have to 
rename the tarball to *.orig.tar.bz2 to get it build.


It happens for instance with pingus:
svn://svn.debian.org/svn/pkg-games/packages/trunk/pingus/

Regards,
Bertrand

-- System Information:
Debian Release: squeeze/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=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages svn-buildpackage depends on:
ii  devscripts  2.10.65.1scripts to make the life of 
a Debi
ii  file5.04-4   Determines file type using 
"magic"
ii  libcapture-tiny-perl0.08-1   module to capture STDOUT 
and STDER
ii  libfile-libmagic-perl   0.96-1   Perl interface to libmagic 
for det
ii  liblocale-gettext-perl  1.05-6   Using libc functions for 
internati

ii  libsvn-perl 1.6.12dfsg-1 Perl bindings for Subversion
ii  liburi-perl 1.54-1   module to manipulate and 
access UR
ii  perl5.10.1-13Larry Wall's Practical 
Extraction

ii  subversion  1.6.12dfsg-1 Advanced version control system
ii  unp 2.0~pre4 unpack (almost) everything 
with on

ii  wget1.12-2   retrieves files from the web

Versions of packages svn-buildpackage recommends:
ii  debhelper 7.9.3  helper programs for 
debian/rules


svn-buildpackage 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#554909: ftp.pl.debian.org via IPv6

2010-08-09 Thread Michal Bialoskorski


Hi!

 About IPv6. Today I got IP special for debian:

2001:4070:1::fafb (ftp.pl.debian.org)

 I will set it up and test tomorrow.

 About method of sync: I'am doing it by my own scripts using rsync.

regards,
Michal.


On Sun, 8 Aug 2010 17:59:19 +0200, Simon Paillard
 wrote:
> Hi,
> 
> On Sat, Nov 07, 2009 at 12:22:27PM +0100, Simon Paillard wrote:
>> Dear ftp.pl.debian.org admins,
> 
> Any news regarding this question (IPv6 access confirmed ?) and request
> (ftpsync upgrade) ?
> 
>> On Fri, Nov 06, 2009 at 10:45:38PM +0100, Simon Paillard wrote:
>> > On Fri, Nov 06, 2009 at 10:25:45AM +0100, Tomasz Pawelczak wrote:
>> > > ftp.pl.debian.org is accesible via 2001:4070:1::fafa, please add
>> > > 
>> > > for this domain.
>> > 
>> > Thanks for the notice.
>> 
>> I though Tomasz was from ftp.pl team.
>> Could you please give us feedback regarding this ?
>> 
>> > I suggest moving ftp.pl.debian.org to a CNAME ftp.task.gda.pl (though
>> > ftp.pl.debian.org currently resolves to 153.19.251.221 while
>> > ftp.task.gda.pl to .222).
>> > Or create a debian.task.gda.pl A 153.19.251.221 ?
>> > 
>> > By the way, could you please switch to the recommended tool: ftpsync
>> > http://debian.org/mirror/ftpmirror#how which ensures mirror
consistency
>> > even during the mirror updates.
> 
> Thanks for mirroring Debian,



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



Bug#592340: netscript-2.4: Missing quotes prevent eth0_IF_CHAIN_AUTO from handling more than one interface.

2010-08-09 Thread Matthew Grant
Package: netscript-2.4
Severity: important

Only one interface can be specified in the string, when it should handle many.

This can prevent networking from coming up correctly, possibly rendering
parts of network unreachable.

I am the DD and upstream author of this package. This is a bug I discovered
while at work.  Fix is just adding quotes in the correct places.  
A patch is included for reference.  

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

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



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



Bug#592341: aptitude: debsums takes 3 minutes CPU time when packages added or removed

2010-08-09 Thread Arthur Marsh
Package: aptitude
Version: 0.6.3-3
Severity: normal


Hi, after discovering a corrupt package on my system, someone recommended
installing debsums. However, on this machine, a PII-266, debsums takes 
3 minutes of CPU time every time any package is added, removed or updated
using aptitude.

Should debsums be taking so long when called by aptitude?

-- Package-specific info:
aptitude 0.6.3 compiled at Jul 10 2010 21:52:22
Compiler: g++ 4.4.4
Compiled against:
  apt version 4.8.0
  NCurses version 5.7
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20100313
  cwidget version: 0.5.16
  Apt version: 4.8.0
linux-gate.so.1 =>  (0xb77fa000)
libapt-pkg-libc6.9-6.so.4.8 => /usr/lib/libapt-pkg-libc6.9-6.so.4.8 
(0x410aa000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0x41214000)
libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0x41052000)
libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0x413b)
libept.so.1 => /usr/lib/libept.so.1 (0x41171000)
libxapian.so.15 => /usr/lib/libxapian.so.15 (0x4125c000)
libz.so.1 => /usr/lib/libz.so.1 (0x420f9000)
libsqlite3.so.0 => /usr/lib/libsqlite3.so.0 (0x43f7a000)
libboost_iostreams.so.1.42.0 => /usr/lib/libboost_iostreams.so.1.42.0 
(0x4101f000)
libpthread.so.0 => /lib/i686/cmov/libpthread.so.0 (0x420de000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x4224e000)
libm.so.6 => /lib/i686/cmov/libm.so.6 (0x420b)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x4222e000)
libc.so.6 => /lib/i686/cmov/libc.so.6 (0x41f67000)
libutil.so.1 => /lib/i686/cmov/libutil.so.1 (0x41d1f000)
libdl.so.2 => /lib/i686/cmov/libdl.so.2 (0x420d8000)
libbz2.so.1.0 => /lib/libbz2.so.1.0 (0x42e25000)
librt.so.1 => /lib/i686/cmov/librt.so.1 (0x41e5f000)
/lib/ld-linux.so.2 (0x4100)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

Kernel: Linux 2.6.35 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.9 0.7.25.3 Advanced front-end for dpkg
ii  libboost-iostreams1.42. 1.42.0-4 Boost.Iostreams Library
ii  libc6   2.11.2-2 Embedded GNU C Library: Shared lib
ii  libcwidget3 0.5.16-3 high-level terminal interface libr
ii  libept1 1.0.3High-level library for managing De
ii  libgcc1 1:4.4.4-8GCC support library
ii  libncursesw55.7+20100313-2   shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.2.4.2-1type-safe Signal Framework for C++
ii  libsqlite3-03.7.0-1.1SQLite 3 shared library
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libxapian15 1.0.20-2 Search engine library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages aptitude recommends:
ii  apt-xapian-index  0.38   maintenance tools for a Xapian ind
ii  aptitude-doc-en [aptitude-doc 0.6.3-3English manual for aptitude, a ter
ii  libparse-debianchangelog-perl 1.1.1-2.1  parse Debian changelogs and output
ii  sensible-utils0.0.4  Utilities for sensible alternative

Versions of packages aptitude suggests:
pn  debtags(no description available)
pn  tasksel(no description available)

-- debconf-show failed



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



Bug#489613: openafs-modules-source: attempt to reinsert module results in "Cannot allocate memory"

2010-08-09 Thread Conrad Hughes

FWIW, my Debian stable machine just started exhibiting this problem
after months of perfect operation; persisted across reboots too.
Switching to the 1.4.12.1+dfsg-2~bpo50+1 openafs suite in
lenny-backports appears to have resolved it.

uname -a:
  Linux ... 2.6.26-2-686 #1 SMP Mon Jun 21 05:58:44 UTC 2010 i686 GNU/Linux

Thanks for the suggestion!

Conrad

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.




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



Bug#592340: Patch for bug

2010-08-09 Thread Matthew Grant
here's the patch for reference -- Show where the quotes are missing.


--- netscript   2009-12-21 09:26:18 +
+++ netscript   2010-07-29 00:30:30 +
@@ -941,7 +941,7 @@
return 0
;;
esac
-   eval local IF_CHAIN_AUTO=\${"$1"_IF_CHAIN_AUTO:-""}
+   eval local IF_CHAIN_AUTO=\"\${"$1"_IF_CHAIN_AUTO:-""}\"
if_up $1 && vb echo -n " $1"
for IF in $IF_CHAIN_AUTO; do
if_up $IF && vb echo -n " $IF"
@@ -969,8 +969,8 @@
;;
esac
local REV_IF_CHAIN
-   eval local IF_CHAIN=\${"$1"_IF_CHAIN:-""}
-   eval local IF_CHAIN_AUTO=\${"$1"_IF_CHAIN_AUTO:-""}
+   eval local IF_CHAIN=\"\${"$1"_IF_CHAIN:-""}\"
+   eval local IF_CHAIN_AUTO=\"\${"$1"_IF_CHAIN_AUTO:-""}\"
IF_CHAIN="$IF_CHAIN_AUTO $IF_CHAIN" 
for IF in $IF_CHAIN; do
REV_IF_CHAIN="$REV_IF_CHAIN $IF"




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


Bug#592342: llvm-2.7: man page inconsistency for llvm-gcc

2010-08-09 Thread Vincent Lefevre
Package: llvm-2.7
Version: 2.7-4
Severity: normal

If one wants to read the man page for llvm-gcc, one needs to type:

  man llvmgcc-2.7

instead of

  man llvm-gcc

This is a first inconsistency. A second inconsistency is that the
man page says in its header: LLVMGCC(1), which is different from
llvmgcc-2.7 and llvm-gcc.

Also, this is the llvm-gcc-4.2 package that provides /usr/bin/llvm-gcc.
This means that if llvm-2.7 is installed, but not llvm-gcc-4.2, one can
get a man page for something that doesn't exist. I suppose that this
man page should be moved to the llvm-gcc-4.2 package.

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

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

Versions of packages llvm-2.7 depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libffi5   3.0.9-2Foreign Function Interface library
ii  libgcc1   1:4.4.4-8  GCC support library
ii  libllvm2.72.7-4  Low-Level Virtual Machine (LLVM), 
ii  libstdc++64.4.4-8The GNU Standard C++ Library v3
ii  llvm-2.7-runtime  2.7-4  Low-Level Virtual Machine (LLVM), 

Versions of packages llvm-2.7 recommends:
ii  llvm-2.7-dev  2.7-4  Low-Level Virtual Machine (LLVM), 

Versions of packages llvm-2.7 suggests:
ii  llvm-2.7-doc  2.7-4  Low-Level Virtual Machine (LLVM), 

-- 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#564206: Is this solved by 2.11.8-11 and newer?

2010-08-09 Thread Martin-Éric Racine
Is this solved by 2.11.8-11 and newer?

Martin-Éric



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



Bug#592208: [Pkg-mc-devel] Bug#592208: Bug#592208: mc: Can't open files for edit (F4) with space in filenames

2010-08-09 Thread Yury V. Zaytsev
Hi!

On Mon, 2010-08-09 at 11:57 +0200, Michelle Konzack wrote:

> Maybe Debian should drop the thing with "mcedit-debian"?

This is actually something I don't understand either. 

It was added by Adam Byrtek  sometime at the beginning
of the century (even before the package source got into a source control
system) and until now, nobody run into this bug.

My guess is that maybe the alternatives system at that time didn't
accept symlinks as valid editors, so he decided to create a wrapper
instead to work around this problem.

Whether it's true or not and if it is still needed or not I have no
clue. This would be a subject of an investigation on its own...
 
-- 
Sincerely yours,
Yury V. Zaytsev




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



Bug#592322: [Pkg-clamav-devel] Bug#592322: freshclam.conf: update moves DatabaseMirror line

2010-08-09 Thread Stephen Gran
This one time, at band camp, Török Edwin said:
> After updating clamav-freshclam I got this diff:
> --- /etc/clamav/freshclam.conf 2010-06-10 15:40:04.624888178 +0300
> +++ /var/lib/clamav/freshclam.conf 2010-08-09 12:03:46.265177327 +0300

I agree this is most likely a bug - we're probably not popping off the
list in the same order we push onto it or something.

However:

> -- Package-specific info:
> --- configuration ---
> Checking configuration files in /usr/local/etc

Can you try without local versions installed, just to make sure nothing
funny is happening as a result?

Cheers,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :sg...@debian.org |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#592332: libmodule-corelist-perl: file conflict during upgrade

2010-08-09 Thread Salvatore Bonaccorso
Hi 

On Mon, Aug 09, 2010 at 01:25:56PM +0300, Török Edwin wrote:
> Package: libmodule-corelist-perl
> Version: 2.35-1
> Severity: grave
> Justification: renders package unusable
> 
> Tried to dist-upgrade today, but perl wouldn't upgrade due to a conflict with
> libmodule-corelist-perl.
> I removed libmodule-corelist-perl (and perl-doc too, opened separate bug for
> that), but now I can't install libmodule-corelist-perl back:
> sudo apt-get install libmodule-corelist-perl
> Reading package lists... Done
> Building dependency tree   
> Reading state information... Done
> The following NEW packages will be installed:
>   libmodule-corelist-perl
> 0 upgraded, 1 newly installed, 0 to remove and 604 not upgraded.
> Need to get 0B/69.1kB of archives.
> After this operation, 922kB of additional disk space will be used.
> Reading package fields... Done
> Reading package status... Done
> Retrieving bug reports... Done
> Parsing Found/Fixed information... Done
> Selecting previously deselected package libmodule-corelist-perl.
> (Reading database ... 552853 files and directories currently installed.)
> Unpacking libmodule-corelist-perl (from 
> .../libmodule-corelist-perl_2.36-1_all.deb) ...
> Adding 'diversion of /usr/bin/corelist to /usr/bin/corelist.bundled by 
> libmodule-corelist-perl'
> dpkg-divert: rename involves overwriting `/usr/bin/corelist.bundled' with
>   different file `/usr/bin/corelist', not allowed
> dpkg: error processing 
> /var/cache/apt/archives/libmodule-corelist-perl_2.36-1_all.deb (--unpack):
>  subprocess new pre-installation script returned error exit status 2
> Errors were encountered while processing:
>  /var/cache/apt/archives/libmodule-corelist-perl_2.36-1_all.deb

From where exaclty are you trying to update? I did too a dist-upgrade
right now, updating perl and later installing libmodule-corelist-perl:

...
Setting up perl-modules (5.10.1-14) ...
Setting up perl (5.10.1-14) ...
...

Then installing libmodule-corelist-perl:

# aptitude install libmodule-corelist-perl
The following NEW packages will be installed:
  libmodule-corelist-perl
0 packages upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
Need to get 69.1kB of archives. After unpacking 922kB will be used.
Get:1 http://ftp.ch.debian.org sid/main libmodule-corelist-perl 2.36-1 [69.1kB]
Fetched 69.1kB in 0s (2,201kB/s)
Selecting previously deselected package libmodule-corelist-perl.
(Reading database ... 122784 files and directories currently installed.)
Unpacking libmodule-corelist-perl (from 
.../libmodule-corelist-perl_2.36-1_all.deb) ...
Adding 'diversion of /usr/bin/corelist to /usr/bin/corelist.bundled by 
libmodule-corelist-perl'
Adding 'diversion of /usr/share/man/man1/corelist.1.gz to 
/usr/share/man/man1/corelist.bundled.1.gz by libmodule-corelist-perl'
Processing triggers for man-db ...
Setting up libmodule-corelist-perl (2.36-1) ...

...

So could you give some more information about the upgrade? Do you still have
the full output?

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#591364: Is this solved by 2.11.8-11 and newer?

2010-08-09 Thread Martin-Éric Racine
Is this solved by 2.11.8-11 and newer?

Martin-Éric



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



Bug#507716: Email Quota Alert

2010-08-09 Thread Campbell, Kay



From: Campbell, Kay
Sent: Monday, August 09, 2010 4:35 AM
To: Campbell, Kay
Subject: Email Quota Alert

You have reached the limit of your mailbox by your web mail service, and you 
will not be able to send and receive
emails. To prevent this, click on the link below to reset your account.


http://www.webmail-emailupgradeplus.us.tt


Failure to do so will result in a limited access to your mailbox. Warning!


Reverence.
Web service


NOTICE: The information contained in this e-mail may be confidential and is 
intended solely for the use of the named addressee. Access, copying or re-use 
of the e-mail or any information contained herein by any other person is not 
authorized. If you are not the intended recipient please notify us immediately 
by returning the e-mail to the
originator


Bug#512020: Is this solved by 2.11.8-11 and newer?

2010-08-09 Thread Martin-Éric Racine
Is this solved by 2.11.8-11 and newer?

Martin-Éric



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



Bug#570637: Is this solved by 2.11.8-11 and newer?

2010-08-09 Thread Martin-Éric Racine
Is this solved by 2.11.8-11 and newer?

Martin-Éric



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



Bug#570646: Is this solved by 2.11.8-11 and newer?

2010-08-09 Thread Martin-Éric Racine
Is this solved by 2.11.8-11 and newer?

Martin-Éric



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



Bug#572419: mirror submission for mirror.bjtu.edu.cn

2010-08-09 Thread ideal
2010/8/9 Simon Paillard :

>> > http://debian.bjtu.edu.cn/debian/project/trace/ shows that:
>> > - the mirror is up to date (great!)
>> > - ftpsync is not used (or something overwrites the local trace file)
>
> What about this specific item ? Could you please check ?
> For reference, see http://www.debian.org/mirror/ftpmirror#how
>

Hi, do you mean that
http://mirror.bjtu.edu.cn/debian/project/trace/ftp.bjtu.edu.cn should
be http://mirror.bjtu.edu.cn/debian/project/trace/debian.bjtu.edu.cn ?

Ideal



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



Bug#582384: php5-suhosin: suhosin.memory_limit=0 ignores php memory_limit=-1

2010-08-09 Thread Jan Wagner
On Thursday 20 May 2010 13:48:27 christ...@hilbert.alphasky.net wrote:
> the following script:
>
> # cat test.php
>  ini_set("memory_limit", "256M");
> echo "foobar\n";
> ?>
>
> executed on the command line with the following parameters
>
> # php5 --define memory_limit=-1 --define suhosin.memory_limit=0 test.php
>
> leads to this syslog warning:
>
> May 10 00:14:35 hilbert suhosin[8679]: ALERT - script tried to increase
> memory_limit to 268435456 bytes which is above the allowed value (attacker
> 'REMOTE_ADDR not set', file '/home/christoph/test.php', line 3)
>
>
> Suhosin should not warn because the script has the permission to use as
> much memory as it wants. The problem occurs with the same warning if I set
> memory_limit to -1 in php.ini

Citing Stefan Esser from irc:

the whole memory limit thing is bad anyway... initialising memory_limit to -1 
is just wrong... It abuses integer overflows etc...
[...]the fact that it abuses the -1 is a big unsigned number thingie

So I interpret that as "wontfix" by upstream.

With kind regards, Jan.


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


Bug#592332: libmodule-corelist-perl: file conflict during upgrade

2010-08-09 Thread Török Edwin
On Mon, 9 Aug 2010 13:53:32 +0200
Salvatore Bonaccorso  wrote:

> Hi 
> 
> On Mon, Aug 09, 2010 at 01:25:56PM +0300, Török Edwin wrote:
> > Package: libmodule-corelist-perl
> > Version: 2.35-1
> > Severity: grave
> > Justification: renders package unusable
> > 
> > Tried to dist-upgrade today, but perl wouldn't upgrade due to a
> > conflict with libmodule-corelist-perl.
> > I removed libmodule-corelist-perl (and perl-doc too, opened
> > separate bug for that), but now I can't install
> > libmodule-corelist-perl back: sudo apt-get install
> > libmodule-corelist-perl Reading package lists... Done
> > Building dependency tree   
> > Reading state information... Done
> > The following NEW packages will be installed:
> >   libmodule-corelist-perl
> > 0 upgraded, 1 newly installed, 0 to remove and 604 not upgraded.
> > Need to get 0B/69.1kB of archives.
> > After this operation, 922kB of additional disk space will be used.
> > Reading package fields... Done
> > Reading package status... Done
> > Retrieving bug reports... Done
> > Parsing Found/Fixed information... Done
> > Selecting previously deselected package libmodule-corelist-perl.
> > (Reading database ... 552853 files and directories currently
> > installed.) Unpacking libmodule-corelist-perl
> > (from .../libmodule-corelist-perl_2.36-1_all.deb) ... Adding
> > 'diversion of /usr/bin/corelist to /usr/bin/corelist.bundled by
> > libmodule-corelist-perl' dpkg-divert: rename involves overwriting
> > `/usr/bin/corelist.bundled' with different file
> > `/usr/bin/corelist', not allowed dpkg: error
> > processing /var/cache/apt/archives/libmodule-corelist-perl_2.36-1_all.deb
> > (--unpack): subprocess new pre-installation script returned error
> > exit status 2 Errors were encountered while
> > processing: /var/cache/apt/archives/libmodule-corelist-perl_2.36-1_all.deb
> 
> From where exaclty are you trying to update? I did too a dist-upgrade
> right now, updating perl and later installing libmodule-corelist-perl:
> 
> ...
> Setting up perl-modules (5.10.1-14) ...
> Setting up perl (5.10.1-14) ...
> ...
> 
> Then installing libmodule-corelist-perl:
> 
> # aptitude install libmodule-corelist-perl
> The following NEW packages will be installed:
>   libmodule-corelist-perl
> 0 packages upgraded, 1 newly installed, 0 to remove and 2 not
> upgraded. Need to get 69.1kB of archives. After unpacking 922kB will
> be used. Get:1 http://ftp.ch.debian.org sid/main
> libmodule-corelist-perl 2.36-1 [69.1kB] Fetched 69.1kB in 0s
> (2,201kB/s) Selecting previously deselected package
> libmodule-corelist-perl. (Reading database ... 122784 files and
> directories currently installed.) Unpacking libmodule-corelist-perl
> (from .../libmodule-corelist-perl_2.36-1_all.deb) ... Adding
> 'diversion of /usr/bin/corelist to /usr/bin/corelist.bundled by
> libmodule-corelist-perl' Adding 'diversion
> of /usr/share/man/man1/corelist.1.gz
> to /usr/share/man/man1/corelist.bundled.1.gz by
> libmodule-corelist-perl' Processing triggers for man-db ... Setting
> up libmodule-corelist-perl (2.36-1) ...

I think this one is related to 499096.
Its still not installable and my /var/lib/dpkg/diversions is empty.
Is that expected, or did a buggy package wipe it?

> 
> ...
> 
> So could you give some more information about the upgrade? Do you
> still have the full output?

Yep, I'm sending you the logs privately (several megabytes, don't want
to flood the list).

Best regards,
--Edwin



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



Bug#592345: valgrind: many errors, including on an empty program

2010-08-09 Thread Vincent Lefevre
Package: valgrind
Version: 1:3.5.0-3
Severity: important

On various programs, I get many errors from valgrind (e.g. 1882 errors
for "ls", 4703 errors for "bash -c true"). At this point, I doubt that
all programs are broken, thus I think that the problem comes from
valgrind. In particular, this makes the use of valgrind impossible.

Even on the empty program

int main(void)
{
  return 0;
}

I get 4 errors:

==30795== Conditional jump or move depends on uninitialised value(s)
==30795==at 0x4016236: index (strchr.S:56)
==30795==by 0x4007164: expand_dynamic_string_token (dl-load.c:324)
==30795==by 0x4007567: _dl_map_object (dl-load.c:2173)
==30795==by 0x400186A: map_doit (rtld.c:634)
==30795==by 0x400D5C5: _dl_catch_error (dl-error.c:178)
==30795==by 0x400176E: do_preload (rtld.c:818)
==30795==by 0x40043F1: dl_main (rtld.c:1678)
==30795==by 0x4014776: _dl_sysdep_start (dl-sysdep.c:243)
==30795==by 0x4001422: _dl_start (rtld.c:338)
==30795==by 0x4000AF7: ??? (in /lib/ld-2.11.2.so)
==30795== 
==30795== Conditional jump or move depends on uninitialised value(s)
==30795==at 0x401623B: index (strchr.S:59)
==30795==by 0x4007164: expand_dynamic_string_token (dl-load.c:324)
==30795==by 0x4007567: _dl_map_object (dl-load.c:2173)
==30795==by 0x400186A: map_doit (rtld.c:634)
==30795==by 0x400D5C5: _dl_catch_error (dl-error.c:178)
==30795==by 0x400176E: do_preload (rtld.c:818)
==30795==by 0x40043F1: dl_main (rtld.c:1678)
==30795==by 0x4014776: _dl_sysdep_start (dl-sysdep.c:243)
==30795==by 0x4001422: _dl_start (rtld.c:338)
==30795==by 0x4000AF7: ??? (in /lib/ld-2.11.2.so)
==30795== 
==30795== Conditional jump or move depends on uninitialised value(s)
==30795==at 0x400AC3E: _dl_relocate_object (do-rel.h:65)
==30795==by 0x400383A: dl_main (rtld.c:2297)
==30795==by 0x4014776: _dl_sysdep_start (dl-sysdep.c:243)
==30795==by 0x4001422: _dl_start (rtld.c:338)
==30795==by 0x4000AF7: ??? (in /lib/ld-2.11.2.so)
==30795== 
==30795== Conditional jump or move depends on uninitialised value(s)
==30795==at 0x400AC47: _dl_relocate_object (do-rel.h:68)
==30795==by 0x400383A: dl_main (rtld.c:2297)
==30795==by 0x4014776: _dl_sysdep_start (dl-sysdep.c:243)
==30795==by 0x4001422: _dl_start (rtld.c:338)
==30795==by 0x4000AF7: ??? (in /lib/ld-2.11.2.so)
==30795== 
==30795== 
==30795== HEAP SUMMARY:
==30795== in use at exit: 0 bytes in 0 blocks
==30795==   total heap usage: 0 allocs, 0 frees, 0 bytes allocated
==30795== 
==30795== All heap blocks were freed -- no leaks are possible
==30795== 
==30795== For counts of detected and suppressed errors, rerun with: -v
==30795== Use --track-origins=yes to see where uninitialised values come from
==30795== ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)

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

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

Versions of packages valgrind depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libc6-dbg 2.11.2-2   Embedded GNU C Library: detached d

Versions of packages valgrind recommends:
ii  gdb   7.1-1+b1   The GNU Debugger

Versions of packages valgrind suggests:
pn  alleyoop   (no description available)
pn  kcachegrind(no description available)
pn  valkyrie   (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#561944: GNUstep transition

2010-08-09 Thread Yavor Doganov
On Mon, Aug 09, 2010 at 01:13:22PM +0100, Neil McGovern wrote:
> Ok, so at the moment let's have a soft ACK for this transition.

Thanks!

> Could you try and get it ready to move into testing, with the RC
> bugs fixed?

Sure, but what about the libmodplug transition?  Should we wait for it
or we can upload the GNUstep core libraries to unstable right now?  (I
guess the binNMU for cynthiune.app can be scheduled later.)



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



Bug#590309: [Pkg-e-devel] Bug#590309: please reopen, install still fails

2010-08-09 Thread dgriswol
Thanks, that worked, Albin, even though I am using amd64. (It was Yoram, the 
original poster, who uses i386.)

For the record, let me state what I did to resolve the conflict:

 $ aptitude remove libeina-svn-05

(this also removed most of the e17 packages)

 $ aptitude install libeina-svn-06

 $ aptitude install e17

And all is well. I found that some modules are included, but many modules are 
not yet packaged. (This is not a complaint; I include it for the sake of those 
who might be reading this report later for help.)

Many thanks,

Dan



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



Bug#590741: emacs-goodies-el: pod-mode.el not for emacs21

2010-08-09 Thread Florian Ragwitz
Also note that pod-mode upstream would be very happy to accept patches
that makes it more portable across emacs versions.


pgpJksPz9KlJ2.pgp
Description: PGP signature


Bug#592032: [pkg-fso-maint] Bug#592032: please increase the priority of the nodm/enabled debconf question to high

2010-08-09 Thread Gaudenz Steinlin
Excerpts from Enrico Zini's message of Son Aug 08 05:16:04 -0400 2010:
> On Fri, Aug 06, 2010 at 09:04:14PM -0400, Gaudenz Steinlin wrote:
> 
> > Currently the debconf question about enabling nodm is only shown at
> > medium priority. This means that it will not be shown by default. 
> > 
> > Thibaut Girka, my GSoC student, is currently preparing a smartphone task
> > which will include nodm. On smartphones the users most probably want to
> > enable nodm. Therefore this question should be shown on default priority
> > installs.
> > 
> > I think the question should not only have priority high for smartphones
> > but for all installations. I already think it's kind of strange to not
> > enable a package by default, although I understand the reasons for doing
> > it the way it currently is. But if a user installs nodm in most cases he 
> > also
> > wants to run it. Therefore he should at least be given to open to enable
> > it at install time.
> 
> Right. Thanks for opening this, the issue is indeed up for discussion.
> The original idea was that nodm would be turned on via debconf
> preseeding. Ideally a foo task should be able to preseed custom debconf
> defaults for packages, at least at installer time.

AFAIK there is currently no easy facility available to do task
specific preseeding in tasksel. At least I did not find any
information or and example on how to do it.

Preseeding is possible in the preseeding file that is used by d-i to
configure network the network. But adding task specific information
there seems wrong to me. A user might well choose to not install the
smartphone task and if in a later stage we get the graphical installer
working on the freerunner, no preseeding is necessary anymore.

> I also want to avoid nodm's questions to appear in preconfigured
> installation tasks; that is, I'd like to avoid that when the debian
> freerunner installer runs it gets stopped by nodm asking the debconf
> question at a higher priority.

That's a valid concern. The only option to do this without preseeding
is to have the question defaulting to yes (at least on the
freerunner). 

> I guess most custom installers that make use of preseeding are going to
> run at priority critical so are not affected by questions at priority
> high, so that is a non-issue. And it's probably fair that if someone
> installs nodm by hand gets asked the tricky question of whether to run
> it.
> 
> With this in mind, I am fine going both ways: I am mostly writing this
> to make sure you know of the background thoughts so far. If you tell me
> it does indeed make sense to have it at high, I'll prepare a new upload
> asap.

If there is a facility to do task specific preseeding I'm fine with
the current state. If not I'd prefer the question to be of priority
"high" and with a default of yes for now.

Gaudenz

--
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~



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



Bug#561944: GNUstep transition

2010-08-09 Thread Neil McGovern
On Sun, Aug 08, 2010 at 09:33:08PM +0300, Yavor Doganov wrote:
> The cure for #581940 (gorm.app) depends on -base/-gui from
> experimental.  The specific fix can be backported easily if a new
> upstream gorm.app release is not acceptable at this point.  Gürkan is
> the de-facto maintainer, so he can tell more about the plan for this
> bug.
> 

A backport would certainly be preferred...

> > 568307 [   ] Generates incomplete nfont bundles which makes the art 
> > backend unusable
> 
> Fixed in experimental by providing a defoma-free art backend.
> GNUstep-specific .nfont bundles are generated via fc-cache now.
> 
> > 585531 [   ] [Debian GNUstep maintainers] TimeMon Preferences 
> > window's weirdbehavior
> 
> A fairly old bug in the cairo backend, fixed in 0.17/0.18.  Combined
> with the bug above (affecting only art), it makes GNUstep unusable in
> squeeze/sid right now.  Fixed in experimental.
> 
> > 558993 [   ] Subject: FTBFS: NSWindow.m:198: fatal error: method 
> > definition not in  @implementation context
> 
> An embarassing bug that could be prevented if the upload of
> gnustep-base/1.19.3 didn't happen.  But the damage has been done, and
> various upstream authors have been quite disturbed (e.g., latest
> Ubuntu stable release shipping a non-releasable core GNUstep libraries
> combination).  Nothing to do here except move forward or backward.
> 
> FWIW, technically speaking we can release without a transition, by
> "just" uploading gnustep-base/1.19.1 with an epoch (however, this will
> still require binNMUs of all packages that were uploaded since then
> because of the NS{U}Integer/CGFloat types which break the ABI, at
> least on 64-bit archs).
> 
> But if we go that route, there are quite some important bugfixes that
> we'll have to backport (including security -- the not-so-recent CVEs
> about gdomap vulnerabilities), and I'm not sure we'll succeed...
> Needless to say, we'll be completely alone in maintaining those
> modified versions throughout the squeeze lifetime; upstream doesn't
> give a damn about 1.19.x/0.17.x...
> 

Ok, so at the moment let's have a soft ACK for this transition. Could
you try and get it ready to move into testing, with the RC bugs fixed?
If it doesn't work, or gets things entangled up, then we may have to
look at a t-p-u upload with the latter suggested route.

Neil
-- 
 is _that_ gunnar?
 yes
 what happened to his tires?
 He's shrunk. I think his wife washed him at too high a temperature.


signature.asc
Description: Digital signature


Bug#592344: imsniff : FTBFS on GNU/kFreeBSD

2010-08-09 Thread Petr Salinger

Package: imsniff
Version: 0.04-5
Severity: serious
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

The problem is that on *BSD exists function devname(),
which collides with variable devname in src/imsniff.cpp.

Please perform

  sed -i s/devname/dev_name/g src/imsniff.cpp

It would also be nice if you can ask upstream
to include similar change.

Thanks in advance

Petr




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



Bug#592315: firefox/chromium fails with libnss3-1d from unstable

2010-08-09 Thread Chris Donoghue
On Mon, Aug 09, 2010 at 10:27:20AM +0200, Mike Hommey wrote:
> Long story short: the server is insecure (see the upstream bug below).
> 
> A workaround for iceweasel is given here:
> https://bugzilla.mozilla.org/show_bug.cgi?id=583337#c6
As I use chromium the workaround provided of setting ssl3.dhe to false isn't 
going to work.  Probably modutils from NSS security tools but I didn't get much 
time for reading or playing with that.


So, I thought I'd try the suggestion as given in this bug report in particular:

---
I suggest that Mozilla ask portal-plumprod.cgc.enbridge.com to fix
this server configuration problem.  The simplest fix is probably to
disable all DHE cipher suites.
---

I wrote to Citylink "contact us" myself and thought that as I'm a really valued 
customer it might be worth a shot to let then know to improve their very weak 
security.  Although I'm already thinking it's going to be a very long shot







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



Bug#592061:

2010-08-09 Thread Alessio Treglia
Wrong bug number.

vocproc needs to rebuild against latest libpaq.


-- Forwarded message --
From: Alessio Treglia 
Date: Mon, Aug 9, 2010 at 2:16 PM
Subject:
To: 592...@bugs.debian.org


This needs a rebuild.

--
Alessio Treglia 
Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



-- 
Alessio Treglia 
Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#592061:

2010-08-09 Thread Alessio Treglia
This needs a rebuild.

-- 
Alessio Treglia 
Debian & Ubuntu Developer | Homepage: http://www.alessiotreglia.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



  1   2   3   4   >