Bug#580450: Support Range: 0-0,-1.

2010-05-06 Thread Trent W. Buck
Package: polipo
Version: 1.0.5~20091115+54-1
Severity: wishlist
Tags: upstream

It seems that polipo understands Range requests only if they have
exactly one range.  This issue affected bzr export, which complained
as follows.

Got a 200 response when asking for multiple ranges, does your server at 
127.0.0.1:8080 support range requests?

Unfortunately I cannot reliably reproduce the bzr behaviour, but I can
demonstrate the basic behaviour with curl.  The upstream web server
supports multiple ranges without polipo:

$ env -u http_proxy curl -svo/dev/null -r0-0,-1 
http://mirror.internode.on.net/pub/test/1meg.test
* Couldn't find host mirror.internode.on.net in the .netrc file; using 
defaults
* About to connect() to mirror.internode.on.net port 80 (#0)
*   Trying 150.101.135.3... connected
* Connected to mirror.internode.on.net (150.101.135.3) port 80 (#0)
 GET /pub/test/1meg.test HTTP/1.1
 Range: bytes=0-0,-1
 User-Agent: W3C standards are important. Stop fucking obsessing over 
user-agent already.
 Host: mirror.internode.on.net
 Accept: */*

 HTTP/1.1 206 Partial Content
 Server: nginx/0.8.27
 Date: Thu, 06 May 2010 06:02:23 GMT
 Content-Type: multipart/byteranges; boundary=00045559
 Content-Length: 244
 Last-Modified: Sun, 03 Jun 2007 10:15:25 GMT
 Connection: keep-alive
 Keep-Alive: timeout=20

{ [data not shown]
* Connection #0 to host mirror.internode.on.net left intact
* Closing connection #0

Polipo works with a single range:

$ curl -svo/dev/null -r0-0 http://mirror.internode.on.net/pub/test/1meg.test
* Couldn't find host mirror.internode.on.net in the .netrc file; using 
defaults
* About to connect() to proxy 127.0.0.1 port 8080 (#0)
*   Trying 127.0.0.1... connected
* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)
 GET http://mirror.internode.on.net/pub/test/1meg.test HTTP/1.1
 Range: bytes=0-0
 User-Agent: W3C standards are important. Stop fucking obsessing over 
user-agent already.
 Host: mirror.internode.on.net
 Accept: */*
 Proxy-Connection: Keep-Alive

 HTTP/1.1 206 Partial content
 Content-Length: 1
 Content-Range: bytes 0-0/100
 Date: Thu, 06 May 2010 06:05:18 GMT
 Last-Modified: Sun, 03 Jun 2007 10:15:25 GMT
 Server: nginx/0.8.27
 Content-Type: application/octet-stream
 Accept-Ranges: bytes
 Connection: keep-alive

{ [data not shown]
* Connection #0 to host 127.0.0.1 left intact
* Closing connection #0

But polipo doesn't work with multiple ranges:

$ curl -svo/dev/null -r0-0,-1 
http://mirror.internode.on.net/pub/test/1meg.test
* Couldn't find host mirror.internode.on.net in the .netrc file; using 
defaults
* About to connect() to proxy 127.0.0.1 port 8080 (#0)
*   Trying 127.0.0.1... connected
* Connected to 127.0.0.1 (127.0.0.1) port 8080 (#0)
 GET http://mirror.internode.on.net/pub/test/1meg.test HTTP/1.1
 Range: bytes=0-0,-1
 User-Agent: W3C standards are important. Stop fucking obsessing over 
user-agent already.
 Host: mirror.internode.on.net
 Accept: */*
 Proxy-Connection: Keep-Alive

 HTTP/1.1 200 OK
 Content-Length: 100
 Date: Thu, 06 May 2010 06:05:01 GMT
 Last-Modified: Sun, 03 Jun 2007 10:15:25 GMT
 Server: nginx/0.8.27
 Content-Type: application/octet-stream
 Accept-Ranges: bytes
 Connection: keep-alive

{ [data not shown]
* Connection #0 to host 127.0.0.1 left intact
* Closing connection #0

I'm currently running a debianized upstream snapshot, but I don't
think that matters for this specific issue.

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

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

Versions of packages polipo depends on:
ii  dpkg  1.15.7.1   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in
ii  libc6 2.10.2-7   Embedded GNU C Library: Shared lib

polipo recommends no packages.

polipo 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#561890: lenny kernel memory leak?

2010-05-06 Thread Mikko Rapeli
On Wed, May 05, 2010 at 11:47:42PM +0200, Moritz Muehlenhoff wrote:
 On Mon, Dec 21, 2009 at 01:59:33AM +, Ben Hutchings wrote:
   Forwarded Message 
  From: Mikko Rapeli mikko.rap...@iki.fi
  To: Debian kernel team debian-ker...@lists.debian.org
  Subject: Re: lenny kernel memory leak?
  Date: Mon, 21 Dec 2009 00:53:35 +0200
  
  On Sun, Dec 20, 2009 at 04:30:54PM +, Ben Hutchings wrote:
   Try c95edf5432f097c926dd3f59239ecde80da3b214 rt2x00: Properly clean up
   beacon skbs.
  
  With this I got kernel panics at boot when loading the modules. Maybe it
  depends on some other patches.
  
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=e7087a828f8714e464fff18d93618727530dfd89;hp=5adf6d63c1697ce1835daf2b5393488a71ee0dca
  
  This is now in. Will see if it makes any difference in a few days.
 
 Did it fix the issue?

Well, I think above is the only patch I have added to the kernel. Slab has
been slowly increasing but no OOM so far, so I would say yes, it fixed the
issue:

Mon Dec 21 00:45:53 EET 2009
Slab: 4088 kB
Mon Dec 21 00:46:13 EET 2009
Slab: 4120 kB
Mon Dec 21 00:46:34 EET 2009
Slab: 4108 kB
Mon Dec 21 00:46:54 EET 2009
Slab: 4136 kB
Mon Dec 21 00:47:14 EET 2009
Slab: 4220 kB
Mon Dec 21 00:47:34 EET 2009
Slab: 4200 kB
...
Thu May  6 09:02:18 EEST 2010
Slab: 7376 kB
Thu May  6 09:02:39 EEST 2010
Slab: 7368 kB
Thu May  6 09:02:59 EEST 2010
Slab: 7268 kB
Thu May  6 09:03:19 EEST 2010
Slab: 7168 kB
Thu May  6 09:03:39 EEST 2010
Slab: 7168 kB
Thu May  6 09:03:59 EEST 2010
Slab: 7192 kB
Thu May  6 09:04:19 EEST 2010
Slab: 7152 kB

$ uptime
 09:05:12 up 136 days,  7:42,  4 users,  load average: 0.41, 0.16, 0.05

Cheers,

-Mikko



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



Bug#580451: libftgl-dev: Typo in FTLayoutGlue ftglGetLayoutBBox()

2010-05-06 Thread Wesley Hirsch
Package: libftgl-dev
Version: 2.1.3~rc5-2
Severity: normal
Tags: patch

Reporting from downstream in Ubuntu, just got a proposed patch for this bug,
saw it wasn't reported in Debian.

ftglGetLayoutBBox is misspelled in 3 locations inside
src/FTLayout/FTLayoutGlue.cpp, causing missing symbol errors when attempting
to link to libftgl.  The prototype in the header file is fine, it's only the
C api version of the function which is affected.
I'm attaching a patch which has been confirmed to fix the problem in Ubuntu.

Ubuntu is tracking this bug at
https://bugs.launchpad.net/ubuntu/+source/ftgl/+bug/485225
Sourceforge also has this bug reported at
https://sourceforge.net/tracker/?func=detailaid=2121813group_id=202130atid=980349

Unfortunately, the original developer of libftgl seems to have gone awol.
The sourceforge repository containing the library hasn't been updated in
close to 2 years (last modification date was 2008-06-12.  This bug has been
outstanding in the sourceforge tracker since 2008-09-21.  Due to the lack of
a further upstream to push this to, I'm suggesting the patch be applied at
debian, and then trickle down from there.


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

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

Versions of packages libftgl-dev depends on:
ii  libfreetype6-dev  2.3.9-5FreeType 2 font engine,
developmen
ii  libftgl2  2.1.3~rc5-2library to render text in
OpenGL u
ii  libgl1-mesa-dev [libgl-de 7.6.0-1ubuntu4 A free implementation of the
OpenG
ii  libglu1-mesa-dev [libglu- 7.6.0-1ubuntu4 The OpenGL utility library --
deve

libftgl-dev recommends no packages.

libftgl-dev suggests no packages.

-- debconf-show failed
Index: ftgl-2.1.3~rc5/src/FTLayout/FTLayoutGlue.cpp
===
--- ftgl-2.1.3~rc5.orig/src/FTLayout/FTLayoutGlue.cpp	2009-11-21 02:07:38.0 -0500
+++ ftgl-2.1.3~rc5/src/FTLayout/FTLayoutGlue.cpp	2009-11-21 02:07:45.0 -0500
@@ -76,13 +76,13 @@
 
 // virtual FTBBox FTLayout::BBox(const char* string)
 extern C++ {
-C_FUN(static FTBBox, _ftgGetlLayoutBBox, (FTGLlayout *l, const char *s),
+C_FUN(static FTBBox, _ftglGetLayoutBBox, (FTGLlayout *l, const char *s),
   return static_ftbbox, BBox, (s));
 }
 
-void ftgGetlLayoutBBox(FTGLlayout *l, const char * s, float c[6])
+void ftglGetLayoutBBox(FTGLlayout *l, const char * s, float c[6])
 {
-FTBBox ret = _ftgGetlLayoutBBox(l, s);
+FTBBox ret = _ftglGetLayoutBBox(l, s);
 FTPoint lower = ret.Lower(), upper = ret.Upper();
 c[0] = lower.Xf(); c[1] = lower.Yf(); c[2] = lower.Zf();
 c[3] = upper.Xf(); c[4] = upper.Yf(); c[5] = upper.Zf();


Bug#580453: linux-base: Fail to upgrade to 2.6.32-12

2010-05-06 Thread Simon Chopin
Package: linux-base
Version: 2.6.32-12
Severity: grave
Tags: sid
Justification: renders package unusable

Hi !
When i try to upgrade my kernel, the output of aptitude give me this (french 
locale) :

Paramétrage de linux-base (2.6.32-12) ...
Use of uninitialized value $label_len in numeric gt () at 
/var/lib/dpkg/info/linux-base.postinst line 1338.
Use of uninitialized value $label_len in subtraction (-) at 
/var/lib/dpkg/info/linux-base.postinst line 1339.
Cluster size is zero.
dosfslabel failed: 256 at /var/lib/dpkg/info/linux-base.postinst line 1042, 
STDIN line 10.
dpkg : erreur de traitement de linux-base (--configure) :
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 9
dpkg : des problèmes de dépendances empêchent la configuration de 
linux-image-2.6.32-5-amd64 :
 linux-image-2.6.32-5-amd64 dépend de linux-base (= 2.6.32-12) ; cependant :
 Le paquet linux-base n'est pas encore configuré.
dpkg : erreur de traitement de linux-image-2.6.32-5-amd64 (--configure) :
 problèmes de dépendances - laissé non configuré
dpkg : des problèmes de dépendances empêchent la configuration de 
linux-image-2.6-amd64 :
 linux-image-2.6-amd64 dépend de linux-image-2.6.32-5-amd64 ; cependant :
 Le paquet linux-image-2.6.32-5-amd64 n'est pas encore configuré.
dpkg : erreur de traitement de linux-image-2.6-amd64 (--configure) :
 problèmes de dépendances - laissé non configuré
Des erreurs ont été rencontrées pendant l'exécution :
 linux-base
 linux-image-2.6.32-5-amd64
 linux-image-2.6-amd64
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

Kernel: Linux 2.6.32-3-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 linux-base depends on:
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  libapt-pkg-perl   0.1.24 Perl interface to libapt-pkg
ii  libuuid-perl  0.02-3+b1  Perl extension for using UUID inte
ii  udev  153-2  /dev/ and hotplug management daemo
ii  util-linux2.16.2-0   Miscellaneous system utilities

linux-base recommends no packages.

linux-base suggests no packages.

-- debconf information:
  linux-base/disk-id-manual:
  linux-base/disk-id-convert-plan-no-relabel: true
  linux-base/disk-id-manual-boot-loader:
* linux-base/disk-id-convert-auto: true
* linux-base/disk-id-convert-plan: true



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



Bug#580452: openswan [INTL:de] updated German debconf translation

2010-05-06 Thread Martin Eberhard Schauer

Package: openswan
Version: 1:2.6.24+dfsg-1
Severity: wishlist
Tags: patch l10n

I have attached the updated German debconf translation.

Kind regards
  Martin



de.po
Description: application/gettext


Bug#580454: libc6-dev-amd64-i386-cross causes dselect to fail when updating list of packages

2010-05-06 Thread Wojtek Zabolotny

Package: libc6-dev-amd64-i386-cross
Version: 2.9-4
Severity: important

*** Please type your report below this line ***
When I try to update list of packages in dselect, I get the following error:

dpkg: parse error, in file '/var/cache/apt/available' near line 806093
package 'libc6-dev-amd64-i386-cross':
 duplicate value for `Provides' field

update available list script returned error exit status 2.

It seems that libc6-dev-amd64-i386-cross really has two Provides fields:

[...]
Package: libc6-dev-amd64-i386-cross
Version: 2.9-4
Architecture: all
Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org
Source: libc6-dev-amd64
Provides: libc6-dev-amd64-i386-dcv1
Provides: lib64c-dev-i386-cross
Replaces: amd64-libs-dev-i386-cross (= 1.2)
Priority: extra
Section: devel
Filename:
pool/main/libc/libc6-dev-amd64/libc6-dev-amd64-i386-cross_2.9-4_all.deb
Size: 1913578
SHA256: 08bc13692ffbf8ff793d88c8c7d6f7f02b05e3c0184351821c9afeddb31850aa
SHA1: c3e0f53e6139f4c64a562c112c71b8dd5252b871
MD5sum: 65c5cd4e2e5f8ca3c299a6395a0c1485
[...]

Which confuses dselect.

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

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

--
Wojciech M Zabolotny




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



Bug#580455: lastest Sid upgrade breakes yaboot.conf and (maybe) ybin

2010-05-06 Thread Rick Thomas
Package: yaboot
Version: 1.3.13a-1
Severity: important


The latest kernel upgrade modifies yaboot.conf in bad ways.

1) It puts spaces around the = and quotes the argument, which confuses ybin.
# diff /etc/yaboot.conf.old /etc/yaboot.conf
9c9,12
 boot=/dev/hda2
---
 
 # boot = /dev/hda2
 boot = /dev/disk/by-label/bootstrap
 
12c15,18
 root=/dev/hda6
---
 
 # root = /dev/hda6
 root = UUID=88a47bea-8c36-4a09-b418-747e2396feb2
 

ybin thinks the space between the = and the RHS and the quotes-marks are part 
of the RHS.
It then says that the file /dev/disk/by-label/bootstrap (including the 
quote-marks) doesn't exist.
If I remove the quote-marks, it still fails, beacuse it thinks the leading 
space is part of the file name.
If I remove the leading space *and* the quote marks, it gets further... But...

2) Later on, ofpath gets called on /dev/disk/by-label/bootstrap which ofpath is 
unable to parse.
It says ofpath: Device: /dev/bootstrap is not supported.

This could probably be fixed by running $boot thru readlink -f to 
canonicalize it,
but that part of ybin is complicated enough that I decided it should be done by 
an expert.

Hope this helps!

Rick

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

Kernel: Linux 2.6.32-5-powerpc
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages yaboot depends on:
ii  libc6 2.10.2-7   Embedded GNU C Library: Shared lib

Versions of packages yaboot recommends:
ii  hfsutils  3.2.6-11   Tools for reading and writing Maci
ii  powerpc-utils 1.1.3-24   Various utilities for Linux/PowerP

yaboot 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#580336: gnome-icon-theme: Too more dependencies

2010-05-06 Thread Roman V. Nikolaev
Maybe extract icons from gnome-icon-theme to other package. For example:
gnome-icons. And set in gnome-icon-theme depen from this new gnome-icons
package.
Then icons saved in separate simple package, and over applications not
break.

-- 

 Roman V. Nikolaev

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



signature.asc
Description: OpenPGP digital signature


Bug#580456: [remmina] Does not support VNC over IPv6

2010-05-06 Thread Roman Mamedov
Package: remmina
Version: 0.7.4-1
Severity: normal

Remmina is unable to connect to a VNC server using its hostname which resolves
to an IPv6 address. The server does listen on IPv6, and the VNC client from
the xvnc4viewer package (version 4.1.1+X4.3.0-37) can connect to it
successfully. 

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.32.12-rm1-amd-slab-un15044

Debian Release: squeeze/sid
  900 testing natsu.ipv6.rm.pp.ru 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libatk1.0-0(= 1.20.0) | 1.30.0-1
libavahi-client3   (= 0.6.16) | 0.6.25-3
libavahi-common3   (= 0.6.16) | 0.6.25-3
libavahi-glib1 (= 0.6.16) | 0.6.25-3
libavahi-ui0   (= 0.6.21) | 0.6.25-3
libc6 (= 2.7) | 2.10.2-6
libcairo2   (= 1.2.4) | 1.8.10-4
libfontconfig1  (= 2.8.0) | 2.8.0-2.1
libfreetype6(= 2.2.1) | 2.3.11-1
libgcrypt11 (= 1.4.2) | 1.4.5-2
libglib2.0-0   (= 2.20.0) | 2.24.0-1
libgnutls26  (= 2.7.14-0) | 2.8.6-1
libgtk2.0-0(= 2.16.0) | 2.20.0-3
libjpeg62  | 6b-16.1
libpango1.0-0  (= 1.14.0) | 1.28.0-1
libssh-4   (= 0.3.91) | 0.4.2-1
libunique-1.0-0 (= 1.0.0) | 1.1.6-1
libvte9  (= 1:0.20.4) | 1:0.24.0-3
libx11-6(= 0) | 2:1.3.3-3
zlib1g(= 1:1.1.4) | 1:1.2.3.4.dfsg-3
rdesktop   | 1.6.0-3


Package's Recommends field is empty.

Package's Suggests field is empty.

-- 
With respect,
Roman


signature.asc
Description: PGP signature


Bug#578126: Info received (Bug#578126: fails to load kernel in memory due to /boot already being un-mounted)

2010-05-06 Thread Arthur Marsh
After a full shut-down and reboot to the kde desktop, I found that my 
/boot file-system was not mounted, despite being listed in /etc/fstab:



UUID=bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea   /boot   ext3defaults 
   0   2


(all on one line).

I was able to mount /boot manually:

# mount /boot

# mount|grep boot
/dev/sda1 on /boot type ext3 (rw)

# blkid /dev/sda1
/dev/sda1: UUID=bfdeb6d6-0b77-4beb-a63d-bdc3e455b8ea SEC_TYPE=ext2 
TYPE=ext3


So it appears that the problem reported against kexec might actually be 
a problem like /boot failing to mount at start-up or being un-mounted 
for unknown reasons.


Arthur.



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



Bug#559342: linux-image-2.6.30-2-686: USB Devices managed by uhci_hcd fail to mount

2010-05-06 Thread Eugenio M. Vigo
2010/5/2 Eugenio M. Vigo emv...@gmail.com:
 Reported upstream: https://bugzilla.kernel.org/show_bug.cgi?id=15894

 Let's see what happens. Anyway, thanks for your help and time!

And what happened is that I was the bug :P I was expecting the device
to work like something it shouldn't. lsusb -v clearly stated that the
mobile phone was a MTP device. Using Rhythmbox or gphoto2 makes it
work as it should and without any trouble. So, I'm a bit embarrased
now for this, as I know you people do bug tracking as volunteers and
there are thousands of other important real bugs to solve.

So, it seems this can be closed.



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



Bug#580457: clusterssh: Environment variables not passed when using 'cssh u...@clustername'

2010-05-06 Thread Ryszard Lach
Package: clusterssh
Version: 4.00.01-1
Severity: normal
Tags: upstream

Normally cssh uses .ssh/config properly, but if I call it via   cssh
usern...@clustername  It misses some settings, e.g. SetEnv defined at toplevel
of .ssh/config file.  Interesting is, that using  cssh -l username clustername
works fine.  R.


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

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

Versions of packages clusterssh depends on:
ii  libx11-protocol-perl 0.56-2  Perl module for the X Window Syste
ii  openssh-client   1:5.5p1-2   secure shell (SSH) client, for sec
ii  perl-tk  1:804.028-7 Perl module providing the Tk graph
ii  xterm256-1   X terminal emulator

clusterssh recommends no packages.

clusterssh 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#580402: seahorse: Missing the Gnome Keyring Tab

2010-05-06 Thread Josselin Mouette
Le mercredi 05 mai 2010 à 18:49 -0500, John Goerzen a écrit :
  This is seahorse-preferences, not seahorse. The seahorse tool itself can
  be access through “Applications → Accessories → Passwords and encryption
  keys”.

 Ah.  Found that.  That is rather confusing and counter-intuitive.  Given 
 a menu under preferences about keyrings that doesn't actually work with 
 the most obvious keyring on the system (the Gnome keyring), it's hard to 
 find.  Can this be moved to preferences too in some fashion?

One is a management tool and the other is a configuration tool, so I
think they are in the suitable menus.

The correct way to fix that would probably be a way to launch seahorse
from seahorse-preferences, just like there is one in seahorse to do the
opposite.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “A handshake with whitnesses is the same
  `- as a signed contact.”  -- Jörg Schilling




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



Bug#580458: pootle blocked by python-django-djblets

2010-05-06 Thread W. Martin Borgert

Package: python-django-djblets
Version: 0.5~alpha3+svn12152-1
Severity: wishlist

Because python-django-djblets is not in testing, the pootle package
cannot migrate from unstable to testing, as pootle depends on
python-django-djblets. Please upload python-django-djblets to
unstable. Thanks!

Quoting Chris Lamb la...@debian.org:

Could you file a bug? :)


Done!




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



Bug#580459: isn't sed s,x,x, one big no-op?

2010-05-06 Thread jidanni
Package: grub-pc
X-debbugs-Cc: tliko...@iki.fi, debian-u...@lists.debian.org
Version: 1.98-1
Severity: wishlist
File: /etc/grub.d/00_header

#TL I'm sure it's for a purpose. If you file a bug I'd suggest a wish list
#TL category and tone like Please document the purpose of ...
Dear Grub Team: Please add a comment to the File to document the purpose of 
sed s,x,x,
based on the discussion in
http://news.gmane.org/group/gmane.linux.debian.user/thread=380890/
Thanks.



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



Bug#579252: geeqie: Extracted thumbs from Olympus E-500 raw files are so small

2010-05-06 Thread Michal Čihař
Hi

Dne Mon, 26 Apr 2010 15:41:43 +0200
Celso González ce...@mitago.net napsal(a):

 When displaying raw images taken with an Olympus E-500 camera (.orf format) 
 the
 extracted thumb shown has 160*120 size.
 If I try to extract the thumb with dcraw -e it gets an usable thumbnail of 
 1600x1200,
 just 10 times bigger (hint?)
 
 Raw images taken with an Olympus E-510, also .orf format but seems its a 
 diferent one,
 are shown with normal 1600x1200 size.

Can you please provide some sample image which shows this bug? Anyway
it will most likely be a bug in exiv2 library, which geeqie uses for
parsing raw files.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#580209: sonata: Sonata segfault with custom gtk-im-module if GTK_IM_MODULE is not set

2010-05-06 Thread Michal Čihař
Hi

Dne Wed, 5 May 2010 00:35:04 +0200
Kjö Hansi Glaz k...@a4nancy.net.eu.org napsal(a):

  Do you use some other program using PyGTK? If not can you try whether
  it also crashes? You can for example use hello world:
  
 pdfshuffler uses PyGTK and works well. If you need some more specific
 test, please let me know.

I tried to reproduce your issue, but I failed. So there must be
something specific to your environment.

Can you try to run sonata in debugger and obtain backtrace of the crash?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#580460: Build of libguestfs on debian squeeze failed with configure: error: but fullfilled builddependencies

2010-05-06 Thread Frank Matthieß
Package: libguestfs
Version: 1.0.84
Severity: serious
Tags: squeeze
Justification: fails to build from source


$ dpkg-buildpackage -us -uc -rfakeroot

configure: error: Either febootstrap or debootstrap must be installed
 23 make: *** [debian/stamp-autotools] Fehler 1
 24 dpkg-buildpackage: Fehler: debian/rules build gab Fehler-Exitstatus 2


febootstrap or debootstrap shuold be part of build dependencies?
I know not enough of the interna of libguestfs, so i cant give you any further 
advice.

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

Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.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#577009: php5-cgi + xcache == memory leak

2010-05-06 Thread Michal Čihař
Hi

Dne Thu, 22 Apr 2010 18:01:31 +0200
Olaf van der Spek o...@xwis.net napsal(a):

 On 22-4-2010 13:36, Michal Čihař wrote:
  Hi
 
  I somehow missed that this bug got reassigned to xcache. Can you please
  share your xcache configuration file?
 
 It's the default, no changes at all.

It's strange, because I fail to see such huge leak on any setup I have.

What other PHP modules to do you have loaded?

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#580461: squeeze Alpha1 + GRUB1: Error 23. Error while parsing number

2010-05-06 Thread Szalay Máté
Package: installation-reports

Boot method:
Downloaded netinst iso, burned on CD, booted from it, expert install.

Image version:
http://cdimage.debian.org/cdimage/squeeze_di_alpha1/amd64/iso-cd/debian-testing-amd64-netinst.iso

Date: 2010-05-04 22:30 CET

Machine: Custom
Processor: Intel(R) Core(TM)2 Quad CPUQ9550  @ 2.83GHz
Memory: MemTotal: 8163284 kB
Partitions:
$ df -Tl
FilesystemType   1K-blocks  Used Available Use% Mounted on
/dev/md0  ext319228180637108  17614328   4% /
tmpfstmpfs 4081640 0   4081640   0% /lib/init/rw
udev tmpfs   10240   224 10016   3% /dev
tmpfstmpfs 4081640 0   4081640   0% /dev/shm
/dev/md1  ext3   878796568205024 834646148   1% /srv

$ sudo fdisk -l /dev/sda

Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0009c8eb

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1243219535008+  fd  Linux raid autodetect
/dev/sda22433  114283   898443157+   5  Extended
/dev/sda52433  111851   878908086   fd  Linux raid autodetect
/dev/sda6  111852  11428319535008+  fd  Linux raid autodetect

$ sudo fdisk -l /dev/sdb

Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000a7bee

   Device Boot  Start End  Blocks   Id  System
/dev/sdb1   1243219535008+  fd  Linux raid autodetect
/dev/sdb22433  114283   898443157+   5  Extended
/dev/sdb52433  111851   878908086   fd  Linux raid autodetect
/dev/sdb6  111852  11428319535008+  fd  Linux raid autodetect


Output of lspci -knn (or lspci -nn):
$ lspci -knn
00:00.0 Host bridge [0600]: Intel Corporation 4 Series Chipset DRAM Controller 
[8086:2e20] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:8336]
Kernel driver in use: agpgart-intel
00:02.0 VGA compatible controller [0300]: Intel Corporation 4 Series Chipset 
Integrated Graphics Controller [8086:2e22] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:8336]
00:02.1 Display controller [0380]: Intel Corporation 4 Series Chipset 
Integrated Graphics Controller [8086:2e23] (rev 03)
Subsystem: ASUSTeK Computer Inc. Device [1043:8336]
00:1a.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #4 [8086:3a37]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1a.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #5 [8086:3a38]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1a.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #6 [8086:3a39]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1a.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 
EHCI Controller #2 [8086:3a3c]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: ehci_hcd
00:1b.0 Audio device [0403]: Intel Corporation 82801JI (ICH10 Family) HD Audio 
Controller [8086:3a3e]
Subsystem: ASUSTeK Computer Inc. Device [1043:837b]
Kernel driver in use: HDA Intel
00:1c.0 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express 
Root Port 1 [8086:3a40]
Kernel driver in use: pcieport
00:1c.4 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express 
Root Port 5 [8086:3a48]
Kernel driver in use: pcieport
00:1c.5 PCI bridge [0604]: Intel Corporation 82801JI (ICH10 Family) PCI Express 
Root Port 6 [8086:3a4a]
Kernel driver in use: pcieport
00:1d.0 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #1 [8086:3a34]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1d.1 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #2 [8086:3a35]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1d.2 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB 
UHCI Controller #3 [8086:3a36]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: uhci_hcd
00:1d.7 USB Controller [0c03]: Intel Corporation 82801JI (ICH10 Family) USB2 
EHCI Controller #1 [8086:3a3a]
Subsystem: ASUSTeK Computer Inc. Device [1043:82d4]
Kernel driver in use: ehci_hcd
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 
90)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801JIB (ICH10) LPC Interface 
Controller [8086:3a18]

Bug#580462: Build-Depends libgeos-dev = 3.1.0

2010-05-06 Thread Frederic Junod
Package: postgresql-8.4-postgis
Version: 1.5.1-1

Hello,

The package has a build depends on libgeos-dev = 3.0.0 but according
to the postgis release notes [1] the minimum accepted version of GEOS
is 3.1.

Thanks,

fredj

[1] http://postgis.refractions.net/news/20100204/

-- 
Frédéric Junod
Camptocamp SA



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



Bug#580463: /usr/games/quadrapassel: Can't enable Show where the block will land

2010-05-06 Thread Josh Triplett
Package: gnome-games
Version: 1:2.30.1-1
Severity: normal
File: /usr/games/quadrapassel

If I check Show where the block will land, and then close and reopen
the preferences, it remains unchecked.  The game never shows where the
block will land.

- Josh Triplett

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

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

Versions of packages gnome-games depends on:
ii  gnome-games-data1:2.30.1-1   data files for the GNOME games
ii  gnuchess5.07-7   Plays a game of chess, either agai
ii  guile-1.8-libs  1.8.7+1-3Main Guile libraries
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.22-1   Gtk+ helper for playing widget eve
ii  libcanberra00.22-1   a simple abstract interface for pl
ii  libclutter-1.0-01.0.8-1  Open GL based interactive canvas l
ii  libclutter-gtk-0.10-0   0.10.2-1 Open GL based interactive canvas l
ii  libgcc1 1:4.4.4-1GCC support library
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  mesa-utils  7.7.1-1  Miscellaneous Mesa GL utilities
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-bugbuddy 2.30.0-1 Python module for bug-buddy
ii  python-gconf2.28.1-1 Python bindings for the GConf conf
ii  python-gtk2 2.17.0-2 Python bindings for the GTK+ widge
ii  python-gtkglext11.1.0-5  GtkGLext python bindings
ii  python-opengl   3.0.1~b2-1   Python bindings to OpenGL
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnome-games recommends:
pn  gnome-games-extra-datanone (no description available)
ii  gvfs  1.6.1-1userspace virtual filesystem - ser

Versions of packages gnome-games suggests:
ii  gnome-hearts  0.3-2+b1   The classic hearts card game for t

-- 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#580464: ruby1.8: hangs under some circumstances on GNU/kFreeBSD

2010-05-06 Thread Petr Salinger

Package: ruby1.8
Version: 1.8.7.249-3
Severity: important
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd


Hi,

the current version have on GNU/kFreeBSD the same problem
as described in

http://redmine.ruby-lang.org/issues/show/2739

Please replace 100312_timeout-fix.dpatch by attached version.

It would also be nice if you can ask upstream
to include these || defined(__GLIBC__)
and  !defined(__GLIBC__) changes.

Thanks in advance

Petr

#! /bin/sh /usr/share/dpatch/dpatch-run
## timeout-fix.dpatch by Lucas Nussbaum lu...@lucas-nussbaum.net
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix problem with threads+timeouts.
## DP: Backports from upstream. See 
http://redmine.ruby-lang.org/issues/show/2739, 
https://bugs.launchpad.net/ubuntu/lucid/+source/eglibc/+bug/520715, 
Debian#539987

@DPATCH@
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' 
'--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' 
ruby1.8-1.8.7.249~/ChangeLog ruby1.8-1.8.7.249/ChangeLog
--- ruby1.8-1.8.7.249~/ChangeLog2010-01-10 11:30:06.0 +0100
+++ ruby1.8-1.8.7.249/ChangeLog 2010-03-12 07:07:47.0 +0100
@@ -1,3 +1,18 @@
+Fri Jan 22 01:22:27 2010  NAKAMURA Usaku  u...@ruby-lang.org
+
+   * eval.c (thread_timer, rb_thread_stop_timer): check the timing of
+ stopping timer.  patch from KOSAKI Motohiro kosaki.motohiro _AT_
+ jp.fujitsu.com
+
+   * eval.c (rb_thread_start_timer): NetBSD5 seems to be hung when calling
+ pthread_create() from pthread_atfork()'s parent handler.
+
+   * io.c (pipe_open): workaround for NetBSD5. stop timer thread before
+ fork(), and start it if needed.
+
+   * process.c (rb_f_fork, rb_f_system): ditto.
+ fixed [ruby-dev:40074]
+
 Sun Jan 10 19:00:31 2010  Nobuyoshi Nakada  n...@ruby-lang.org
 
* lib/webrick/accesslog.rb : Escape needed.
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' 
'--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' ruby1.8-1.8.7.249~/eval.c 
ruby1.8-1.8.7.249/eval.c
--- ruby1.8-1.8.7.249~/eval.c   2009-12-21 09:11:42.0 +0100
+++ ruby1.8-1.8.7.249/eval.c2010-03-12 07:07:49.0 +0100
@@ -12292,6 +12292,8 @@
 pthread_t thread;
 } time_thread = {PTHREAD_COND_INITIALIZER, PTHREAD_MUTEX_INITIALIZER};
 
+static int timer_stopping;
+
 #define safe_mutex_lock(lock) \
 pthread_mutex_lock(lock); \
 pthread_cleanup_push((void (*)_((void *)))pthread_mutex_unlock, lock)
@@ -12316,6 +12318,9 @@
 #define WAIT_FOR_10MS() \
 pthread_cond_timedwait(running-cond, running-lock, get_ts(to, 
PER_NANO/100))
 while ((err = WAIT_FOR_10MS()) == EINTR || err == ETIMEDOUT) {
+   if (timer_stopping)
+   break;
+
if (!rb_thread_critical) {
rb_thread_pending = 1;
if (rb_trap_immediate) {
@@ -12343,7 +12348,9 @@
 safe_mutex_lock(time_thread.lock);
 if (pthread_create(time_thread.thread, 0, thread_timer, args) == 0) {
thread_init = 1;
+#if !defined(__NetBSD__)  !defined(linux)  !defined(__GLIBC__)
pthread_atfork(0, 0, rb_thread_stop_timer);
+#endif
pthread_cond_wait(start, time_thread.lock);
 }
 pthread_cleanup_pop(1);
@@ -12354,10 +12361,12 @@
 {
 if (!thread_init) return;
 safe_mutex_lock(time_thread.lock);
+timer_stopping = 1;
 pthread_cond_signal(time_thread.cond);
 thread_init = 0;
 pthread_cleanup_pop(1);
 pthread_join(time_thread.thread, NULL);
+timer_stopping = 0;
 }
 #elif defined(HAVE_SETITIMER)
 static void
diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' 
'--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' ruby1.8-1.8.7.249~/io.c 
ruby1.8-1.8.7.249/io.c
--- ruby1.8-1.8.7.249~/io.c 2009-11-25 09:45:13.0 +0100
+++ ruby1.8-1.8.7.249/io.c  2010-03-12 07:07:49.0 +0100
@@ -3245,6 +3245,9 @@
 }
 
   retry:
+#if defined(__NetBSD__) || defined(linux) || defined(__GLIBC__)
+rb_thread_stop_timer();
+#endif
 switch ((pid = fork())) {
   case 0:  /* child */
if (modef  FMODE_READABLE) {
@@ -3272,11 +3275,17 @@
ruby_sourcefile, ruby_sourceline, pname);
_exit(127);
}
+#if defined(__NetBSD__) || defined(linux) || defined(__GLIBC__)
+   rb_thread_start_timer();
+#endif
rb_io_synchronized(RFILE(orig_stdout)-fptr);
rb_io_synchronized(RFILE(orig_stderr)-fptr);
return Qnil;
 
   case -1: /* fork failed */
+#if defined(__NetBSD__) || defined(linux) || defined(__GLIBC__)
+   rb_thread_start_timer();
+#endif
if (errno == EAGAIN) {
rb_thread_sleep(1);
goto retry;
@@ -3297,6 +3306,9 @@
break;
 
   default: /* parent */
+#if defined(__NetBSD__) || defined(linux) || defined(__GLIBC__)
+   rb_thread_start_timer();
+#endif

Bug#580465: /usr/games/quadrapassel: Separate scoreboard for bastet mode

2010-05-06 Thread Josh Triplett
Package: gnome-games
Version: 1:2.30.1-1
Severity: wishlist
File: /usr/games/quadrapassel

Given that bastet mode results in much smaller and more hard-fought
scores, it should have a separate scoreboard.

- Josh Triplett

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

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

Versions of packages gnome-games depends on:
ii  gnome-games-data1:2.30.1-1   data files for the GNOME games
ii  gnuchess5.07-7   Plays a game of chess, either agai
ii  guile-1.8-libs  1.8.7+1-3Main Guile libraries
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-7 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libcanberra-gtk00.22-1   Gtk+ helper for playing widget eve
ii  libcanberra00.22-1   a simple abstract interface for pl
ii  libclutter-1.0-01.0.8-1  Open GL based interactive canvas l
ii  libclutter-gtk-0.10-0   0.10.2-1 Open GL based interactive canvas l
ii  libgcc1 1:4.4.4-1GCC support library
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  librsvg2-common 2.26.3-1 SAX-based renderer library for SVG
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstdc++6  4.4.4-1  The GNU Standard C++ Library v3
ii  mesa-utils  7.7.1-1  Miscellaneous Mesa GL utilities
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-bugbuddy 2.30.0-1 Python module for bug-buddy
ii  python-gconf2.28.1-1 Python bindings for the GConf conf
ii  python-gtk2 2.17.0-2 Python bindings for the GTK+ widge
ii  python-gtkglext11.1.0-5  GtkGLext python bindings
ii  python-opengl   3.0.1~b2-1   Python bindings to OpenGL
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnome-games recommends:
pn  gnome-games-extra-datanone (no description available)
ii  gvfs  1.6.1-1userspace virtual filesystem - ser

Versions of packages gnome-games suggests:
ii  gnome-hearts  0.3-2+b1   The classic hearts card game for t

-- 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#580466: detect RAR archives in .exe files

2010-05-06 Thread jidanni
Package: file
Version: 5.04-2
Severity: wishlist

The 16 Megabyte
http://www.cerio.com.tw/download/driver/uw-202n-o/Cerio_UW-202N-O_v700.1601_MultiLanguage.exe
turns out to be a archive that one can use unrar(1) on.

However file(1) just says it is
Cerio_UW-202N-O_v700.1601_MultiLanguage.exe: PE32 executable for MS Windows 
(GUI) Intel 80386 32-bit

If one didn't guess it was an unrar-able archive, one would have never
guessed and given up.



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



Bug#580467: linux-base linux-image-2.6.32-5-686 post-install: ... uninitialized value $label_len ...

2010-05-06 Thread A. Costa
Package: linux-base
Version: 2.6.32-12
Severity: important

Current version won't install here:

% apt-get install linux-base
Reading package lists... Done
Building dependency tree   
Reading state information... Done
linux-base is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 240 not upgraded.
3 not fully installed or removed.
After this operation, 0B of additional disk space will be used.
Setting up linux-base (2.6.32-12) ...
Use of uninitialized value $label_len in numeric gt () at 
/var/lib/dpkg/info/linux-base.postinst line 1338.
Use of uninitialized value $label_len in subtraction (-) at 
/var/lib/dpkg/info/linux-base.postinst line 1339.
Logical sector size (20487 bytes) is not a multiple of the physical 
sector size.
dosfslabel failed: 256 at /var/lib/dpkg/info/linux-base.postinst line 
1042, STDIN line 10.
dpkg: error processing linux-base (--configure):
 subprocess installed post-installation script returned error exit 
status 9
dpkg: dependency problems prevent configuration of 
linux-image-2.6.32-5-686:
 linux-image-2.6.32-5-686 depends on linux-base (= 2.6.32-12); however:
  Package linux-base is not configured yet.
dpkg: error processing linux-image-2.6.32-5-686 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-image-2.6-686:
 linux-image-2.6-686 depends on linux-image-2.6.32-5-686; however:
  Package linux-image-2.6.32-5-686 is not configured yet.
dpkg: error processing linux-image-2.6-686 (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 linux-base
 linux-image-2.6.32-5-686
 linux-image-2.6-686

Thought it might be a 'bash'-ism problems, but switching shells from
'bash' to 'dash' and retrying made no apparent difference.

I looked at '/var/lib/dpkg/info/linux-base.postinst' where '$label_len' is set:

% grep -nA 19 'my %filesystem_types' 
/var/lib/dpkg/info/linux-base.postinst
{ ... not necessary to show this ... }

And:

% egrep -n 'label.*filesystem_types' 
/var/lib/dpkg/info/linux-base.postinst
1316:   my $label_len = $filesystem_types{$type}-{len};

I noticed there's no failsafe value should the answer be none of the above.  
My in-use
file systems are:

% nocomment () { grep -v -e '^[[:space:]]*$\|^[[:space:]]*#.*$' $1 ; }
% nocomment  /etc/fstab | expand | tr -s ' ' | cut -d ' ' -f 3 | sort 
-u | tr '\n' ' '; echo
auto ext3 iso9660 none proc reiserfs swap umsdos usbfs vfat

That 'none' belongs to a 'bind' file system that lives on an 'ext3' partition:

% grep mnt/arc /etc/fstab
/dev/hdb5   /mnt/arc ext3   defaults,relatime,user,rw   
0   0
/mnt/arc/tmp/tmp none   bind

Tried commenting out the latter line, and rebooting.  Then tried installing 
again,
and it still failed the same way.  Drat.

HTH...

 


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

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

Versions of packages linux-base depends on:
ii  debconf [debconf-2.0] 1.5.32 Debian configuration management sy
ii  libapt-pkg-perl   0.1.24 Perl interface to libapt-pkg
ii  libuuid-perl  0.02-3+b1  Perl extension for using UUID inte
ii  udev  153-2  /dev/ and hotplug management daemo
ii  util-linux2.16.2-0   Miscellaneous system utilities

linux-base recommends no packages.

linux-base suggests no packages.

-- debconf information:
  linux-base/disk-id-manual-boot-loader:
  linux-base/disk-id-manual:
  linux-base/disk-id-convert-plan-no-relabel: true
* linux-base/disk-id-convert-plan: true
* linux-base/disk-id-convert-auto: true



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



Bug#580469: uses incorect character encoding

2010-05-06 Thread Pierre THIERRY
Package: konsole
Version: 4:4.3.4-1
Severity: minor

When entering a directory with non-ASCII chars whose name is encoded in
UTF-8, its name is printed correctly in bash's prompt, because I have
Konsole configured to display characters as UTF-8, but the tab's title
is decoded at Latin-1/9 (see attachment).

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

Kernel: Linux 2.6.30-2-amd64 (SMP w/4 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 konsole depends on:
ii  kdebase-runtime   4:4.3.4-2  runtime components from the offici
ii  kdelibs5  4:4.3.4-3  core libraries for all KDE 4 appli
ii  libc6 2.10.2-6   Embedded GNU C Library: Shared lib
ii  libqt4-dbus   4:4.6.2-4  Qt 4 D-Bus module
ii  libqtcore44:4.6.2-4  Qt 4 core module
ii  libqtgui4 4:4.6.2-4  Qt 4 GUI module
ii  libstdc++64.4.2-9The GNU Standard C++ Library v3
ii  libx11-6  2:1.3.3-3  X11 client-side library
ii  libxrender1   1:0.9.5-2  X Rendering Extension client libra

konsole recommends no packages.

konsole suggests no packages.

-- no debconf information

-- 
nowhere@levallois.eu.org
OpenPGP 0xD9D50D8A
attachment: konsole-utf8-cut.png

Bug#548633: Upstream version 1.0b6 is broken

2010-05-06 Thread Petr Pisar
While testing new version, I found included fix introduces regression.
Proposed patch is on https://bugzilla.redhat.com/show_bug.cgi?id=526513#c8.
I mailed upstream but no reposne yet.

-- Petr


pgpaVfbEVCy9W.pgp
Description: PGP signature


Bug#580470: package still works?

2010-05-06 Thread jidanni
Package: unshield
Version: 0.6-1
Severity: wishlist

$ wget 
http://www.cerio.com.tw/download/driver/uw-202n-o/Cerio_UW-202N-O_v700.1601 #16 
Megs
$ unrar x Cerio_UW-202N-O_v700.1601
$ cabextract data2.cab
data2.cab: WARNING; found InstallShield header. This is probably an 
InstallShield file. Use unshield (from the unshield package) to unpack it.
data2.cab: no valid cabinets found
All done, errors in processing 1 file(s)
$ unshield  data2.cab
Unknown action 'd' on command line. # I didn't type d, but that is a minor 
point.
$ unshield x data2.cab
Aborted

strace(1) doesn't help much.
At least give a proper message as to what happened. Thanks.



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



Bug#566718: libpam-ccreds: Should be possible to enable using pam-auth-update

2010-05-06 Thread Petter Reinholdtsen
[Guido Günther 2010-04-28]
 Please don't NMU until I got around to review the patch (but please
 _do_ NMU to delayed 7 days should I fail to do so within a week ;)

OK.  I will do this today or tomorrow.

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#555547: Patch for the 2.0.1+cvs20090917-3.1 NMU of bandwidthd

2010-05-06 Thread Christian PERRIER

Dear maintainer of bandwidthd,

On Thursday, April 29, 2010 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Thursday, April 29, 2010.

You either agreed for this NMU or did not respond to my notices.

I will now upload this NMU to DELAYED/7-DAY.

The NMU patch is attached to this mail.

The NMU changelog is:


Source: bandwidthd
Version: 2.0.1+cvs20090917-3.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier bubu...@debian.org
Date: Thu, 06 May 2010 08:55:57 +0200
Closes: 47 580122
Changes: 
 bandwidthd (2.0.1+cvs20090917-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Explicitly point to GPL-2 document in debian/copyright
   * Explicitly use 1.0 source format
   * Fix spelling in README.Debian (childs-children)
   * Add $remote_fs to Required-Start and Required-Stop in init script
   * Fix pending l10n issues. Debconf translations:
 - Japanese (Hideki Yamane (Debian-JP)).  Closes: #47
 - Danish (Joe Hansen).  Closes: #580122

-- 


diff -Nru bandwidthd-2.0.1+cvs20090917.old/debian/README.Debian bandwidthd-2.0.1+cvs20090917/debian/README.Debian
--- bandwidthd-2.0.1+cvs20090917.old/debian/README.Debian	2010-04-27 22:06:37.0 +0200
+++ bandwidthd-2.0.1+cvs20090917/debian/README.Debian	2010-05-06 09:10:58.0 +0200
@@ -29,7 +29,7 @@
 wrong?
 
 Having some defunct processes is perfectly normal. They are finished grapher
-childs which hasn't been reaped yet. They will be reaped right before the
+children which hasn't been reaped yet. They will be reaped right before the
 next grahing run, which will produce new defunct bandwidthd processes once they
 are done graphing. This is used to detect if the previous graphing run is
 finished when a new one is started (if there aren't any children to reap,
diff -Nru bandwidthd-2.0.1+cvs20090917.old/debian/bandwidthd.init bandwidthd-2.0.1+cvs20090917/debian/bandwidthd.init
--- bandwidthd-2.0.1+cvs20090917.old/debian/bandwidthd.init	2010-04-27 22:06:37.0 +0200
+++ bandwidthd-2.0.1+cvs20090917/debian/bandwidthd.init	2010-05-06 09:12:34.0 +0200
@@ -5,8 +5,8 @@
 #
 ### BEGIN INIT INFO
 # Provides:  bandwidthd
-# Required-Start:$syslog
-# Required-Stop: $syslog
+# Required-Start:$syslog $remote_fs
+# Required-Stop: $syslog $remote_fs
 # Should-Start:  $local_fs
 # Should-Stop:   $local_fs
 # Default-Start: 2 3 4 5
diff -Nru bandwidthd-2.0.1+cvs20090917.old/debian/changelog bandwidthd-2.0.1+cvs20090917/debian/changelog
--- bandwidthd-2.0.1+cvs20090917.old/debian/changelog	2010-04-27 22:06:37.0 +0200
+++ bandwidthd-2.0.1+cvs20090917/debian/changelog	2010-05-06 09:14:02.0 +0200
@@ -1,3 +1,16 @@
+bandwidthd (2.0.1+cvs20090917-3.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Explicitly point to GPL-2 document in debian/copyright
+  * Explicitly use 1.0 source format
+  * Fix spelling in README.Debian (childs-children)
+  * Add $remote_fs to Required-Start and Required-Stop in init script
+  * Fix pending l10n issues. Debconf translations:
+- Japanese (Hideki Yamane (Debian-JP)).  Closes: #47
+- Danish (Joe Hansen).  Closes: #580122
+
+ -- Christian Perrier bubu...@debian.org  Thu, 06 May 2010 08:55:57 +0200
+
 bandwidthd (2.0.1+cvs20090917-3) unstable; urgency=low
 
   * Oops, move debian/ru.po to debian/po/ru.po (Closes: #543192)
diff -Nru bandwidthd-2.0.1+cvs20090917.old/debian/copyright bandwidthd-2.0.1+cvs20090917/debian/copyright
--- bandwidthd-2.0.1+cvs20090917.old/debian/copyright	2010-04-27 22:06:37.0 +0200
+++ bandwidthd-2.0.1+cvs20090917/debian/copyright	2010-05-06 08:56:25.0 +0200
@@ -17,5 +17,5 @@
 License:
 
  This software is distributed under the GNU General Public License,
- which can be found at /usr/share/common-licenses/GPL.
+ which can be found at /usr/share/common-licenses/GPL-2.
 
diff -Nru bandwidthd-2.0.1+cvs20090917.old/debian/po/da.po bandwidthd-2.0.1+cvs20090917/debian/po/da.po
--- bandwidthd-2.0.1+cvs20090917.old/debian/po/da.po	1970-01-01 01:00:00.0 +0100
+++ bandwidthd-2.0.1+cvs20090917/debian/po/da.po	2010-05-03 22:40:00.0 +0200
@@ -0,0 +1,171 @@
+# Danish translation Bandwidthd.
+# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the Bandwidthd package.
+# Joe Hansen joedalt...@yahoo.dk, 2010.
+#
+msgid 
+msgstr 
+Project-Id-Version: Bandwidthd\n
+Report-Msgid-Bugs-To: andr...@fatal.se\n
+POT-Creation-Date: 2007-03-23 10:46+0100\n
+PO-Revision-Date: 2010-05-03 17:30+01:00\n
+Last-Translator: Joe Hansen joedalt...@yahoo.dk\n
+Language-Team: Danish debian-l10n-dan...@lists.debian.org \n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+
+#. Type: select
+#. Description
+#: ../templates:1001
+msgid Interface to listen on:
+msgstr Gr??nseflade der skal lyttes p??:
+
+#. Type: 

Bug#570385: Leaves files in /var/tmp/

2010-05-06 Thread Torquil Macdonald Sørensen
Package: reportbug
Version: 4.12.1
Severity: normal

I'm not sure how I would make a transcript, but believe that I do not do
anything out of the ordinary. SInce you mention MTA, I always make a
point about removing any mail server packages, e.g. exim-packages and so
on, since I don't need those types of software since e.g. Icedove
communicates with SMTP servers without the help any such software.

I don't know how reportbug does this, but it does manage to send bugreports.

I will try to make a list of my commands within reportbug:

1) Start it with 'reportbug packagename'
2) I am presented with a list of bug reports. I then press Enter and
I am then presented with additional reports. This repeats until there are
no more registered reports on the package.
3) After this it asks me for a Subject line for the bug reports.
4) Then it asks if there are any additional email addresses that should receive
the report. I just press Enter immediately here.
5) It asks: How would you rate the severity of this problem or report?
I usually just press Enter since the default is normal
6) Next, it asks about Do any of the following apply to this report? and
and it prints a list of special options:

 1 d-i   This bug is relevant to the development of debian-installer.
  2 experimental  This bug only applies to the experimental branch of Debian.
   3 ipv6  This bug affects support for Internet Protocol version 6.
4 l10n  This bug reports a localization/internationalization issue.
..
..
..

I just press enter, which is specified to mean none

7) Now 'nano' is started, taking over the whole terminal window. I simply write
the report where the cursor is initially positioned.

8) I save the finished report and exit from nano

9) Now I am asked:

Report will be sent to Debian Bug Tracking System sub...@bugs.debian.org
Submit this report on smart-notifier (e to edit) [Y|n|a|c|e|i|l|m|p|q|d|t|s|?]?

I pres Enter since the default is Y.

10 ) I am asked for the SMTP password, since I have configured reportbug to use 
my
ISP SMTP server to send email, in my .reportbugrc, via the option smtphost. I 
have
also specified the smptuser and encryption option, and this always works fine.

11) Report is sent.

-- Package-specific info:
** Environment settings:
EDITOR=nano
INTERFACE=text

** /home/tmac/.reportbugrc:
reportbug_version 3.20
mode advanced
ui text
email torq...@gmail.com
smtphost [removed]
smtptls
smtpuser [removed]

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

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

Versions of packages reportbug depends on:
ii  apt   0.7.25.3   Advanced front-end for dpkg
ii  python2.5.4-9An interactive high-level object-o
ii  python-reportbug  4.12.1 Python modules for interacting wit

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utilsnone  (no description available)
pn  debsums  none  (no description available)
pn  dlocate  none  (no description available)
pn  emacs22-bin-common | none  (no description available)
ii  file 5.04-2  Determines file type using magic
ii  gnupg1.4.10-3GNU privacy guard - a free PGP rep
pn  postfix | exim4 | ma none  (no description available)
ii  python-gtk2  2.17.0-2Python bindings for the GTK+ widge
pn  python-gtkspell  none  (no description available)
pn  python-urwid none  (no description available)
ii  python-vte   1:0.24.1-1  Python bindings for the VTE widget
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from

-- 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#573071: Bug#57307: Fixed Kernel 2.6.26 for Lenny

2010-05-06 Thread Werner Opriel
On Thu, 2010-04-23 at 02:35:16 +0100, Ben Hutchings wrote:
 Sorry about this.  We now have a candidate fix for this, which should be
 released soon.  

Please, can you tell us, when a Kernel e.g. 2.6.26-22lenny4 with the 
patch/fix included is going to be available?






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



Bug#575403: Scripts-button ineffective

2010-05-06 Thread Torquil Macdonald Sørensen
Package: wicd-gtk
Version: 1.7.0+ds1-2
Severity: normal

While the password prompt shows, I have a process 'gksudo' running. That
is probably it. I can find no gtksu in Debian with the command
'apt-file search gtksu'.

Conincidentally, I'm running Gnome instead of XFCE nowadays, and the problem
still presists.

Do I need a special line in my sudoers file?

No error message appears on the command line as the password prompt fails to
present me with the Scripts configuration window.

Torquil

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

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

Versions of packages wicd-gtk depends on:
ii  python   2.5.4-9 An interactive high-level object-o
ii  python-glade22.17.0-2GTK+ bindings: Glade support
ii  python-gtk2  2.17.0-2Python bindings for the GTK+ widge
ii  wicd-daemon  1.7.0+ds1-2 wired and wireless network manager

Versions of packages wicd-gtk recommends:
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  python-notify 0.1.1-2+b2 Python bindings for libnotify
ii  sudo  1.7.2p6-1  Provide limited super user privile

wicd-gtk suggests no packages.

Versions of packages wicd-daemon depends on:
ii  adduser 3.112add and remove users and groups
ii  dbus1.2.24-1 simple interprocess messaging syst
ii  debconf [debconf-2.0]   1.5.32   Debian configuration management sy
ii  dhcp3-client3.1.3-2  DHCP client
ii  iproute 20100224-5   networking and traffic control too
ii  iputils-ping3:20100214-1 Tools to test the reachability of 
ii  lsb-base3.2-23.1 Linux Standard Base 3.2 init scrip
ii  net-tools   1.60-23  The NET-3 networking toolkit
ii  psmisc  22.11-1  utilities that use the proc file s
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-dbus 0.83.1-1 simple interprocess messaging syst
ii  python-gobject  2.21.1-1 Python bindings for the GObject li
ii  python-iniparse 0.3.2-1  Module to access and modify config
ii  python-wicd 1.7.0+ds1-2  wired and wireless network manager
ii  wireless-tools  30~pre9-4Tools for manipulating Linux Wirel
ii  wpasupplicant   0.6.10-2 client support for WPA and WPA2 (I

Versions of packages python-wicd depends on:
ii  python-support1.0.8  automated rebuilding support for P

-- 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#579357: [Pkg-samba-maint] Bug#579357: winbind: passwd/smbpasswd causes segmentation fault on Debian Lenny x64 (Samba Winbind and Windows Active Directory)

2010-05-06 Thread Christian PERRIER
Quoting pdrescher (p...@slums.de):
 Package: winbind
 Version: 2:3.2.5-4lenny9
 Severity: important
 
 I added my linux server to a windows AD using winbind / samba. Everything 
 worked just fine. After changing the OS to Debian lenny x64 I get a 
 segmentation fault when trying to change user passwords. I am using the 
 exact same configuration, on my 32 bit Server everything works. Any ideas?
 
 debian:~# passwd user
 sgmentation fault
 
 debian# tail /var/log/syslog:
 kernel: [689689.005934] passwd[11209]: segfault at 0 ip b7b84418 sp bfc37fc0 
 error 4 in pam_winbind.so[b7b7e000+b000]


Is there any chance that you could install the backported 3.4.7
packages ?

See http://backports.org and particularly
http://backports.org/dokuwiki/doku.php?id=instructions

This would help us in isolating whether this only belongs to 3.2.5 or
also applies to 3.4.7.




signature.asc
Description: Digital signature


Bug#580017: osmo uses gtkhtml2

2010-05-06 Thread Eike Nicklas
Hi all,

upstream has been very responsive and added support for webkit in r897.
Will update the package the soon as possible (might be not before
beginning of next week, though).

Eike


pgpfA4Le50yUw.pgp
Description: PGP signature


Bug#580193: libao-dev: mpg321 crashes after upgrading to libao4

2010-05-06 Thread John Ferlito

So it looks like libao2 - libao4 wasn't quite API breakage free. From
what I can tell mpg321 uses

ao_sample_format format;

in ao.c

This struct now has an extra element called matrix. mpg321 doesn't set
this so it points at random crap on the stack. When libao then
accesses it we get segfault. I'm checking with upstream as to how to
proceed in fixing this and whether it can be sorted in the library
instead of those that use it.

Cheers,
John

-- 
John
Blog http://www.inodes.org
LCA2010  http://www.lca2010.org.nz



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



Bug#580471: [l10n] Czech translation for icinga

2010-05-06 Thread Martin Šín
Package: icinga
Severity: wishlist
Tags: l10n, patch

In attachement there is updated Czech translation (cs.po) for icinga
package, please include it.

Regards,
Martin Sin# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the icinga package.
# Martin Sin martin@zshk.cz, 2006.
#
msgid 
msgstr 
Project-Id-Version: icinga 2.4-1\n
Report-Msgid-Bugs-To: ici...@packages.debian.org\n
POT-Creation-Date: 2010-05-06 08:46+0200\n
PO-Revision-Date: 2010-05-06 10:22+0200\n
Last-Translator: Martin Sin martin@zshk.cz\n
Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: multiselect
#. Description
#: ../icinga-cgi.templates:2001
#| msgid Apache servers to configure for icinga:
msgid Apache servers to configure for icinga:
msgstr Servery Apache pro nastavení s icinga:

#. Type: multiselect
#. Description
#: ../icinga-cgi.templates:2001
#| msgid Please select which apache servers should be configured for icinga.
msgid Please select which Apache servers should be configured for icinga.
msgstr Vyberte prosím, které servery Apache nastavit pro použití s icinga.

#. Type: multiselect
#. Description
#: ../icinga-cgi.templates:2001
msgid 
If you would prefer to perform configuration manually, leave all servers 
unselected.
msgstr Pokud dáváte přednost ruční konfiguraci, nevybírejte žádné servery.

#. Type: password
#. Description
#: ../icinga-cgi.templates:3001
#| msgid Nagios web administration password:
msgid Icinga web administration password:
msgstr Heslo webové administrace Icinga:

#. Type: password
#. Description
#: ../icinga-cgi.templates:3001
#| msgid 
#| Please provide the password to be created with the \nagiosadmin\ user.
msgid 
Please provide the password to be created with the \icingaadmin\ user.
msgstr 
Zadejte prosím heslo použité pro nově vytvořeného uživatele \icingaadmin\.

#. Type: password
#. Description
#: ../icinga-cgi.templates:3001
#| msgid 
#| This is the username and password you will use to log in to your nagios 
#| installation after configuration is complete.  If you do not provide a 
#| password, you will have to configure access to nagios yourself.
msgid 
This is the username and password to use when connecting to the Icinga 
server after completing the configuration. If you do not provide a password, 
you will have to configure access to Icinga manually later on.
msgstr 
Toto uživatelské jméno a heslo se používá pro připojení k serveru Icinga. 
Pokud nezadáte nějaké heslo, budete muset nastavit přístup k Icinga ručně.

#. Type: password
#. Description
#: ../icinga-cgi.templates:4001
msgid Re-enter password to verify:
msgstr Potvrďte heslo pro ověření:

#. Type: password
#. Description
#: ../icinga-cgi.templates:4001
msgid 
Please enter the same user password again to verify you have typed it 
correctly.
msgstr 
Zadejte prosím stejné heslo znovu pro ověření, že je zadané správně.

#. Type: error
#. Description
#: ../icinga-cgi.templates:5001
msgid Password input error
msgstr Chyba zadání hesla

#. Type: error
#. Description
#: ../icinga-cgi.templates:5001
msgid The two passwords you entered were not the same. Please try again.
msgstr Zadaná hesla nesouhlasí. Zkuste to prosím znovu.

#~ msgid Password confirmation:
#~ msgstr Potvrzení hesla:

#~ msgid The passwords do not match
#~ msgstr Hesla nesouhlasí

#, fuzzy
#~| msgid Enable support for nagios 1.x links in icinga?
#~ msgid Enable support for nagios 1.x links in nagios3?
#~ msgstr Povolit podporu odkazů nagios 1.x v icinga?

#, fuzzy
#~| msgid 
#~| Please choose whether the Apache configuration for icinga should provide 
#~| compatibility with links from nagios 1.x.
#~ msgid 
#~ Please choose whether the Apache configuration for nagios3 should provide 
#~ compatibility with links from nagios 1.x.
#~ msgstr 
#~ Vyberte si prosím, zda má konfigurace Apache pro icinga poskytovat 
#~ kompatibilitu s odkazy z nagios 1.x.

#~ msgid 
#~ If you select this option, the apache configuration used for nagios will 
#~ include directives to support URLs from nagios 1.x. You should not choose 
#~ this option if you still have nagios 1.x on your system, or unpredictable 
#~ results may occur.
#~ msgstr 
#~ Pokud zvolíte tuto možnost, konfigurace apache použitá pro nagios bude 
#~ obsahovat příkazy pro podporu URL adres známých z nagios 1.x. Tuto volbu 
#~ byste neměli volit v případě, že máte dosud nainstalován nagios 1.x. 
#~ Jinak může dojít k neočekávaným výsledkům.

#~ msgid apache2
#~ msgstr apache2

#~ msgid false
#~ msgstr chybné


Bug#580386: ITP: libclean-crypto-java -- Simplified and unrestricted javax.crypto bootstrap library

2010-05-06 Thread Florian Weimer
* Steffen Moeller:

   Description : Simplified and unrestricted javax.crypto bootstrap library
Provides a simple unrestricted version of the javax.crypto
package which can be provided when bootstrapping the Java
Virtual Machine. This is needed to load, e.g., unsigned crypo SPI
implementations.

Why do we need this in the archive?  OpenJDK accepts unsigned crypto
SPIs.



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



Bug#580437: Patch attached

2010-05-06 Thread Traduz

Sorry for the mess, i guess the attachment lost itself somewhere along
the way

Here it goes.

Pedro Ribeiro
# Portuguese translation for openswan debconf messages.
# Copyright (C) 2007 Pedro Ribeiro p.m42.ribe...@gmail.com
# This file is distributed under the same license as the openswan package.
# Pedro Ribeiro p.m42.ribe...@gmail.com, 2007-2010
#
msgid 
msgstr 
Project-Id-Version: openswan_1:2.6.25+dfsg-1\n
Report-Msgid-Bugs-To: opens...@packages.debian.org\n
POT-Creation-Date: 2010-04-26 17:52+0200\n
PO-Revision-Date: 2010-05-03 21:22+0100\n
Last-Translator: Pedro Ribeiro p.m42.ribe...@gmail.com\n
Language-Team: Portuguese tra...@debianpt.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../openswan.templates:1001
msgid Old runlevel management superseded
msgstr Antiga gestão de runlevel substituída

#. Type: note
#. Description
#: ../openswan.templates:1001
msgid 
Previous versions of the Openswan package gave a choice between three 
different Start/Stop-Levels. Due to changes in the standard system startup 
procedure, this is no longer necessary or useful. For all new installations 
as well as old ones running in any of the predefined modes, sane default 
levels will now be set. If you are upgrading from a previous version and 
changed your Openswan startup parameters, then please take a look at NEWS.
Debian for instructions on how to modify your setup accordingly.
msgstr 
Versões anteriores do pacote Openswan permitiam que o utilizador escolhesse 
entre três níveis diferentes de Arrancar/Parar. Devido a alterações no 
procedimento padrão de arranque do sistema, isto já não é necessário nem 
útil. Para todas as novas instalações e para as antigas que corram num dos 
níveis predefinidos, serão agora definidos níveis apropriados. Se está a 
actualizar a partir de uma versão anterior e alterou os parâmetros de 
arranque do Openswan, veja por favor o ficheiro NEWS.Debian para instruções 
sobre como modificar a sua instalação.

#. Type: boolean
#. Description
#: ../openswan.templates:2001
msgid Restart Openswan now?
msgstr Reiniciar o Openswan agora?

#. Type: boolean
#. Description
#: ../openswan.templates:2001
msgid 
Restarting Openswan is recommended, since if there is a security fix, it 
will not be applied until the daemon restarts. Most people expect the daemon 
to restart, so this is generally a good idea. However, this might take down 
existing connections and then bring them back up, so if you are using such 
an Openswan tunnel to connect for this update, restarting is not recommended.
msgstr 
Reiniciar o Openswan é recomendado, uma vez que se houver uma correcção de 
segurança não será activada até que o daemon reinicie. A maioria das pessoas 
espera que isto aconteça, portanto é normalmente uma boa ideia. No entanto 
isto pode interromper ligações activas e recuperá-las (incluindo a ligação 
actualmente em uso para esta actualização, portanto recomenda-se que o 
daemon não seja reiniciado se está a usar um túnel para administração).

#. Type: boolean
#. Description
#: ../openswan.templates:3001
msgid Use an X.509 certificate for this host?
msgstr Quer usar um certificado X.509 para esta máquina?

#. Type: boolean
#. Description
#: ../openswan.templates:3001
msgid 
An X.509 certificate for this host can be automatically created or imported. 
It can be used to authenticate IPsec connections to other hosts and is the 
preferred way of building up secure IPsec connections. The other possibility 
would be to use shared secrets (passwords that are the same on both sides of 
the tunnel) for authenticating a connection, but for a larger number of 
connections, key based authentication is easier to administer and more 
secure.
msgstr 
Este instalador pode criar automaticamente ou importar um certificado X.509 
para esta máquina. Este certificado pode ser usado para autenticar ligações 
IPSec a outras máquinas e é o método preferido para criar ligações IPSec 
seguras. A outra possibilidade é usar segredos partilhados (passwords iguais 
de um e de outro lado do túnel IPSec) para autenticar uma ligação, mas para 
um grande número de ligações a autenticação baseada em chaves é mais fácil 
de administrar e mais segura.

#. Type: boolean
#. Description
#: ../openswan.templates:3001
msgid 
Alternatively you can reject this option and later use the command \dpkg-
reconfigure openswan\ to come back.
msgstr 
Em alternativa, pode rejeitar esta opção agora e usar o comando \dpkg-
reconfigure openswan\ mais tarde.

#. Type: select
#. Choices
#: ../openswan.templates:4001
msgid create
msgstr criar

#. Type: select
#. Choices
#: ../openswan.templates:4001
msgid import
msgstr importar

#. Type: select
#. Description
#: ../openswan.templates:4002
msgid Methods for using a X.509 certificate to authenticate this host:
msgstr Métodos para usar um certificado X.509 para autenticar esta máquina:

#. Type: select
#. Description
#: 

Bug#420213: Newer version

2010-05-06 Thread Michael Meskes
Hi,

could you please try with the latest kftpgrabber version in sid to see whether
the bug still appears?

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



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



Bug#580472: ITP: drupal6-mod-simplenews -- simplenews module for Drupal 6

2010-05-06 Thread Boris Savelev
Package: wnpp
Severity: wishlist
Owner: Boris Savelev boris.save...@gmail.com


* Package name: drupal6-mod-simplenews
  Version : 1.1
  Upstream Author : Erik Stielstra (http://drupal.org/user/73854)
* URL : http://drupal.org/project/simplenews
* License : GPL
  Programming Lang: PHP
  Description : simplenews module for Drupal 6

 Simplenews publishes and sends newsletters to lists of subscribers. 
 Both anonymous and authenticated users can opt-in to different mailing 
 lists. HTML email can be send by adding Mime Mail module.



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



Bug#575403: Scripts-button ineffective

2010-05-06 Thread David Paleino
On Thu, 06 May 2010 10:00:40 +0200, Torquil Macdonald Sørensen wrote:

 Package: wicd-gtk
 Version: 1.7.0+ds1-2
 Severity: normal
 
 While the password prompt shows, I have a process 'gksudo' running. That
 is probably it. I can find no gtksu in Debian with the command
 'apt-file search gtksu'.

Yes, sorry, I meant gksudo, or any sudo client for that matters.

 Conincidentally, I'm running Gnome instead of XFCE nowadays, and the problem
 still presists.

Ok, I don't believe it's DE-specific.

 Do I need a special line in my sudoers file?

Just for the sake of testing, would you please try adding the following line to
your /etc/sudoers ?

youruser ALL=NOPASSWD: ALL

Just curious if the message disappears. This obviously needs fixing, though.

Thank you,
David

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


signature.asc
Description: PGP signature


Bug#579877: mention it means Management Information Base

2010-05-06 Thread jidanni
Mention it means this,
http://en.wikipedia.org/wiki/Management_Information_Base .



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



Bug#575031: [Pkg-ltsp-devel] Bug#575031: Bug#575031: ltspfs: issue KDE popups

2010-05-06 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
 This script work, and causes a LTSP entry to show up in the list of
 removable devices:

But it only work for root, and the ltspfs hook run as the user.  I
tried using this trick in a /etc/ltspfs/mounter.d/hal-notify script,
and hal-device fail because only root can run it.  Hm, back to the
drawing board. :(

This is the script I tested:

tjener:~# cat /etc/ltspfs/mounter.d/hal-notify
#!/bin/sh

case $1 in
add)
mountpoint=$2
devname=$(basename $mountpoint)
halname=storage_serial_LTSP_$devname
cat EOF | hal-device --add $halname
block.is_volume = true  (bool)
block.storage_device = '/org/freedesktop/Hal/devices/$halname'  (string)
storage.removable = true  (bool)
storage.hotpluggable = true  (bool)
info.capabilities = {'volume', 'block'} (string list)
info.category = 'volume'  (string)
info.interfaces = {'org.freedesktop.Hal.Device.Volume'} (string list)
info.product = 'LTSP $devname'  (string)
info.parent = '/org/freedesktop/Hal/devices/computer'  (string)
volume.fstype = 'ltspfs'  (string)
volume.fsusage = 'filesystem'  (string)
volume.ignore = false  (bool)
volume.is_disc = false  (bool)
volume.is_mounted = true  (bool)
volume.is_mounted_read_only = false  (bool)
volume.is_partition = false  (bool)
volume.label = ''  (string)
volume.mount_point = '$mountpoint'  (string)
EOF
;;
remove)
mountpoint=$2
devname=$(basename $mountpoint)
halname=storage_serial_LTSP_$devname
hal-device --remove $halname
;;
cleanup)
# XXX Not quite sure what is supposed to happen here
;;
esac
tjener:~#

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#579252: geeqie: Extracted thumbs from Olympus E-500 raw files are so small

2010-05-06 Thread Michal Čihař
Hi

Dne Thu, 6 May 2010 10:39:10 +0200
Celso González ce...@mitago.net napsal(a):

 Sure
 
 You can download 2 samples from
 http://mitago.net/tmp/Olympus_E500.orf
 http://mitago.net/tmp/Olympus_E510.orf
 
 And yes, it looks like an exiv2 problem, so if you prefer you may forward the 
 bug

Okay, forwarding the bug to exiv2.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#579252: geeqie: Extracted thumbs from Olympus E-500 raw files are so small

2010-05-06 Thread Celso González
On Thu, May 06, 2010 at 09:22:11AM +0200, Michal Čihař wrote:
 Dne Mon, 26 Apr 2010 15:41:43 +0200
 Celso González ce...@mitago.net napsal(a):
 
  When displaying raw images taken with an Olympus E-500 camera (.orf format) 
  the
  extracted thumb shown has 160*120 size.
  If I try to extract the thumb with dcraw -e it gets an usable thumbnail of 
  1600x1200,
  just 10 times bigger (hint?)
  
  Raw images taken with an Olympus E-510, also .orf format but seems its a 
  diferent one,
  are shown with normal 1600x1200 size.
 
 Can you please provide some sample image which shows this bug? Anyway
 it will most likely be a bug in exiv2 library, which geeqie uses for
 parsing raw files.

Sure

You can download 2 samples from
http://mitago.net/tmp/Olympus_E500.orf
http://mitago.net/tmp/Olympus_E510.orf

And yes, it looks like an exiv2 problem, so if you prefer you may forward the 
bug

$exiv2 -pp Olympus_E500.orf
Olympus_E500.orf  Preview 1: image/jpeg, 160x120 pixels, 10167 bytes
Olympus_E500.orf  Preview 2: image/jpeg, 160x120 pixels, 10167 bytes 
 
 No big preview


$exiv2 -pp Olympus_E500.orf
Olympus_E510.orf  Preview 1: image/jpeg, 160x120 pixels, 8295 bytes
Olympus_E510.orf  Preview 2: image/jpeg, 1600x1200 pixels, 394571 bytes

If I try with exiftool, it shows the correct ones
$ exiftool Olympus_E500.orf | grep Preview
Preview Image Valid : Yes
Preview Image Start : 24576
Preview Image Length: 417457
Preview Image   : (Binary data 417457 bytes, use -b option to 
extract)

$ exiftool Olympus_E510.orf | grep Preview
Preview Image Valid : Yes
Preview Image Start : 24576
Preview Image Length: 394571
Preview Image   : (Binary data 394571 bytes, use -b option to 
extract)

Thanks in advance

-- 
Celso González (PerroVerd)
http://mitago.net



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



Bug#580464: ruby1.8: hangs under some circumstances on GNU/kFreeBSD

2010-05-06 Thread Lucas Nussbaum
On 06/05/10 at 11:55 +0200, Petr Salinger wrote:
 Package: ruby1.8
 Version: 1.8.7.249-3
 Severity: important
 Tags: patch
 User: debian-...@lists.debian.org
 Usertags: kfreebsd
 
 
 Hi,
 
 the current version have on GNU/kFreeBSD the same problem
 as described in
 
 http://redmine.ruby-lang.org/issues/show/2739
 
 Please replace 100312_timeout-fix.dpatch by attached version.
 
 It would also be nice if you can ask upstream
 to include these || defined(__GLIBC__)
 and  !defined(__GLIBC__) changes.

Hi Petr,

Thanks for the patch!

Shouldn't the recommendation to upstream fix to drop the #if completely?
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#579252: geeqie: Extracted thumbs from Olympus E-500 raw files are so small

2010-05-06 Thread Michal Čihař
Hi again

Created upstream bug:

http://dev.exiv2.org/issues/show/703

Dne Thu, 6 May 2010 10:39:10 +0200
Celso González ce...@mitago.net napsal(a):

 Sure
 
 You can download 2 samples from
 http://mitago.net/tmp/Olympus_E500.orf
 http://mitago.net/tmp/Olympus_E510.orf
 
 And yes, it looks like an exiv2 problem, so if you prefer you may forward the 
 bug
 
 $exiv2 -pp Olympus_E500.orf
 Olympus_E500.orf  Preview 1: image/jpeg, 160x120 pixels, 10167 bytes
 Olympus_E500.orf  Preview 2: image/jpeg, 160x120 pixels, 10167 bytes 
  
  No big preview
 
 
 $exiv2 -pp Olympus_E500.orf
 Olympus_E510.orf  Preview 1: image/jpeg, 160x120 pixels, 8295 bytes
 Olympus_E510.orf  Preview 2: image/jpeg, 1600x1200 pixels, 394571 bytes
 
 If I try with exiftool, it shows the correct ones
 $ exiftool Olympus_E500.orf | grep Preview
 Preview Image Valid : Yes
 Preview Image Start : 24576
 Preview Image Length: 417457
 Preview Image   : (Binary data 417457 bytes, use -b option to 
 extract)
 
 $ exiftool Olympus_E510.orf | grep Preview
 Preview Image Valid : Yes
 Preview Image Start : 24576
 Preview Image Length: 394571
 Preview Image   : (Binary data 394571 bytes, use -b option to 
 extract)

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#580473: atftp: Broken on systems mixing IPv4 and IPv6

2010-05-06 Thread Mats Erik Andersson
Package: atftp
Version: 0.7.dfsg-9
Severity: serious
Tags: patch
thanks

On a running system where IPv6 is active, the functionality
of the client atftp is completely broken. The cause is found
in the library call gethostbyname(), which returns a IPv6-mapped
address for any IPv4 host. Atftp cannot handle this, and
aborts any transmission in the first sendto().

The following patch resolves the calamity.

-- 
Mats Erik Andersson, fil. dr
2459 41E9 C420 3F6D F68B  2E88 F768 4541 F25B 5D41

Abbonerar på: debian-mentors, debian-devel-games, debian-perl,
  debian-ipv6, debian-qa
Description: Enable address resolution on systems with valid IPv6.
 The previous use of gethostbyname() in the lookup function
 set_peer() does not work at all on systems where IPv4 as
 well as IPv6 are in productive use. In fact, it returns the
 IPv6 address structure, and thus cause a failure in the very
 first sendto() used for transmission. The solution is to
 migrate the code to use getaddrinfo().
Author: Mats Erik Andersson deb...@gisladisker.se
Forwarded: no
Last-Update: 2010-05-06
--- atftp-0.7.dfsg.debian/tftp.c
+++ atftp-0.7.dfsg/tftp.c
@@ -408,7 +408,7 @@ int process_cmd(int argc, char **argv)
  */
 int set_peer(int argc, char **argv)
 {
- struct hostent *host;  /* for host name lookup */
+ struct addrinfo hints, *ai;   /* for host name lookup */
  struct servent *sp;/* server entry for tftp service */
 
  /* sanity check */
@@ -425,19 +425,18 @@ int set_peer(int argc, char **argv)
   return ERR;
  }
 
+ memset(hints, 0, sizeof(hints));
+ hints.ai_flags = AI_CANONNAME;
+ hints.ai_socktype = SOCK_DGRAM;
+ hints.ai_family = AF_INET;
+
  /* look up the host */
- host = gethostbyname(argv[1]);
- /* if valid, update s_inn structure */
- if (host)
+ if (getaddrinfo(argv[1], tftp, hints, ai) == 0)
  {
-  data.sa_peer.sin_family = host-h_addrtype;
-  if (host-h_length  sizeof(data.sa_peer.sin_addr))
-   host-h_length = sizeof(data.sa_peer.sin_addr);
-  memcpy(data.sa_peer.sin_addr, host-h_addr, host-h_length);
-  Strncpy(data.hostname, host-h_name,
+  memcpy(data.sa_peer, ai-ai_addr, ai-ai_addrlen);
+  Strncpy(data.hostname, ai-ai_canonname,
   sizeof(data.hostname));
   data.hostname[sizeof(data.hostname)-1] = 0;
-  data.sa_peer.sin_port = sp-s_port;
  } 
  else
  {


signature.asc
Description: Digital signature


Bug#580474: chromium-browser: Cannot leave fullscreen after moving window to another screen

2010-05-06 Thread Adrian Lang
Package: chromium-browser
Version: 5.0.342.9~r43360-1
Severity: normal
Tags: experimental

Steps to reproduce:
  * Open Chromium
  * Maximize Chromium
  * Move Chromium window from one screen to another
  * Press F11
  * Press F11 again

Chromium should leave fullscreen mode and stay in normal window mode. Instead, 
it returns to fullscreen mode immediately.


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

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

Versions of packages chromium-browser depends on:
ii  chromium-browser-ins 5.0.342.9~r43360-1  page inspector for the chromium-br
ii  libasound2   1.0.22-2shared library for ALSA applicatio
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libbz2-1.0   1.0.5-4 high-quality block-sorting file co
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.4.2-9   GCC support library
ii  libgconf2-4  2.28.1-3GNOME configuration database syste
ii  libglib2.0-0 2.24.0-1The GLib library of C routines
ii  libgtk2.0-0  2.20.0-3The GTK+ graphical user interface 
ii  libjpeg626b-16.1 The Independent JPEG Group's JPEG 
ii  libnspr4-0d  4.8.4-1 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.6-2Network Security Service libraries
ii  libpango1.0-01.28.0-1Layout and rendering of internatio
ii  libpng12-0   1.2.43-1PNG library - runtime
ii  libstdc++6   4.4.2-9 The GNU Standard C++ Library v3
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxext6 2:1.1.1-3   X11 miscellaneous extension librar
ii  libxrender1  1:0.9.5-2   X Rendering Extension client libra
ii  libxss1  1:1.2.0-2   X11 Screen Saver extension library
ii  lzma 4.43-14 Compression method of 7z format in
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

chromium-browser recommends no packages.

Versions of packages chromium-browser suggests:
pn  chromium-browser-l10n none (no description available)

-- no debconf information



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



Bug#580475: lxpanel: data/ui/*.glade files missing in the package so it can't be (re)built

2010-05-06 Thread Milan Vancura
Package: lxpanel
Version: 0.5.5-1
Severity: serious
Tags: squeeze
Justification: fails to build from source

Files data/ui/*.glade are missing in package archive. As *.glade files
are sources of *.ui files, those *.ui files can't be built and make
(and so dpkg-buildpackage) stops with error.

Note: as there are data/ui/*.ui files instead this bug is not evident
immediately, it becomes evident after first run of make clean, for
example as a part of dpkg-buildpackage -tc. Since that moment, neither
*.glade nor *.ui files are in the package directory and package can't be
built any more.



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

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

Versions of packages lxpanel depends on:
ii  libasound2  1.0.22-2 shared library for ALSA applicatio
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libglib2.0-02.24.0-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.0-3 The GTK+ graphical user interface 
ii  libmenu-cache0  0.2.6-1  an implementation of the freedeskt
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libx11-62:1.3.3-3X11 client-side library
ii  lxmenu-data 0.1.1-1  freedesktop.org menu specification
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages lxpanel recommends:
ii  manpages-dev  3.24-1 Manual pages about using GNU/Linux

Versions of packages lxpanel suggests:
ii  iceweasel [www-browser]   3.5.9-2Web browser based on Firefox
ii  lxsession [lxsession-lite]0.4.1-2a lightweight X11 session manager
ii  menu  2.1.43 generates programs menu for all me
ii  w3m [www-browser] 0.5.2-4WWW browsable pager with excellent

-- 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#580476: override: lzma:utils/optional

2010-05-06 Thread Sven Joachim
Package: ftp.debian.org
Severity: normal

Please downgrade the priority of lzma to optional.  It has been required
because dpkg pre-depended on it, but dpkg 1.15.6 dropped this dependency
in favor of xz-utils, and dpkg 1.15.7.1 is already in testing.



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



Bug#537250: patch

2010-05-06 Thread Frederic Mothe

Hello,

This is a patch for this bug.
Could you please fix it ?

Thanks
Frédéric

--- r.properties_ORI	2010-02-16 21:57:09.0 +0100
+++ r.properties	2010-05-06 10:31:11.0 +0200
@@ -1,6 +1,6 @@
 # Define SciTE settings for R and S source files
 
-file.patterns.r=*.R;*.rsource;*.S;
+file.patterns.r=*.R;*.r;*.rsource;*.S
 file.patterns.r.like=$(file.patterns.r)
 
 filter.r=R and S+ (R S rsouce)|$(file.patterns.r)|


Bug#580477: override: xz-utils:utils/required

2010-05-06 Thread Sven Joachim
Package: ftp.debian.org
Severity: normal

Please bump xz-utils' priority to required, dpkg pre-depends on it.



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



Bug#580478: [l10n:eu] icinga 1.0.1-3: updated Basque translation

2010-05-06 Thread dooteo
Package: icinga
Version: 1.0.1-3
X-Debbugs-CC: p...@beobide.net, debian-l10n-bas...@lists.debian.org
Severity: wishlist
Tags: l10n patch

Attached Basque translation. Please, could you add it for us?

Thanks and best regards,

Dooteo

# translation of icinga_1.0.1-3_eu.po to Basque
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Piarres Beobide p...@beobide.net, 2008.
# Iñaki Larrañaga Murgoitio doo...@euskalgnu.org, 2010.
msgid 
msgstr 
Project-Id-Version: icinga_1.0.1-3_eu\n
Report-Msgid-Bugs-To: ici...@packages.debian.org\n
POT-Creation-Date: 2010-05-06 08:46+0200\n
PO-Revision-Date: 2010-05-06 11:22+0200\n
Last-Translator: Iñaki Larrañaga Murgoitio doo...@euskalgnu.org\n
Language-Team: Basque debian-l10n-bas...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n
Plural-Forms: nplurals=2; plural=(n != 1);\n

#. Type: multiselect
#. Description
#: ../icinga-cgi.templates:2001
#| msgid Apache servers to configure for icinga:
msgid Apache servers to configure for icinga:
msgstr Apache zerbitzariak icinga-rentzako konfiguratzeko:

#. Type: multiselect
#. Description
#: ../icinga-cgi.templates:2001
#| msgid Please select which apache servers should be configured for icinga.
msgid Please select which Apache servers should be configured for icinga.
msgstr Hautatu zein Apache zerbitzari konfiguratu behar diren icinga-rentzako.

#. Type: multiselect
#. Description
#: ../icinga-cgi.templates:2001
msgid 
If you would prefer to perform configuration manually, leave all servers 
unselected.
msgstr 
Konfigurazioa eskuz egitea nahiago baduzu, utzi zerbitzari guztiak hautatu 
gabe.

#. Type: password
#. Description
#: ../icinga-cgi.templates:3001
#| msgid Nagios web administration password:
msgid Icinga web administration password:
msgstr Icinga web administratzailearen pasahitza:

#. Type: password
#. Description
#: ../icinga-cgi.templates:3001
#| msgid 
#| Please provide the password to be created with the \nagiosadmin\ user.
msgid Please provide the password to be created with the \icingaadmin\ user.
msgstr Sartu \icingaadmin\ erabiltzailearen pasahitza.

#. Type: password
#. Description
#: ../icinga-cgi.templates:3001
#| msgid 
#| This is the username and password you will use to log in to your nagios 
#| installation after configuration is complete.  If you do not provide a 
#| password, you will have to configure access to nagios yourself.
msgid 
This is the username and password to use when connecting to the Icinga 
server after completing the configuration. If you do not provide a password, 
you will have to configure access to Icinga manually later on.
msgstr 
Konfigurazioa amaitu ondoren, Icinga zerbitzariarekin konektatzeko erabiliko dira
erabiltzaile-izena eta pasahitza. Ez baduzu pasahitzik ezartzen, Icinga-ren atzipena 
eskuz konfiguratu beharko duzu beranduago.

#. Type: password
#. Description
#: ../icinga-cgi.templates:4001
msgid Re-enter password to verify:
msgstr Berretsi pasahitza:

#. Type: password
#. Description
#: ../icinga-cgi.templates:4001
msgid 
Please enter the same user password again to verify you have typed it 
correctly.
msgstr Sartu erabiltzailearen pasahitza berriro ongi idatzi duzula ziurtatzeko.

#. Type: error
#. Description
#: ../icinga-cgi.templates:5001
msgid Password input error
msgstr Errorea pasahitzean

#. Type: error
#. Description
#: ../icinga-cgi.templates:5001
msgid The two passwords you entered were not the same. Please try again.
msgstr Idatzitako bi pasahitzak ez dira berdinak. Saiatu berriro.



Bug#536838: CPAN module list

2010-05-06 Thread Maximilian Gass
Could dh-make-perl not utilize CPAN's module index for finding out which
version of the distribution is required to get a certain module version?



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



Bug#575031: ltspfs: issue KDE popups

2010-05-06 Thread Petter Reinholdtsen
[Oliver Grawert]
 that might be because you attach it directly to the computer device
 in the tree,

Thanks for the tip.

 create an ltsp devicetree first that acts as the parent for your
 disk, that should give you more opportunities to fiddle with
 permissions through dbus service files (there might also be a way
 through consolekit/policykit without the above though).

That would be nice, yes.  As far as I know, hal-device add issues a
NewDevice event to HAL, and get a PermissionDenied in return.  According to
URL: http://people.freedesktop.org/~dkukawka/hal-spec-git/hal-spec.html ,
uid=0 is required:

  NewDevice  Objref  PermissionDenied  Creates a new device object in the
   temporary device list (TDL) and
   return the UDI. Caller must be
   uid 0.
The hal code in question look like this:

   if (!local_interface  !access_check_message_caller_is_root_or_hal 
(ci_tra
cker, message)) {
raise_permission_denied (connection, message, NewDevice: not 
privi
leged);
return DBUS_HANDLER_RESULT_HANDLED;
}

And if I understand the access_check_message_caller_is_root_or_hal()
implementation, the caller uid need to be 0 or the uid of the running
hald process. :(

BTW: if this approach do not work out, Sune made a new version of
  vaduz available using GIT from
  URL: http://git.debian.org/?p=users/pusling-guest/vaduz.git;a=summary 
  (use 'git clone http://git.debian.org/git/users/pusling-guest/vaduz.git').
  It need more work to integrate it into the desktop.

Happy hacking,
-- 
Petter Reinholtdsen



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



Bug#580462: Build-Depends libgeos-dev = 3.1.1

2010-05-06 Thread Frederic Junod
The release notes mention 3.1 but the configure requires 3.1.1.

The Build-Depends should be changed from:
  libgeos-dev (= 3.0.0)
to:
  libgeos-dev (= 3.1.1)

Regards,

fredj
-- 
Frédéric Junod
Camptocamp SA



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



Bug#580479: libdbd-mysql-perl can access out of string and call craches

2010-05-06 Thread Dmitry E. Oboukhov

Package: libdbd-mysql-perl
Version: 4.014-1
Severity: serious
Tags: upstream
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=57253

Hi, Maintainer!

There is a serious problem in last DBD::mysql if SQL-query finishes by
C-like commentary.

For example: $dbh-do('SELECT 1 /* comment */');

In this case it will access to symbols out of sql-statement and can
lead to craches.

I opened a bug in upstream, too.

-- 
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#580480: [mupen64plus] Rice crashes on long vendor strings

2010-05-06 Thread Sven Eckelmann
Package: mupen64plus
Version: 1.5+dfsg1-9
Severity: normal

Rice crashes when the opengl vendor string is quite long. Depending on the the 
length and data inside the vendor string it could also happen that the 
behavior is slightly changed (like fullscreen doesn't work anymore).





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


Bug#579694: firmware-nonfree: Please include rtl8192su/ r8192s_usb firmware into the (unreleased) firmware-realtek binary package.

2010-05-06 Thread jidanni
OK, I spent all day trying to compile the linux drivers from
http://filebin.ca/wrjcg/Cerio_UW-202N-O_linux_2.6.0002.0708.2009.tar.gz
which is what came on the CDROM with the hardware. (Looking for a newer
version just gets windows versions. http://www.cerio.com.tw/main.htm
http://www.cerio.com.tw/include/uw-202n-o.asp )
Result: Linux too new for driver source.

Also 
http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1PNid=48PFid=48Level=5Conn=4DownTypeID=3GetDown=falseDownloads=true#RTL8192SU
result: compile still fails.

Anyway, I don't want to attempt this compilation stuff.

Can   somebody  just   send methe .ko files   I need for
2.6.32 or 2.6.33?

I have installed firmware-realtek. Now all I need is something to make

bash: /sys/bus/usb/drivers/r8192s_usb/new_id: No such file or directory

not bomb out. Please.

I mean the firmware is now in Debian even before the other more
important part. Help.



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



Bug#580481: dpkg-cross: please blacklist debconf, libc-bin, libc-dev-bin, debconf-2.0

2010-05-06 Thread Hector Oron
Package: dpkg-cross
Version: 2.5.6
Severity: wishlist


Hello,

  Later libc6 dependencies make dpkg-cross to fail on dependency mangling:

$ apt-cross -a armel -S unstable -m http://ftp.es.debian.org/debian -u
$ apt-cross -a armel -S unstable -m http://ftp.es.debian.org/debian -b libc6
$ dpkg -e libc6-armel-cross_2.10.2-7_all.deb
$ cat DEBIAN/control 
Package: libc6-armel-cross
Version: 2.10.2-7
Section: devel
Priority: extra
Architecture: all
Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org
Source: eglibc
Provides: glibc-2.10-1-armel-cross, libc6-armel-dcv1
Depends: libc-bin-armel-cross (= 2.10.2-7), debconf-armel-cross (= 0.5) | 
debconf-2.0-armel-cross, libgcc1-armel-cross
Conflicts: tzdata-etch-armel-cross
Description: Embedded GNU C Library: Shared libraries (for cross-compiling)
 This package was generated by dpkg-cross for cross compiling.
 .
 Contains the standard libraries that are used by nearly all programs on
 the system. This package includes shared versions of the standard C library
 and the standard math library, as well as many others.


At the moment thanks to exclude option this can be easily handled, but those 
dependencies might be nice to blacklist them if appropiate.

Cheers

-- Package-specific info:

-- (/etc/dpkg-cross/cross-compile not submitted) --


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

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

Versions of packages dpkg-cross depends on:
ii  binutils-multiarch2.20.1-8   Binary utilities that support mult
ii  debconf [debconf-2.0] 1.5.28 Debian configuration management sy
ii  dpkg-dev  1.15.5.6   Debian package development tools
ii  libconfig-auto-perl   0.20-2 Magical config file parser
ii  libdebian-dpkgcross-perl  2.5.6  functions to aid cross-compiling D
ii  perl  5.10.1-11  Larry Wall's Practical Extraction 

Versions of packages dpkg-cross recommends:
ii  fakeroot  1.14.4-1   Gives a fake root environment

dpkg-cross suggests no packages.

-- debconf information:
  dpkg-cross/default-arch: None



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



Bug#484922: tcludp: Offer to NMU (FTBFS when converted to new source format 3.0 quilt: unprotected quilt push -a)

2010-05-06 Thread Jari Aalto
I've been fixing bugs for release goals[*] lately and noticed this one.
Please let me know if it is okay to NMU to help transition of this
package to new Quilt 3.0 format, if bug is already been worked on.

Jari

[*] Release Goals / * New source package format support
http://lists.debian.org/debian-devel-announce/2010/04/msg1.html




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



Bug#580482: [INTL:es] Spanish debconf template translation for bandwidthd

2010-05-06 Thread Francisco Javier Cuadrado
Package: bandwidthd
Version: 2.0.1+cvs20090917-3
Severity: wishlist
Tags: l10n patch


-- 
Saludos

Fran
# bandwidthd po-debconf translation to Spanish
# Copyright (C) 2010 Software in the Public Interest
# This file is distributed under the same license as the bandwidthd package.
#
# Changes:
#   - Initial translation
#   Francisco Javier Cuadrado fcocuadr...@gmail.com, 2010
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: bandwidthd 2.0.1+cvs20090917-3\n
Report-Msgid-Bugs-To: andr...@fatal.se\n
POT-Creation-Date: 2007-03-23 10:46+0100\n
PO-Revision-Date: 2010-04-29 09:30+0200\n
Last-Translator: Francisco Javier Cuadrado fcocuadr...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Description
#: ../templates:1001
msgid Interface to listen on:
msgstr Interfaz a escuchar:

#. Type: select
#. Description
#: ../templates:1001
msgid Bandwidthd needs to know which interface it should listen for traffic on. Only a single interface can be specified. If you want to listen on all interfaces you should specify the metainterface \any\. Running \bandwidthd -l\ will list available interfaces.
msgstr Bandwidthd necesita conocer en que interfaz debería escuchar el tráfico. Sólo se puede especificar una única interfaz. Si quiere escuchar todas las interfaces debería especificar la meta-interfaz «any». Para listar todas las interfaces disponibles ejecute «bandwidthd -l».

#. Type: string
#. Description
#: ../templates:2001
msgid Subnets to log details about:
msgstr Subredes a registrar:

#. Type: string
#. Description
#: ../templates:2001
msgid Bandwidthd can create graphs for one or several ip-subnets. Subnets are specified either in dotted-quad format (192.168.0.0 255.255.0.0) or in CIDR format (192.168.0.0/16) and separated by a comma. Example: 192.168.0.0/16, 10.0.0.0 255.0.0.0, 172.16.1.0/24. If you don't know what to specify then you can use 0.0.0.0/0 but it is strongly discouraged.
msgstr Bandwidthd puede crear gráficas para una o más subredes. Las subredes se pueden especificar en formato de cuatro puntos (192.168.0.0 255.255.0.0) o en formato CIDR (192.168.0.0/16), y separadas por comas. Por ejemplo: 192.168.0.0/16, 10.0.0.0 255.0.0.0, 172.16.1.0/24. Si no sabe qué poner entonces puede utilizar 0.0.0.0/0, aunque se desaconseja totalmente.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Output CDF data logs?
msgstr ¿Desea crear registros CDF de datos?

#. Type: boolean
#. Description
#: ../templates:3001
msgid Bandwidthd can log captured traffic information to Common Data File (CDF) logs. These logs are required if you want to keep old information stored between restarts of the bandwidthd daemon. Also see the recovercdf configuration option.
msgstr Bandwidthd puede registrar la información del tráfico capturado en registros CDF («Common Data File»). Estos registros son necesarios si quiere mantener la información antigua almacenada entre reinicios del demonio bandwidthd. Vea también la opción de configuración «recovercdf».

#. Type: boolean
#. Description
#: ../templates:4001
msgid Recover old data from logs on restart?
msgstr ¿Desea recuperar la información antigua a partir de los registros al reiniciar?

#. Type: boolean
#. Description
#: ../templates:4001
msgid If old data is going to be outputed in the graphs, it needs to be read when BandwidthD is restarted. Parsing the CDF logs can take quite some time on a slow machine so you might want to disable it, but then you'll lose the information in the graphs after a reboot and similar Also make sure the output_cdf config option is enabled.
msgstr Si la información se va a mostrar en los gráficos, se necesita leer cuando se reinicie bandwidthd. Analizar los registros CDF puede tardar algún tiempo en una máquina lenta de modo que podría querer desactivarlo, pero entonces perdería la información de los gráficos después de reiniciar... Asegúrese también de que la opción de configuración «output_cdf» está activa.

#. Type: string
#. Description
#: ../templates:5001
msgid Graph webpage autorefresh delay (seconds):
msgstr Intervalo (en segundos) para la actualización automática de la página web de los gráficos:

#. 

Bug#580483: munin-node: Perl module Munin::Plugin's clean_fieldname function can allow invalid fieldnames

2010-05-06 Thread Andrew Robert Nicols
Package: munin-node
Version: 1.2.6-10~lenny2
Severity: normal


clean_fieldname is a function in Munin::Plugin (provided by munin-node)
which can be used to sanitize field names within data.

The field name must:
* Not start with an integer; and
* Only contain characters in the range a-zA-Z0-9.

The clean_fieldname plugin also strips off all but the final 19 characters
of the provided name which *may* no longer be required if the wiki entry at
http://munin-monitoring.org/wiki/notes_on_datasource_names
is to be beleived.

The way that clean_fieldname performs this is by use of the following perl:

# Replace a sequence of illegal leading chars with a single _
$name =~ s/^[^A-Za-z_]+/_/;
# Replace remaining illegals with _
$name =~ s/[^A-Za-z0-9_]/_/g;

# And use only the last 19 chars
$name = substr($name,-19);

However this introduces a bug as demonstrated below:

Imagine a field name of length 20 characers:
$5x5x5x5x5x5x5x5x5x$
Which is an invalid field name.

The first operation replaces any leading non A-Za-z character with _:
_5x5x5x5x5x5x5x5x5x$
which produces a valid field name aside from length.

The second operation replaces any other illegal characters with _:
_5x5x5x5x5x5x5x5x5x_
which produces a valid field name aside from length.

The final operation trim all but the last 19 characters:
5x5x5x5x5x5x5x5x5x_

We now have a field name which begins with an integer which is not a valid
field name.

Andrew

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

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



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



Bug#580484: munin-plugins-extra: With df plugin, Field name can be duplicated when working with long device names

2010-05-06 Thread Andrew Robert Nicols
Package: munin-plugins-extra
Version: 1.2.6-10~lenny2
Severity: normal

This is arguably a bug in the clean_fieldname function of Munin::Plugin.pm
(part of munin-node) but would make things to bang in a rather big way (as
explained below).

On several of our systems, we create lvm partitions for our vservers and
use names which are descriptive for the vserver in question. As a result,
we end up with fairly long device names. Here's an example df output one on of
our affected servers:

nic...@apocrypha..infra.local:/usr# df
Filesystem   1K-blocks  Used Available Use% Mounted on
/dev/mapper/vg0-root   3842104554584   3092348  16% /
tmpfs  8231756 0   8231756   0% /lib/init/rw
udev 10240   944  9296  10% /dev
tmpfs  8231756 0   8231756   0% /dev/shm
/dev/md0   1921036 47256   1776196   3% /boot
/dev/mapper/vg0-home   3842104 84012   3562920   3% /home
/dev/mapper/vg0-var3842104678604   2968328  19% /var
/dev/mapper/vg0-vserver_dashboard--fe0..vserver.local
   4128448812308   3106428  21% 
/vserver/dashboard-fe0..vserver.local
/dev/mapper/vg0-vserver_dashboard--db0..vserver.local
   4128448647832   3270904  17% 
/vserver/dashboard-db0..vserver.local
/dev/mapper/vg0-vserver_dashboard--db0..vserver.local_var_lib_postgresql
   4128448898680   3020056  23% 
/vserver/dashboard-db0..vserver.local/var/lib/postgresql
/dev/mapper/vg0-vserver_config.edgeservers..vserver.local
   4128448718728   328  19% 
/vserver/config.edgeservers..vserver.local
/dev/mapper/vg0-vserver_ldap0..vserver.local
   4128448607656   3311080  16% 
/vserver/ldap0..vserver.local
/dev/mapper/vg0-vserver_ldap0..vserver.local_srv_ldap
   4128448170188   3748548   5% 
/vserver/ldap0..vserver.local/srv/ldap
/dev/mapper/vg0-vserver_updates.edgeservers..vserver.local
  10321208643044   9153876   7% 
/vserver/updates.edgeservers..vserver.local
/dev/mapper/vg0-vserver_updates.edgeservers..vserver.local_srv_www
   9289080   2894540   5922732  33% 
/vserver/updates.edgeservers..vserver.local/srv/www
/dev/mapper/vg0-vserver_dashboard--db0..vserver.local_backup
   2064208404920   1554432  21% 
/vserver/dashboard-db0..vserver.local/backup
/dev/mapper/vg0-vserver_config.dashboard..vserver.local
   4128448688404   3230332  18% 
/vserver/config.dashboard..vserver.local
/dev/mapper/vg0-vserver_config.edgeservers..vserver.local_srv_www
   1015496100383862685  11% 
/vserver/config.edgeservers..vserver.local/srv/www

The df plugin loops through this output and calls clean_fieldname upon it.
However, clean_fieldname does three things:
* Replace a sequence of illegal leading chars with a single _;
* Replace remaining illegals with _; and
* And use only the last 19 chars.

Clearly, when working with something which is named according to a very
specific naming pattern (as above) with long names, using only the last 19
characters isn't going to get you very far as you'll end up with duplicate
field names. For example, we see the following transformations with some of
the above data:

/dev/mapper/vg0-vserver_dashboard--fe0..vserver.local
becomes:
..vserver.local

/dev/mapper/vg0-vserver_dashboard--db0..vserver.local
becomes:
..vserver.local

/dev/mapper/vg0-vserver_config.edgeservers..vserver.local
becomes:
..vserver.local

and so on.

The 19 character limitation does not seem to be documented in the protocol
config page on the Munin wiki:
http://munin-monitoring.org/wiki/protocol-config
And according to
http://munin-monitoring.org/wiki/notes_on_datasource_names
this limitation was circumvented in munin 1.2.

Since this is only the field name and is not shown to users in Munin, it
may be wiser for clean_fieldname to hash the name and provide a usable
subset from this.

This change is, however, not backwards compatible with existing data, hence
I don't think that it would be wise to make the change in the
clean_fieldname perl function provided in the munin-node package.
Unfortunately, the {fieldname}.oldname data source is only available form
munin version 1.4 so this isn't really an available option for a Lenny
version of munin.

I can see two workarounds which would allow preservation of existing data:
* Fix the clean_fieldname function to remove the old lengh limitation; or
* Create an alternative plugin with a bug fix applied to all names (long
  and short). This would allow those afflicted by this bug to fix it for
  themselves and be aware that they were doing so; or
* Modify the existing plugins to provide a hash for any name longer than 19
  characers. This would 

Bug#579357: AW: [Pkg-samba-maint] Bug#579357: winbind: passwd/smbpasswd causes segmentation fault on Debian Lenny x64 (Samba Winbind and Windows Active Directory)

2010-05-06 Thread Phillip Drescher
Quoting myself:

 dpkg -l winbind:
 
 ii  winbind   2:3.2.5-4lenny9

I pasted wrong:

dpkg -l winbind
ii  winbind   2:3.4.7~dfsg-2~bpo50+1
Samba nameservice integration server





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



Bug#579357: AW: [Pkg-samba-maint] Bug#579357: winbind: passwd/smbpasswd causes segmentation fault on Debian Lenny x64 (Samba Winbind and Windows Active Directory)

2010-05-06 Thread Phillip Drescher
Quoting Christian PERRIER (bubu...@debian.org)

 Is there any chance that you could install the backported 3.4.7
 packages ?
 
 See http://backports.org and particularly
 http://backports.org/dokuwiki/doku.php?id=instructions
 
 This would help us in isolating whether this only belongs to 3.2.5 or
 also applies to 3.4.7.


I tried that, but the installation of winbind 3.4.7. crashed:

/var/lib/dpkg/info/winbind.postinst: line 16: pam-auth-update: command not
found
E: Sub-process /usr/bin/dpkg returned an error code (1)

apt-get clean  apt-get autoremove winbind did not work. apt-get remove
--purge winbind did not work either.

I had to 
ln -s /bin/true /usr/local/bin/pam-auth-update

After that the installation went through, but it did not change anything:

/tmp# passwd user
segmentation fault

/var/log/syslog:
kernel: [496251.167828] passwd[4218]: segfault at 0 ip 7fa9c6b51c26 sp
7fffa320 error 4 in pam_winbind.so[7fa9c6b4b000+c000]

dpkg -l winbind:

ii  winbind   2:3.2.5-4lenny9
service to resolve user and group 






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



Bug#580485: chromium-browser: useless pre-dependency on lzma

2010-05-06 Thread Sven Joachim
Package: chromium-browser
Version: 5.0.342.9~r43360-1
Severity: normal

Your package pre-depends on lzma which is hardly explicable if it
weren't for the fact that Ubuntu apparently uses lzma compression,
judging by debian/changelog.

But pre-depending on lzma is wrong even in Ubuntu, instead they need to
pre-depend on a dpkg version that can unpack lzma compressed debs (in
Debian that would be 1.14.21, don't know about Ubuntu).


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

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

Versions of packages chromium-browser depends on:
ii  chromium-browser-ins 5.0.342.9~r43360-1  page inspector for the chromium-br
ii  libasound2   1.0.22-2shared library for ALSA applicatio
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libbz2-1.0   1.0.5-4 high-quality block-sorting file co
ii  libc62.10.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared lib
ii  libgcc1  1:4.4.4-1   GCC support library
ii  libgconf2-4  2.28.1-3GNOME configuration database syste
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1The GTK+ graphical user interface 
ii  libjpeg626b-16.1 The Independent JPEG Group's JPEG 
ii  libnspr4-0d  4.8.4-1 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.6-2Network Security Service libraries
ii  libpango1.0-01.28.0-1Layout and rendering of internatio
ii  libpng12-0   1.2.43-1PNG library - runtime
ii  libstdc++6   4.4.4-1 The GNU Standard C++ Library v3
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxext6 2:1.1.1-3   X11 miscellaneous extension librar
ii  libxrender1  1:0.9.5-2   X Rendering Extension client libra
ii  libxss1  1:1.2.0-2   X11 Screen Saver extension library
ii  lzma 4.43-14 Compression method of 7z format in
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

chromium-browser recommends no packages.

Versions of packages chromium-browser suggests:
ii  chromium-browser-l10n 5.0.342.9~r43360-1 chromium-browser language 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#580486: openoffice.org: Printing DL envelopes on my Epson R800 comes out wrongly positioned

2010-05-06 Thread Lawrence D'Oliveiro
Package: openoffice.org
Version: 1:3.2.0-8+b1
Severity: important
Tags: sid


I used to be able to print DL envelopes from OpenOffice.Org Writer on my Epson 
R800,
using Landscape orientation. But now, the address on the envelope comes out in 
the
wrong position. It looks like the printable area is being aligned against the 
back
edge of a full A4-sized page, instead of the front edge. Thus, if I use a paper 
clip
to attach the envelope to the back edge of an A4 sheet of paper and feed that 
through,
the address comes out in the right place.

I assume this isn't a CUPS problem or driver problem, as I can still print 
envelopes
correctly from Inkscape.

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

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

Versions of packages openoffice.org depends on:
ii  liblucene2-java 2.9.2+ds1-1  Full-text search engine library fo
ii  openoffice.org-base 1:3.2.0-8+b1 office productivity suite -- datab
ii  openoffice.org-calc 1:3.2.0-8+b1 office productivity suite -- sprea
ii  openoffice.org-core 1:3.2.0-8+b1 office productivity suite -- arch-
ii  openoffice.org-draw 1:3.2.0-8+b1 office productivity suite -- drawi
ii  openoffice.org-filter-mobil 1:3.2.0-8office productivity suite -- mobil
ii  openoffice.org-impress  1:3.2.0-8+b1 office productivity suite -- prese
ii  openoffice.org-java-common  1:3.2.0-8office productivity suite -- arch-
ii  openoffice.org-math 1:3.2.0-8+b1 office productivity suite -- equat
ii  openoffice.org-officebean   1:3.2.0-8+b1 office productivity suite -- Java 
ii  openoffice.org-report-build 1:3.2.0-8+b1 OpenOffice.org extension for build
ii  openoffice.org-writer   1:3.2.0-8+b1 office productivity suite -- word 
ii  ttf-dejavu  2.30-2   Metapackage to pull in ttf-dejavu-
ii  ttf-sil-gentium-basic   1.1-2smart Unicode font families (Basic

Versions of packages openoffice.org recommends:
pn  openoffice.org-filter- none(no description available)
ii  ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as Tim

Versions of packages openoffice.org suggests:
ii  cups-bsd1.4.3-1  Common UNIX Printing System(tm) - 
ii  gstreamer0.10-ffmpeg0.10.10-1FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad   0.10.18-2+b1 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-base  0.10.28-1GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good  0.10.21-1GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly  0.10.14-1GStreamer plugins from the ugly 
pn  hunspell-dictionary none   (no description available)
ii  icedove 3.0.4-2  mail/news client with RSS and inte
ii  iceweasel   3.5.9-2  Web browser based on Firefox
ii  imagemagick 7:6.6.0.4-2  image manipulation programs
ii  java-gcj-compat [java5-runt 1.0.80-5.1   Java runtime environment using GIJ
ii  libgl1-mesa-glx [libgl1]7.7.1-1  A free implementation of the OpenG
ii  libldap-2.4-2   2.4.21-1 OpenLDAP libraries
pn  libpaper-utils  none   (no description available)
ii  libsane 1.0.20-14+b1 API library for scanners
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  menu2.1.43   generates programs menu for all me
ii  myspell-en-us [myspell-dict 1:3.2.0-4English_american dictionary for my
pn  openclipart-openoffice.org  none   (no description available)
pn  openoffice.org-gnome | open none   (no description available)
ii  openoffice.org-help-en-us [ 1:3.2.0-8office productivity suite -- Engli
pn  openoffice.org-hyphenation  none   (no description available)
pn  openoffice.org-l10n-3.2 none   (no description available)
ii  openoffice.org-thesaurus-en 1:3.2.0-4English Thesaurus for OpenOffice.o
ii  pstoedit3.45-8+b1PostScript and PDF files to editab
ii  unixodbc2.2.14p2-1   ODBC tools libraries

Versions of packages openoffice.org-core depends on:
ii  fontconfig   2.8.0-2 generic font configuration library
ii  libc62.10.2-7Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libcurl3-gnutls  7.20.1-1Multi-protocol file transfer libra
ii  libdb4.8 4.8.26-3Berkeley v4.8 Database Libraries [
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared 

Bug#580487: openoffice.org: incorrect positioning when dragging newly-created frame

2010-05-06 Thread Lawrence D'Oliveiro
Package: openoffice.org
Version: 1:3.2.0-8+b1
Severity: normal
Tags: sid


Start up OpenOffice.Org Writer. Create a new, empty document. Select 
Insert/Frame
In the dialog that appears, under Anchor, select To page. Click OK to 
create a
new, empty frame.

Without doing anything else, click and drag on any edge of the frame to 
reposition it
anywhere on the page away from its original position. The moment you release the
mouse, the frame will reappear in a position not quite the same as the one you 
were
dragging it to.

Subsequent drags will leave it in the right place; it's only the initial one 
that is
handled wrongly.

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

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

Versions of packages openoffice.org depends on:
ii  liblucene2-java 2.9.2+ds1-1  Full-text search engine library fo
ii  openoffice.org-base 1:3.2.0-8+b1 office productivity suite -- datab
ii  openoffice.org-calc 1:3.2.0-8+b1 office productivity suite -- sprea
ii  openoffice.org-core 1:3.2.0-8+b1 office productivity suite -- arch-
ii  openoffice.org-draw 1:3.2.0-8+b1 office productivity suite -- drawi
ii  openoffice.org-filter-mobil 1:3.2.0-8office productivity suite -- mobil
ii  openoffice.org-impress  1:3.2.0-8+b1 office productivity suite -- prese
ii  openoffice.org-java-common  1:3.2.0-8office productivity suite -- arch-
ii  openoffice.org-math 1:3.2.0-8+b1 office productivity suite -- equat
ii  openoffice.org-officebean   1:3.2.0-8+b1 office productivity suite -- Java 
ii  openoffice.org-report-build 1:3.2.0-8+b1 OpenOffice.org extension for build
ii  openoffice.org-writer   1:3.2.0-8+b1 office productivity suite -- word 
ii  ttf-dejavu  2.30-2   Metapackage to pull in ttf-dejavu-
ii  ttf-sil-gentium-basic   1.1-2smart Unicode font families (Basic

Versions of packages openoffice.org recommends:
pn  openoffice.org-filter- none(no description available)
ii  ttf-liberation 1.05.2.20091019-4 Fonts with the same metrics as Tim

Versions of packages openoffice.org suggests:
ii  cups-bsd1.4.3-1  Common UNIX Printing System(tm) - 
ii  gstreamer0.10-ffmpeg0.10.10-1FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad   0.10.18-2+b1 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-base  0.10.28-1GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good  0.10.21-1GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly  0.10.14-1GStreamer plugins from the ugly 
pn  hunspell-dictionary none   (no description available)
ii  icedove 3.0.4-2  mail/news client with RSS and inte
ii  iceweasel   3.5.9-2  Web browser based on Firefox
ii  imagemagick 7:6.6.0.4-2  image manipulation programs
ii  java-gcj-compat [java5-runt 1.0.80-5.1   Java runtime environment using GIJ
ii  libgl1-mesa-glx [libgl1]7.7.1-1  A free implementation of the OpenG
ii  libldap-2.4-2   2.4.21-1 OpenLDAP libraries
pn  libpaper-utils  none   (no description available)
ii  libsane 1.0.20-14+b1 API library for scanners
ii  libxrender1 1:0.9.5-2X Rendering Extension client libra
ii  menu2.1.43   generates programs menu for all me
ii  myspell-en-us [myspell-dict 1:3.2.0-4English_american dictionary for my
pn  openclipart-openoffice.org  none   (no description available)
pn  openoffice.org-gnome | open none   (no description available)
ii  openoffice.org-help-en-us [ 1:3.2.0-8office productivity suite -- Engli
pn  openoffice.org-hyphenation  none   (no description available)
pn  openoffice.org-l10n-3.2 none   (no description available)
ii  openoffice.org-thesaurus-en 1:3.2.0-4English Thesaurus for OpenOffice.o
ii  pstoedit3.45-8+b1PostScript and PDF files to editab
ii  unixodbc2.2.14p2-1   ODBC tools libraries

Versions of packages openoffice.org-core depends on:
ii  fontconfig   2.8.0-2 generic font configuration library
ii  libc62.10.2-7Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-4The Cairo 2D vector graphics libra
ii  libcurl3-gnutls  7.20.1-1Multi-protocol file transfer libra
ii  libdb4.8 4.8.26-3Berkeley v4.8 Database Libraries [
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libfreetype6 2.3.11-1FreeType 2 font engine, shared lib
ii  libgcc1 

Bug#580488: dpkg: duplicated Provides: field on packages (already installed) fail to be removed

2010-05-06 Thread Hector Oron
Package: dpkg
Version: 1.15.5.6
Severity: normal


Hello,

  Later dpkg upload did a change[1] which prevents packages to have two fields 
with same name. Depending on the definition of comma, could be understood as 
comma in dependency fields is acts as if two fields were present.

  Dpkg-cross was duplicating Provides: field[2] and it was fixed as it was a 
bug, but already installed packages are not easily removable if they have that 
duplicated field. In order to prevent a massive break when upgrading cross libs 
from lenny to squeeze, could this behaviour be reverted or at least warn about 
it and proceed with the removal?

$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... DoneThe following packages have been kept back:
  libc6-armel-cross libc6-mips-cross libgcc1-mips-cross libstdc++6-mips-cross
The following packages will be upgraded:
  libc6-dev-mips-cross libc6-dev-mips64-mips-cross
  libc6-dev-mipsn32-mips-cross libn32z1-dev-mips-cross
  linux-libc-dev-hppa-cross linux-libc-dev-mips-cross
  linux-libc-dev-mipsel-cross linux-libc-dev-powerpc-cross
  linux-libc-dev-s390-cross linux-libc-dev-sparc-cross zlib1g-dev-mips-cross
  zlib1g-mips-cross
12 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 11.4MB of archives.
After this operation, 0B of additional disk space will be used.
Do you want to continue [Y/n]?
Get:1 http://www.emdebian.org unstable/main libc6-dev-mips-cross 2.10.2-6 
[2549kB]
Get:2 http://www.emdebian.org unstable/main libc6-dev-mips64-mips-cross 
2.10.2-6 [2341kB]
Get:3 http://www.emdebian.org unstable/main libc6-dev-mipsn32-mips-cross 
2.10.2-6 [2188kB]
Get:4 http://www.emdebian.org unstable/main libn32z1-dev-mips-cross 
1:1.2.3.4.dfsg-3 [52.5kB]
Get:5 http://www.emdebian.org unstable/main linux-libc-dev-hppa-cross 2.6.32-11 
[687kB]
Get:6 http://www.emdebian.org unstable/main linux-libc-dev-mips-cross 2.6.32-10 
[685kB]
Get:7 http://www.emdebian.org unstable/main linux-libc-dev-mipsel-cross 
2.6.32-10 [686kB]
Get:8 http://www.emdebian.org unstable/main linux-libc-dev-powerpc-cross 
2.6.32-11 [689kB]
Get:9 http://www.emdebian.org unstable/main linux-libc-dev-s390-cross 2.6.32-11 
[692kB]
Get:10 http://www.emdebian.org unstable/main linux-libc-dev-sparc-cross 
2.6.32-11 [699kB]
Get:11 http://www.emdebian.org unstable/main zlib1g-dev-mips-cross 
1:1.2.3.4.dfsg-3 [76.3kB]
Get:12 http://www.emdebian.org unstable/main zlib1g-mips-cross 1:1.2.3.4.dfsg-3 
[48.3kB]
Fetched 11.4MB in 0s (27.4MB/s)
dpkg: error processing 
/var/cache/apt/archives/libc6-dev-mips-cross_2.10.2-6_all.deb (--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 9 package 
'libc6-dev-mips-cross':
 duplicate value for `Provides' field
dpkg: error processing 
/var/cache/apt/archives/libc6-dev-mips64-mips-cross_2.10.2-6_all.deb 
(--unpack): parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 10 
package 'libc6-dev-mips64-mips-cross':
 duplicate value for `Provides' field
dpkg: error processing 
/var/cache/apt/archives/libc6-dev-mipsn32-mips-cross_2.10.2-6_all.deb 
(--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 10 package 
'libc6-dev-mipsn32-mips-cross':
 duplicate value for `Provides' field
dpkg: error processing 
/var/cache/apt/archives/libn32z1-dev-mips-cross_1%3a1.2.3.4.dfsg-3_all.deb 
(--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 10 package 
'libn32z1-dev-mips-cross':
 duplicate value for `Provides' field
dpkg: error processing 
/var/cache/apt/archives/linux-libc-dev-hppa-cross_2.6.32-11_all.deb (--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 10 package 
'linux-libc-dev-hppa-cross':
 duplicate value for `Provides' field
dpkg: error processing 
/var/cache/apt/archives/linux-libc-dev-mips-cross_2.6.32-10_all.deb (--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 10 package 
'linux-libc-dev-mips-cross':
 duplicate value for `Provides' field
dpkg: error processing 
/var/cache/apt/archives/linux-libc-dev-mipsel-cross_2.6.32-10_all.deb 
(--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 10 package 
'linux-libc-dev-mipsel-cross':
 duplicate value for `Provides' field
dpkg: error processing 
/var/cache/apt/archives/linux-libc-dev-powerpc-cross_2.6.32-11_all.deb 
(--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 10 package 
'linux-libc-dev-powerpc-cross':
 duplicate value for `Provides' field
dpkg: error processing 
/var/cache/apt/archives/linux-libc-dev-s390-cross_2.6.32-11_all.deb (--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 10 package 
'linux-libc-dev-s390-cross':
 duplicate value for `Provides' field
dpkg: error processing 
/var/cache/apt/archives/linux-libc-dev-sparc-cross_2.6.32-11_all.deb (--unpack):
 parse error, in file '/var/lib/dpkg/tmp.ci/control' near line 10 package 
'linux-libc-dev-sparc-cross':
 duplicate value for 

Bug#580489: ITP: maptransfer -- upload/download maps to/from a VALVe game server

2010-05-06 Thread Michael Ziegler
Package: wnpp
Severity: wishlist
Owner: Michael Ziegler diese-a...@funzt-halt.net
Owner: Michael Ziegler diese-a...@funzt-halt.net


* Package name: maptransfer
  Version : 0.3
  Upstream Author : Michael Ziegler diese-a...@funzt-halt.net
* URL : http://bitbucket.org/Svedrin/maptransfer/wiki/Home
* License : MIT
  Programming Lang: Python
  Description : upload/download maps to/from a VALVe game server

 Uploading Maps to a Game server can be a tedious process if you want to get
 the post-upload processing right. MapTransfer tries to automate this process
 as much as possible. It handles everything a map upload takes:

  * Finds the paths on the disk where Steam is installed and where games are
located. (Uses the Registry on Windows, and maptransfer.cfg for other OSs)
  * BZips the Map before upload, and only uploads the BZ2ed file. That way,
maps are automatically prepared for fast download, while saving (mega)bytes
for the client to upload.
  * Uploads .nav/.txt/.res files, if any.
  * Hardlinks files on the server side, if more than one gameserver path is
specified in the config; that way a single map is uploaded to multiple
servers at once (and only takes up the space once, too).
  * Saves you and your users a lot of tedious cdery and copypasta.
  * Highlights the maps you or the server don't have, so you easily see what's
missing on either side.

 Aside from the core functionality, it offers a few niceties as well:

  * Client allows for simultaneous downloads and uploads.
  * Uses HTTPS as protocol - that way, you can download maps (or test
connectivity) with your favorite web browser, or write your own scripts
that interact with the server.
  * IPv6 ready
  * Extensible: Any game should work, as long as it uses bsp maps - map
directories aren't hard coded but read from the config file.



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



Bug#580152: dpkg: trigger - W: Unable to read /etc/apt/preferences.d/ - FileExists (2: No such file or directory)

2010-05-06 Thread David Kalnischkies
2010/5/5 Goswin von Brederlow goswin-...@web.de:
 David Kalnischkies kalnischkies+deb...@gmail.com writes:
 2010/5/4 Raphael Hertzog hert...@debian.org:
 On Mon, 03 May 2010, Jonathan Nieder wrote:
         Processing triggers for menu ...
         W: Unable to read /etc/apt/preferences.d/ - FileExists (2: No 
  such file or directory)

 At least the warning should be fixed. Is the error that it exists and
 since when is a directory a file? Or that it doesn't? The two errors
 contradict each other.

An errormessage generated by Error::Errno (or Error::WarningE) is:
E/W: generic apt error - method used (errno: strerror() with exact reason)

The plain reason is that we have a waste amount of possibilities why a file
is not readable: doesn't exist, broken link, insufficient rights, …
writing a message for all of them in APT would be insane.
On the other hand some of the error messages given by strerror() aren't
verbose and/or exact enough to be used alone, so the middle way was chosen.
(I think the Methodname is their to enable Error to do something special
with certain failures as noted in the Description of the file, but it is
unused so far - but from time to time useful to map (translated) error
messages to their untranslated equivalent in bugreports.


I have convert now this and a few other calls from FileExists() to
DirectoryExists() which was added recently to check if it is really a
directory and not a file, but this doesn't change much…

Any further suggestions?


Best regards,

David Kalnischkies



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



Bug#580455: latest Sid upgrade breakes yaboot.conf and (maybe) ybin

2010-05-06 Thread Gürkan Sengün

indeed i can confirm this, here's the output of ybin -v
ybin:  /dev/disk/by-label/bootstrap: No such file or directory

yaboot.conf has a commented out
# boot = /dev/hda2 for me
if uncommented the spaces around = are a problem.

changing it into
boot=/dev/hda2

makes it work again.

yours,
gurkan



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



Bug#580460: Build of libguestfs on debian squeeze failed with configure: error: but fullfilled builddependencies

2010-05-06 Thread Martin Michlmayr
Copying the maintainer.

* Frank Matthieß fra...@lug-owl.de [2010-05-06 09:18]:
 Package: libguestfs
 Version: 1.0.84
 Severity: serious
 Tags: squeeze
 Justification: fails to build from source
 
 
 $ dpkg-buildpackage -us -uc -rfakeroot
 
 configure: error: Either febootstrap or debootstrap must be installed
  23 make: *** [debian/stamp-autotools] Fehler 1
  24 dpkg-buildpackage: Fehler: debian/rules build gab Fehler-Exitstatus 2
 
 
 febootstrap or debootstrap shuold be part of build dependencies?
 I know not enough of the interna of libguestfs, so i cant give you any 
 further advice.
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers testing
   APT policy: (500, 'testing')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.32-trunk-686 (SMP w/1 CPU core)
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: 
 LC_ALL set to de_DE.UTF-8)
 Shell: /bin/sh linked to /bin/dash
 

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



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



Bug#580490: chromium-browser: Please use DEB_BUILD_OPTIONS' parallel=n

2010-05-06 Thread Ansgar Burchardt
Source: chromium-browser
Version: 5.0.342.9~r43360-1
Severity: minor

Hi,

I found the following lines in d/rules:

   PROCESSORS   ?= $(shell grep -ic ^processor /proc/cpuinfo)
   [...]
   ifneq (1,$(PROCESSORS))
   DEB_MAKE_EXTRA_ARGS += -j$(PROCESSORS)
   endif

Please use DEB_BUILD_OPTIONS's parallel=n option instead (see Policy
4.9.1 [1]) so the person doing the build can decide how many processes
to run in parallel.

Regards,
Ansgar

[1] 
http://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options



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



Bug#580464: ruby1.8: hangs under some circumstances on GNU/kFreeBSD

2010-05-06 Thread Petr Salinger

It would also be nice if you can ask upstream
to include these || defined(__GLIBC__)
and  !defined(__GLIBC__) changes.



Shouldn't the recommendation to upstream fix to drop the #if completely?


I would say yes, but obviously, I cannot
test whether it broke other platforms.

Petr



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



Bug#534346: [request-tracker-maintainers] Bug#534346: Upgrading from 3.8.2 to 3.8.3 with rt-setup-database

2010-05-06 Thread Knut Arne Bjørndal
Dominic Hargreaves wrote:
 On Wed, May 05, 2010 at 10:36:51AM +0200, Knut Arne Bjørndal wrote:
 
 I also experienced this error, and tracked it down. For some reason if
 there's a Schema.Pg in /etc/request-tracker3.8 the upgrade script will
 try to apply it.

 I'm not sure at what point the package was updated to move things like
 schema.Pg from /etc to /usr, but my install has been upgraded a few
 times and had a schema.Pg there.

 Moving acl.*, initialdata, schema.*, upgrade and RT_Config.pm away from
 /etc solved the problem for me.

 Would it make sense to have a package upgrade script either
 automatically clean out those files (if it detected they were
 unchanged), or at least warn the user?
 
 Thanks for taking the time to write about this.
 
 It does seem plausible that the problems described in this bug were 
 caused by left behind schema files; however, the intention was that
 they be removed. The postinst now removes unmodified config from /etc
 (as of 3.8.2-1).
 
 It would be interesting to know exactly which versions you had installed,
 and also whether the old schema files that were left behind match the
 MD5sums in /usr/share/request-tracker3.8/debian/old_etc.md5sum (since
 that would indicate a bug in the postinst removal script fragment).

3.8.2-1~experimental1, rebuilt for lenny.

Not quite sure what other versions has at some point been installed on
the same machine, things have moved around a bit.

The schema/acl files all match the md5sums, except for
/etc/request-tracker3.8/old_package_stuff/upgrade/schema.mysql-4.0-4.1.pl,
which doesn't exist.

 I don't think we anticipated that left-behind schema files would be a
 problem, though; we were just tidying up for neatness.
 
 I'm not sure whether it's worth fixing this in the package now, since
 the problem should only exist for people who installed from experimental
 over a year ago.

Yeah, presumably this is just a problem for a few old versions from
experimental, so probably not worth spending energy on. At least now
there's a solution if anybody else googles the problem.

-- 
Knut Arne Bjørndal, Tekniker Easy Connect AS - http://1890.no
E-post: knut.arne.bjorn...@easyconnect.no Tlf: 53 20 53 25



signature.asc
Description: OpenPGP digital signature


Bug#580373: closed by Mike Hommey m...@glandium.org (Re: Bug#580373: iceweasel: search does not work anymore once phrase not found)

2010-05-06 Thread arne anka

That's unreproducible here. Maybe this happens only on a particular page
?

What are you trying to find on what page ?



i reproducibly experience it with xml files, ie opening an xml file with  
iceweasel displays the usual header


This XML file does not appear to have any style information associated  
with it. The document tree is shown below.


and below that the xml tree. searching for what phrase (appearing in the  
xml at least once!) ever by hitting F3 or Previous or Next repeatedly,  
shows reached end of page, continued from top for a while and then  
changes into phrase not found and that's it.




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



Bug#484922: tcludp: Offer to NMU (FTBFS when converted to new source format 3.0 quilt: unprotected quilt push -a)

2010-05-06 Thread Sergei Golovan
On Thu, May 6, 2010 at 1:28 PM, Jari Aalto jari.aa...@cante.net wrote:
 I've been fixing bugs for release goals[*] lately and noticed this one.
 Please let me know if it is okay to NMU to help transition of this
 package to new Quilt 3.0 format, if bug is already been worked on.

Please, don't NMU now. I'll fix the bug shortly.

Cheers!
-- 
Sergei Golovan



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



Bug#576752: apt: should dpkg-source be run automatically when apt-getting a new source version?

2010-05-06 Thread David Kalnischkies
Hi Michael Gilbert,

2010/4/8 Michael Gilbert michael.s.gilb...@gmail.com:
 hi, thanks for looking into this.  the two apt-gotted versions need to differ.
 for example getting kernel source from squeeze, then sid demonstrates the
 problem.

Ah, now i see. The problem is therefore that the versions differ
not enough - they differ only in the debian revision - not in upstream
version. (It is normal dpkg-source behavior to only include the upstream
version number in the unpack-directory.)

I don't think their is a clean and obvious way to cope with this situation:
The directory with the upstream version number isn't clean - it has the
changes from the diff applied, so it would be needed to unapply them
(impossible as we don't know which diff was applied) to apply the new diff.
It could also include local changes so overriding them would be bad…
What would be possible is to reuse the --fix-broken (-f) option here to force
apt to unpack the source again (all changes will be lost!)
As it is super simple i have implemented it straight away and
think this is all we can do about it so i would close it with this feature.

Do you agree?


Best regards,

David Kalnischkies



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



Bug#580458: pootle blocked by python-django-djblets

2010-05-06 Thread Chris Lamb
tags 580458 + pending
thanks

W. Martin Borgert wrote:

 [..] Please upload python-django-djblets to unstable. Thanks!

Uploaded. Will have to pass through NEW.


Regards,

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



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



Bug#564422: Updates

2010-05-06 Thread D Haley
Hello,

The version control system used is git, so you can check it out with
git pull git://git.debian.org/git/debian-science/packages/mathgl.git

I added the man pages too, so that should help simplify solving the lintian 
errors.

Thanks.

--- On Thu, 5/6/10, Dimitrios Eftaxiopoulos eftax...@otenet.gr wrote:

 From: Dimitrios Eftaxiopoulos eftax...@otenet.gr
 Subject: Re: Bug#564422: Updates
 To: D Haley my...@yahoo.com, 564...@bugs.debian.org
 Date: Thursday, May 6, 2010, 2:47 AM
 Hello,
 I am a user of mathgl under Debian unstable. I would like
 to see it back in 
 Debian. I tried to find the package in the debian-science
 repository
 
 http://svn.debian.org/wsvn/debian-science/packages/
 
 but I could not find it there. Could you please give me the
 address where 
 mathgl is comitted? I woul like to try to build it.
 
 Thanks
 Dimitris
 
 
 Στις Παρασκευή 30 Απρίλιος 2010
 23:34:20 γράψατε:
  Hi,
  
  I have updated the debian science repo. The package
 now builds (although
  the png dependencies are not quite handled correctly,
 and cause multiple
  calls to mathgl_example.).
  
  At any rate, the package builds so as far as I am
 concerned my work is
  done. Can someone else touch up the package and take
 maintenance of it?
  
  Notes:
  * texinfo is throwing utf8 errors if I try to build
 the _ru documentation.
  I have disabled this for now. * Upstream have
 committed changes to their
  repositories to solve the ldflags problem (see bug
 #92). * I have not
  made the package lintian clean.
  
  
  Thanks.
  
  --- On Fri, 4/23/10, Salvatore Bonaccorso salvatore.bonacco...@gmail.com
 
 wrote:
   From: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
   Subject: Re: Bug#564422: Updates
   To: D Haley my...@yahoo.com,
 564...@bugs.debian.org
   Date: Friday, April 23, 2010, 6:00 PM
   Hi D.
   
   On Mon, Apr 19, 2010 at 03:52:41PM -0700, D Haley
 wrote:
I have done some updating to the package,
 but it is
   
   not in a working
   
state (it should be a bit closer than it
 was). Just as
   
   I was
   
committing to debian-science (after i inited
 a repo),
   
   SSH started
   
timing out to alioth. :/ I will try to
 upload this
   
   tomorrow.
   
I will, in the coming week, have another
 crack at this
   
   to get it
   
into a clean and working state.
   
   I saw you arleady commited package to
 debian-science,
   really cool.
   Tanks for working on it.
   
   I have this to forward at you got from Alexey:
   
   On Mon, Dec 28, 2009 at 01:06:04PM +0300, Alexey
 Balakin
   
   wrote:
Dear Salvatore,

I have one more comment. As Jim Hu had noted
 me, the
   
   GSL library is
   
GPL. So, I change a bit license for MathGL
 (some
   
   corrections were
   
already done in web site). The idea is

Generally MathGL is GPL library. However,
 you can use
   
   LGPL license
   
for MathGL core if you don't use wrapper
 classes
   
   (don't use file
   
mgl_w.h and SWIG-based interfaces) and
 disable GSL
   
   features (by
   
defining NO_GSL for library compilation).

I think that the MathGL version in
 DEB-packages should
   
   contain GSL.
   
So, it have to be GPL. Can you apply this
 change for
   
   Debian and Ubuntu
   
packages? During few days I'll update win32
 binary
   
   packages too.
   
--
All the best,
Alexey Balakin
   
   Bests
   Salvatore
 
 






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



Bug#405048: pbmtextps/pnmcrop produce error in glibc

2010-05-06 Thread Håkon Stordahl
tags 405048 patch
thanks

Hello. The following quick patch seems to fix this problem.

--- a/pbm/pbmtextps.c	2004-01-05 10:39:56.0 +
+++ b/pbm/pbmtextps.c	2010-05-05 23:49:57.0 +
@@ -265,7 +265,7 @@
 
   if(fwrite(ps, 1, strlen(ps), psfile) != strlen(ps))
 pm_error(Can't write postscript to temp file);
-  fclose(psfile);
+  fflush(psfile);
 
   if (cmdl-verbose)
 pm_message(Running Postscript interpreter '%s', com);
@@ -275,7 +275,7 @@
 
   free(com);
 
-  pbmfile = pm_openw(pbmfname);
+  pbmfile = pm_openr(pbmfname);
 
   com = crop_command();
   if(com) {

The temporary PostScript file was being closed twice, which caused a
glibc error. The first fclose appears to have been inserted to make sure
the text is written to the file before gs is invoked, so I replaced it
with fflush instead. Futhermore, the temporary pbm file created by gs
was for some reason opened for writing, and thus truncated, before the
invocatoin of pnmcrop to crop it. Perhaps this was intended as a test of
whether the pbm file exists before proceeding, so I just changed this so
the pbm file is opened for reading instead.


Bug#360627: Use new upstream source

2010-05-06 Thread Rex Tsai
Hi,

Is there any mirror for new upstream dircproxy ?
dircproxy.securiweb.net is very difficult to connect from here (Taiwan).

-Rex



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



Bug#577009: php5-cgi + xcache == memory leak

2010-05-06 Thread Olaf van der Spek

On 6-5-2010 9:23, Michal Čihař wrote:

Hi

Dne Thu, 22 Apr 2010 18:01:31 +0200
Olaf van der Speko...@xwis.net  napsal(a):


On 22-4-2010 13:36, Michal Čihař wrote:

Hi

I somehow missed that this bug got reassigned to xcache. Can you please
share your xcache configuration file?


It's the default, no changes at all.


It's strange, because I fail to see such huge leak on any setup I have.

What other PHP modules to do you have loaded?


$ ls /etc/php5/cgi/conf.d
gd.ini  mcrypt.ini  mysqli.ini  mysql.ini  pdo.ini  pdo_mysql.ini 
suhosin.ini  xcache.ini


27635 www-data  20   0 1270m 1.1g  14m S0 14.2  30:53.77 php-cgi 




28202 www-data  20   0  886m 755m  14m S0  9.4  27:53.30 php-cgi 




28252 www-data  20   0  882m 751m  14m S   11  9.4  21:07.07 php-cgi 




29893 mysql 20   0  826m 568m 4120 S7  7.1   4500:55 mysqld 




28877 www-data  20   0  661m 529m  14m S0  6.6  13:51.29 php-cgi



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



Bug#580491: chkrootkit: 1)with nfs mounted the silent don't work 2)can't exclude legacy sniffer (dhcpd, snort, ntop etc)

2010-05-06 Thread Stefano Torricella
Package: chkrootkit
Version: 0.48-8
Severity: important
Tags: patch



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

Kernel: Linux 2.6.30.3service
Locale: lang=it...@euro, lc_ctype=it...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages chkrootkit depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  debconf [debconf-2. 1.5.24   Debian configuration management sy
ii  libc6   2.7-18lenny2 GNU C Library: Shared libraries
ii  net-tools   1.60-22  The NET-3 networking toolkit
ii  procps  1:3.2.7-11   /proc file system utilities

chkrootkit recommends no packages.

chkrootkit suggests no packages.

-- debconf information:
* chkrootkit/run_daily: true
* chkrootkit/run_daily_opts: -q -n
* chkrootkit/diff_mode: false


Ciao Giuseppe,

Two problem :

1) With some nfs mounted, every day the chkrootkit send a messages with the
mounted directory. Also putting this dir in -e don't work

2) Every day chkrootkit send me a messages with some legacy sniffer and
in the current version i can't exclude this daemon (ex. dhcpd3, ntop,
snort etc). For this problem i've created a new exclusion switch (-s for 
sniffer) and i this is the best syntax to put in the RUN_DAILY_OPTS 
sample with one sniffer to exclude :
-s '(\/usr\/sbin\/ntop\[[:0-9]+\])'
sample with two sniffer to exclude :
-s '(\/usr\/sbin\/ntop\[[:0-9]+\], \/usr\/sbin\/snort\[[:0-9]+\])'
i suggest to capture the last report from chkrootkit for settings your
rules

I've solved the two problem with the attached the patch 

bye
--- chkrootkit.ori  2008-11-27 08:10:54.0 +0100
+++ chkrootkit  2010-05-06 12:07:27.0 +0200
@@ -177,7 +177,15 @@
   echo not tested: can't exec ./ifpromisc
   return ${NOT_TESTED}
 else
-  [ ${QUIET} != t ]  ./ifpromisc -v || ./ifpromisc -q
+#  [ ${QUIET} != t ]  ./ifpromisc -v || ./ifpromisc -q
+  outmsg=`[ ${QUIET} != t ]  ./ifpromisc -v || ./ifpromisc -q`
+  [ $EXCLUDES_SNIF ]  {
+ for exclude in $EXCLUDES_SNIF
+do
+outmsg=`echo $outmsg | egrep -v $exclude`
+done
+ }
+  echo $outmsg
 fi
 }
 
@@ -734,28 +742,26 @@
   then
   if [ ${QUIET} != t ]; then echo nothing found; fi
else
-  if [ ${QUIET} = t ]; then
-  printn The following suspicious files and directories were found:
-  fi
-  echo
-
+   outmsg=
if [ -n ${EXCLUDES} ]; then
for name in $files; do
  for exclude in $EXCLUDES; do
if [ $name = $exclude ]; then continue 2; fi
done
-   echo $name
+   outmsg=$outmsg$name\n
done
for name in $dirs; do
  for exclude in $EXCLUDES; do
if [ $name = $exclude ]; then continue 2; fi
done
-   echo $name
+   outmsg=$outmsg$name\n
done
else
-   echo ${files}
-   echo ${dirs}
+  outmsg=${files}\n${dirs}
fi
+  if [ ${QUIET} = t -a $outmsg ]; then
+  echo -e The following suspicious files and directories were 
found:\n\n $outmsg
+  fi
fi
 
### LPD Worm
@@ -1227,10 +1233,12 @@
findargs=
if find /etc -maxdepth 0 /dev/null 21; then
 find /etc ! -fstype nfs -maxdepth 0 /dev/null 21  \
-   findargs= -fstype nfs -prune -o 
+   findargs= -fstype nfs -prune 
+#   findargs= -fstype nfs -prune -o 
elif find /etc -prune  /dev/null 21; then
 find /etc ! -fstype nfs -prune  /dev/null 21  \
-   findargs= -fstype nfs -prune -o 
+   findargs= -fstype nfs -prune 
+#   findargs= -fstype nfs -prune -o 
fi
 }
 
@@ -2647,6 +2655,9 @@
 -e) shift
 EXCLUDES=$1 $EXCLUDES;;
 
+-s) shift
+EXCLUDES_SNIF=$1 $EXCLUDES_SNIF;;
+
 -q) QUIET=t
 QUIET_ARG=-q
 ;;
@@ -2669,6 +2680,8 @@
 -xexpert mode
 -eexclude known false positive files/dirs, quoted,
   space separated, READ WARNING IN README
+-sexclude known false positive sniffer (dhcpd, ntop 
etc)
+ quoted, space separated
 -r diruse dir as the root directory
 -p dir1:dir2:dirN path for the external commands used by chkrootkit
 -nskip NFS mounted dirs


Bug#580148: [s390, armel] gcj: libgcj.spec: No such file or directory

2010-05-06 Thread Denis Barbier
I do not have access to those boxes, but IMHO gcj does not find
libgcj.spec because gcj from gcj-4.4-jdk_4.4.4-1 looks for
/usr/lib/gcc/s390-linux-gnu/4.4.4/libgcj.spec whereas it ships
/usr/lib/gcc/s390-linux-gnu/4.4/libgcj.spec, and the 4.4.4 - 4.4
symlink is provided by gcc-4.4-base_4.4.4-1 but not
gcc-4.4-base_4.4.3-9.
Thus gcj is broken when compiling with gcj-4.4-jdk_4.4.n and
gcc-4.4-base_4.4.(n-1).

The same problem occurs when compiling code wrapped by jni: on my x86 box
  $ ls -l /usr/lib/jvm/java-gcj-4.4/include
  total 4
  lrwxrwxrwx 1 root root   43  6 mai   12:08 gcj -
../../../gcc/i486-linux-gnu/4.4/include/gcj
  lrwxrwxrwx 1 root root   48  6 mai   12:08 jawt.h -
../../../gcc/i486-linux-gnu/4.4.4/include/jawt.h
  lrwxrwxrwx 1 root root   47  6 mai   12:08 jni.h -
../../../gcc/i486-linux-gnu/4.4.4/include/jni.h
  drwxr-xr-x 2 root root 4096  6 mai   12:08 linux

It would help if gcj (and friends) did search for files under
triplet/4.4/ instead of triplet/4.4.n/, ditto for symlinks.
Note that gcc-4.4-base_4.4.4-1 is now installed on armel, but not on s390.


Denis



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



Bug#580152: dpkg: trigger - W: Unable to read /etc/apt/preferences.d/ - FileExists (2: No such file or directory)

2010-05-06 Thread Goswin von Brederlow
David Kalnischkies kalnischkies+deb...@gmail.com writes:

 2010/5/5 Goswin von Brederlow goswin-...@web.de:
 David Kalnischkies kalnischkies+deb...@gmail.com writes:
 2010/5/4 Raphael Hertzog hert...@debian.org:
 On Mon, 03 May 2010, Jonathan Nieder wrote:
         Processing triggers for menu ...
         W: Unable to read /etc/apt/preferences.d/ - FileExists (2: No 
  such file or directory)

 At least the warning should be fixed. Is the error that it exists and
 since when is a directory a file? Or that it doesn't? The two errors
 contradict each other.

 An errormessage generated by Error::Errno (or Error::WarningE) is:
 E/W: generic apt error - method used (errno: strerror() with exact reason)

 The plain reason is that we have a waste amount of possibilities why a file
 is not readable: doesn't exist, broken link, insufficient rights, …
 writing a message for all of them in APT would be insane.
 On the other hand some of the error messages given by strerror() aren't
 verbose and/or exact enough to be used alone, so the middle way was chosen.
 (I think the Methodname is their to enable Error to do something special
 with certain failures as noted in the Description of the file, but it is
 unused so far - but from time to time useful to map (translated) error
 messages to their untranslated equivalent in bugreports.


 I have convert now this and a few other calls from FileExists() to
 DirectoryExists() which was added recently to check if it is really a
 directory and not a file, but this doesn't change much…

 Any further suggestions?

Change it to FileExists(): (or DirectoryExists(): in this case) to
signify that the first is a location (the function causing the error)
and not the error message itself. Or:

W: Unable to read /etc/apt/preferences.d/ in FileExists(): (2) No such file or 
directory

More usefull I guess would be the name of the calling function since, as
you say, lots of places will check if a file exists.

 Best regards,

 David Kalnischkies

MfG
Goswin



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



Bug#578342: Confidential Transaction#8207;

2010-05-06 Thread tomosandnori10

Hello

I'm Mr. Tomo Sand Nori of , Tokyo Mitsubishi Bank,Japan.I have a bussiness 
proposal for you. If intrested Contact me
viamy secured email: tomosandno...@w.cn



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



Bug#580492: coreutils: basename/dirname are not POSIX compliant on arg starting with a dash

2010-05-06 Thread Vincent Lefevre
Package: coreutils
Version: 8.5-1
Severity: normal
Tags: upstream

With the basename and dirname utilities from GNU Coreutils, one has:

ypig% POSIXLY_CORRECT=1 basename --
basename: missing operand
Try `basename --help' for more information.
ypig% POSIXLY_CORRECT=1 dirname --
dirname: missing operand
Try `dirname --help' for more information.

instead of:

ypig% busybox basename --
--
ypig% busybox dirname --
.

According to POSIX[*], basename and dirname take no options (examples
in POSIX also assume that), so that this would make BusyBox's behavior
correct.

[*] http://www.opengroup.org/onlinepubs/9699919799/utilities/basename.html
http://www.opengroup.org/onlinepubs/9699919799/utilities/dirname.html

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

Kernel: Linux 2.6.32-3-amd64 (SMP w/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 coreutils depends on:
ii  libacl1   2.2.49-2   Access control list shared library
ii  libattr1  1:2.4.44-1 Extended attribute shared library
ii  libc6 2.10.2-7   Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.94-1   SELinux runtime shared libraries

coreutils recommends no packages.

coreutils 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#580389: RM: ttf-unfonts -- ROM; Transitional package, replaced by ttf-unfonts-core and ttf-unfonts-extra

2010-05-06 Thread Alexander Reichle-Schmehl
tags 580389 +moreinfo
thanks

Hi!


* Changwoo Ryu cw...@debian.org [100505 19:32]:

 ttf-unfonts is a transitional package and replaced by ttf-unfonts-core
 and ttf-unfonts-extra. Currently there's no package depending on it.

Yes, but there is still one package build depending on it:

# Broken Build-Depends:
ttf-cjk-compact: ttf-unfonts

So I can't remove that package for now.


BTW:  Do you want us to remove the source package ttf-unfonts?  I don't
think so, so you can just upload a package not building your transitional
package and the old and obsolete binary package will be removed semi
automatical without a new bug (once the build depends of the package
mentioned above have been fixed).  Should that be the case (you want us
to just remove the binary package) you can close this bug report.


Best Regards,
  Alexander


signature.asc
Description: Digital signature


Bug#576752: apt: should dpkg-source be run automatically when apt-getting a new source version?

2010-05-06 Thread Goswin von Brederlow
David Kalnischkies kalnischkies+deb...@gmail.com writes:

 Hi Michael Gilbert,

 2010/4/8 Michael Gilbert michael.s.gilb...@gmail.com:
 hi, thanks for looking into this.  the two apt-gotted versions need to 
 differ.
 for example getting kernel source from squeeze, then sid demonstrates the
 problem.

 Ah, now i see. The problem is therefore that the versions differ
 not enough - they differ only in the debian revision - not in upstream
 version. (It is normal dpkg-source behavior to only include the upstream
 version number in the unpack-directory.)

 I don't think their is a clean and obvious way to cope with this situation:
 The directory with the upstream version number isn't clean - it has the

It might also be dirty because it was already used to compile or even
contain changes made to the package. Reverting it to a clean state might
loose valuable data (as you mention below too). Definetly not good for
the default behaviour.

 changes from the diff applied, so it would be needed to unapply them
 (impossible as we don't know which diff was applied) to apply the new diff.

The version in debian/changelog says what diff was applied. But it might
not exists or be current. The only save way is to delete the directory
and start from scratch. Which dpkg-source already does.

 It could also include local changes so overriding them would be bad…
 What would be possible is to reuse the --fix-broken (-f) option here to force
 apt to unpack the source again (all changes will be lost!)
 As it is super simple i have implemented it straight away and
 think this is all we can do about it so i would close it with this feature.

 Do you agree?

So apt-get source foo says Skipping unpack of already unpacked source
in foo-1.2 but apt-get -f source foo will run dpkg-source -x
foo_1.2-3.dsc anyway?

That seems ok to me.

MfG
Goswin




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



Bug#484922: tcludp: Offer to NMU (FTBFS when converted to new source format 3.0 quilt: unprotected quilt push -a)

2010-05-06 Thread Jari Aalto
tags 484922 + patch
retitle 484922 tcludp: [PATCH] FTBFS when converted to new  source format 3.0 
quilt: unprotected quilt push -a
thanks

Sergei Golovan sgolo...@gmail.com writes:

 On Thu, May 6, 2010 at 1:28 PM, Jari Aalto jari.aa...@cante.net wrote:

 I've been fixing bugs for release goals[*] lately and noticed this one.
 Please let me know if it is okay to NMU to help transition of this
 package to new Quilt 3.0 format, if bug is already been worked on.

 Please, don't NMU now. I'll fix the bug shortly.

I managed to start already, so here are fixed by now.

Thanks for updating the package,
Jari

diffstat for tcludp-1.0.8 tcludp-1.0.8

 changelog |   22 ++
 compat|2 +-
 control   |5 ++---
 rules |   24 
 source/format |1 +
 watch |5 +
 6 files changed, 31 insertions(+), 28 deletions(-)

diff -Nru tcludp-1.0.8/debian/changelog tcludp-1.0.8/debian/changelog
--- tcludp-1.0.8/debian/changelog	2010-05-06 14:05:02.0 +0300
+++ tcludp-1.0.8/debian/changelog	2010-05-06 12:24:41.0 +0300
@@ -1,3 +1,25 @@
+tcludp (1.0.8-5.1) unstable; urgency=low
+
+  [ Jari Aalto ]
+  * Non-maintainer upload.
+- Move to packaging format 3.0 (quilt)
+  (FTBFS minor; Closes: #484922).
+  * debian/compat
+- Update to 7.
+  * debian/control
+- (Build-Depends): remove quilt; obsolete. Update to debhelper 7.1.
+- (Standards-Version): Update to 3.8.4.
+- (libudp-tcl::Section): Remove inherited field.
+  * debian/rules
+- Delete obsolete quilt calls.
+- (install): Update dh_clean to dh_prep.
+  * debian/source/format
+- New file
+  * debian/watch
+- Update to sf.net director.
+
+ -- Jari Aalto jari.aa...@cante.net  Thu, 06 May 2010 12:15:07 +0300
+
 tcludp (1.0.8-5) unstable; urgency=low
 
   * Added quotes around CFLAGS environment variable value when passing it to a
diff -Nru tcludp-1.0.8/debian/compat tcludp-1.0.8/debian/compat
--- tcludp-1.0.8/debian/compat	2010-05-06 14:05:02.0 +0300
+++ tcludp-1.0.8/debian/compat	2010-05-06 12:24:41.0 +0300
@@ -1 +1 @@
-5
+7
diff -Nru tcludp-1.0.8/debian/control tcludp-1.0.8/debian/control
--- tcludp-1.0.8/debian/control	2010-05-06 14:05:02.0 +0300
+++ tcludp-1.0.8/debian/control	2010-05-06 12:24:41.0 +0300
@@ -2,12 +2,11 @@
 Section: libs
 Priority: optional
 Maintainer: Sergei Golovan sgolo...@debian.org
-Build-Depends: debhelper (= 5.0.0), tcl-dev, quilt
-Standards-Version: 3.7.3
+Build-Depends: debhelper (= 7.1), tcl-dev
+Standards-Version: 3.8.4
 Homepage: http://sourceforge.net/projects/tcludp
 
 Package: libudp-tcl
-Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${tclsh:Depends}
 Description: UDP sockets for Tcl
diff -Nru tcludp-1.0.8/debian/rules tcludp-1.0.8/debian/rules
--- tcludp-1.0.8/debian/rules	2010-05-06 14:05:02.0 +0300
+++ tcludp-1.0.8/debian/rules	2010-05-06 12:24:41.0 +0300
@@ -6,9 +6,6 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-# Directory with quilt patches
-export QUILT_PATCHES := debian/patches
-
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -25,19 +22,7 @@
 	INSTALL_PROGRAM += -s
 endif
 
-patch: patch-stamp
-patch-stamp:
-	dh_testdir
-	quilt push -a
-	touch patch-stamp
-
-unpatch:
-	dh_testdir
-	rm -f patch-stamp
-	-quilt pop -a
-	rm -rf .pc
-
-config.status: patch-stamp
+config.status:
 	dh_testdir
 	# Configure the package.
 	CFLAGS=$(CFLAGS) \
@@ -60,8 +45,7 @@
 
 	touch build-stamp
 
-clean: clean-unpatched unpatch
-clean-unpatched:
+clean:
 	dh_testdir
 	dh_testroot
 
@@ -75,7 +59,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_prep
 	dh_installdirs
 
 	# Install the package into debian/libudp-tcl
@@ -113,4 +97,4 @@
 	 http://heanet.dl.sourceforge.net/sourceforge/tcludp/tcludp-1.0.8.tar.gz 
 
 binary: binary-indep binary-arch
-.PHONY: patch unpatch clean-unpatched build clean binary-indep binary-arch binary install get-orig-source
+.PHONY: build clean binary-indep binary-arch binary install get-orig-source
diff -Nru tcludp-1.0.8/debian/source/format tcludp-1.0.8/debian/source/format
--- tcludp-1.0.8/debian/source/format	1970-01-01 02:00:00.0 +0200
+++ tcludp-1.0.8/debian/source/format	2010-05-06 12:24:41.0 +0300
@@ -0,0 +1 @@
+3.0 (quilt)
diff -Nru tcludp-1.0.8/debian/watch tcludp-1.0.8/debian/watch
--- tcludp-1.0.8/debian/watch	2010-05-06 14:05:02.0 +0300
+++ tcludp-1.0.8/debian/watch	2010-05-06 12:24:41.0 +0300
@@ -1,6 +1,3 @@
-# Watch control file for uscan
-
-# Compulsory line, this is a version 3 file
 version=3
+http://sf.net/tcludp/tcludp-([\d.]*).tar.gz
 
-http://heanet.dl.sourceforge.net/sourceforge/tcludp/tcludp-([\d.]*).tar.gz


Bug#580148: gcj: libgcj.spec: No such file or directory

2010-05-06 Thread Rene Engelhard
severity 580148 serious
thanks

On Wed, May 05, 2010 at 06:45:25PM +0200, Rene Engelhard wrote:
 On Wed, May 05, 2010 at 05:53:18PM +0200, Rene Engelhard wrote:
  Hi,
  
  On Wed, May 05, 2010 at 05:38:31PM +0200, Matthias Klose wrote:
   tag 580148 + moreinfo
   thanks
  
  Which info do you need? I can try on my armel sid when the currently
  running testbuild for an other thing is over.
 
 And contrary to your statement that it should just work, there's apparently
 even more archs than just s390 and armel affected, I just stumbled over
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=580007
 
 Whatever the reason is, but something *is* broken... openoffice.org built
 (including -gcj) on kfreebsd-amd64, though...

Aha, we get nearer to it: The failed builds all had one in common:

one part 4.4.3-9, the other one 4.4.4-1. Indeed, I was just able to
reproduce the FTBFS of sacjava on my armel chroot with exactly that 
constellation.

Then did a dist-upgrade.

Then it works again.

So it's either a too lax depends or a missing Breaks:, depending on
how you want to see it...

I attach the diff between dpkg -l before and after for gc*-related packages..

Grüße/Regards,

René
--- packages.old	2010-05-06 10:48:46.0 +
+++ packages.new	2010-05-06 10:56:18.0 +
@@ -29,7 +29,7 @@
 ii  comerr-dev   2.1-1.41.11-1  common error description library - headers a
 ii  coreutils8.5-1  GNU core utilities
 ii  cpp  4:4.4.3-1  The GNU C preprocessor (cpp)
-ii  cpp-4.4  4.4.3-9The GNU C preprocessor
+ii  cpp-4.4  4.4.4-1The GNU C preprocessor
 ii  dash 0.5.5.1-3  POSIX-compliant shell
 ii  dbus 1.2.24-1   simple interprocess messaging system
 ii  dbus-x11 1.2.24-1   simple interprocess messaging system (X11 de
@@ -64,10 +64,10 @@
 ii  fontconfig   2.8.0-2.1  generic font configuration library - support
 ii  fontconfig-config2.8.0-2.1  generic font configuration library - configu
 ii  g++  4:4.4.3-1  The GNU C++ compiler
-ii  g++-4.4  4.4.3-9The GNU C++ compiler
+ii  g++-4.4  4.4.4-1The GNU C++ compiler
 ii  gcc  4:4.4.3-1  The GNU C compiler
-ii  gcc-4.4  4.4.3-9The GNU C compiler
-ii  gcc-4.4-base 4.4.3-9The GNU Compiler Collection (base package)
+ii  gcc-4.4  4.4.4-1The GNU C compiler
+ii  gcc-4.4-base 4.4.4-1The GNU Compiler Collection (base package)
 ii  gcc-mingw32  4.4.2-5The GNU Compiler Collection (cross compiler 
 ii  gcj-4.4-base 4.4.4-1The GNU Compiler Collection (gcj base packag
 ii  gcj-4.4-jdk  4.4.4-1gcj and classpath development tools for Java
@@ -209,7 +212,7 @@
 ii  libformula-java-openoffice.org   0.2.0-OOo31-2  Excel(tm) style formula expressions library 
 ii  libfreetype6 2.3.11-1   FreeType 2 font engine, shared library files
 ii  libfreetype6-dev 2.3.11-1   FreeType 2 font engine, development files
-ii  libgcc1  1:4.4.3-9  GCC support library
+ii  libgcc1  1:4.4.4-1  GCC support library
 ii  libgcj-bc4.4.3-4Link time only library for use with gcj
 ii  libgcj-common1:4.4.2-1  Java runtime library (common files)
 ii  libgcj10 4.4.4-1Java runtime library for use with gcj
@@ -426,8 +459,8 @@
 ii  libssl0.9.8  0.9.8n-1   SSL shared libraries
 ii  libstartup-notification0 0.10-1 library for program launch feedback (shared 
 ii  libstax-java 1.2.0-1StAX 

Bug#547719: [Pkg-samba-maint] Bug#547719: samba: Fails to join to an existing domain

2010-05-06 Thread Christian PERRIER
tags 547719 moreinfo
thanks

Quoting Daniel Cason (suporte.r...@gmail.com):
 Package: samba
 Version: 2:3.2.5-4lenny6
 Severity: important
 
 After the upgrade to Lenny I can't join new GNU/Linux computers to the 
 workgroup REMO, but with the Windows machines the procedure works fine.
 I want to add a new machine named nautilus to the workgroup REMO, where EKMAN 
 is the PDC and password server, using ldap.
 The join command don't create and Ldap account to the new client and report 
 the following error.
 Before the upgrade to Lenny, I've joined others clients with this same 
 procedure and worked fine.

Hello Daniel,

I'm very sorry that we didn't really followed up to your bug
report. Bette rlate than never, this is the SambaXP conference week,
I'm triaging bugs, so here am I..:)

Whe re-reasing your bug report, something is unclear to me: you
mentioned you upgraded from etch to lenny (so from samba 3.0.24 to
3.2.5). Is the upgrade concerning the server (EKMAN in your example)
or the client (NAUTILUS).

In short, what are samba versions on both sides?







signature.asc
Description: Digital signature


Bug#580373: closed by Mike Hommey m...@glandium.org (Re: Bug#580373: iceweasel: search does not work anymore once phrase not found)

2010-05-06 Thread Mike Hommey
reopen 580373
retitle 580373 Find doesn't work on XML files
thanks

On Thu, May 06, 2010 at 12:10:24PM +0200, arne anka wrote:
 That's unreproducible here. Maybe this happens only on a particular page
 ?
 
 What are you trying to find on what page ?
 
 
 i reproducibly experience it with xml files, ie opening an xml file
 with iceweasel displays the usual header
 
 This XML file does not appear to have any style information
 associated with it. The document tree is shown below.
 
 and below that the xml tree. searching for what phrase (appearing in
 the xml at least once!) ever by hitting F3 or Previous or Next
 repeatedly, shows reached end of page, continued from top for a
 while and then changes into phrase not found and that's it.

I can confirm it doesn't work on XML files, which was a missing
information in your initial report. It works properly on HTML files.

Mike



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



Bug#580480: pending

2010-05-06 Thread Sven Eckelmann
tags 580480 + pending
thanks

Fix is committed as debian/1.5+dfsg1-9-3-ga5861d0


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


  1   2   3   4   5   >