Bug#534274: [mdadm] mdadm fails to assemble raid array on boot with kernel 2.6.26

2009-06-23 Thread Lior Chen
Package: mdadm
Version: 2.6.9-3
Severity: grave

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

With kernels newer than 2.6.26-2 (I have tried both 2.6.29-2 and 2.6.30-1) 
mdadm fails to assemble raid array on boot:

Assembling all MD arrays... md: md0 stopped
mdadm: no devices found for /dev/md0
Failure: failed to assemble all arrays.

After the system gives up waiting for the root device, I get an initramfs 
shell, and then I when I try to build the raid-array myself, using either:

mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/sda2 /dev/sdb2
or 
mdadm -A /dev/md0 /dev/sda2 /dev/sdb2

it fails saying that /dev/sda2 and /dev/sdb2 are busy (mdadm: Cannot open 
/dev/sda2: Device or resource busy).

Please tell me if there is any more information I can provide that could be of 
help. 

Thank you,
  Lior


---

Some additional information:

in the initramfs shell:
ls -l /dev/mapper :
control
isw_cjhfigcfig_LCRAID
isw_cjhfigcfig_LCRAID1
isw_cjhfigcfig_LCRAID2

=== raid-0 (striping) structure ===

/dev/sda2 - first raid device
/dev/sdb2- second raid device


=== cat /proc/mdstat ===

Personalities : [raid0]
md0 : active raid0 sda2[0] sdb2[1]
  488199040 blocks 64k chunks

unused devices: none

=== /etc/mdadm/mdadm.conf ===

# mdadm.conf
#
# Please refer to mdadm.conf(5) for information about this file.
#

# by default, scan all partitions (/proc/partitions) for MD superblocks.
# alternatively, specify devices to scan, using wildcards if desired.
DEVICE /dev/sda2 /dev/sdb2

# auto-create devices with Debian standard permissions
CREATE owner=root group=disk mode=0660 auto=yes

# automatically tag new arrays as belonging to the local system
HOMEHOST system

# instruct the monitoring daemon where to send mail alerts
MAILADDR root

# definitions of existing MD arrays
ARRAY /dev/md0 level=raid0 num-devices=2 
UUID=b4c9005d:7337b4ba:77fef61e:a74ffb27

# This file was auto-generated on Sun, 21 Jun 2009 00:19:47 +0300
# by mkconf $Id$


=== /proc/partitions ===
major minor  #blocks  name

   8 0  244198584 sda
   8 1  96358 sda1
   8 2  244099642 sda2
   816  244198584 sdb
   818  244099642 sdb2
   9 0  488199040 md0
 253 04194304 dm-0
 253 1  484003840 dm-1


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

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablemirror.hamakor.org.il 

--- Package information. ---
Depends(Version) | Installed
-+-
libc6 (= 2.3.3) | 2.9-18
udev | 0.141-1
 OR makedev  | 2.3.1-88
debconf  (= 1.4.72) | 1.5.26
lsb-base  (= 3.1-6) | 3.2-22


Recommends(Version) | Installed
===-+-===
default-mta | 
 OR mail-transport-agent| 
module-init-tools   | 3.9-2


Package's Suggests field is empty.


--- Output from package bug script ---







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



Bug#530271: xss patch

2009-06-23 Thread Steffen Joeris
Hi Richard

I am not sure about your patch.
Setting a maximum length does not fix a potential xss issue. Why not using 
htmlspecialchars() to take care of escaping? I have attached a potential patch 
for that. Of course, it would be good to check the rest of the code as well 
and see whether it is prone to xss issues.
Also, as far as I understand it, the CSRF issue is very constructed and 
doesn't offer an attack vendor without having admin rights already, correct? I 
have to admit that I don't understand that part of your patch there.

Cheers
Steffen
--- ../old/ipplan-4.91a/admin/usermanager.php	2009-03-18 20:44:03.0 +
+++ ipplan-4.91a/admin/usermanager.php	2009-06-23 06:16:08.0 +
@@ -676,7 +676,9 @@
 
 $formerror=;
 $userid=trim($userid);
+$userid=htmlspecialchars($userid);
 $userdescrip=trim($userdescrip);
+$userdescrip=htmlspecialchars($userdescrip);
 $useremail=trim($useremail);
 $search=trim($search);
 if (AUTH_INTERNAL) {
@@ -746,7 +748,9 @@
 list($grp, $grpdescrip, $createcust, $grpview, $resaddr) = myRegister(S:grp S:grpdescrip S:createcust S:grpview I:resaddr);
 
 $grp=trim($grp);
+$grp=htmlspecialchars($grp);
 $grpdescrip=trim($grpdescrip);
+$grpdescrip=htmlspecialchars($grpdescrip);
 $formerror=;
 
 if (strlen($grp)  2) {


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


Bug#534275: [l10n] Czech translation for mathematica-fonts

2009-06-23 Thread Martin Šín
Package: mathematica-fonts
Severity: wishlist
Tags: l10n, patch

In attachement there is initial Czech translation (cs.po) for
mathematica-fonts 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 mathematica-fonts package.
# Martin Sin martin@zshk.cz, 2009.
#
msgid 
msgstr 
Project-Id-Version: mathematica-fonts 0.1\n
Report-Msgid-Bugs-To: mathematica-fo...@packages.debian.org\n
POT-Creation-Date: 2009-02-24 11:48+0900\n
PO-Revision-Date: 2009-06-23 08:19+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: string
#. Description
#: ../templates:1001
msgid HTTP proxy to use:
msgstr HTTP proxy:

#. Type: string
#. Description
#: ../templates:1001
msgid 
If you need to use a proxy server, please enter it here (example: 
http://192.168.0.1:8080). This will cause the font file to be downloaded 
using your proxy.
msgstr 
Pokud používáte proxy server, zadejte ho prosím zde (např.: 
http://192.168.0.1:8080). Tak bude soubor s písmem stažen přes vaši proxy.

#. Type: string
#. Description
#: ../templates:1001
msgid Leave this option blank if you don't use a proxy server.
msgstr Pokud proxy server nepoužíváte, pak nechejte toto políčko prázdné.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Do you agree with the License of Mathematica Fonts?
msgstr Souhlasíte s licencí písem Mathematica?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
In order to install this package, you must agree to its license terms, \the 
License of Mathematica Fonts\. Not accepting will cancel the installation.
msgstr 
Pro instalaci tohoto balíčku je nutné souhlasit s licenčními podmínkami, 
\the License of Mathematica Fonts\. Pokud nebudete souhlasit, bude 
instalace přerušena.



Bug#534274: [mdadm] mdadm fails to assemble raid array on boot with kernel 2.6.26

2009-06-23 Thread martin f krafft
also sprach Lior Chen li...@lirtex.com [2009.06.23.0810 +0200]:
 With kernels newer than 2.6.26-2 (I have tried both 2.6.29-2 and 2.6.30-1) 
 mdadm fails to assemble raid array on boot:
 
 Assembling all MD arrays... md: md0 stopped
 mdadm: no devices found for /dev/md0
 Failure: failed to assemble all arrays.

Please look at
http://wiki.debian.org/InitramfsDebug#Savingdebuginformation and try
to provide as much information as you can about what happens between
the boot loader and the initramfs prompt.

 mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/sda2 /dev/sdb2
 or 
 mdadm -A /dev/md0 /dev/sda2 /dev/sdb2
 
 it fails saying that /dev/sda2 and /dev/sdb2 are busy (mdadm: Cannot open 
 /dev/sda2: Device or resource busy).

It seems like som device mapper thing is getting in the way:

 in the initramfs shell:
 ls -l /dev/mapper :
 control
 isw_cjhfigcfig_LCRAID
 isw_cjhfigcfig_LCRAID1
 isw_cjhfigcfig_LCRAID2

I have no idea what that is, but a sneaking suspicion that
isw_cjhfigcfig_LCRAID2 is /dev/sd[ab]2.

Try to disable that.

-- 
 .''`.   martin f. krafft madd...@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#531002: apticron: wrong detection of packages pending an upgrade

2009-06-23 Thread Teodor
On Sun, Jun 21, 2009 at 6:02 PM, Tiago Bortoletto
Vazti...@debian-ba.org wrote:
 On Fri, Jun 19, 2009 at 10:23:59AM +0300, Teodor wrote:
 I don't know why it tries to install 70 new packages on
 dist-upgrade!?

 It seems you have a lot of packages coming from 5.0.1 and Security to be
 upgraded in your system. The new ones are probably dependencies of the new
 upgrades, not sure. The good thing it's not an issue in apticron :)

Not so many packages, only 6-7. I would be worried if I had 70!!

 I would suggest you to upgrade your system anyway, considering all packages in
 your output are from stable suite. Then you can remove those which you don't
 need.

 Thanks

 You are welcome. If you note apticron is differing from apt-get/aptitude
 behavior, please let me know. I'm tagging this bug as 'wontfix', considering
 apticron is reporting exactly what APT thinks about your system.

I would propose to reassign this bug to APT since there is something
that triggers it. I don't have this issue on any other Debian
GNU/Linux host, only on this one. Just let me know if I should do this
(and also retitle the bug report).

I know that `aptitude' has a parameter to debug the dependencies
resolver, maybe there are some parameters to debug `apt-get' too?!

Thanks



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



Bug#533874: openoffice.org-calc: Unable to open an URL in iceweasel

2009-06-23 Thread Christian Marillat
Rene Engelhard r...@debian.org writes:

 Hi,

 Christian Marillat wrote:

[...]

 Well, as I said, there's no changed in that area, so I can try with 3.1.1, 
 too.
 I don't have 3.1.0 installed anymore anyway in my sid chroot... [1]

How I can find a work around for this really annoying bug ?

Christian



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



Bug#521760: Reopening and reassigning

2009-06-23 Thread Raphael Hertzog
On Mon, 22 Jun 2009, Matthew Johnson wrote:
 Right, looks like there's a definite bug here, but it's equally still
 definitely nothing to do with jarwrapper, so I'm reassigning it to
 sun-java6.

There's not much to be done on any package except dpkg as you won't be
able to find the culprit (it dates back to too long ago when
update-alternatives was very laxist). It will be dealt with in the next
dpkg upload.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



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



Bug#334672: improvident dice

2009-06-23 Thread Cole Mercado
patrick turtle discrepant
turtle dice





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



Bug#530618: [uswsusp] does not resume (doing normal boot) on Amilio Pi

2009-06-23 Thread Adalbert Michelic
The scripts which create the initramfs do not include parameters
for resuming from the suspend image.

I have solved the problem by creating the file
/etc/initramfs-tools/conf.d/resume:
,
| RESUME=/dev/sda4
| resume_offset=6144
`

Values can be taken from /etc/uswsusp.conf.


-- 
Cheers,
Adalbert



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



Bug#528213: backintime-kde4: Fails to find kdecore python package

2009-06-23 Thread VALETTE Eric RD-MAPS-REN
Jonathan Wiltshire wrote:
 Hi,

 Are you still having this problem? I can't reproduce it and I'd like to
 close the bug, because I believe there's a stray file on your system.
 But if there's any other light you can shed on it, I'd be grateful.
   
Still does not work allthough many python-kde application work.

I agree with you that something in my system is busted but I have no
clue what.

--eric




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



Bug#531079: RFS: ecm -- prepares CD image files so they compress better

2009-06-23 Thread Loïc Martin

Joachim Reichel wrote:

Loic: I'm happy to sponsor this upload if you can get the data loss bug
fixed. There might be some small changes to the packaging needed, but
I'm confident that these can be easily sorted out.


I haven't been able to reproduce this bug once. I tried with raw images 
smaller than 2GB (1.9GB), between 2 and 4GB, and over 4GB. On raw images 
smaller than 2GB, everything work fine. On images bigger than 2GB, ecm 
aborts cleanly with the following error message:


  Encoding foo.iso to foo.iso.ecm.
  foo.iso: Value too large for defined data type

It doesn't even start creating the .ecm file. Also, in the event you had 
a crash and the .ecm file didn't finish (it can take a while), the 
original .iso is never modified - the .ecm file is created as a separate 
file, so I also don't know where the original data was lost.


I've been using ecm on i386 and amd64 without any data loss for a few 
years now. Although the program should also work on other arch, are you 
using something different?


Loïc



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



Bug#533015: lib32z1: /emul/ia32-linux deprecated

2009-06-23 Thread Thomas Cataldo
The attached patch should fix it


diff --git a/debian/changelog b/debian/changelog
index 33f0f21..5c86dac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+zlib (1:1.2.3.3.dfsg-14) unstable; urgency=low
+
+  * transition to /usr/lib32
+
+ -- Thomas Cataldo thomas.cata...@aliasource.fr  Tue, 23 Jun 2009 09:46:14 +0200
+
 zlib (1:1.2.3.3.dfsg-13) unstable; urgency=low
 
   * Add LPIA to the list of unaligned architectures to reduce the Ubuntu
diff --git a/debian/control b/debian/control
index f665c90..0c31c28 100644
--- a/debian/control
+++ b/debian/control
@@ -80,6 +80,7 @@ Description: compression library - 64 bit development
 Package: lib32z1
 Architecture: amd64 ppc64 kfreebsd-amd64
 Depends: ${shlibs:Depends}
+Pre-Depends: libc6-i386 (= 2.9-18)
 Replaces: ia32-libs ( 1.5)
 Description: compression library - 32 bit runtime
  zlib is a library implementing the deflate compression method found
diff --git a/debian/rules b/debian/rules
index e558630..2207d49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -185,13 +185,6 @@ binary-arch: build install $(EXTRA_INSTALL)
 	dh_strip -s --dbg-package=zlib1g-dbg
 	dh_compress -s
 	dh_fixperms -s
-ifeq ($(DEB_HOST_ARCH),amd64)
-	# amd64 uses a totally different directory for some great reason
-	mkdir -p debian/lib32z1/emul/ia32-linux/usr
-	mv debian/lib32z1/usr/lib32 debian/lib32z1/emul/ia32-linux/usr/lib
-	mkdir -p debian/lib32z1-dev/emul/ia32-linux/usr
-	mv debian/lib32z1-dev/usr/lib32 debian/lib32z1-dev/emul/ia32-linux/usr/lib
-endif
 	dh_makeshlibs -pzlib1g -Vzlib1g (= 1:1.2.3.3.dfsg-1) --add-udeb=zlib1g-udeb
 ifneq (,$(findstring $(DEB_HOST_ARCH), $(64-ARCHS)))
 	dh_makeshlibs -plib64z1 -Vlib64z1 (= 1:1.2.3.3.dfsg-1)


Bug#534277: lsb-desktop lacks a dependency on libnss3-1d from nss

2009-06-23 Thread Moritz Muehlenhoff
Package: lsb-desktop
Severity: normal

Hi,
I ran the LSB test suite and the Standard Interface Test failed
when I included the desktop tests, because libnss3.so and
libssl3.so were missing. 

lsb-desktop should depend on libnss3-1d from the nss source
package.

Cheers,
Moritz

-- System Information:
Debian Release: 4.0
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.26-ucs8-amd64
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)



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



Bug#534278: [INTL:eu] iso-code 3166 Basque translation update

2009-06-23 Thread Piarres Beobide
Package: iso-codes
Version: 3.10-1
Severity: wishlist
Tags: l10n patch

Hi

Attached iso-codes 3166 Basque translation update, please commit it.

thx


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

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

iso-codes depends on no packages.

iso-codes recommends no packages.

Versions of packages iso-codes suggests:
ii  isoquery  0.18-1 Search and display various ISO cod

-- no debconf information
# Translation of ISO-3166 (country names) to Basque
#
# This file is distributed under the same license as the iso-codes package.
#
# Copyright (C)
#
#   Mikel Olasagasti hey_ne...@mundurat.net, 2004.
#   Piarres Beobide Egaña p...@beobide.net, 2004,2006,2007, 2008, 2009.
msgid 
msgstr 
Project-Id-Version: iso_3166 3.9\n
Report-Msgid-Bugs-To: Debian iso-codes team pkg-isocodes-de...@lists.alioth.
debian.org\n
POT-Creation-Date: 2009-05-30 09:05+0200\n
PO-Revision-Date: 2009-04-05 23:01+0200\n
Last-Translator: Piarres Beobide p...@beobide.net\n
Language-Team: Euskara 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
Plural-Forms: nplurals=2; plural=(n != 1);\n
X-Generator: KBabel 1.11.4\n

#. name for AFG
msgid Afghanistan
msgstr Afganistan

#. official_name for AFG
msgid Islamic Republic of Afghanistan
msgstr Afganistaneko Errepublika Islamikoa

#. name for ALA
msgid Åland Islands
msgstr Åland Uharteak

#. name for ALB
msgid Albania
msgstr Albania

#. official_name for ALB
msgid Republic of Albania
msgstr Albaniako Errepublika

#. name for DZA
msgid Algeria
msgstr Algeria

#. official_name for DZA
msgid People's Democratic Republic of Algeria
msgstr Laosko Herri-errepublika Demokratikoa

#. name for ASM
msgid American Samoa
msgstr Samoa Estatubatuarra

#. name for AND
msgid Andorra
msgstr Andorra

#. official_name for AND
msgid Principality of Andorra
msgstr Andorrako printzeagoa

#. name for AGO
msgid Angola
msgstr Angola

#. official_name for AGO
msgid Republic of Angola
msgstr Angolako Errepublika

#. name for AIA
msgid Anguilla
msgstr Anguilla

#. name for ATA
msgid Antarctica
msgstr Antarktika

#. name for ATG
msgid Antigua and Barbuda
msgstr Antigua eta Barbuda

#. name for ARG
msgid Argentina
msgstr Argentina

#. official_name for ARG
msgid Argentine Republic
msgstr Argentinar Errepublika

#. name for ARM
msgid Armenia
msgstr Armenia

#. official_name for ARM
msgid Republic of Armenia
msgstr Armeniar Errepublika

#. name for ABW
msgid Aruba
msgstr Aruba

#. name for AUS
msgid Australia
msgstr Australia

#. name for AUT
msgid Austria
msgstr Austria

#. official_name for AUT
msgid Republic of Austria
msgstr Austriar Errepublika

#. name for AZE
msgid Azerbaijan
msgstr Azerbaijan

#. official_name for AZE
msgid Republic of Azerbaijan
msgstr Azerbaijango Errepublika

#. name for BHS
msgid Bahamas
msgstr Bahamak

#. official_name for BHS
msgid Commonwealth of the Bahamas
msgstr Bahama Commonwealth-a

#. name for BHR
msgid Bahrain
msgstr Bahrain

#. official_name for BHR
msgid Kingdom of Bahrain
msgstr Bahraingo Erresuma

#. name for BGD
msgid Bangladesh
msgstr Bangladesh

#. official_name for BGD
msgid People's Republic of Bangladesh
msgstr Bangladeshko Herri Errepublika

#. name for BRB
msgid Barbados
msgstr Barbados

#. name for BLR
msgid Belarus
msgstr Bielorrusia

#. official_name for BLR
msgid Republic of Belarus
msgstr Bielorrusiar Errepublika

#. name for BEL
msgid Belgium
msgstr Belgika

#. official_name for BEL
msgid Kingdom of Belgium
msgstr Belgikar Erreinua

#. name for BLZ
msgid Belize
msgstr Belize

#. name for BEN
msgid Benin
msgstr Benin

#. official_name for BEN
msgid Republic of Benin
msgstr Beningo Errepublika

#. name for BMU
msgid Bermuda
msgstr Bermuda

#. name for BTN
msgid Bhutan
msgstr Bhutan

#. official_name for BTN
msgid Kingdom of Bhutan
msgstr Bhutango Erreinua

#. name for BOL
msgid Bolivia, Plurinational State of
msgstr Bolivia, Nazio-anitzeko estatua

#. official_name for BOL
msgid Plurinational State of Bolivia
msgstr Nazio anitzeko Boliviako estatua

#. common_name for BOL
msgid Bolivia
msgstr Bolivia

#. name for BIH
msgid Bosnia and Herzegovina
msgstr Bosnia eta Hertzegovina

#. official_name for BIH
msgid Republic of Bosnia and Herzegovina
msgstr Bosniar eta Hertzegovinar Errepublika

#. name for BWA
msgid Botswana
msgstr Botswana

#. official_name for BWA
msgid Republic of Botswana
msgstr Botswanar Errepublika

#. name for BVT
msgid Bouvet Island
msgstr Bouvet Uhartea

#. name for BRA
msgid Brazil
msgstr Brasil

#. official_name for BRA
msgid Federative Republic of Brazil
msgstr Brasilgo Errepublika Federala

#. name for IOT
msgid British Indian Ocean Territory
msgstr Indiar Ozeanoko 

Bug#293230: reportbug: batch job usage instructions

2009-06-23 Thread Sandro Tosi
Hi Dan,
could you please check this bugs is still valid with the newer
versions or reportbug?

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



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



Bug#534282: [INTL:eu] roundcube debconf Basque translation update

2009-06-23 Thread Piarres Beobide
Package: roundcube
Version: 0.2.1-2
Severity: wishlist
Tags: l10n patch

Hi

Attached roundcube debconf templates Basque translation update, please commit 
it.




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

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages roundcube depends on:
ii  roundcube-core0.2.1-2skinnable AJAX based webmail solut

roundcube recommends no packages.

roundcube suggests no packages.

Versions of packages roundcube-core depends on:
ii  apache2   2.2.11-6   Apache HTTP Server metapackage
ii  apache2-mpm-prefork [http 2.2.11-6   Apache HTTP Server - traditional n
ii  dbconfig-common   1.8.41 common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  libmagic1 5.03-1 File type determination library us
ii  php-auth  1.6.1-1PHP PEAR modules for creating an a
ii  php-mail-mime 1.5.2-0.1  PHP PEAR module for creating MIME 
ii  php-net-smtp  1.3.1-1PHP PEAR module implementing SMTP 
ii  php-net-socket1.0.9-2PHP PEAR Network Socket Interface 
ii  php5  5.2.9.dfsg.1-4 server-side, HTML-embedded scripti
ii  php5-gd   5.2.9.dfsg.1-4 GD module for php5
ii  php5-mcrypt   5.2.9.dfsg.1-4 MCrypt module for php5
ii  roundcube-sqlite  0.2.1-2metapackage providing sqlite depen
ii  tinymce   3.2.1.1-0.1platform independent web based Jav
ii  ucf   3.0018 Update Configuration File: preserv

-- debconf information excluded
# translation of roundcube-eu.po to Euskara
# 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, 2007, 2008.
msgid 
msgstr 
Project-Id-Version: roundcube-eu\n
Report-Msgid-Bugs-To: roundc...@packages.debian.org\n
POT-Creation-Date: 2009-02-15 17:05+0100\n
PO-Revision-Date: 2008-03-14 09:03+0100\n
Last-Translator: Piarres Beobide p...@beobide.net\n
Language-Team: Euskara librez...@librezale.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

#. Type: multiselect
#. Choices
#: ../templates:2001
msgid apache2
msgstr apache2

#. Type: multiselect
#. Choices
#: ../templates:2001
msgid lighttpd
msgstr lighttpd

#. Type: multiselect
#. Description
#: ../templates:2002
msgid Web server(s) to configure automatically:
msgstr Automatikoki konfiguratu behar den web zerbitzaria:

#. Type: multiselect
#. Description
#: ../templates:2002
msgid 
RoundCube supports any web server supported by PHP, however only Apache 2 
and lighttpd can be configured automatically.
msgstr 
RoundCube-k PHP onartzen duen edozein web zerbitzari onartzen du, hala ere 
Apache2 eta lighttpd bakarrik konfiguratu daiteke automatikoki.

#. Type: multiselect
#. Description
#: ../templates:2002
msgid 
Please select the web server(s) that should be configured automatically for 
RoundCube.
msgstr 
Mesedez hautatu Roundube-rentzat automatikoki konfiguratu behar den web 
zerbitzaria(k).

#. Type: boolean
#. Description
#: ../templates:3001
msgid Should the webserver(s) be restarted now?
msgstr Web zerbitzaria(k) orain berrabiarazi behar al da?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
In order to activate the new configuration, the reconfigured web server(s) 
have to be restarted.
msgstr 
Konfigurazio berria gaitu ahal izateko, birkonfiguratutako web zerbitzaria
(k) berrabiarazi egin behar d(ir)a.

#. Type: string
#. Description
#: ../templates:4001
msgid IMAP server(s) used with RoundCube:
msgstr RoundCube-rekin erabiliko d(ir)en IMAP zerbitzaria(k):

#. Type: string
#. Description
#: ../templates:4001
msgid Please select the IMAP server(s) that should be used with RoundCube.
msgstr Mesedez hautatu RoundCube-rekin erabiliko den IMAP zerbitzaria(k).

#. Type: string
#. Description
#: ../templates:4001
msgid 
If this is left blank, a text box will be displayed at login. Entering a 
space-separated list of hosts will display a pull-down menu. Entering a 
single host will enforce using this host.
msgstr 
Hau zurian utzi ezkero, testu kutxa bat bistaraziko da saioa hastean. 
Zuriunez bereziriko ostalari zerrenda bat idatzi ezkero aukeratzeko menu bat 
bistaraziko da. Ostalari bakar bat idatziaz ostalari hori erabiltzea 
behartuko da.

#. Type: string
#. Description
#: ../templates:4001
msgid 
To use SSL connections, please enter host names as 'ssl://hostname:993'.
msgstr 
SSL konexioak erabiltzeko, idatzi ostalari izena formatu honetan: 'ssl://

Bug#534281: nosql: uninstallable on ia64, alpha, GNU/kFreeBSD

2009-06-23 Thread Petr Salinger

Package: nosql
Severity: serious
Version: 4.0.14-4
User: glibc-bsd-de...@lists.alioth.debian.org
Usertags: kfreebsd

Hi,

current version have hardcoded dependency on libc
as Depends: libc6 (= 2.2.3-1).
This cannot be satisfied on some architectures.
It have been introduced in

 nosql  (4.0.14-2) unstable; urgency=low
   * add dependency to libc (warning from lintian)

Please at least drop this dependency or generate
correct one during build using i.e. dh_shlibdeps.

Petr




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



Bug#534276: lintian: read-in-maintainer-script false positive

2009-06-23 Thread Raphaël Hertzog
Package: lintian
Version: 2.2.12
Severity: normal

read-in-maintainer-script is tagged severity certain but it can have
false positives... example:

{
read field1
[...]
read field2
} /var/lib/dpkg/alternatives/vi

or with a function:

parse_something() {
read foo
}
echo bla | parse_something

Enhancing the parsing is probably difficult... but you can at least
mention the existence of false positives and lower the certainty a bit.


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

Kernel: Linux 2.6.30-1-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/bash

Versions of packages lintian depends on:
ii  binutils   2.19.1-1  The GNU assembler, linker and bina
ii  diffstat   1.47-1produces graph of changes introduc
ii  dpkg-dev   1.15.3Debian package development tools
ii  file   5.03-1Determines file type using magic
ii  gettext0.17-6GNU Internationalization utilities
ii  intltool-debian0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl0.1.23Perl interface to libapt-pkg
ii  libipc-run-perl0.82-1Perl module for running processes
ii  libparse-debianchangel 1.1.1-2   parse Debian changelogs and output
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  man-db 2.5.5-2   on-line manual pager
ii  perl [libdigest-sha-pe 5.10.0-23 Larry Wall's Practical Extraction 

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarchnone (no description available)
pn  libtext-template-perl none (no description available)
ii  man-db2.5.5-2on-line manual pager

-- 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#534279: openbox: impossible to unmaximize from client-menu

2009-06-23 Thread Brian Templeton
Package: openbox
Version: 3.4.7.2-4
Severity: normal

It's not possible to unmaximize a window from the client-menu; this is
inconvenient if the maximize button is not included in the titleLayout.
Either an Unmaximize command should be added to client-menu, or the
Maximize menu item should be changed to toggle maximization instead of
maximizing unconditionally.

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

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

Versions of packages openbox depends on:
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.20.3-1  The GLib library of C routines
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  libobparser21  3.4.7.2-4 parsing library for openbox
ii  libobrender21  3.4.7.2-4 rendering library for openbox them
ii  libpango1.0-0  1.24.3-1  Layout and rendering of internatio
ii  libsm6 2:1.1.0-2 X11 Session Management library
ii  libstartup-notificatio 0.10-1library for program launch feedbac
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxau61:1.0.4-2 X11 authorisation library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.13-3  FreeType-based font drawing librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxml22.7.3.dfsg-1  GNOME XML library
ii  libxrandr2 2:1.3.0-2 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages openbox recommends:
ii  openbox-themes1.0.2  Themes for the Openbox window mana

Versions of packages openbox suggests:
ii  libxml2-dev 2.7.3.dfsg-1 Development files for the GNOME XM
ii  menu2.1.41   generates programs menu for all me
ii  obconf  2.0.3-3  Preferences manager for Openbox wi
ii  python  2.5.4-2  An interactive high-level object-o
ii  ttf-dejavu  2.29-2   Metapackage to pull in ttf-dejavu-

-- 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#533874: openoffice.org-calc: Unable to open an URL in iceweasel

2009-06-23 Thread Rene Engelhard
Christian Marillat wrote:
  Christian Marillat wrote:
 
 [...]
 
  Well, as I said, there's no changed in that area, so I can try with 3.1.1, 
  too.
  I don't have 3.1.0 installed anymore anyway in my sid chroot... [1]
 
 How I can find a work around for this really annoying bug ?

Err? I already told you one when I wrote what I tested
(GNOME not detected - works). So export OOO_FORCE_DESKTOP=none
should do.

Of course you loose all the GNOME features, but... :)

(BTW, I do not b elieve this is a really annoying bug, there's
far more important and more annoying on the world)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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



Bug#534283: [INTL:eu] eglibc debconf Basque translation update

2009-06-23 Thread Piarres Beobide
Package: eglibc
Severity: wishlist
Tags: l10n patch

Hi

Attached eglibc debconf Basque translation update, please commit it.


thx


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

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of glibc 2.6.1-3 debconf to basque
# Piarres Beobide p...@beobide.net, 2006.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
msgid 
msgstr 
Project-Id-Version: eu\n
Report-Msgid-Bugs-To: gl...@packages.debian.org\n
POT-Creation-Date: 2009-03-08 15:23+0100\n
PO-Revision-Date: 2007-09-11 09:57+0100\n
Last-Translator: Piarres Beobide p...@beobide.net\n
Language-Team: librezale librez...@librezale.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
Plural-Forms: nplurals=2; plural=(n != 1)\n
X-Generator: KBabel 1.11.4\n

#. Type: multiselect
#. Choices
#: ../debhelper.in/locales.templates:1001
msgid All locales
msgstr Lokal guztiak

#. Type: multiselect
#. Description
#: ../debhelper.in/locales.templates:1002
msgid Locales to be generated:
msgstr Sortu behar diren lokalak:

#. Type: multiselect
#. Description
#: ../debhelper.in/locales.templates:1002
msgid 
Locales are a framework to switch between multiple languages and allow users 
to use their language, country, characters, collation order, etc.
msgstr 
Lokalak hizkuntza anitz artean aldatzeko ingurugiroa da erabiltzaileek 
beren hizkuntza, herrialdea, karaktere-jokoa etab. erabiltzeko gaitasuna 
ematen 
dute.

#. Type: multiselect
#. Description
#: ../debhelper.in/locales.templates:1002
msgid 
Please choose which locales to generate. UTF-8 locales should be chosen by 
default, particularly for new installations. Other character sets may be 
useful for backwards compatibility with older systems and software.
msgstr 
Mesedez zein lokala sortuko diren hautatu. Lehenespen bezala UTF-8 locale-ak 
hautau beharko lirateke, bereiziki instalazio berri batetan. Beste karaktere 
joko batzuek sortzea erabilgarri izan liteke sistema eta software 
zaharragoekin bateragarritasuna mantentzeko.

#. Type: select
#. Choices
#: ../debhelper.in/locales.templates:2001
msgid None
msgstr Batez

#. Type: select
#. Description
#: ../debhelper.in/locales.templates:2002
msgid Default locale for the system environment:
msgstr Sistema inguruneko lokal lehenetsia:

#. Type: select
#. Description
#: ../debhelper.in/locales.templates:2002
msgid 
Many packages in Debian use locales to display text in the correct language 
for the user. You can choose a default locale for the system from the 
generated locales.
msgstr 
Debian pakete anitzek locale-ak erabiltzen dituzte erabiltzaileari dagokion 
hizkuntzan testuak bistaratzeko. Locale lehenetsia sortutako locale-en 
artean hautatu dezakezu.

#. Type: select
#. Description
#: ../debhelper.in/locales.templates:2002
msgid 
This will select the default language for the entire system. If this system 
is a multi-user system where not all users are able to speak the default 
language, they will experience difficulties.
msgstr 
Honek zure sistemako hizkuntza aukeratuko du. Hautatutako hizkuntza denek 
erabiltzen ez duten erabiltzaile anitzeko sistema bat bada, agian 
erabiltzaile horiek arazoetan aurki daitezke.

#. Type: boolean
#. Description
#: ../debhelper.in/libc.templates:1001
msgid Do you want to upgrade glibc now?
msgstr Glibc orain bertsio-berritu nahi al duzu?

#. Type: boolean
#. Description
#: ../debhelper.in/libc.templates:1001
msgid 
Running services and programs that are using NSS need to be restarted, 
otherwise they might not be able to do lookup or authentication any more. 
The installation process is able to restart some services (such as ssh or 
telnetd), but other programs cannot be restarted automatically. One such 
program that needs manual stopping and restart after the glibc upgrade by 
yourself is xdm - because automatic restart might disconnect your active X11 
sessions.
msgstr 
NSS erabiltzen duten abiaraziriko programa eta zerbitzuak berrabiarazi egin 
behar dira, bestela hauek ez dira bilaketak egin edo autentifikatzeko gai 
izango (ssh bezalako zerbitzuentzat, saio hasteko ahalmenean eragin dezake). 
Mesedez gainbegiratu berrabiaraziko diren zerbitzuen init.d script-en 
zuriunez bereiziriko zerrenda eta zuzendu behar izanez gero.

#. Type: boolean
#. Description
#: ../debhelper.in/libc.templates:1001
msgid 
This script detected the following installed services which must be stopped 
before the upgrade: ${services}
msgstr 
Skript honek bertsio-berritzea egin aurretik gelditu behar diren 
instalaturiko hurrengo zerbitzu hauek aurkitu ditu: ${services}

#. Type: boolean
#. Description
#: ../debhelper.in/libc.templates:1001

Bug#534284: [INTL:eu] krb5 debconf Basque translation update

2009-06-23 Thread Piarres Beobide
Package: krb5
Severity: wishlist
Tags: l10n patch

Hi

Attached krb5 debconf templates Basque translation update, please update it.

thx


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

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of krb5-eu.po to Euskara
# 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, 2007, 2008.
msgid 
msgstr 
Project-Id-Version: krb5-eu\n
Report-Msgid-Bugs-To: k...@packages.debian.org\n
POT-Creation-Date: 2009-02-21 13:55-0500\n
PO-Revision-Date: 2008-05-22 15:38+0200\n
Last-Translator: Piarres Beobide p...@beobide.net\n
Language-Team: Euskara 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

#. Type: note
#. Description
#: ../krb5-admin-server.templates:2001
msgid Setting up a Kerberos Realm
msgstr Kerberos eremu bat ezartzen

#. Type: note
#. Description
#: ../krb5-admin-server.templates:2001
msgid 
This package contains the administrative tools required to run the Kerberos 
master server.
msgstr 
Pakete honek Kerberos zerbitzari nagusia abiarazteko lanabes 
administratiboak ditu.

#. Type: note
#. Description
#: ../krb5-admin-server.templates:2001
msgid 
However, installing this package does not automatically set up a Kerberos 
realm.  This can be done later by running the \krb5_newrealm\ command.
msgstr 
Hala ere, pakete hau instalatzeak ez du Kerberos eremu bat automatikoki 
konfiguratzen.  Hori beranduago egin daiteke \krb5_newrealm\ komandoa 
erabiliaz.

#. Type: note
#. Description
#: ../krb5-admin-server.templates:2001
msgid 
Please also read the /usr/share/doc/krb5-kdc/README.KDC file and the 
administration guide found in the krb5-doc package.
msgstr 
Mesedez irakurri ere /usr/share/doc/krb5-kdc/README.KDC fitxategia eta krb5-
doc paketean aurki daitekeen administrazio gidaliburua.

#. Type: boolean
#. Description
#: ../krb5-admin-server.templates:3001
msgid Run the Kerberos V5 administration daemon (kadmind)?
msgstr Kerberos 5 administrazio deabrua (kadmind) abiarazi?

#. Type: boolean
#. Description
#: ../krb5-admin-server.templates:3001
msgid 
Kadmind serves requests to add/modify/remove principals in the Kerberos 
database.
msgstr 
Kadmind-ek Kerberos datu-baseko gehitze/eraldatze/ezabatze eskaera nagusiak 
zerbitzatzen ditu.

#. Type: boolean
#. Description
#: ../krb5-admin-server.templates:3001
msgid 
It is required by the kpasswd program, used to change passwords.  With 
standard setups, this daemon should run on the master KDC.
msgstr 
Hau pasahitzak aldatzeko erabiltzen den kpasswd programaren eskakizun bat 
da.  Konfigurazio estandarrarekin, deabru hau KDC nagusian abiarazi behar da.

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:2001
msgid Create the Kerberos KDC configuration automatically?
msgstr Kerberos KDC konfigurazioa automatikoki sortu?

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:2001
msgid 
The Kerberos Key Distribution Center (KDC) configuration files, in /etc/
krb5kdc, may be created automatically.
msgstr 
Kerberos gako banaketa zentru (KDC) konfigurazio fitxategiak, automatikoki 
sortuko dira /etc/krb5kdc direktorioan.

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:2001
msgid 
By default, an example template will be copied into this directory with 
local parameters filled in.
msgstr 
Lehenespen bezala, parametro lokalak beterik dituen adibide txantiloi bat 
kopiatuko da direktorio horretan.

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:2001
msgid 
Administrators who already have infrastructure to manage their Kerberos 
configuration may wish to disable these automatic configuration changes.
msgstr 
Kerberos konfigurazioa kudeatzeko azpiegitura duten kudeatzaileek 
konfigurazio aldaketa automatiko hauek ezgaitu nahi ditzakete.

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:3001
msgid Should the KDC database be deleted?
msgstr KDC datu-basea ezabatu egin behar al da?

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:3001
msgid 
By default, removing this package will not delete the KDC database in /var/
lib/krb5kdc/principal since this database cannot be recovered once it is 
deleted.
msgstr 
Lehenespen bezala, pakete hu garbitzean ez da /var/lib/krb5kdc/principal-eko 
KDC datu-basea ezabatuko ezin bait da berreskuratu ezabatzen bada.

#. Type: boolean
#. Description
#: ../krb5-kdc.templates:3001
msgid 
Choose this option if you wish to delete the KDC database now, deleting all 
of the user accounts and passwords in the KDC.
msgstr 
Aukera hau hautatu paketea garbitzean KDC datu-basea ezabatzea nahi baduzu, 

Bug#534124: xserver-xorg-input-tslib: reports lots of same MotionEvents

2009-06-23 Thread Wen-Yen Chuang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks for reporting the wishlist.

I have forwarded it to upstream authors and an xf86-input-tslib hacker.

I personal have no clue how to change the behavior of xf86-input-tslib.

Patches are very welcome. :-)

Kind regards
 Wen-Yen Chuang (caleb)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpAjdYACgkQdEpXpumNYVm8jACfZuN+0ACV5n1qQrFtXKTXymO0
UAYAn2oP6/9pFv+vV5wEIB2gBtwbCUtQ
=MYUv
-END PGP SIGNATURE-



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



Bug#534258: rsyslog mysql user has too many privileges

2009-06-23 Thread Michael Biebl
reassign 534258 dbconfig-common
severity 534258 wishlist
thanks

Paul Nijjar wrote:
 Subject: rsyslog-mysql: rsyslog mysql user has too many privileges
 Package: rsyslog-mysql
 Version: 3.18.6-4
 Severity: normal
 
 *** Please type your report below this line ***
 
 The rsyslog documentation states the following (in
 /usr/share/doc/rsyslog-doc/html/rsyslog_mysql.html):
 
 
 If you have modified the default, use your name here. Database-userid and
 -password are the credentials used to connect to the database. As they are
 stored in clear text in rsyslog.conf, that user should have only the least
 possible privileges. It is sufficient to grant it INSERT privileges to the
 systemevents table, only.
 

..

 I would prefer giving INSERT privileges to this user (or another called
 rsyslog_logger) and then if necessary having a saparate user which can
 do selects on the database.

Hi Paul,

rsyslog uses dbconfig-common for configuring mysql/postgresql databases. So I
think this bug should be handled within the dbconfig-common package, 
reassigning.

Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#506203: QA: 506203: proposed patch

2009-06-23 Thread Paul Wise
On Wed, 2008-11-19 at 20:05 +0900, Paul Wise wrote:

 I propose this patch to fix this issue:

That patch has bitrotten since the URLs changed over time and oldpeople
no longer runs PHP. I've attached a new patch.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
Index: wml/developer.wml
===
--- wml/developer.wml	(revision 2213)
+++ wml/developer.wml	(working copy)
@@ -196,7 +196,6 @@
 $initial = strtoupper(substr($login, 0, 1));
 $maintainer_data .= Reports:  .
 html_a(Buildd, http://buildd.debian.org/pkg.cgi?maint=$ulogin;) .  -  .
-html_a(Igloo, http://people.debian.org/~igloo/status.php?email=$ulogin;) .  -  .
 html_a(Lintian, http://lintian.debian.org/reports/maintainer/$ulogin.html;) .  -  .
 // down since 2006-11 - html_a(Checklib, http://rerun.lefant.net/checklib/maintainers.$initial.html#$ulogin;) .  -  .
 html_a(Debtags, http://debtags.alioth.debian.org/todo.html?maint=$ulogin;) .  -  .
@@ -940,7 +939,7 @@
 } else {
 $buildd_display = html_td(
 html_a(Buildd, http://buildd.debian.org/build.php?pkg=$urlpackage;) . html_br() .
-html_a(More, http://people.debian.org/~igloo/status.php?packages=$urlpackage;)
+html_a(More, http://buildd.debian.org/~luk/status/package.php?p=$urlpackage;)
 );
 }
 $line .= $buildd_display;


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


Bug#534286: lastfmsubmitd has no entry point for proxy configuration

2009-06-23 Thread Erwin Burgstaller
Package: lastfmsubmitd
Version: 1.0.5-1
Severity: wishlist
Tags: patch

This little patch for /etc/init.d/lastfmsubmitd would let me put in
e.g. proxy information (http_proxy=...) or other stuff into
/etc/default/lastfmsubmitd without beeing disturbed by the next package
upgrade. ;-)

--- lastfmsubmitd.~1~   2009-05-20 12:02:15.0 +0200
+++ lastfmsubmitd   2009-06-23 09:59:31.0 +0200
@@ -9,6 +9,10 @@
 USER=lastfm
 GROUP=lastfm
 
+if [ -e /etc/default/lastfmsubmitd ]; then
+. /etc/default/lastfmsubmitd
+fi
+
 if ! [ -x $DAEMON ]; then
 exit 0
 fi

Thanks,
Erwin


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

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

Versions of packages lastfmsubmitd depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy
ii  python2.5.4-2An interactive high-level object-o
ii  python-support1.0.3  automated rebuilding support for P

lastfmsubmitd recommends no packages.

Versions of packages lastfmsubmitd suggests:
pn  ears  none (no description available)

-- debconf information excluded



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



Bug#534285: [INTL:eu] pam debconf Basque translation update

2009-06-23 Thread Piarres Beobide
Package: pam
Severity: wishlist
Tags: l10n patch

Hi

Attached pam debconf templates Basque translation update, please commit it

thx


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

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of pam_1.0.1-5_eu.po to Basque
# Debconf questions for the Linux-PAM package.
# Copyright (C) 2007 Steve Langasek vor...@debian.org
# This file is distributed under the same license as the pam package.
#
# Piarres Beobide p...@beobide.net, 2007, 2008.
# Iñaki Larrañaga Murgoitio doo...@euskalgnu.org, 2009.
msgid 
msgstr 
Project-Id-Version: pam_1.0.1-5_eu\n
Report-Msgid-Bugs-To: p...@packages.debian.org\n
POT-Creation-Date: 2009-02-28 13:06-0800\n
PO-Revision-Date: 2009-01-02 12:30+0100\n
Last-Translator: Piarres Beobide p...@beobide.net\n
Language-Team: debian-eu debian-l10n...@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: string
#. Description
#: ../libpam0g.templates:1001
msgid Services to restart for PAM library upgrade:
msgstr 
PAM liburutegia bertsio-berritzean berrabiarazi behar diren zerbitzuak:

#. Type: string
#. Description
#: ../libpam0g.templates:1001
msgid 
Most services that use PAM need to be restarted to use modules built for 
this new version of libpam.  Please review the following space-separated 
list of init.d scripts for services to be restarted now, and correct it if 
needed.
msgstr 
PAM erabiltzen duten zerbitzu gehienak berrabiarazi egin behar dira libpam 
bertsio honetako moduluak erabiltzeko. Mesedez gainbegiratu berrabiaraziko 
diren hurrengo zuriunez bereiziriko init.d script zerrenda hau eta zuzendu 
behar izanez gero.

#. Type: error
#. Description
#: ../libpam0g.templates:2001
msgid Display manager must be restarted manually
msgstr Pantaila kudeatzailea eskuz berrabiarazi behar da

#. Type: error
#. Description
#: ../libpam0g.templates:2001
msgid 
The kdm, wdm, and xdm display managers require a restart for the new version 
of libpam, but there are X login sessions active on your system that would 
be terminated by this restart.  You will therefore need to restart these 
services by hand before further X logins will be possible.
msgstr 
Kdm, wdm, eta xdm pantaila kudeatzaileek berrabiaraztea behar dute libpam 
bertsio berria erabiltzeko. Baina berrabiarazteak eragin izan dezaken 
abiarazitako X saioak daude sistema honetan.  Zerbitzu hori beranduago eskuz 
berrabiarazi beharko duzu X saioak hastea posible izateko.

#. Type: error
#. Description
#: ../libpam0g.templates:3001
msgid Failure restarting some services for PAM upgrade
msgstr Huts PAM bertsio-berritzeko zenbait zerbitzu berrabiaraztean

#. Type: error
#. Description
#: ../libpam0g.templates:3001
msgid 
The following services could not be restarted for the PAM library upgrade:
msgstr 
Hurrengo zerbitzuak ezin izan dira berrabiarazi PAM liburutegia bertsio-
berritzean:

#. Type: error
#. Description
#: ../libpam0g.templates:3001
msgid 
You will need to start these manually by running '/etc/init.d/service 
start'.
msgstr 
Hauek eskuz berrabiarazi beharko dituzu '/etc/init.d/zerbitzua start' 
exekutatuz.

#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
msgid PAM profiles to enable:
msgstr Gaitu behar diren PAM profilak:

#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
msgid 
Pluggable Authentication Modules (PAM) determine how authentication, 
authorization, and password changing are handled on the system, as well as 
allowing configuration of additional actions to take when starting user 
sessions.
msgstr 
Autentifikazio modulu txertagarriak (PAM) ezartzen du zein autentifikazio, 
autorizazio eta psahitz aldaketa kudeatzen diren sisteman, baita erabiltzaile 
saioak hastekoan ekintza gehigarrien konfigurazioaren onarpena du.

#. Type: multiselect
#. Description
#: ../libpam-runtime.templates:1001
msgid 
Some PAM module packages provide profiles that can be used to automatically 
adjust the behavior of all PAM-using applications on the system.  Please 
indicate which of these behaviors you wish to enable.
msgstr 
Zenbait PAM modulu paketek sisteman PAM erbailtzen duten aplikazioak  
automatikoki doitzeko erabili daitezkeen profilak ekartzen dituzte. Mesedez 
profil hauetako zein gaitu nahi duzun.

#. Type: error
#. Description
#: ../libpam-runtime.templates:2001
msgid Incompatible PAM profiles selected.
msgstr PAM profil bateraezinak hautatuak.

#. Type: error
#. Description
#. This paragraph is followed by a (currently) non-translatable list of
#. PAM profile names.
#: ../libpam-runtime.templates:2001
msgid The following PAM profiles cannot be 

Bug#534259: rsyslog-mysql: postinst script does not pass --debconf-ok to ucf

2009-06-23 Thread Michael Biebl
reassign 534259 dbconfig-common
forcemerge 532252 531825 534259
thanks

Paul Nijjar wrote:
 Subject: rsyslog-mysql: postinst script does not pass --debconf-ok to ucf
 Package: rsyslog-mysql
 Version: 3.18.6-4
 Severity: normal
 
 *** Please type your report below this line ***
 
 I installed this machine using a Lenny beta installer. I manually
 switched over to rsyslog from syslog. Today I installed the
 rsyslog-mysql package and got the following warning:
 
 *** WARNING: ucf was run from a maintainer script that uses debconf, but
  the script did not pass --debconf-ok to ucf. The maintainer
  script should be fixed to not stop debconf before calling ucf,
  and pass it this parameter. For now, ucf will revert to using
  old-style, non-debconf prompting. Ugh!
 
  Please inform the package maintainer about this problem.
 
 
 I did not see this bug in the listings for the package, so I thought I
 should follow instructions and report it. 
 

That's a bug in dbconfig-common. Reassigning and merging.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#471770: ITA: mpg321 -- A Free command-line mp3 player

2009-06-23 Thread Nanakos Chrysostomos

Dear all,
i have already developed the new version according the bug's list and 
the TODO list. This version is very stable and its the 0.2.11.
Yes i would like and could be the new upstream author. I cant find also 
Joe Drew and Stephen Depooter for a long time now.


Elías A. M. wrote:

Chrysostomos,
Well, I've already sent one ITA, but a I dont know how we can work for 
mpg321.
I sent e-mails to Joe Drew and , eff and Stephen Depooter but I don't 
have any answer.

Will you be the new upstream author?

Some mentor know how we can continue with this?

Regards,

Elías
On Sun, Jun 21, 2009 at 4:11 AM, Nanakos Chrysostomos 
debian_...@wired-net.gr mailto:debian_...@wired-net.gr wrote:


Package: wnpp
Severity: normal

* Package name: mpg321
 Version : 0.2.10.4
 Upstream Author : Nanakos Chrysostomos
* License : GPLv2+
 Programming Lang: C
 Description : Simple and lightweight command line MP3 player.










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



Bug#534242: ITP: antihex -- Converts hex to decimal

2009-06-23 Thread Thomas Viehmann

Hi,

Harry Rickards wrote:

  Section : math



AntiHex is a pipe to convert hex values into decimal. Ex: # cat
/proc/iomem -0009fbff : System RAM 0009fc00-0009 : reserved
 # cat /proc/iomem | ah -639K-1 : System RAM 639K -640K-1 :
reserved ...


I'm not sure the equivalent of

python -c 'import re,sys ; exec(for l in sys.stdin: \
sys.stdout.write(re.sub(r(?![0-9A-Fa-f])[0-9A-Fa-f]{3,8}(?![0-9A-Fa-f]),\
lambda x: ((lambda y: (y2**30 and (%.2f%(y/2.0**30))+G) or \
(y2**20 and (%.2f%(y/2.0**20))+M) or (y2**10 and \
(%.2f%(y/2.0**10))+K) or str(y))(int(x.group(),16))),l)))'

qualifies as math. And yes, I know that ah is much superior because it 
has the -1 business.


Kind regards

T.
--
Thomas Viehmann, http://thomas.viehmann.net/



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



Bug#534287: Allows upgrades which break new .pc files.

2009-06-23 Thread Trent W. Buck
Package: libglu1-mesa-dev
Version: 7.4.1-1
Severity: minor

It seems that the X11 libraries in unstable (7.4) have pkg-config
integration that wasn't in the testing version (7.0).  But I can
*accidentally* upgrade only some libraries, and thus get a system that
has .pc files that don't work.

Perhaps the 7.4 libraries should have Depends: ... (= 7.4)?

Here is a reproduction of the error I caused accidentally.

$ aptitude search -F%p%v ~i~nlibgl.?1-mesa-dev
libgl1-mesa-dev   7.0.3-7
libglu1-mesa-dev  7.0.3-7
$ pkg-config --cflags --libs glu
Package glu was not found in the pkg-config search path.
Perhaps you should add the directory containing `glu.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glu' found

$ sudo aptitude install libglu1-mesa-dev/unstable -y
[...]
$ aptitude search -F%p%v ~i~nlibgl.?1-mesa-dev
libgl1-mesa-dev   7.0.3-7
libglu1-mesa-dev  7.4.1-1
$ pkg-config --cflags --libs glu
Package gl was not found in the pkg-config search path.
Perhaps you should add the directory containing `gl.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gl', required by 'glu', not found

$ sudo aptitude install libgl1-mesa-dev/unstable -y
[...]
$ aptitude search -F%p%v ~i~nlibgl.?1-mesa-dev
libgl1-mesa-dev   7.4.1-1
libglu1-mesa-dev  7.4.1-1
$ pkg-config --cflags --libs glu
Package xext was not found in the pkg-config search path.
Perhaps you should add the directory containing `xext.pc'
to the PKG_CONFIG_PATH environment variable
Package 'xext', required by 'gl', not found
$



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



Bug#534288: [INTL:eu] webcit debconf Basque translation update

2009-06-23 Thread Piarres Beobide
Package: webcit
Severity: wishlist
Tags: l10n patch

Hi

Attached webcit debconf templates Basque translation update, please commit it.

thx


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

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of eu.po to Euskara
# 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.
msgid 
msgstr 
Project-Id-Version: eu\n
Report-Msgid-Bugs-To: web...@packages.debian.org\n
POT-Creation-Date: 2009-03-10 16:59+0100\n
PO-Revision-Date: 2008-05-27 23:26+0200\n
Last-Translator: Piarres Beobide p...@beobide.net\n
Language-Team: Euskara 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

#. Type: select
#. Choices
#: ../citadel-webcit.templates:1001
msgid Apache2, Internal
msgstr Apache2, Barnekoa

#. Type: select
#. Description
#: ../citadel-webcit.templates:1002
msgid Integration with Apache webservers:
msgstr Apache web zerbitzariekin integrazioa:

#. Type: select
#. Description
#: ../citadel-webcit.templates:1002
msgid 
If you want Webcit to run alongside with one of your other installed Apache 
webservers, select it from the list, else use Internal to make Webcit use 
its own HTTP server facilities.
msgstr 
Zuk webcit instalaturik duzun Apache web zerbitzarietako batekin batera 
abiarazi nahi baduzu, hautatu berau zerrendatik, bestela barnekoa erabili 
Webcit-ek bere HTTP zerbitzariaren aukerak erabiltzeko.

#. Type: string
#. Description
#: ../citadel-webcit.templates:2001
msgid Webcit HTTP port:
msgstr Webcit-en HTTP ataka:

#. Type: string
#. Description
#: ../citadel-webcit.templates:2001
msgid 
Select the port which the plain HTTP Webcit server should listen on. Use 
port 80 if you don't have another webserver running or enter -1 to disable 
it.
msgstr 
Hautatu HTTP Webcit zerbitzari lauak zein ataka entzun behar duen. Erabili 
80-a ez baduzu beste web-zerbitzaririk abiarazia edo -1 desgaitzeko.

#. Type: string
#. Description
#: ../citadel-webcit.templates:3001
msgid Webcit HTTPS port:
msgstr Webcit HTTPS ataka:

#. Type: string
#. Description
#: ../citadel-webcit.templates:3001
msgid 
Select the port which the SSL HTTP Webcit server should listen on or enter -
1 to disable it.
msgstr 
Hautatu SSL HTTP Webcit zerbitzariak zein ataka entzun behar duen edo -1 
erabili desgaitzeko.

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid User-defined
msgstr Erabiltzaileak-ezarririk

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Danish
msgstr Daniera

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid German
msgstr Alemaniera

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid English
msgstr Ingelesa

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Spanish
msgstr Espainola

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid French
msgstr Frantsesa

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Italian
msgstr Italiera

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Dutch
msgstr Nederlandera

#. Type: select
#. Choices
#: ../citadel-webcit.templates:4001
msgid Brazilian Portuguese
msgstr Brasildar Portugesa

#. Type: select
#. Description
#: ../citadel-webcit.templates:4002
msgid Limit Webcit's login language selection
msgstr Mugatu Webcit-ren saio hasteko hizkuntz hautapena

#. Type: select
#. Description
#: ../citadel-webcit.templates:4002
msgid 
Select language the Webcit server should run in. User-defined leaves this 
choice to the user at the login prompt.
msgstr 
Hautatu Webcit zerbitzariak exekutatu behar dituen hizkuntzak. 
Erabiltzaileak-ezarririk erabiltzean hautapena erbailtzaileak saio hasiera 
egin beharko du.


Bug#534233: xserver-xorg: X crashes while opening openoffice.org and sometimes other programs

2009-06-23 Thread Julien Cristau
On Mon, Jun 22, 2009 at 19:34:45 +0200, Michal Pokrywka wrote:

 --- CUT HERE ---
 [xkb] BOGUS LENGTH in write keyboard desc, expected 6656, got 6672
 
 Backtrace:
 0: /usr/bin/X(xorg_backtrace+0x3b) [0x813265b]
 1: /usr/bin/X(xf86SigHandler+0x51) [0x80c5c71]
 2: [0xb7fb1400]
 3: /lib/i686/cmov/libc.so.6(cfree+0x96) [0xb7cb8a96]
 4: /usr/bin/X(Xfree+0x21) [0x81364a1]
 5: /usr/bin/X [0x8190601]
 6: /usr/bin/X(ProcXkbGetKbdByName+0xcfc) [0x819424c]
 7: /usr/bin/X [0x819ab88]
 8: /usr/bin/X(Dispatch+0x33f) [0x808c8df]
 9: /usr/bin/X(main+0x3bd) [0x8071a5d]
 10: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe5) [0xb7c5e775]
 11: /usr/bin/X [0x8070f11]
 
 Fatal server error:
 Caught signal 11.  Server aborting
 --- CUT HERE ---
 
I'm guessing this is a dupe of #529625.

Cheers,
Julien



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



Bug#533652: New version 2.7b11, necessary for continued operation

2009-06-23 Thread FTF 3k3
Can't wait to see this new version, I love this package ;)




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



Bug#505551: Any news from here ?

2009-06-23 Thread Jean Parpaillon
Hi,
What about the status of this package ?



Jean Parpaillon 


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


Bug#534279: openbox: impossible to unmaximize from client-menu

2009-06-23 Thread Nico Golde
Hi,
* Brian Templeton b...@tunes.org [2009-06-23 10:12]:
 It's not possible to unmaximize a window from the client-menu; this is
 inconvenient if the maximize button is not included in the titleLayout.
 Either an Unmaximize command should be added to client-menu, or the
 Maximize menu item should be changed to toggle maximization instead of
 maximizing unconditionally.

Not a bug, if you don't have the maximum button in the 
titleLayout, well that's your fault. If you don't want it, 
define a keybinding.

Closing

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpcU9ibfjgGE.pgp
Description: PGP signature


Bug#534289: ifconfig: use strtol() instead of atol() to catch errors

2009-06-23 Thread Victor Stinner
Package: net-tools
Version: 1.60-23
Severity: minor

I tried to configure my ethernet controler (eth0) to setup static IPv6
addresses. I used netmask :::::, but ifup uses:

   ifconfig eth0 add 2a01:e35:8a04:25b0:216:76ff:feab:79ed/:::::

which is incorrect: ifconfig doesn't support a mask as a IPv6 netmask.
The result is that my interface has the address (network):

   2a01:e35:8a04:25b0:216:76ff:feab:79ed/0.

The right syntax is netmask 64 which uses:

   ifconfig eth0 add 2a01:e35:8a04:25b0:216:76ff:feab:79ed/64

My problem is that ifconfig doesn't report the invalid syntax error.


There are differents ways to fix this issue:

 * ifconfig should use strtol() instead to atol() to catch conversion
   errors. ifconfig already uses strtoll() for other parameters!
 * ifup could check for invalid syntax in the interfaces file
 * ifup should use ip program instead of the old buggy ifconfig
   program

But I prefer the first solution because most people still use ifconfig
program.

I tried to write a patch, but I realized that net-tools doesn't compile
without Debian patches!? Then I tried to find the homepage (which is
very hard, Debian bug #530712 -Please add Homepage field to control- is
still open), which is http://net-tools.berlios.de/. And the website told
me that the bugtracker is the Debian bug tracker. So here I am.

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

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

Versions of packages net-tools depends on:
ii  libc6 2.9-13 GNU C Library: Shared libraries

net-tools recommends no packages.

net-tools 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#534290: xen-tools: indicates successful completion if you run out of disk space

2009-06-23 Thread Tyler MacDonald
Package: xen-tools
Version: 4.1-1
Severity: important


I'm using the copy method to prep my images.

If xen-tools is copying files into your image and one of your image files /
volumes runs out of disk space, xen-create-image reports back done and
happily goes about it's business.

xen-create-image should fail and exit with a nonzero exit status if you get
any error copying files into your xen instance. Otherwise automated
deployment could be very error-prone.

Thanks,
Tyler


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

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

Versions of packages xen-tools depends on:
ii  debootstrap   1.0.13 Bootstrap a basic Debian system
ii  libconfig-inifiles-perl   2.49-1 Read .ini-style configuration file
ii  libtext-template-perl 1.45-1 Text::Template perl module
ii  perl-modules  5.10.0-23  Core Perl modules

Versions of packages xen-tools recommends:
ii  libexpect-perl1.20-2 Expect.pm - Perl Expect interface
ii  reiserfsprogs 1:3.6.21-1 User-level tools for ReiserFS file
ii  rinse 1.7-1  RPM installation environment
ii  xen-hypervisor-3.2-1-amd64 [x 3.2.1-2The Xen Hypervisor on AMD64
ii  xen-shell 1.9-1  Console based Xen administration u
ii  xfsprogs  3.0.2  Utilities for managing the XFS fil

xen-tools suggests no packages.

-- 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#112507: tung regime

2009-06-23 Thread Les Mayer
none traffic
annotate





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



Bug#534291: /usr/share/kvirc/3.4/services/irc.protocol: Error when configuring package

2009-06-23 Thread Francesco Apollonio
Package: kvirc-data
Version: 2:3.4.0-3
Severity: grave
File: /usr/share/kvirc/3.4/services/irc.protocol
Tags: patch
Justification: renders package unusable

This is the error:
update-alternatives: error: alternative path 
/usr/share/kvirc/3.4.0/services/irc.protocol doesn't exist.
dpkg: error processing kvirc-data (--configure):

The solution is to create a simlink with name 3.4.0 in /usr/share/kvirc that 
point to 3.4 folder.

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

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

Versions of packages kvirc-data depends on:
ii  kvirc 2:3.4.0-3  KDE based next generation IRC clie

kvirc-data recommends no packages.

kvirc-data 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#533880: spawn-fcgi: Build-Depends on libc6-dev

2009-06-23 Thread Jérémy Lal

Hi,
no problem, a new version takes care of that,
waiting to be uploaded.

Jérémy Lal





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



Bug#534292: telepathy-butterfly: Still cannot open chat window for offline contact

2009-06-23 Thread Hongzheng Wang
Package: telepathy-butterfly
Version: 0.3.4-1
Severity: normal

Hi, Olivier,

Thank you for your reply for bug #523410.

I reinstalled telepathy-butterfly 0.3.4-1 and found many problems with previous
version were solved.  But it seems that the opening chat window problem does
exist for offline contact.  That is, when I wanna chat with an offline contact, 
a
feature supported by MSNP15, empathy refuses to open the chat window.

To re-produce the bug, you can just launch empathy and explicitly request to
open new conversation by using the menu item `Chat - New Conversation'
and typing an offline contact's live messenger ID in `Contact ID box'.  Then, 
you
click `Chat' button.  The new conversation window is closed but no new chat
window is opened however.

I checked the debug log, but no information relating to the the contact ID I 
have
just tried with is available.

Hope the information is useful to narrow the problem.

Thank you very much.


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

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

Versions of packages telepathy-butterfly depends on:
ii  python [python-ctypes]2.5.4-3An interactive high-level object-o
ii  python-central0.6.11 register and build utility for Pyt
ii  python-dbus   0.83.0-1   simple interprocess messaging syst
ii  python-gobject2.16.1-1   Python bindings for the GObject li
ii  python-msn0.3.3-4Python client library for the MSN 
ii  python-telepathy  0.15.8-1   Python language bindings for telep

telepathy-butterfly recommends no packages.

telepathy-butterfly 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#327019: upland prismatic

2009-06-23 Thread Yong Sharpe
arithmetic raffia
traverse upland lookup





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



Bug#533895: linux-image-2.6.26-2-r4k-ip22: Unable to Access Hardware Clock

2009-06-23 Thread Martin Michlmayr
* Edwin Kwan ek...@employees.org [2009-06-21 04:27]:
 During boot, I saw this error in syslog:
 drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
 Consequently hwclock --test --debug would fail.

Can you please test the following kernel:
http://merkel.debian.org/~tbm/tmp/kernel/linux-image-2.6.26-2-r4k-ip22_2.6.26-18~test1_mips.deb

If it works, I'll put the fix into the next update of our 2.6.26
kernel.
-- 
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#534233: xserver-xorg: X crashes while openingopenoffice.org and sometimes other programs

2009-06-23 Thread Michal Pokrywka
 I'm guessing this is a dupe of #529625.

Ouch, indeed, sorry for bothering. Funny, I've checked every bug with 'crash' 
in subject and didn't noticed that :)

And it is also confirmed to happen when oowriter is loading 
(http://bugs.freedesktop.org/show_bug.cgi?id=21464#c3).

So this report can be canceled or closed.

Thanks!
Michal Pokrywka



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



Bug#534293: python-cherrypy: bad cookie parsing/generation

2009-06-23 Thread laurent Corbes
Package: python-cherrypy
Version: 2.3.0-1
Severity: normal
Tags: patch


Cheerypy does not parse cookie correctly resulting in bad gateway errors while 
used behind an haproxy load balancer. From what I've understand after some 
testing it works when you use a client that is lazy about cookie/headers syntax 
(firefox, or apache/mod_proxy aparently as it works before I switch to 
haproxy). But once you use an haproxy that add informations to cookies on the 
fly it generate a 502 Bad gateway error because they are malformated.

I found the solution to my problem here 
http://www.formilux.org/archives/haproxy/0811/1516.html and the patch supllied 
fix the problem.

--- cherrypy/_cphttptools.py.orig   2009-06-22 17:47:21.820961811 +0200
+++ cherrypy/_cphttptools.py2009-06-22 17:47:32.948524301 +0200
@@ -430,7 +430,7 @@
 
 cookie = self.simple_cookie.output()
 if cookie:
-for line in cookie.split(\n):
+for line in cookie.split(\r\n):
 name, value = line.split(: , 1)
 self.header_list.append((name, value))

Maybe this problem exists elsewhere in the cherrypy code but for the moment 
this one fix my errors.


Thanks.


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

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

Versions of packages python-cherrypy depends on:
ii  python-support0.8.4  automated rebuilding support for P

python-cherrypy recommends no packages.

python-cherrypy 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#534263: sdm: new upstream version: 0.4.1

2009-06-23 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

On Mon, Jun 22, 2009 at 04:32:58PM -0700, Vagrant Cascadian wrote:
as requested, i've put together a new upstream tarball.

it has all the patches in debian/patches/ applied, and should fix:

  http://bugs.debian.org/533706
  http://bugs.debian.org/473691
  http://bugs.debian.org/509331

Great!

I'll have a look at it later (too busy right now)


  - Jonas

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

  [x] quote me freely  [ ] ask before reusing  [ ] keep private
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREDAAYFAkpAnmkACgkQn7DbMsAkQLgu2ACcClUX6Gh5tE5tTmmBrpJUKVfl
tFUAn3xT7uKQkXC6vwxFQhgbavT2NZfH
=Jw1v
-END PGP SIGNATURE-



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



Bug#534243: openoffice.org-core: Please switch to libneon27-gnutls

2009-06-23 Thread Adrian Bunk
On Mon, Jun 22, 2009 at 11:59:29PM +0200, Rene Engelhard wrote:
 Hi,

Hi René,

 Adrian Bunk wrote:
...
  - No OOo package seems to have a direct dependency against OpenSSL.
  
  What do I miss here?
 
 That the build of the webdav ucp does a explicit -lssl. And that no
 OOo package depends directly on libssl0.9.8 is untrue, see
 http://packages.debian.org/openoffice.org-core:
 
 [...]
 dep: libssl0.9.8 (= 0.9.8f-5) [not amd64, i386]
 SSL shared libraries 
 [...]

ah, I only checked all packages on amd64, not expecting different 
dependencies on different architectures.

 No idea why it does not result in a dependency on amd64/i386, but...

On architectures other than i386/amd64 the build log says:
dpkg-shlibdeps: warning: dependency on libcrypto.so.0.9.8 could be avoided if 
debian/openoffice.org-core/usr/lib/openoffice/basis3.1/program/libucpdav1.so 
were not uselessly linked against it (they use none of its symbols).
dpkg-shlibdeps: warning: dependency on libssl.so.0.9.8 could be avoided if 
debian/openoffice.org-core/usr/lib/openoffice/basis3.1/program/libucpdav1.so 
were not uselessly linked against it (they use none of its symbols).

On i386/amd64 the build log says:
Making: ../../../unxlngi6.pro/lib/libucpdav1.so
i486-linux-gnu-g++ -Wl,-z,noexecstack -Wl,-z,combreloc -Wl,-z,defs 
-Wl,--as-needed ...

I don't know why the -Wl,--as-needed is only passed on i386/amd64,
but it seems in no case OpenSSL is used directly by OOo.

 Grüße/Regards,
 
 René

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed




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



Bug#534294: policykit: Removes ACL entries from devices when resuming from suepend

2009-06-23 Thread Sam Morris
Package: policykit
Version: 0.9-3
Severity: important

PolicyKit will occasionally screw up the ACL entries on my CD-ROM and audio
devices when I wake my laptop from suspend.

For example, this morning when I woke the laptop up, I was no longer in
the ACLs for any of the devices in /dev/snd.

According to ck-list-sessions, I'm still logged in:

Session116:
unix-user = '1000'
realname = 'Sam Morris,,,'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty8'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2009-06-20T18:58:19.206724Z'
login-session-id = '4294967295'

So I'm not really sure where to look next...

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

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

Versions of packages policykit depends on:
ii  adduser   3.110  add and remove users and groups
ii  consolekit0.3.0-2framework for defining and trackin
ii  dbus  1.2.12-1   simple interprocess messaging syst
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.12-1   simple interprocess messaging syst
ii  libdbus-glib-1-2  0.80-4 simple interprocess messaging syst
ii  libglib2.0-0  2.20.1-2   The GLib library of C routines
ii  libpam0g  1.0.1-9Pluggable Authentication Modules l
ii  libpolkit-dbus2   0.9-3  library for accessing PolicyKit vi
ii  libpolkit-grant2  0.9-3  library for obtaining privileges v
ii  libpolkit20.9-3  library for accessing PolicyKit

policykit recommends no packages.

Versions of packages policykit suggests:
ii  policykit-gnome   0.9.2-2GNOME dialogs for PolicyKit

-- 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#514285: New version of mount-systray (0.5.2)

2009-06-23 Thread Juan Jesús Ojeda Croissier
There are some improvement and updates in this software and the
package was tested with pbuilder on sid (today) and the olny message
from lintian is:
$ lintian -v ~/pbuilder/sid-result/mount-systray_0.5.2_i386.deb
N: Setting up lab in /tmp/ZponGr3UsJ ...
N: Processing 1 packages...
N: 
N: Processing binary package mount-systray (version 0.5.2) ...
W: mount-systray: binary-without-manpage usr/bin/mount-systray
N: Removing /tmp/ZponGr3UsJ ...

I think the package is ready to review and upload. Could anyone take a
look at it?

Thanks :-)

-- 
Juanje



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



Bug#534243: openoffice.org-core: Please switch to libneon27-gnutls

2009-06-23 Thread Rene Engelhard
Hi,

Adrian Bunk wrote:
  No idea why it does not result in a dependency on amd64/i386, but...
 
 On architectures other than i386/amd64 the build log says:
 dpkg-shlibdeps: warning: dependency on libcrypto.so.0.9.8 could be avoided if 
 debian/openoffice.org-core/usr/lib/openoffice/basis3.1/program/libucpdav1.so
  were not uselessly linked against it (they use none of its symbols).
 dpkg-shlibdeps: warning: dependency on libssl.so.0.9.8 could be avoided if 
 debian/openoffice.org-core/usr/lib/openoffice/basis3.1/program/libucpdav1.so
  were not uselessly linked against it (they use none of its symbols).

Hmm. Interesting.

 On i386/amd64 the build log says:
 Making: ../../../unxlngi6.pro/lib/libucpdav1.so
 i486-linux-gnu-g++ -Wl,-z,noexecstack -Wl,-z,combreloc -Wl,-z,defs 
 -Wl,--as-needed ...

Ah, that explains it...

 I don't know why the -Wl,--as-needed is only passed on i386/amd64,
 but it seems in no case OpenSSL is used directly by OOo.

OOo has a compiler flag definition for every arch *separately*, and
it seems Novell added  -Wl,--as-needed - but only for i386/amd64 ;-)

Anyway, I'll fix this but I am not convinced that we should move from
SSl to Gnutls (except for curl which must be at gnutls for now because
of librdf0-dev. When it'll be removed with 3.2 I'll switch that to openssl, too)

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



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



Bug#533015: lib32z1: /emul/ia32-linux deprecated

2009-06-23 Thread Mark Brown
On Tue, Jun 23, 2009 at 09:49:16AM +0200, Thomas Cataldo wrote:
 The attached patch should fix it

I already have a very similar patch.  I'm not rushing to upload it given
that the transition (for the initial mail on) appears to be a bit of a
shambles and I don't want the hassle of sorting out the snagging issues.



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



Bug#534188: update-menus --trigger crashes with segfault

2009-06-23 Thread Ulf Hermann
 You are running a mix of stable and unstable, right ?

I was trying to run a mix of stable and unstable in order to get KDE 4.2. When
rebooting I found out that quite some other programs were crashing, too. Some
debugging with gdb revealed that this was an effect of upgrading libc6 to the
version in unstable. Now I have downgraded everything again and it seems to
work. So the problem is probably not in menu. It's unstable's libc6 not being
binary-compatible with stable's.

 Could you try to run
 update-menus --verbose
 and
 update-menus --stdout

No, sorry. I couldn't read the mail before downgrading as everything was
crashing and now I won't try that again ...



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



Bug#534295: [INTL:eu] apt-listbugs Basque translation

2009-06-23 Thread Piarres Beobide
Package: apt-listbugs
Severity: wishlist
Tags: l10n patch

Hi

Attached apt-listbugs Basque translation, please add it.


thx


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

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-listbugs depends on:
ii  apt  0.7.21  Advanced front-end for dpkg
pn  libdpkg-ruby1.8  none  (no description available)
pn  libgettext-ruby1.8   none  (no description available)
pn  libhttp-access2-ruby1.8  none  (no description available)
ii  libruby1.8 [libzlib-ruby1.8] 1.8.7.174-1 Libraries necessary to run Ruby 1.
pn  libxml-parser-ruby1.8none  (no description available)
ii  ruby 4.2 An interpreter of object-oriented 

apt-listbugs recommends no packages.

Versions of packages apt-listbugs suggests:
ii  debianutils  3.1.3   Miscellaneous utilities specific t
ii  epiphany-gecko [www-browser] 2.26.1-1Intuitive GNOME web browser - Geck
ii  iceweasel [www-browser]  3.0.11-1lightweight web browser based on M
ii  konqueror [www-browser]  4:4.2.4-1   KDE 4's advanced file manager, web
ii  links2 [www-browser] 2.2-1+b1Web browser running in both graphi
ii  lynx-cur [www-browser]   2.8.7pre5-1 Text-mode WWW Browser with NLS sup
ii  reportbug4.4 reports bugs in the Debian distrib
ii  w3m [www-browser]0.5.2-2+b1  WWW browsable pager with excellent
# translation of apt-listbugs.po to Euskara
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Piarres Beobide EGaña p...@beobide.net, 2009.
msgid 
msgstr 
Project-Id-Version: apt-listbugs\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2009-06-08 22:46-0700\n
PO-Revision-Date: 2009-06-23 11:43+0200\n
Last-Translator: Piarres Beobide EGaña p...@beobide.net\n
Language-Team: Euskara debian-l10n...@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

#: apt-listbugs:283
msgid E: apt Pre-Install-Pkgs is not giving me expected 'VERSION 2' string.\n
msgstr E: apt Pre-Install-Pkgs ez dago espero zen 'VERSION 2' katea 
itzultzen.\n

#: apt-listbugs:374
msgid ** Exit with an error by force in order to stop the installation. 
**
msgstr ** Behartutako errore batez irten instalazioa gelditu ahal izateko. 
**

#: lib/apt-listbugs/logic.rb:39
msgid Usage: 
msgstr Erabilera: 

#: lib/apt-listbugs/logic.rb:40
msgid  [options] command [arguments]
msgstr  [aukerak] komandoa [argumentuak]

#: lib/apt-listbugs/logic.rb:42
msgid Options:\n
msgstr Aukerak:\n

#: lib/apt-listbugs/logic.rb:43
msgid  -h   : Display this help and exit.\n
msgstr  -h   : Bistarazi laguntza hau eta irten.\n

#: lib/apt-listbugs/logic.rb:44
msgid  -v   : Show version number and exit\n
msgstr  -v   : Bistarazi bertsio zenbakia eta irten\n

#: lib/apt-listbugs/logic.rb:45
#, python-format
msgid  -s severities  : Severities you want to see [%s], or [all].\n
msgstr  -s larritasunak  : Ikusi nahi dituzun larritasunak [%s], edo 
[all].\n

#: lib/apt-listbugs/logic.rb:46
msgid  -T tags: Tags you want to see.\n
msgstr  -T etiketak: Ikusi nahi dituzun etiketak.\n

#: lib/apt-listbugs/logic.rb:47
#, python-format
msgid  -S stats   : Stats you want to see [%s].\n
msgstr  -S egoera   : Ikusi nahi dituzun egoerak [%s].\n

#: lib/apt-listbugs/logic.rb:48
msgid  -B bug#: Restrict reporting to specified bug#s only.\n
msgstr  -B bug#: Mugatu berri-ematean zehaztutako bug zenbakian 
bakarrik.\n

#: lib/apt-listbugs/logic.rb:49
msgid  -D   : Show downgraded packages, too.\n
msgstr  -D   : Ikusi bertsio-atzeratutako paketeak ere.\n

#: lib/apt-listbugs/logic.rb:50
#, python-format
msgid  -H hostname: Hostname of Debian Bug Tracking System [%s].\n
msgstr  -H ostalaria: Debian Bug Tracking System -aren 
ostalari-izena[%s].\n

#: lib/apt-listbugs/logic.rb:51
#, python-format
msgid  -p port: Port number of the server [%s]\n
msgstr  -p port: Zerbitzariaren ataka zenbakia [%s]\n

#: lib/apt-listbugs/logic.rb:52
#, python-format
msgid  --pin-priority   : Specifies Pin-Priority value [%s]\n
msgstr  --pin-priority   : Pin-Priority balioa ezartzen du [%s]\n

#: lib/apt-listbugs/logic.rb:53
msgid  --title  : Specifies the title of rss output.\n
msgstr  --title  : Rss irteeraren titulua ezartzen du.\n

#: lib/apt-listbugs/logic.rb:54
msgid  -f   : Retrieve bug reports from BTS 

Bug#514285: New version of mount-systray (0.5.2)

2009-06-23 Thread Juan Jesús Ojeda Croissier
Btw, the current developer branch for mount-systray is:
http://bazaar.launchpad.net/~guadalinex-members/mount-systray/trunk

Thanks

-- 
Juanje



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



Bug#534296: spamassassin: Possible SORBS closure would require config changes

2009-06-23 Thread Beat Bolli
Package: spamassassin
Version: 3.2.5-4
Severity: normal

According to the note on http://www.us.sorbs.net/, it is possible that SORBS 
shuts
down on 2009-07-20. As Spamassassin uses SORBS in its default configuration,
a config update would be needed.

Please keep an eye on SORBS and Do The Right Thing ;-)

Thanks,
Beat Bolli

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

Kernel: Linux 2.6.29-2-486
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_CH.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages spamassassin depends on:
pn  libarchive-tar-perl   none (no description available)
ii  libdigest-sha1-perl   2.12-1 NIST SHA-1 message digest algorith
ii  libhtml-parser-perl   3.61-1 collection of modules that parse H
ii  libnet-dns-perl   0.65-1 Perform DNS queries from a Perl sc
ii  libsocket6-perl   0.20-1 Perl extensions for IPv6
ii  libsys-hostname-long-perl 1.4-2  Figure out the long (fully-qualifi
ii  libwww-perl   5.827-1WWW client/server library for Perl
ii  perl  5.10.0-23  Larry Wall's Practical Extraction 
ii  perl-modules [libio-zlib-perl 5.10.0-23  Core Perl modules

Versions of packages spamassassin recommends:
ii  gcc   4:4.3.3-9  The GNU C compiler
ii  gnupg 1.4.9-4GNU privacy guard - a free PGP rep
ii  libc6-dev 2.9-18 GNU C Library: Development Librari
ii  libio-socket-inet6-perl   2.54-1.1   Object interface for AF_INET6 doma
ii  libmail-spf-perl  2.005-1Perl implementation of Sender Poli
ii  libsys-syslog-perl0.27-1 Perl interface to the UNIX syslog(
ii  make  3.81-5 The GNU version of the make util
ii  perl [libsys-syslog-perl] 5.10.0-23  Larry Wall's Practical Extraction 
pn  re2c  none (no description available)
ii  spamc 3.2.5-4Client for SpamAssassin spam filte

Versions of packages spamassassin suggests:
ii  libcompress-zlib-perl 2.015-1Perl module for creation and manip
ii  libdbi-perl   1.608-1Perl5 database interface by Tim Bu
ii  libio-socket-ssl-perl 1.24-1 Perl module implementing object or
pn  libmail-dkim-perl none (no description available)
pn  libnet-ident-perl none (no description available)
ii  perl [libcompress-zlib-perl]  5.10.0-23  Larry Wall's Practical Extraction 
pn  pyzor none (no description available)
pn  razor none (no description available)

-- debconf information:
  spamassassin/upgrade/2.40:
  spamassassin/upgrade/2.40w:
  spamassassin/upgrade/cancel: Continue
  spamassassin/upgrade/2.42m: No
  spamassassin/upgrade/2.42u: No



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



Bug#494001: debian-installer: /etc/mtab must be a symlink to /proc/mounts with linux = 2.6.26

2009-06-23 Thread Petter Reinholdtsen
Did anyone verify that smb and cifs mounts will get the same
information in /etc/mtab and /proc/mounts?  I was just told by Steve
Langasek that it is not the case for cifs.

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#317777: variable finessed

2009-06-23 Thread Jane Lockhart
inequity highwaymen
nay trench





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



Bug#534297: libgdcm-cil: New Mono 2.0 Package Layout

2009-06-23 Thread Mathieu Malaterre
Package: libgdcm-cil
Version: 2.0.12-1
Severity: normal


GDCM: libgdcm-cil is not ready for the New Mono 2.0 Package Layout.

See doc: http://wiki.debian.org/Teams/DebianMonoGroup/Mono20Transition

[Jo Shields on debian-cli]

We have deprecated support for 1.0 entirely, so only 2.0-based building is 
allowed. You should build-depend on mono-devel which will pull in the 
compiler, and force your build system to use csc as a compiler (which points 
to our current default compiler version)


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

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

Versions of packages libgdcm-cil depends on:
ii  libc6  2.9-7 GNU C Library: Shared libraries
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libgcc11:4.4.0-6 GCC support library
ii  libgdcm2.0 2.0.12-1  Grassroots DICOM runtime libraries
ii  libopenjpeg2   1.3+dfsg-4JPEG 2000 image compression/decomp
ii  libssl0.9.80.9.8g-16 SSL shared libraries
ii  libstdc++6 4.4.0-6   The GNU Standard C++ Library v3
ii  libuuid1   1.41.3-1  universally unique id library
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

libgdcm-cil recommends no packages.

libgdcm-cil 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#273554: jovian misshapen coadjutor

2009-06-23 Thread Alice Rosado
nyc
nw cleanup





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



Bug#61987: edify sequel conveyor

2009-06-23 Thread Gloria Gregg
bathrobe godparent
sharp edify





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



Bug#533917: metacity: windows open below gnome panel

2009-06-23 Thread Gerfried Fuchs
Package: metacity
Version: 1:2.26.0-2
Severity: important

Hi!

 Until recently, new windows got opened outside the gnome panel area,
and when moving windows the panel was giving a short stop to the window.
Now when opening windows and moving windows around it looks like the
panel is completely ignored.

 I am not aware that I tweaked any option if there is one for that
behavior, propably it switched its default or similar. If it's not
option related, I'm not sure what to think of it. It at least seems to
be similar to or the same as #533917 - if you also think so feel free
to merge them.

 ... reading further in that bugreport it indeed is the same issue, and
doing the metacity --replace workaround does fix it for me. I hope
that it at least partly helps to confirm that the metacity --replace
thing does do the magic trick. :)

 Thanks in advance!
Rhonda

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

Kernel: Linux 2.6.30-1-powerpc
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages metacity depends on:
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libc62.9-12  GNU C Library: Shared libraries
ii  libcairo21.8.6-2+b1  The Cairo 2D vector graphics libra
ii  libgconf2-4  2.26.2-1GNOME configuration database syste
ii  libglib2.0-0 2.20.1-2The GLib library of C routines
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user interface 
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libmetacity-private0 1:2.26.0-2  library for the Metacity window ma
ii  libpango1.0-01.24.0-3+b1 Layout and rendering of internatio
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libstartup-notification0 0.10-1  library for program launch feedbac
ii  libx11-6 2:1.2.1-1   X11 client-side library
ii  libxcomposite1   1:0.4.0-3   X11 Composite extension library
ii  libxcursor1  1:1.1.9-1   X cursor management library
ii  libxdamage1  1:1.1.1-4   X11 damaged region extension libra
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.3-2   X11 miscellaneous 'fixes' extensio
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxrandr2   2:1.3.0-2   X11 RandR extension library
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra
ii  metacity-common  1:2.26.0-2  shared files for the Metacity wind
ii  zenity   2.26.0-1Display graphical dialog boxes fro

Versions of packages metacity recommends:
ii  gnome-session [x-session-mana 2.22.3-3   The GNOME 2 Session Manager

Versions of packages metacity suggests:
ii  gnome-control-center1:2.24.0.1-5 utilities to configure the GNOME d
ii  gnome-themes2.26.2-1 official themes for the GNOME desk
pn  xdg-user-dirs   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#534298: [INTL:eu] ufw debconf Basque translation

2009-06-23 Thread Piarres Beobide
Package: ufw
Severity: wishlist
Tags: l10n patch

Hi

Attached ufw debian configuration templates Basque translation, please add it.

thx

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

Kernel: Linux 2.6.29-1-686 (SMP w/1 CPU core)
Locale: LANG=eu_ES.UTF-8, LC_CTYPE=eu_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
# translation of templates(2).po to Euskara
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Piarres Beobide EGaña p...@beobide.net, 2009.
msgid 
msgstr 
Project-Id-Version: templates(2)\n
Report-Msgid-Bugs-To: u...@packages.debian.org\n
POT-Creation-Date: 2009-06-16 23:11+0100\n
PO-Revision-Date: 2009-06-23 12:30+0200\n
Last-Translator: Piarres Beobide EGaña p...@beobide.net\n
Language-Team: Euskara 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: error
#. Description
#: ../templates:2001
msgid Existing configuration found
msgstr Konfigurazioa aurkituta

#. Type: error
#. Description
#: ../templates:2001
msgid 
An existing configuration for ufw has been found. Existing rules must by 
managed manually.
msgstr 
Aurreko ufw konfigurazio bat aurkitu da. Dauden arauak eskuz kudeatu 
behar dira.

#. Type: error
#. Description
#: ../templates:2001
msgid You should read the ufw(8) manpage for details about ufw configuration.
msgstr ufw(8) manual orria irakurri beharko zenuke ufw konfigurazio 
xehetasunetarako.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Start ufw automatically?
msgstr Abiarazi ufw automatikoki?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
If you choose this option, the rules you are about to set will be enabled 
during system startup so that this host is protected as early as possible.
msgstr 
Aukera hau hautatzen baduzu ezartzen dituzun arauak sistema abioan 
gaituko dira, honela sistema hala bezain azkar babesteko.

#. Type: boolean
#. Description
#: ../templates:3001
msgid To protect this host immediately, you must start ufw manually.
msgstr Ostalari hau berehala babesteko ufw eskuz abiarazi beharko duzu.

#. Type: multiselect
#. Description
#: ../templates:4001
msgid Authorized services:
msgstr Autorizatutako zerbitzuak:

#. Type: multiselect
#. Description
#: ../templates:4001
msgid Please choose the services that should be available for incoming 
connections.
msgstr Mesedez hautatu zein zerbitzu baimendu behar dira kanpoaldetik 
konektatzeko.

#. Type: multiselect
#. Description
#: ../templates:4001
msgid Other services may be specified in the next configuration step.
msgstr Beste zerbitzu batzuek hurrengo konfigurazio urratsean zehaztu 
daitezke.

#. Type: string
#. Description
#: ../templates:5001
msgid Additional authorized services:
msgstr Autorizatutako zerbitzu gehigarriak:

#. Type: string
#. Description
#: ../templates:5001
msgid 
Please enter a space separated list of any additional ports you would like 
to open. You may use a service name (as found in /etc/services), a port 
number, or a port number with protocol.
msgstr 
Mesedez idatzi zuriunez bereizirik irekitzea nahi dituzun ataka gehigarrien 
zerrenda. Zerbitzu izen bat (/etc/services-en zehazturikoak), ataka zenbaki 
bat edo ataka zenbakia protokolo batez erabili ditzakezu.

#. Type: string
#. Description
#: ../templates:5001
msgid 
Example: to allow a web server, port 53 and tcp port 22, you should enter 
\www 53 22/tcp\.
msgstr 
Adibidez: web zerbitzari bat, 53 ataka eta 22 atakako tcp onartzeko 
\www 53 22/tcp\ idatzi beharko duzu.



Bug#533600: gtranslator: msgid ending with backslash causes file corruption

2009-06-23 Thread Jordi Mallach
Hi Peter,

On Fri, Jun 19, 2009 at 11:08:53PM +0200, Peter Krefting wrote:
 Well, I *am* using the one from Debian's stable distribution. :-)

I know, the timing for the first usable 1.9.x version was unfortunate
and didn't make it in lenny despite this was my desire.

 Haven't tried if it's possible to build on stable, I'll see if I have the 
 time. In the meanwhile, I'll keep my locally patched version.

I could try to make a backport. I *think* the depends should be good enough.

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
jo...@sindominio.net jo...@debian.org http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/



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



Bug#534243: openoffice.org-core: Please switch to libneon27-gnutls

2009-06-23 Thread Adrian Bunk
On Tue, Jun 23, 2009 at 11:42:16AM +0200, Rene Engelhard wrote:
 Hi,

Hi René,

 Adrian Bunk wrote:
   No idea why it does not result in a dependency on amd64/i386, but...
  
  On architectures other than i386/amd64 the build log says:
  dpkg-shlibdeps: warning: dependency on libcrypto.so.0.9.8 could be avoided 
  if 
  debian/openoffice.org-core/usr/lib/openoffice/basis3.1/program/libucpdav1.so
   were not uselessly linked against it (they use none of its symbols).
  dpkg-shlibdeps: warning: dependency on libssl.so.0.9.8 could be avoided if 
  debian/openoffice.org-core/usr/lib/openoffice/basis3.1/program/libucpdav1.so
   were not uselessly linked against it (they use none of its symbols).
 
 Hmm. Interesting.
 
  On i386/amd64 the build log says:
  Making: ../../../unxlngi6.pro/lib/libucpdav1.so
  i486-linux-gnu-g++ -Wl,-z,noexecstack -Wl,-z,combreloc -Wl,-z,defs 
  -Wl,--as-needed ...
 
 Ah, that explains it...
 
  I don't know why the -Wl,--as-needed is only passed on i386/amd64,
  but it seems in no case OpenSSL is used directly by OOo.
 
 OOo has a compiler flag definition for every arch *separately*, and
 it seems Novell added  -Wl,--as-needed - but only for i386/amd64 ;-)
 
 Anyway, I'll fix this but I am not convinced that we should move from
 SSl to Gnutls (except for curl which must be at gnutls for now because
 of librdf0-dev. When it'll be removed with 3.2 I'll switch that to openssl, 
 too)

I have reported this year 12 RC bugs, 5 of them still open, against 
GPLed software linked with the OpenSSL versions of libcurl/libneon.

This is a common mistake, and in most cases the solution was simply 
to switch to the gnutls version since they were only mistakenly linking 
against the OpenSSL version.

For libneon, OOo is one out of only two remaining users of the OpenSSL 
version.

That's why, if it doesn't cause breakage for OOo, it would be nice if 
OOo would switch to libneon27-gnutls.

 Grüße/Regards,
 
 René

cu
Adrian

-- 

   Is there not promise of rain? Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   Only a promise, Lao Er said.
   Pearl S. Buck - Dragon Seed




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



Bug#510476: updates

2009-06-23 Thread Victor Seva

Just for the record:

working in progress [0]

[0] http://svn.debian.org/wsvn/pkg-voip/lcr/?op=logrev=0sc=0isdir=1
--
Victor Seva linuxman...@torreviejawireless.org
http://linuxmaniac.torreviejawireless.org





PGP.sig
Description: Mensaje firmado digitalmente


Bug#500000: Directory of small businesses in the States

2009-06-23 Thread Selena Koch


many different fields such as company income, email, number of employees etc.. 

2,000,000 total records all with emails

This week's special price =  $297  - during this week only

reply by email:  i...@listsourcesworld.com

  








you want to cease mailing?  please email e...@listsourcesworld.com  





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



Bug#534242: ITP: antihex -- Converts hex to decimal

2009-06-23 Thread Harry Rickards

On 23/06/09 09:20, Thomas Viehmann wrote:

Hi,

Harry Rickards wrote:

Section : math



AntiHex is a pipe to convert hex values into decimal. Ex: # cat
/proc/iomem -0009fbff : System RAM 0009fc00-0009 : reserved
 # cat /proc/iomem | ah -639K-1 : System RAM 639K -640K-1 :
reserved ...


I'm not sure the equivalent of

python -c 'import re,sys ; exec(for l in sys.stdin: \
sys.stdout.write(re.sub(r(?![0-9A-Fa-f])[0-9A-Fa-f]{3,8}(?![0-9A-Fa-f]),\

lambda x: ((lambda y: (y2**30 and (%.2f%(y/2.0**30))+G) or \
(y2**20 and (%.2f%(y/2.0**20))+M) or (y2**10 and \
(%.2f%(y/2.0**10))+K) or str(y))(int(x.group(),16))),l)))'

qualifies as math. And yes, I know that ah is much superior because it
has the -1 business.

Kind regards

T.


It's not actually my program, it's just a useful tool I found on 
Sourceforge. What would you suggest packaging it as? utils?




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



Bug#534301: ratpoison: Third-party comprehensive default config could be included

2009-06-23 Thread Antony Gelberg
Package: ratpoison
Version: 1.4.3-1
Severity: wishlist

Hi,

I just moved to ratpoison from stumpwm as the latter crashes too much.  Just
when I was banging my head against the wall wondering how I was going to get a
good default config going, I found Daniel Webb's example config at
http://danielwebb.us/software/ratpoison/ (look for the .tar.gz).

Perhaps this could be included in the examples directory and referred to in
README.Debian, to give us ratpoison newbies a substantial advantage?  It shows
what can be done in a way that one can't imagine on first skim of the
ratpoison docs.

Antony


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

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

Versions of packages ratpoison depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libreadline5  5.2-3.1GNU readline and history libraries
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxtst6  2:1.0.3-1  X11 Testing -- Resource extension 

Versions of packages ratpoison recommends:
ii  9menu  1.8-1.2   Creates X menus from the shell
ii  menu   2.1.41generates programs menu for all me
ii  rxvt-unicode [x-terminal-e 9.05-1+lenny1 RXVT-like terminal emulator with U
ii  xterm [x-terminal-emulator 235-2 X terminal emulator

Versions of packages ratpoison suggests:
ii  xbindkeys 1.8.2-1Associate a combination of keys or
pn  xclip 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#534195: recommends in rhythmbox package trashes kde desktops

2009-06-23 Thread Philip
first, I installed rhythmbox on a fresh kde lenny vm, and then did
apt-get install rhythmbox.  after a reboot I see a new login screen
and I now have a gnomish desktop.

now, yes, doing dpkg -P gnome-session restores my kde desktop to its
former glory.

also then doing dpkg -P desktop-base removes the debianisation of the
kdm login screen that also got dragged in by installing rhythmbox

now everything goes back the way it was before installing rhythmbox
(except I have a few more apps now of course).

so these two packages appear to be the ones that might cause dramatic
look and feel changes and should not (IMHO) be installed just because
someone  wants one app added.

thanks, Philip

Emilio Pozuelo Monfort wrote:
 Philip wrote:
 Just to clarify
 to recover from the situation I did something like
 dpkg -l |grep gnome
 and deleted all of the gnome packages
 
 Can you try again and once half of GNOME has been installed, remove 
 gnome-session?
 




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



Bug#533917: metacity: windows open below gnome panel

2009-06-23 Thread Emilio Pozuelo Monfort
Gerfried Fuchs wrote:
  ... reading further in that bugreport it indeed is the same issue, and
 doing the metacity --replace workaround does fix it for me. I hope
 that it at least partly helps to confirm that the metacity --replace
 thing does do the magic trick. :)

The right fix would be to upgrade gnome-panel to 2.26 from unstable or to
downgrade metacity, it seems metacity 2.26 and gnome-panel 2.24 have some
incompatibility. A Breaks: gnome-panel ( 2.26) has been added to metacity and
will be uploaded to the archive.

In the meantime you can workaround it the way you like the most :)

Best,
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#534300: Please add /usr/sbin/service to sysvinit-utils

2009-06-23 Thread Steve Langasek
Package: sysvinit-utils
Version: 2.86.ds1-61
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: ubuntu-patch origin-ubuntu karmic

Hi guys,

Please find attached a patch from the Ubuntu sysvinit-utils package that
adds a 'service' command and manpage.

This implies conflicts with the chkconfig and sysvconfig packages, which
also implement this command, but we should really move it more centrally and
make it a standard interface.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org
Index: debian/control
===
--- debian/control	(revision 1332)
+++ debian/control	(working copy)
@@ -26,15 +26,15 @@
 Package: sysvinit-utils
 Essential: yes
 Architecture: any
-Conflicts: last
-Replaces: last, sysvinit (= 2.86.ds1-22)
+Conflicts: last, sysvconfig, chkconfig
+Replaces: last, sysvinit (= 2.86.ds1-22), sysvconfig, chkconfig
 Depends: ${shlibs:Depends}
 Suggests: sash
 Description: System-V-like utilities
  This package contains the important System-V-like utilities.
  .
  Specifically, this package includes:
- killall5, last, lastb, mesg, pidof, sulogin
+ killall5, last, lastb, mesg, pidof, service, sulogin
 
 Package: sysv-rc
 Architecture: all
Index: debian/rules
===
--- debian/rules	(revision 1332)
+++ debian/rules	(working copy)
@@ -110,6 +110,7 @@
 	rm -f $(tmp)/usr/share/man/man1/last.1
 	rm -f $(tmp)/usr/share/man/man1/lastb.1
 	rm -f $(tmp)/usr/share/man/man1/mesg.1
+	rm -f $(tmp)/usr/share/man/man8/service.8
 	rm -f $(tmp)/usr/share/man/man8/pidof.8
 	rm -f $(tmp)/usr/share/man/man1/mountpoint.1
 	rm -f $(tmp)/sbin/killall5
@@ -117,6 +118,7 @@
 	rm -f $(tmp)/usr/bin/last
 	rm -f $(tmp)/usr/bin/lastb
 	rm -f $(tmp)/usr/bin/mesg
+	rm -f $(tmp)/usr/sbin/service
 	rm -f $(tmp)/bin/pidof
 	rm -f $(tmp)/bin/mountpoint
 	rmdir $(tmp)/usr/share/man/man1
@@ -152,6 +154,7 @@
 	install -o root -g root -m 755 src/sulogin $(tmp)/sbin
 	install -o root -g root -m 755 src/last $(tmp)/usr/bin
 	install -o root -g root -m 755 src/mesg $(tmp)/usr/bin
+	install -o root -g root -m 755 debian/service/sbin/service $(tmp)/usr/sbin
 	strip -s -R .comment $(tmp)/sbin/killall5
 	strip -s -R .comment $(tmp)/sbin/sulogin
 	strip -s -R .comment $(tmp)/usr/bin/last
@@ -163,6 +166,7 @@
 	install -o root -g root -m 644 man/last.1 $(tmp)/usr/share/man/man1
 	install -o root -g root -m 644 man/lastb.1 $(tmp)/usr/share/man/man1
 	install -o root -g root -m 644 man/mesg.1 $(tmp)/usr/share/man/man1
+	install -o root -g root -m 644 debian/service/man8/service.8 $(tmp)/usr/share/man/man8
 	install -o root -g root -m 644 man/pidof.8 $(tmp)/usr/share/man/man8
 	gzip -9f $(tmp)/usr/share/man/man*/*.[0-9]
 	install -o root -g root -m 644 debian/copyright \
Index: debian/service/man8/service.8
===
--- debian/service/man8/service.8	(revision 0)
+++ debian/service/man8/service.8	(revision 0)
@@ -0,0 +1,76 @@
+.\ A man page for service(8). -*- nroff -*-
+.\
+.\ Copyright (C) 2006 Red Hat, Inc. All rights reserved.
+.\
+.\ This copyrighted material is made available to anyone wishing to use,
+.\ modify, copy, or redistribute it subject to the terms and conditions of the
+.\ GNU General Public License v.2.
+.\
+.\ This program is distributed in the hope that it will be useful, but WITHOUT
+.\ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
+.\ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 
+.\ more details.
+.\
+.\ You should have received a copy of the GNU General Public License along
+.\ with this program; if not, write to the Free Software Foundation, Inc.,
+.\ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+.\
+.\ Author: Miloslav Trmac m...@redhat.com
+.TH service 8 Jan 2006
+
+.SH NAME
+service \- run a System V init script
+
+.SH SYNOPSIS
+\fBservice\fR \fISCRIPT\fR \fICOMMAND\fR [\fIOPTIONS\fR]
+
+\fBservice \-\-status\-all\fR
+
+\fBservice\fR \fB\-\-help\fR | \fB\-h\fR | \fB\-\-version\fR
+
+.SH DESCRIPTION
+.B service
+runs a System V init script in as predictable environment as possible,
+removing most environment variables
+and with current working directory set to \fB/\fR.
+
+The
+.I SCRIPT
+parameter specifies a System V init script,
+located in \fB/etc/init.d/\fISCRIPT\fR.
+The supported values of
+.I COMMAND
+depend on the invoked script,
+.B service
+passes
+.I COMMAND
+and
+.I OPTIONS
+it to the init script unmodified.
+All scripts should support at least the
+.B start
+and
+.B stop
+commands.
+As a special case, if
+.I COMMAND
+is \fB\-\-full-restart\fR, the script is run twice, first with the
+.B stop
+command, 

Bug#534299: dmraid: grep only needed in initramfs if BUSYBOX=n

2009-06-23 Thread Colin Watson
Package: dmraid
Version: 1.0.0.rc15-8
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch karmic

grep is only needed in the initramfs (see #528998) if BUSYBOX=n.
Otherwise, it's just 100KB of useless junk in the initramfs, which slows
down boot; since we configure busybox to prefer its own applets when
available, it isn't even used.

(I haven't tested this patch on Debian, only on Ubuntu, I'm afraid, but
it should be very quick to test; just try generating an initramfs with
both BUSYBOX=y and BUSYBOX=n, look at the contents of the initramfs with
'zcat initrd.img | cpio -itv | grep grep' to check whether grep is there
in each case.)

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]
diff -u dmraid-1.0.0.rc15/debian/initramfs/dmraid.initramfs-hook/dmraid dmraid-1.0.0.rc15/debian/initramfs/dmraid.initramfs-hook/dmraid
--- dmraid-1.0.0.rc15/debian/initramfs/dmraid.initramfs-hook/dmraid
+++ dmraid-1.0.0.rc15/debian/initramfs/dmraid.initramfs-hook/dmraid
@@ -23,7 +23,9 @@
 	force_load dm-raid45
 	copy_exec /sbin/dmraid sbin
 	copy_exec /sbin/dmraid-activate sbin
-	copy_exec /bin/grep bin
+	if [ $BUSYBOX = n ]; then
+		copy_exec /bin/grep bin
+	fi
 	if [ -f /etc/udev/rules.d/85_dmraid.rules ]; then
 		mkdir -p ${DESTDIR}/etc/udev/rules.d
 		cp -p /etc/udev/rules.d/85_dmraid.rules ${DESTDIR}/etc/udev/rules.d


Bug#533600: gtranslator: msgid ending with backslash causes file corruption

2009-06-23 Thread Peter Krefting

Hi!


I could try to make a backport. I *think* the depends should be good enough.


I tried, but there were some compile-errors regarding gtksourceview that I 
didn't have time to look further into.


--
\\// Peter - http://www.softwolves.pp.se/



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



Bug#534271: wicd: missing dependency on python-notify

2009-06-23 Thread David Paleino
severity 534271 minor
thanks

On Tue, 23 Jun 2009 00:15:56 -0400, Micah Anderson wrote:

 Without installing python-notify, wicd greys out the option in the
 configuration for 'Display notifications about connection status'. If
 its installed, you can click that option.
 
 Please add that as a dependency to the package.

That would grant a Recommends, at most. It's not essential for the
functionality of the package (thus also lowering severity).

  http://git.debian.org/?p=collab-maint/wicd.git;a=commitdiff;h=f682158

Kindly,
David

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


signature.asc
Description: PGP signature


Bug#532357: libldb-samba4-dev: ldb_module.h and associated files not included in package

2009-06-23 Thread Martin Michlmayr
* Mathias Gug math...@ubuntu.com [2009-06-08 15:44]:
 Package: libldb-samba4-dev
 Version: 4.0.0~alpha7~20090225-1

There's no such package in Debian.  Are you sure this bug applies to
Debian too?

 Severity: normal
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu karmic
 
 
 Package libldb-samba4-dev does not include ldb_module.h header and its
 associated files.
 When compiling against it errors appear due to the lack of this files.
 
 Original bug report:
 https://bugs.launchpad.net/ubuntu/+source/samba4/+bug/372405
 
 
 -- System Information:
 Debian Release: 5.0
   APT prefers jaunty-updates
   APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
 'jaunty-proposed'), (500, 'jaunty')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.28-12-generic (SMP w/2 CPU cores)
 Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=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#533992: skkdic: FTBFS: dpkg-gencontrol: error: error occurred while parsing Enhances field: dbskkd-cdb | skkserv

2009-06-23 Thread Tatsuya Kinoshita
tags 533992 + pending
tags 526504 + pending
tags 534010 + pending
tags 526509 + pending
thanks

Noritada, you seem to be busy, so I'm going to update skkdic and
skksearch.

Please tell me when you make a comeback for the maintainer.

Thanks,
--
Tatsuya Kinoshita


pgpESKVoA7fz0.pgp
Description: PGP signature


Bug#341376: kenney baroque game

2009-06-23 Thread Annette Pierson
deprecatory vent nibs
indicant





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



Bug#493625: usbcore.autosuspend=1 is not vailde for a Debian kernel

2009-06-23 Thread Marcus Better
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

found 493625 1.11-1
thanks

The suggestion to set autosuspend=1 is also wrong (both as module
parameter and on command line), since this parameter only controls the
default autosuspend delay (5 by default), see the kernel documentation [1].

The kernel enables autosuspend by default for some classes of devices,
and powertop should not suggest to enable it more generally since that
can break many devices (especially keyboards, mice, printers and scanners).

[1]
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/usb/power-management.txt
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpAtwQACgkQXjXn6TzcAQmozQCgwxfapMmsqEPv21ULLNllzD/J
sEgAoKa7WmC38iiXtwG4SF0l5PQXwear
=dl34
-END PGP SIGNATURE-



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



Bug#532174: cunieform: CMake 2.6.2 is required for building, but no minimal version is specified in debian/control

2009-06-23 Thread Martin Michlmayr
* Svami Dhyan Nataraj n...@shaplov.ru [2009-06-07 13:49]:
 Package: cunieform

cunieform is not in Debian.  Do you remember where you got the package
from?

-- 
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#534302: 'qemu -vga std' fails to start X - VGA BIOS reports 0 video memory

2009-06-23 Thread Jim Hague
Package: qemu
Version: 0.10.5-1
Severity: normal

Starting e.g. CentOS 5.3 under 'qemu -vga std'. CentOS X server
configured to use 'vesa' driver fails to start, reporting
insufficient memory for all modes. Unsurprisingly, as vesa driver
reports video memory as 0Mb.

Fixed by updating to latest vgabios.bin from
http://svn.savannah.gnu.org/viewvc/tags/release_0_10_1/pc-bios/vgabios.bin?root=qemuview=log

Not sure if this is qemu or vgabios bug.

Jim

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

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

Versions of packages qemu depends on:
ii  bochsbios  2.3.7+20090416-1  BIOS for the Bochs emulator
ii  libasound2 1.0.20-2  shared library for ALSA applicatio
ii  libbluetooth3  4.40-2Library to use the BlueZ Linux Blu
ii  libbrlapi0.5   4.0-6 braille display access via BRLTTY 
ii  libc6  2.9-13GNU C Library: Shared libraries
ii  libesd00.2.41-4  Enlightened Sound Daemon - Shared 
ii  libgnutls262.6.6-1   the GNU TLS library - runtime libr
ii  libncurses55.7+20090523-1shared libraries for terminal hand
ii  libpulse0  0.9.15-2  PulseAudio client libraries
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  libvdeplug22.2.2-3   Virtual Distributed Ethernet - Plu
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  openbios-ppc   1.0-3 PowerPC Open Firmware
ii  openbios-sparc 1.0-1 SPARC Open Firmware
ii  openhackware   0.4.1-4   OpenFirmware emulator for PowerPC
ii  vgabios0.6c-1VGA BIOS software for the Bochs an
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

Versions of packages qemu recommends:
ii  debootstrap   1.0.13 Bootstrap a basic Debian system
ii  sharutils 1:4.6.3-1  shar, unshar, uuencode, uudecode
ii  vde2  2.2.2-3Virtual Distributed Ethernet

Versions of packages qemu suggests:
ii  kqemu-source1.4.0~pre1-2 Source for the QEMU Accelerator mo
pn  samba   none   (no description available)
ii  sudo1.7.0-1  Provide limited super user privile

-- 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#533909: vinagre: does not accept standard vnc display syntax

2009-06-23 Thread Emilio Pozuelo Monfort
forwarded 533909 http://bugzilla.gnome.org/show_bug.cgi?id=586736
thanks

Michal Suchanek wrote:
 2009/6/21 Emilio Pozuelo Monfort po...@ubuntu.com:
 Can you point me to some examples for clients accepting :0 for connecting to
 localhost?

 
 In Debiant it would be xtightvncviewer and xvnc4viewer. The original
 VNC tools accept this format for ages. That is they make the server
 optional rather than the port.
 
 Note that VNC is very insecure so there is not much point in
 connecting to multiple remote servers but it makes sense to connect to
 multiple local servers (or multiple local tunnels to remote hosts).

Thanks. I've forwarded it upstream.

Best regards,
Emilio



signature.asc
Description: OpenPGP digital signature


Bug#532059: libcrypto.so: me too.

2009-06-23 Thread Jasen Betts
Package: libssl0.9.8
Version: 0.9.8g-15+lenny1
Followup-For: Bug #532059


I have this too, but I found an answer here:

 http://www.openssl.org/support/faq.html#PROG14
 
libcrypto is using the uninitialised data as an entropy source. 
 
It seems a -DPURIFY verion of libcrypto is needed for silent operation
with valgrind.

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

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

Versions of packages libssl0.9.8 depends on:
ii  debconf [debconf-2.0]  1.5.26Debian configuration management sy
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libssl0.9.8 recommends no packages.

libssl0.9.8 suggests no packages.

-- debconf information:
  libssl0.9.8/restart-failed:
  libssl0.9.8/restart-services:



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



Bug#372720: Mode experts allows to bypass the reportbug criticity limitations

2009-06-23 Thread Sandro Tosi
2009/4/23 chaica cha...@ohmytux.com:
 As said in the reportbug documentation (man page), you can bypass this
 limitation bu using the expert mode, which lets you define your
 criticity without limitations.

Simon, Thomas,
do you find this solution acceptable? Can we then consider this bug closed?

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



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



Bug#534222: lxde: restart x instead of shutdown

2009-06-23 Thread Umarzuki Mochlis
2009/6/23 Andrew Lee and...@linux.org.tw

 Hi Umarzuki,

 Thanks for this report. I am not sure if this is because of gdm's changes.

 Would you mind to do me a favor to test if you can still reproduce this
 with old gdm ( 2.20.9-1) ?


i installed  gdm_2.20.7-4lenny1_amd64.deb and the problem goes away. When i
choose to shutdown from the menu, it shutdown.


 BTW, I have a new version of this package on my personal repo:
 deb 
 http://people.linux.org.tw/~andrew/debian/lxde/http://people.linux.org.tw/%7Eandrew/debian/lxde/./

 You are welcome to test it.

 Thanks,

 -Andrew




-- 
Regards,

Umarzuki Mochlis
http://gameornot.net


Bug#534081: [Pkg-scicomp-devel] Bug#534081: Bug#534081: framewave: FTBFS: Nonexistent build-dependency: libboost-thread1.35-dev

2009-06-23 Thread Christophe Prud'homme
Hi Albert

2009/6/22 Albert Huang alb...@csail.mit.edu:
 Was there something wrong with the last packaging revision?  The
 libboost-thread1.35-dev dependency should have been changed to
 libboost-thread-dev, right?
yes that's right at least that's what I have on my computer

I will check again that the package was properly built

Best regards
C..



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



Bug#534303: ITP: gosa-si -- GOsa support infrastructure

2009-06-23 Thread Benoit Mortier

Package: wnpp
Severity: wishlist
Owner: Benoit Mortier benoit.mort...@opensides.be


* Package name: gosa-si
  Version : 2.6.2
  Upstream Author : pollme...@gonicus.de
* URL : https://oss.gonicus.de/repositories/gosa/trunk/
* License : (GPL)
  Programming Lang: (Perl)
  Description : GOsa support infrastructure

 This package provides common library functionality used by the
 infrastructure server and client packages.
 .
 GOsa is a combination of system-administrator and end-user web
 interface, designed to handle LDAP based setups.


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

-- 
Benoit Mortier
CEO 
OpenSides logiciels libres pour entreprises : http://www.opensides.be/
Contributor to Gosa Project : http://gosa-project.org/



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



Bug#534107: UNetBootin does not fit ubuntu-9.04-dvd-i386.iso

2009-06-23 Thread Eugene V. Lyubimkin
Hello Yves,

Yves Lambert wrote:
 Yeah, it looks like an upstream bug. You of course have the opportunity to
 report this issue upstream directly, or I will just forward this thread 
 otherwise.
 
 Please let me try with some other DVDs (In fact I just forgot I had 
 got a netbook so I can test on it :o) first test the daily ubuntu DVD 
 I downloaded and then some debian DVD (so that I will check if there 
 is some live debian dvd around ;) you may need the grub(?) files 
 generated by unetbootin or some other stuff. Should I attach them here 
 or there?
I think attaching these files can be awaited between upstream answer.

 
 Another bug : Shouldn't you attach some more tags than qt:uitoolkit. 
 What about role:program, scope:utility, security:forensics,
 use:configuring, use:downloading, work-with:archive, works-with-format:iso,
 works-with-format:img ?
 
I've attached several more tags you proposed, see
http://debtags.alioth.debian.org/edit.html?pkg=unetbootin.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Maintainer



signature.asc
Description: OpenPGP digital signature


Bug#534304: base: nsswitch.conf bad after installing libpam-ldap libnss-ldap nscd libpam-cracklib

2009-06-23 Thread guy
Package: base
Severity: minor
Tags: patch


after installing libpam-ldap libnss-ldap nscd libpam-cracklib
I cannot work with many network tools, by example ldapsearch.
Reason bad dns resolution.
After more investigations the problem come from the /etc/nsswitch.conf
where the host line are modified :
Original  : hosts:  files dns
After upgrade : hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4
Rewrite the original line solve the problem.

OS: lenny-amd64 on a host vserver under lenny-amd64 also

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

Kernel: Linux 2.6.26-2-vserver-amd64 (SMP w/16 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.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#524985: same problem, also with applications not written in Python

2009-06-23 Thread Ansgar Burchardt
Hi,

I have the same problem with reportbug in a i386 sid chroot on a
xen-amd64 host:

  $ reportbug --smtphost=localhost cmake
  41 118
  close failed: [Errno 9] Bad file descriptor
  Warning: no reportbug configuration found.  Proceeding in novice mode.
  Detected character set: us-ascii
  Please change your locale if this is incorrect.

  Using 'Ansgar Burchardt ans...@43-1.org' as your from address.
  Getting status for cmake...
  Traceback (most recent call last):
File /usr/bin/reportbug, line 1877, in module
  main()
File /usr/bin/reportbug, line 895, in main
  return iface.user_interface()
File /usr/bin/reportbug, line 1138, in user_interface
  status = utils.get_package_status(package)
File /usr/lib/pymodules/python2.5/reportbug/utils.py, line 303, in 
get_package_status
  COLUMNS=79 dpkg --status %s 2/dev/null % packarg)
File /usr/lib/python2.5/commands.py, line 44, in getoutput
  return getstatusoutput(cmd)[1]
File /usr/lib/python2.5/commands.py, line 54, in getstatusoutput
  text = pipe.read()
  IOError: [Errno 9] Bad file descriptor
  close failed: [Errno 9] Bad file descriptor
  (sid-i386)ans...@daikoku:/etc$ Package: cmake
  Status: install ok installed
  Priority: optional
  Section: devel
  Installed-Size: 9180
  Maintainer: A. Maitland Bottoms bott...@debian.org
  Architecture: i386
  Version: 2.6.4-1
  Depends: libc6 (= 2.3.6-6~), libcurl3-gnutls (= 7.16.2-1), libexpat1 (= 
1.95.8), libgcc1 (= 1:4.1.1), libstdc++6 (= 4.2.1), libxmlrpc-c3, zlib1g (= 
1:1.2.3.3.dfsg), cmake-data (= 2.6.4-1)
  Description: A cross-platform, open-source make system
   CMake is used to control the software compilation process using
   simple platform and compiler independent configuration files. CMake
   generates native makefiles and workspaces that can be used in the
   compiler environment of your choice. CMake is quite sophisticated: it
   is possible to support complex environments requiring system
   configuration, pre-processor generation, code generation, and template
   instantiation.
   .
   CMake was developed by Kitware as part of the NLM Insight
   Segmentation and Registration Toolkit project. The ASCI VIEWS project
   also provided support in the context of their parallel computation
   environment. Other sponsors include the Insight, VTK, and VXL open
   source software communities.
   
The output below the second shell prompt comes from reportbug as well.

The problem isn't limited to Python here.  cmake dies as well while
trying to read from file, but strace cmake works.

Regards,
Ansgar



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



Bug#534306: [partman-ext3] file valid_filesystems/06ext4 should be executable (chmod +x)

2009-06-23 Thread Colin Darie
Package: partman-ext3
Version: 57
Severity: normal


The changelog of the last version of partman-ext3 package (57)
indicates that valid_filesystems/ext4 is now executable (the line with
exit 0 is now commented), but the file itself
valid_filesystems/06ext4 in the source package is not executable, so
the ext4 filesystem is not available in the installation process.

ls -l valid_filesystems/
total 8
-rwxr-xr-x 1 colin colin 278 jun  7 19:59 05ext3
-rw-r--r-- 1 colin colin 337 jun  7 19:59 06ext4



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



Bug#372720: Mode experts allows to bypass the reportbug criticity limitations

2009-06-23 Thread Simon Waters

Sandro Tosi wrote:


do you find this solution acceptable? Can we then consider this bug closed?


I feel it is unacceptable, but it comes down to Debian policy and 
procedure issues I'm not familiar enough to comment on.


The point of this mode is to guide users unfamiliar with Debian policy 
to make a good bug report, this bug refers to a feature that in some 
cases they will file a bug as Grave, when it should be Critical.


If Debian procedures ensure Grave bugs are reviewed as promptly as 
Critical bugs, then this bug is unimportant (but then why have a 
Critical level in that case?). If not, then this bug might result in 
Critical issues not being dealt with as promptly as they should.


I don't think we can assume people using a mode to assist them with bug 
reporting will use an expert mode or other workaround (email the bug 
system), they may assume that the tool is doing the right thing.


I appreciate it is difficult, as there are competing interests in 
reducing spurious reporting of critical bugs, and also of ensuring 
genuinely critical issues are dealt with promptly.




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



Bug#533652: New version 2.7b11, necessary for continued operation

2009-06-23 Thread s...@draves.org
The new version already exists see electricsheep.org.  I am just
looking for someone to put the package in.

On Tue, Jun 23, 2009 at 4:41 AM, FTF 3k3ftf...@gmail.com wrote:
 Can't wait to see this new version, I love this package ;)








-- 
www.scottdraves.com



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



Bug#534303: ITP: gosa-si -- GOsa support infrastructure

2009-06-23 Thread Julien BLACHE
Benoit Mortier benoit.mort...@opensides.be wrote:

   Description : GOsa support infrastructure

  This package provides common library functionality used by the
  infrastructure server and client packages.
  .
  GOsa is a combination of system-administrator and end-user web
  interface, designed to handle LDAP based setups.

You should put that last paragraph first.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#373947: shipmen berlitz

2009-06-23 Thread Isabel Meza
pica
raspberry quicken belle





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



Bug#534303: ITP: gosa-si -- GOsa support infrastructure

2009-06-23 Thread Benoit Mortier
Le Tuesday 23 June 2009 14:00:59 Julien BLACHE, vous avez écrit :
 Benoit Mortier benoit.mort...@opensides.be wrote:
Description : GOsa support infrastructure
 
   This package provides common library functionality used by the
   infrastructure server and client packages.
   .
   GOsa is a combination of system-administrator and end-user web
   interface, designed to handle LDAP based setups.

 You should put that last paragraph first.

Yes you are right, much more senses. Done in svn

Cheers
-- 
Benoit Mortier
CEO 
OpenSides logiciels libres pour entreprises : http://www.opensides.be/
Contributor to Gosa Project : http://gosa-project.org/



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



Bug#526102:

2009-06-23 Thread maximilian attems
On Mon, 18 May 2009, Maximi89 wrote:

  i have the same problem as you... some files are saved on:
 maxim...@maximiliano:~$ sudo ls -l /var/lib/initramfs-tools/
 total 8
 -rw-r--r-- 1 root root 72 ago 21  2008 2.6.18-5-486
 -rw-r--r-- 1 root root 72 feb 19 01:58 2.6.18-6-486
 
 so, when update-initramfs are upgrading create some files, but when delete
 the kernel why don't delete the old files?...
 
 the same happen with /lib/modules
 the old kernels leave their modules there...
 

this bugs are fixed are in no sense related to the bug you filed.
for old packages just clean them up by hand.



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



Bug#520520: clive: usability regression in switch to perl rewrite

2009-06-23 Thread Toni Gundogdu
On Mon, Jun 22, 2009 at 9:23 PM, Gerfried Fuchs rho...@deb.at wrote:
  That would still make --exec the default and technically it doesn't
 matter much if I have to type --no-exec or --exec ';'

  I really am looking for a way to define a default exec value and just
 switch on exec when wanted for that default, *not* for turning it off.

While I understand your point of view, I am going to have to say
no to this request. --exec already does what the requested --play
would do -- with the difference that --exec defines the invoked
expression. One can just as well type them or wrap the more
extreme expressions in scripts if needed.

--exec can be used to invoke any command subsequently, not only
players. The requested change would require re-implementing --exec
e.g. leaving it for defining the invoked expression only.

--play would also imply that clive had a some kind of playback
feature. This caused confusion in the past as some users tried
to use --play without --player.

Even if --exec was re-implemented to allow:
  % echo --exec=gmplayer %i;  ~/.cliverc
  % clive --exec=1; URL

The above would be impossible with the current program design
without making drastic changes to the project which to me seems
like an overkill for such a trivial feature improvement.


The old, the new and the proposed
-

2.x:
  % clive --exec=gmplayer %i; URL
  % clive URL # --exec defined in config
  % clive --no-exec URL # proposed change

1.x:
  % clive --player=gmplayer %i; --play=src URL
  % clive --play=src URL # --player defined in config
  % clive URL



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



Bug#531338: identified as a neon problem

2009-06-23 Thread alex bodnaru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

after upgrading to latest debian available libneon-gnutls the problem
dissapeared, so please make the upgrade urgency high.
- --
- --
best regards,
alex
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iJwEAQECAAYFAkpAyIcACgkQ2nA3WyrfyeP1pgQAgXQE+Ab8hnugcEDHrhZEn/dC
zxivSBO1gS+tiyuu+6Ov0k4LAIDgBiWUGUqWok3/X+CtuldvKsaxp8dHGNys421L
3rjLZJVg3d5K4LhbsoupPvMnNPQY0IVijZpq3Cnp4+iHmDpAB9HUlzJHpvAARC/o
QTwn5YOI4bliqheLueA=
=0EBo
-END PGP SIGNATURE-



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



Bug#531338: serf backend not always working

2009-06-23 Thread alex bodnaru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

probably is not so important, as serf support seems to be removed from last
package, but i have an example where it fails:

try to checkout http://svn.navi.cx/misc/trunk/pycaptcha/.
- --
- --
best regards,
alex
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iJwEAQECAAYFAkpAyfMACgkQ2nA3WyrfyeOUiQQAlkuAxVSmDRxFSqkWBgmUUTkk
FMhtB/Vx9ZZSLqhjAuL8zKCxlJKLoibRmbAvLt+FnD02dPNQ9fmzfOPcoeqOnePr
5YiFjl4ZFERtsZcZpmgsK4McjK27he/qwrsu38QbArShh8TYcUi/S79XFu+GfKbk
ZWnByOYQpQLXJjusso0=
=s3lg
-END PGP SIGNATURE-



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



  1   2   3   4   >