Bug#506835: BUG: bad: [58e2a02eb18393e76a469580fedf7caec190eb5e] [SCSI] eata: convert to use the data buffer accessors

2008-12-22 Thread Arthur Marsh
I had a look at the current Debian 2.6.27 source and applied your patch 
manually against it.


It will take me a few hours to compile the new kernel and I should be 
able to test it in about 7 hours time.


Thanks again,

Arthur.

FUJITA Tomonori wrote, on 2008-12-22 12:39:

On Mon, 22 Dec 2008 02:38:16 +1030
Arthur Marsh arthur.ma...@internode.on.net wrote:

I've recently installed Debian on a PII-266 machine with DPT2044W SCSI 
controller.


Kernels 2.6.18-2.6.22 work fine, and kernels 2.6.23-2.6.27 lock up after 
loading the eata module using modprobe, with the error:


modprobe exited with preempt_count 1

I've run a git bisection and have a few more passes to go, but suspect 
the commit in the subject line,


[58e2a02eb18393e76a469580fedf7caec190eb5e] [SCSI] eata: convert to use 
the data buffer accessors


to be the patch which triggers the problem.

I'm not a C programmer, let alone a kernel programmer, but can build and 
check any suggested patches.


Is anyone successfully using the eata module since the data buffer 
accessors patch?


Is anyone able to examine the code to see if anything was done wrong in 
the data buffer accessors patch?


Sorry about the problem. Can you try this patch?


diff --git a/drivers/scsi/eata.c b/drivers/scsi/eata.c
index a73a6bb..976cdd5 100644
--- a/drivers/scsi/eata.c
+++ b/drivers/scsi/eata.c
@@ -1626,8 +1626,15 @@ static void map_dma(unsigned int i, struct hostdata *ha)
 
 	cpp-sense_len = SCSI_SENSE_BUFFERSIZE;
 
-	count = scsi_dma_map(SCpnt);

-   BUG_ON(count  0);
+   if (!scsi_sg_count(SCpnt)) {
+   cpp-data_len = 0;
+   return;
+   }
+
+   count = pci_map_sg(ha-pdev, scsi_sglist(SCpnt), scsi_sg_count(SCpnt),
+  pci_dir);
+   BUG_ON(!count);
+
scsi_for_each_sg(SCpnt, sg, count, k) {
cpp-sglist[k].address = H2DEV(sg_dma_address(sg));
cpp-sglist[k].num_bytes = H2DEV(sg_dma_len(sg));
@@ -1655,7 +1662,9 @@ static void unmap_dma(unsigned int i, struct hostdata *ha)
pci_unmap_single(ha-pdev, DEV2H(cpp-sense_addr),
 DEV2H(cpp-sense_len), PCI_DMA_FROMDEVICE);
 
-	scsi_dma_unmap(SCpnt);

+   if (scsi_sg_count(SCpnt))
+   pci_unmap_sg(ha-pdev, scsi_sglist(SCpnt), scsi_sg_count(SCpnt),
+pci_dir);
 
 	if (!DEV2H(cpp-data_len))

pci_dir = PCI_DMA_BIDIRECTIONAL;





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



Bug#509378: should use labels for all partitions in fstab

2008-12-22 Thread Christian Perrier
reassign 509378 partman-base
thanks

Quoting Daniel Pocock (dan...@pocock.com.au):
 Package: debian-installer


 I believe it would be much safer to use labels for partitions rather  
 than using the device nodes.

Reassigning to the correct package. We might even have an already
existing bug report about this but I can't check right now.

As most wishlist features, this is of course something we can do in
the queeze release cycleand, as always, it will not happen by
magic: it needs someone to do it, and given the current state of the
d-i resourcesdon't expect too muchunless you're ready to do
the work..:-)




signature.asc
Description: Digital signature


Bug#508443: bug is in librsvg2, test case

2008-12-22 Thread Thomas Viehmann
reassign 508443 librsvg2-2 2.22.2-3
thanks

Hi,

Thiemo was so kind to give me access to a test machine, so here is the
results from yesterday. Apologies for not sending a patch yet, I was out.
The crash seems to bin in librsvg (also happens with rsvg-convert) and
to be triggered by very small rounded corners, as the test case below
shows. I'll try to look at a fix for librsvg soonish. (Mind you, there
also is the obvious workaround of removing the ry attributes from
djvu.svg to not trigger this bug during djvulibre-build.)

Kind regards

T.


?xml version=1.0 encoding=UTF-8 standalone=no?
svg xmlns=http://www.w3.org/2000/svg;
rect
   width=1
   height=1
   ry=1.7e-17
/
/svg
-- 
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#509420: tpconfig: [INTL:vi] Vietnamese debconf templates translation update

2008-12-22 Thread Clytie Siddall

Package: tpconfig
Version: 3.1.3-9.3
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: tpconfig

completely reviewed, updated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po.gz
Description: GNU Zip compressed data


Bug#509174: RM: unalz -- non-free license problem

2008-12-22 Thread Changwoo Ryu
tag 509174 upstream
severity 509174 normal
title 509174 unalz: source files have no copyright/permission notices
thanks

Severity set to normal and retitled, because it's not clear whether
that linked license is for this package or not, and because the source
tarball's readme.txt file actually mentions the DFSG compliant zlib
license.


-- 
Changwoo Ryu cw...@debian.org


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


Bug#509193: openoffice.org depends ttf-liberation abusively

2008-12-22 Thread Rene Engelhard
tag 509193 - wontfix
thanks

Hi,

Pierre Habouzit wrote:
 On Fri, Dec 19, 2008 at 02:39:15PM +, Rene Engelhard wrote:
  found 509193 1:2.4.1-4
  severity 509193 wishlist
  tag 509193 + wontfix
  retitle 509193 please don't depend on ttf-liberation
  thanks
  
  Hi,
  
  Pierre Habouzit wrote:
   ttf-liberation fonts are really ugly (at least I think so), and I'm
   totally unable to remove them _and_ keep openoffice.org because of that..
  
  openoffice.org is just a metapackage. No harm when removing it.
   
   Please downgrade the dependency to a mere recommends.
  
  No. ttf-liberation is the only alternative instead of msttcorefonts when
  you want not use a installer package which installs non-free fonts.
 
 then depends ttf-liberation | msttcorefonts or sth.

That can be done, although I still dislike depending on something 
which is in contrib and sole purpose is to install non-free fonts
from M$...

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#509423: [INTL:eu] tpconfig debconf templates basque translation update

2008-12-22 Thread Piarres Beobide
Package: tpconfig
Severity: wishlist
Tags: l10n patch

Hi

Attached tpconfig debconf templates basque translation update, pleas commit it.

thx


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

Kernel: Linux 2.6.26-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 tpconfig depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libc6 2.7-16 GNU C Library: Shared libraries

tpconfig recommends no packages.

tpconfig suggests no packages.
# translation of tpconfig-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: tpconfig-eu\n
Report-Msgid-Bugs-To: tpcon...@packages.debian.org\n
POT-Creation-Date: 2008-12-22 06:35+0100\n
PO-Revision-Date: 2008-04-19 10: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: boolean
#. Description
#: ../templates:2001
msgid Manage tpconfig configuration file automatically?
msgstr Tpconfig konfigurazio fitxategia automatikoki kudeatu?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Please choose whether the tpconfig configuration file (/etc/default/
tpconfig) should be handled automatically or manually.
msgstr 
Mesedez hautatu tpconfig konfigurazio fitxategia (/etc/default/tpconfig)
 automatikoki kudeatu behar den ala ez.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Reset the touchpad when booting?
msgstr Berrabiarazi touchpad-a abioan?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
Some machines do not reset the touchpad hardware when they are booted and/or 
resumed. On these machines, it is necessary to manually reset the touchpad.
msgstr 
Zenbait makinak ez dute beren touchpad-a berrabiarazten sistema abiarazi edo 
jarraitzean. Makina hauetan beharrezkoa da touchpad-a eskuz berrabiaraztea.

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
If you choose this option, a manual reset will be performed when the system 
is started or resumed.
msgstr 
Aukera hau hautatuaz gero, eskuz berrabiarazte bat egingo da sistema abiarazi 
edo berreskuratzean.

#. Type: string
#. Description
#: ../templates:4001
msgid Options to pass to tpconfig when booting:
msgstr Tpconfig-eri abioan pasako zaizkion aukerak:

#. Type: string
#. Description
#: ../templates:4001
msgid 
Please specify any command-line options you want passed to tpconfig at boot 
or resume time.
msgstr 
Mesedez zehaztu tpconfig-eri abio edo berreskuratzean ezarri nahi diozun 
edozein 
komando-lerro aukera.

#. Type: string
#. Description
#: ../templates:4001
msgid 
These options will be passed after the touchpad reset if you chose that 
option.
msgstr 
Aukera hauek ezarriko zaizkio touchpad-a berrabiarazi ondoren aukera hau 
hautatzen baduzu.

#. Type: string
#. Description
#: ../templates:4001
msgid 
A common option is '--tapmode=0' which is meant to disable 'tapping' so that 
accidentally brushing the touchpad doesn't cause spurious mouse events.
msgstr 
Aukera arrunt bat '--tapmode=0' da, honekin 'tapping'-a desgaitzen da 
nahigabeko 
touchpad ikutuek ez dezaten saguaren mugimendu faltsurik sortu.

#~ msgid 
#~ Specify any command-line options you want passed to tpconfig at boot or 
#~ resume time.  (Note that if you specified above that the touchpad is to 
#~ be reset, then it will be reset first, and then any options specified 
#~ here done after.)  For example, one common option is \--tapmode=0\, 
#~ which tells the touchpad to disable \tapping\, to prevent spurious 
#~ mouse events being caused by accidentally brushing against the touchpad.
#~ msgstr 
#~ Zehaztu abioan edo jarraitzean tpconfig-eri pasa nahi diozun komando-
#~ lerroko edozein aukera.  (Ohartu lehen touchpad-a berrabiarazi egin behar 
#~ dela ezarri baduzu, lehenengo hori egingo da eta hemen ezarritako edozein 
#~ aukera ondoren egingo dela.)  Adibidez, aukera arrunt bat \--tapmode=0\ 
#~ da, honek touchpad-ak \tapping\ ezaugarria ezgaitzea eragingo du nahi 
#~ gabe touchpada ukitzean arratoi mugimenduak saihetseko.


Bug#509404: openoffice.org-common: dpkg can't configure because of dico_checkroot

2008-12-22 Thread Rene Engelhard
Hi,

Tim Connors wrote:
 it updates fine, and dist-upgrade finally works.

From what to what? Both a test dist-upgrade etch-lenny and lenny-sid
do work for me.

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#509422: apt: [INTL:vi] Vietnamese program translation update

2008-12-22 Thread Clytie Siddall

Package: apt
Version:
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the program file: apt

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

apt_po_vi.po.gz
Description: GNU Zip compressed data


Bug#509421: sympa: New upstream version (5.4.4), fixes some security issues

2008-12-22 Thread Emmanuel Halbwachs
Package: sympa
Severity: important


Hello,

The sympa upstream team released 5.4.4 on December 18th 2008, fixing some 
security issues:

- privilege escalation
- indirect code injection

Please see release notes on http://www.sympa.org/

Cheers and thank you for your involvement in the Debian project

-- 
Emmanuel Halbwachs



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



Bug#508524: Subject: Re: Bug#508524: lenny - regression - ffmpeg lacks important codecs

2008-12-22 Thread Fabian Greffrath

Reinhard Tartler schrieb:

try again with the version from experimental, and regenerate the
debian/control file using 'debian/rules debian/control' after your 'sed'
call.


Right. However, if you want to stay with the version from unstable, 
please call the sed line on both files, i.e.


sed -i '1s/ffmpeg-debian/ffmpeg/' debian/changelog debian/control

Sorry, I forgot about this.


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de



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



Bug#509140: osmo: UTF8 problems in translation

2008-12-22 Thread Eike Nicklas
I prepared a package that should fix this encoding issue, the source
package can be found at

http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=osmo

a binary package for i386 is at

http://www.ephys.de/down/osmo_0.2.2-1lenny0_i386.deb

Jocelyn, could you please let me know if this package works fine for
you and fixes this problem?

Thanks!


pgpKRJ6vUYeMi.pgp
Description: PGP signature


Bug#509196: krb5_newrealm(8) lies about kadm5.keytab

2008-12-22 Thread Harald Dunkel
I would suggest to fix this asap. AFAICS Debian's Kerberos installation
is not supposed to be configured following MIT's official documentation
on http://web.mit.edu/Kerberos/krb5-1.6/#documentation. If Debian's
own documentation is not applicable, then this is a fatal problem.


Regards

Harri




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



Bug#509404: openoffice.org-common: dpkg can't configure because of dico_checkroot

2008-12-22 Thread Tim Connors
On Mon, 22 Dec 2008, Rene Engelhard wrote:

 Hi,

 Tim Connors wrote:
  it updates fine, and dist-upgrade finally works.

 From what to what? Both a test dist-upgrade etch-lenny and lenny-sid
 do work for me.

sid-sid, somewhere between dec 1 and dec 19, ie, when there were no
dictionaries-common changes.

-- 
TimC
I've told them and told them: Temporal anomalies are different from
spatial anomalies.  But the kittens know better.  They laugh at my
feeble attempts to fool them.  -- barbara in ARK



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



Bug#507144: ejabberd: mysql driver missing

2008-12-22 Thread Martin Sebald
Hello all,

as the maintainer of Jabberserver jabber.hot-chilli.net I would also love
to see MySQL support for the Debian package of ejabberd. 

If this is a better idea and makes more sense also in a seperate package
like ejabberd-mysql.

 But still, I don't need it, so I'm not going to be its maintainer.

Is this really such a big thing compiling the package with MySQL support.
If you or others don't need it you just don't have to activate it via
config file and no harm is done.

Kindest regards,
Martin




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



Bug#509425: gdm: broken defaults.conf on i386

2008-12-22 Thread Julien Cristau
Package: gdm
Version: 2.20.7-4
Severity: normal

Hi,

It looks like /usr/share/gdm/defaults.conf on i386 sets StandardXServer
to /usr/X11R6/bin/X instead of /usr/bin/X.  For some reason the amd64
package is ok.  It would be nice to fix this beore we get rid of the
/usr/X11R6/bin symlink.

Cheers,
Julien

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (101, 'experimental')
Architecture: i386 (i686)

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



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



Bug#509426: FTBFS: opensync

2008-12-22 Thread Adrian von Bidder
Package: opensync
Version: 0.22-2
Severity: minor

Hi,

opensync fails to build on some mixed stable/testing/unstable/experimental 
system; I guess some build deps need to be versioned.  (I'm trying to rebuild
because syncing my mobile phone suddenly stopped working with a hanging 
osplugin process.)

Without any real analysis (just trying the obvious), I updated swig, g++ and 
gcc to the lenny versions and the build succeeded.

(The rebuild was not successfull.  Sync now starts but hangs later, but now 
osplugin does not spin on the CPU, but the sync just stops.  I don't have to 
debug this further right now, though.)

cheers
-- vbi

=

config.status: creating wrapper/Makefile
config.status: executing depfiles commands
make[3]: Leaving directory `/home/avbidder/tmp/opensync-0.22-python2.4/wrapper'
make[3]: Entering directory `/home/avbidder/tmp/opensync-0.22-python2.4/wrapper'
/usr/bin/swig -Werror -python -modern 
-I/home/avbidder/tmp/opensync-0.22/opensync -I/usr/include/python2.5 -o 
opensync_wrap.c /home/avbidder/tmp/opensync-0.22/wrapper/opensync.i
if /bin/sh ../libtool --tag=CC --mode=compile 
i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. 
-I/home/avbidder/tmp/opensync-0.22/wrapper -I.. -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/python2.5 
-I/home/avbidder/tmp/opensync-0.22 -I/home/avbidder/tmp/opensync-0.22/opensync 
-I/usr/include/libxml2 -Werror -Werror -g -O2 -MT 
opensync_wrap.lo -MD -MP -MF .deps/opensync_wrap.Tpo -c -o opensync_wrap.lo 
opensync_wrap.c; \
then mv -f .deps/opensync_wrap.Tpo .deps/opensync_wrap.Plo; else 
rm -f .deps/opensync_wrap.Tpo; exit 1; fi
mkdir .libs
 
i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. 
-I/home/avbidder/tmp/opensync-0.22/wrapper -I.. -pthread 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/python2.5 
-I/home/avbidder/tmp/opensync-0.22 -I/home/avbidder/tmp/opensync-0.22/opensync 
-I/usr/include/libxml2 -Werror -Werror -g -O2 -MT 
opensync_wrap.lo -MD -MP -MF .deps/opensync_wrap.Tpo -c 
opensync_wrap.c  -fPIC -DPIC -o .libs/opensync_wrap.o
cc1: warnings being treated as errors
opensync_wrap.c: In function 'SWIG_Python_ConvertFunctionPtr':
opensync_wrap.c:2034: warning: initialization discards qualifiers from pointer 
target type
opensync_wrap.c: In function 'SWIG_Python_FixMethods':
opensync_wrap.c:5502: warning: initialization discards qualifiers from pointer 
target type
make[3]: *** [opensync_wrap.lo] Error 1
make[3]: Leaving directory `/home/avbidder/tmp/opensync-0.22-python2.4/wrapper'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/avbidder/tmp/opensync-0.22-python2.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/avbidder/tmp/opensync-0.22-python2.4'
make: *** [debian/build-python2.4-stamp] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
debuild: fatal error at line 1319:
dpkg-buildpackage -rfakeroot -D -us -uc failed

-- 
If we can capitalize on something that did or did not happen in 1947
then it can help the entire state.
-- Rep. Dan Foley on inventing the Extraterrestrial Culture Day


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


Bug#499450: Your cam is not supported by this driver

2008-12-22 Thread Sebastian Andrzej Siewior
Hello Jeffrey,

the device you use (05a9:8519) is not supported by this driver. The
driver for this device is in fact gspca *but* that one, that is included
in the linux kernel 2.6.27.

Sebastian



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



Bug#509193: openoffice.org depends ttf-liberation abusively

2008-12-22 Thread Pierre Habouzit
On Mon, Dec 22, 2008 at 08:27:51AM +, Rene Engelhard wrote:
 tag 509193 - wontfix
 thanks
 
 Hi,
 
 Pierre Habouzit wrote:
  On Fri, Dec 19, 2008 at 02:39:15PM +, Rene Engelhard wrote:
   found 509193 1:2.4.1-4
   severity 509193 wishlist
   tag 509193 + wontfix
   retitle 509193 please don't depend on ttf-liberation
   thanks
   
   Hi,
   
   Pierre Habouzit wrote:
ttf-liberation fonts are really ugly (at least I think so), and I'm
totally unable to remove them _and_ keep openoffice.org because of 
that..
   
   openoffice.org is just a metapackage. No harm when removing it.

Please downgrade the dependency to a mere recommends.
   
   No. ttf-liberation is the only alternative instead of msttcorefonts when
   you want not use a installer package which installs non-free fonts.
  
  then depends ttf-liberation | msttcorefonts or sth.
 
 That can be done, although I still dislike depending on something 
 which is in contrib and sole purpose is to install non-free fonts
 from M$...

well that's a valid point, I'm not sure it's valid to depend upon
msttcorefonts even as a second alternative. That's why I thought of
ttf-liberation as a recommends first. It would be pulled by apt or
aptitude, though people can remove it without removing the metapackage
that *IS* handy. THe problem with ttf-liberation is that it supersedes
msttcorefonts while it's nowhere near being a decent replacement on my
screen. It would be dead space I wouldn't care, but it actually degrades
my experience.

-- 
·O·  Pierre Habouzit
··Omadco...@debian.org
OOOhttp://www.madism.org


pgp6ikQjhAN1d.pgp
Description: PGP signature


Bug#509383: closed by m...@linux.it (Marco d'Itri) (Re: Bug#509383: whois: Fails to resolve newly allocated subnets.)

2008-12-22 Thread Marco d'Itri
On Dec 22, Andrew Nady andr...@pssnet.com wrote:

 P.S. It is an allocated network, try to run the attached command on the 
 bugreport in lenny(testing) or as mentioned with -h in etch.
It's too bad that I still cannot reliably predict the future.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#508999: more on 508999 (lenny with wrong frequencies on Radeon Xpress 200)

2008-12-22 Thread Alex Deucher
On Sat, Dec 20, 2008 at 1:48 PM, Bernhard R. Link brl...@debian.org wrote:
 Looking at the radeon_drv sources, it looks like those are only
 accessing 8 bit at RADEON_CLOCK_CNTL_INDEX and not the whole int that
 radeontool is writing, changing that in the driver via

 --- xserver-xorg-video-ati-6.9.0/src/radeon_driver.c2008-12-20 
 19:06:32.0 +0100
 +++ xserver-xorg-video-ati-6.9.0/src/radeon_driver.c2008-12-20 
 18:29:24.0 +0100
 @@ -544,7 +544,7 @@
 unsigned char *RADEONMMIO = info-MMIO;
 uint32_t   data;

 -OUTREG8(RADEON_CLOCK_CNTL_INDEX, addr  0x3f);
 +OUTREG(RADEON_CLOCK_CNTL_INDEX, addr  0x3f);
 RADEONPllErrataAfterIndex(info);
 data = INREG(RADEON_CLOCK_CNTL_DATA);
 RADEONPllErrataAfterData(info);
 @@ -558,7 +558,7 @@
 RADEONInfoPtr  info   = RADEONPTR(pScrn);
 unsigned char *RADEONMMIO = info-MMIO;

 -OUTREG8(RADEON_CLOCK_CNTL_INDEX, (((addr)  0x3f) |
 +OUTREG(RADEON_CLOCK_CNTL_INDEX, (((addr)  0x3f) |
  RADEON_PLL_WR_EN));
 RADEONPllErrataAfterIndex(info);
 OUTREG(RADEON_CLOCK_CNTL_DATA, data);

 fixes my problem (i.e. I get a working display, and it still works after
 switching to virtual console and back and changing resolutions and all those
 things).

 I fear that might be the case because it is overwriting some other data
 in there that causes this, but I guess to know this someone with
 knowledge about this registers is needed...

We only use the lower 8 bits because bits 9:8 select the pll dividers
to use; changing it breaks some chips.  Some rv410 chips have a
similar issue.  Does this patch fix it for you?

Alex
diff --git a/src/legacy_output.c b/src/legacy_output.c
index f9b0dff..e7d6e32 100644
--- a/src/legacy_output.c
+++ b/src/legacy_output.c
@@ -153,6 +153,15 @@ RADEONRestoreRMXRegisters(ScrnInfoPtr pScrn, RADEONSavePtr 
restore)
 
 }
 
+static void
+RADEONSelDiv0(ScrnInfoPtr pScrn)
+{
+RADEONInfoPtr  info   = RADEONPTR(pScrn);
+unsigned char *RADEONMMIO = info-MMIO;
+
+OUTREG(RADEON_CLOCK_CNTL_INDEX, 0);
+}
+
 /* Write LVDS registers */
 void
 RADEONRestoreLVDSRegisters(ScrnInfoPtr pScrn, RADEONSavePtr restore)
@@ -163,12 +172,7 @@ RADEONRestoreLVDSRegisters(ScrnInfoPtr pScrn, 
RADEONSavePtr restore)
 if (info-IsMobility) {
OUTREG(RADEON_LVDS_GEN_CNTL,  restore-lvds_gen_cntl);
/*OUTREG(RADEON_LVDS_PLL_CNTL,  restore-lvds_pll_cntl);*/
-
-   if (info-ChipFamily == CHIP_FAMILY_RV410) {
-   OUTREG(RADEON_CLOCK_CNTL_INDEX, 0);
-   }
 }
-
 }
 
 void
@@ -1419,6 +1423,8 @@ legacy_output_mode_set(xf86OutputPtr output, 
DisplayModePtr mode,
 case MT_LCD:
ErrorF(restore LVDS\n);
RADEONRestoreLVDSRegisters(pScrn, info-ModeReg);
+   if ((radeon_crtc-crtc_id == 0)  (info-ChipFamily == 
CHIP_FAMILY_RV410))
+   RADEONSelDiv0(pScrn);
break;
 case MT_DFP:
if (radeon_output-TMDSType == TMDS_INT) {
@@ -1447,6 +1453,8 @@ legacy_output_mode_set(xf86OutputPtr output, 
DisplayModePtr mode,
} else {
RADEONRestoreFP2Registers(pScrn, info-ModeReg);
RADEONRestoreDVOChip(pScrn, output);
+   if ((radeon_crtc-crtc_id == 0)  info-IsIGP)
+   RADEONSelDiv0(pScrn);
}
}
break;


Bug#502507: interdiff for cournol 0.5-1.2

2008-12-22 Thread Aníbal Monsalve Salazar
interdiff -zp1 cournol_0.5-1.1.diff.gz cournol_0.5-1.2.diff.gz
diff -u cournol-0.5/debian/control cournol-0.5/debian/control
--- cournol-0.5/debian/control
+++ cournol-0.5/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: extra
 Maintainer: Alejandro Garrido Mota garridom...@gmail.com
-Build-Depends: debhelper (= 5), autotools-dev, libgtk2.0-dev (= 2.10.12-2), 
libgtkdatabox-0.9.0-0-dev
+Build-Depends: debhelper (= 5), autotools-dev, libgtk2.0-dev (= 2.10.12-2), 
libgtkdatabox-0.9.0-1-dev
 Standards-Version: 3.7.3
 Homepage: http://k-2007.de/cournol/
 
diff -u cournol-0.5/debian/changelog cournol-0.5/debian/changelog
--- cournol-0.5/debian/changelog
+++ cournol-0.5/debian/changelog
@@ -1,3 +1,10 @@
+cournol (0.5-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update libgtkdatabox build dependency to fix FTBFS (Closes: #502507)
+
+ -- Asheesh Laroia ashe...@asheesh.org  Thu, 11 Dec 2008 00:49:22 -0800
+
 cournol (0.5-1.1) unstable; urgency=high
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature


Bug#508402: xorg-input: mouse not recognized after startup

2008-12-22 Thread Julien Cristau
Hi Frank,

On Sat, Dec 20, 2008 at 12:18:19 +0100, Frank Lanitz wrote:

 xserver-xorg-input-evdev is installed and HAL is running before
 starting X.
 
What's the output of lshal?

Thanks,
Julien



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



Bug#468569: [Pkg-mailman-hackers] Bug#468569: This is serious

2008-12-22 Thread Thijs Kinkhorst
On Sun, December 21, 2008 10:43, Florian Weimer wrote:
 severity 468569 serious found 468569 2.1.9-7 thanks

 At least in etch, this prevents reinstallation after accidental
 removal, which is unacceptable.  What's worse, the instructions in the
 debconf notice are totally unhelpful because the binaries mentioned there
 simply don't exist.

 At the very least, the debconf notice should offer a yes/no choice.

Due to the holidays I do not have much time left to deal with this
immediately. If someone else (in or out of the pkg-mailman team) wants to
pick up on this, they're more than welcome.


Thijs




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



Bug#509211: xserver-xorg: Black screen out of range with nVidia GeForce 6100/nForce 405

2008-12-22 Thread Julien Cristau
reassign 509211 xserver-xorg-video-nv
tag 509211 moreinfo
kthxbye

On Fri, Dec 19, 2008 at 18:51:16 +, Hale Bopp wrote:

 I have an nVidia GeForce 6100/nForce 405 graphics-chip on-board. With a
 standard Lenny installation I get a black screen with an out of range
 error message by my monitor. This error message also tells me:  
 
 H: 74 kHz
 V: 60 Hz
 Max: 1280x1024
 
 I can resolve the problem by replacing the file /etc/X11/xorg.conf with   
 another xorg.conf from a working Ubuntu installation. 
 
 I attach to this mail both the xorg.conf created by the Lenny installation 
 and 
 xorg.conf which makes it work for me.
 
Please also attach both X logs (/var/log/Xorg.0.log{,.old}).

Thanks,
Julien



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



Bug#509427: ifup call failed from vtun

2008-12-22 Thread Alexander Inyukhin
Package: vtun
Version: 3.0.2-1
Severity: normal
Tags: patch

Hi

I'm trying to setup interface using ifup tool.
up section of config file contains the only one line:
  program ifup -v %%=imec wait;

This command is failed to run from vtund but runs
successfully when started manually with appropriate
substitution.
The output from failed ifup looks like this:
  Configuring interface tun112=imec (inet)
  run-parts --verbose /etc/network/if-pre-up.d
  run-parts: executing /etc/network/if-pre-up.d/bridge
  run-parts: /etc/network/if-pre-up.d/bridge exited because of uncaught signal 
47
  run-parts: executing /etc/network/if-pre-up.d/uml-utilities
  run-parts: /etc/network/if-pre-up.d/uml-utilities exited because of uncaught 
signal 47
  run-parts: executing /etc/network/if-pre-up.d/vde2
  run-parts: /etc/network/if-pre-up.d/vde2 exited because of uncaught signal 47
  run-parts: executing /etc/network/if-pre-up.d/vlan
  run-parts: /etc/network/if-pre-up.d/vlan exited because of uncaught signal 47
  run-parts: executing /etc/network/if-pre-up.d/wireless-tools
  run-parts: /etc/network/if-pre-up.d/wireless-tools exited because of uncaught 
signal 47
  
  Failed to bring up imec.

I think this problem could be related to ignored and inherited SIGCHLD.
The patch is in the attachment. It works for me.


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

Kernel: Linux 2.6.27.10-avi (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to ru_RU.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages vtun depends on:
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  liblzo2-2  2.03-1data compression library
ii  libssl0.9.80.9.8g-14 SSL shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

vtun recommends no packages.

vtun suggests no packages.
diff -ur vtun-3.0.2/lib.c vtun-3.0.2.1/lib.c
--- vtun-3.0.2/lib.c	2008-01-08 01:35:40.0 +0300
+++ vtun-3.0.2.1/lib.c	2008-12-22 12:25:15.0 +0300
@@ -307,6 +307,13 @@
 	   return 0;	 
  }
 
+ {
+	struct sigaction sa;
+	memset(sa,0,sizeof(sa)); 
+	sa.sa_handler=SIG_DFL;
+	sigaction(SIGCHLD,sa,NULL);
+ }
+
  args = subst_opt(cmd-args, opt);
  if( !cmd-prog ){
 	/* Run using shell */


Bug#508999: more on 508999 (lenny with wrong frequencies on Radeon Xpress 200)

2008-12-22 Thread Michel Dänzer
On Sat, 2008-12-20 at 19:48 +0100, Bernhard R. Link wrote:
 Looking at the radeon_drv sources, it looks like those are only
 accessing 8 bit at RADEON_CLOCK_CNTL_INDEX and not the whole int that
 radeontool is writing, changing that in the driver via
 
 --- xserver-xorg-video-ati-6.9.0/src/radeon_driver.c  2008-12-20 
 19:06:32.0 +0100
 +++ xserver-xorg-video-ati-6.9.0/src/radeon_driver.c  2008-12-20 
 18:29:24.0 +0100
 @@ -544,7 +544,7 @@
  unsigned char *RADEONMMIO = info-MMIO;
  uint32_t   data;
  
 -OUTREG8(RADEON_CLOCK_CNTL_INDEX, addr  0x3f);
 +OUTREG(RADEON_CLOCK_CNTL_INDEX, addr  0x3f);
  RADEONPllErrataAfterIndex(info);
  data = INREG(RADEON_CLOCK_CNTL_DATA);
  RADEONPllErrataAfterData(info);
 @@ -558,7 +558,7 @@
  RADEONInfoPtr  info   = RADEONPTR(pScrn);
  unsigned char *RADEONMMIO = info-MMIO;
  
 -OUTREG8(RADEON_CLOCK_CNTL_INDEX, (((addr)  0x3f) |
 +OUTREG(RADEON_CLOCK_CNTL_INDEX, (((addr)  0x3f) |
 RADEON_PLL_WR_EN));
  RADEONPllErrataAfterIndex(info);
  OUTREG(RADEON_CLOCK_CNTL_DATA, data);
 
 fixes my problem (i.e. I get a working display, and it still works after
 switching to virtual console and back and changing resolutions and all those
 things).
 
 I fear that might be the case because it is overwriting some other data
 in there that causes this, but I guess to know this someone with
 knowledge about this registers is needed...

Register specs are available from
http://developer.amd.com/documentation/guides/Pages/default.aspx#open_gpu or 
http://www.x.org/docs/AMD/ .

As can be seen there, CLOCK_CNTL_INDEX is indeed a 32 bit register with
more than 8 functional bits, so this looks like a valid fix.

In fact, I can't seem to find any non-32-bit MMIO registers we would
(need to) use, so I'm not sure the IN/OUTREG8 and IN/OUTREG16 macros
have any reason to live.


-- 
Earthling Michel Dänzer   |http://www.vmware.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#458168: still not solved

2008-12-22 Thread Ulf Hermann
This problem is still not solved. I can install soundkonverter-amarok
and then I get the option to transcode music before transferring to
device, but this doesn't mean it actually does anything when I try to
transfer files. In my example it's flac files and I want them to be
converted to mp3 for the music player. When I try to transfer them I get
an error stating that the format is not supported on the player. No
attempt is made to actually transcode the files. I checked the
Tools/scripts settings and soundkonverter shows up there. I started
and stopped it and configured it, setting different output
qualities, but none of that changes anything. I have installed all the
recommended and suggested packages of soundkonverter, so I guess it
should have all the necessary tools:

a...@schaf:~$ dpkg -l | grep amarok
ii  amarok  1.4.10-1
versatile and easy to use audio player for KDE
ii  amarok-common   1.4.10-1
architecture independent files for Amarok
ii  amarok-engine-xine  1.4.10-1
Xine engine for the Amarok audio player
ii  soundkonverter-amarok   0.3.8-2
audio converter frontend for KDE (Amarok script)

a...@schaf:~$ dpkg -l | grep soundkonverter
ii  soundkonverter  0.3.8-2
audio converter frontend for KDE
ii  soundkonverter-amarok   0.3.8-2
audio converter frontend for KDE (Amarok script)

a...@schaf:~$ dpkg -l | grep flac
ii  flac1.2.1-1.2
Free Lossless Audio Codec - command line tools
ii  libflac++6  1.2.1-1.2
Free Lossless Audio Codec - C++ runtime library
ii  libflac81.2.1-1.2
Free Lossless Audio Codec - runtime C library

a...@schaf:~$ dpkg -l | grep lame
ii  lame3.98.2-0.0
LAME Ain't an MP3 Encoder
ii  libmp3lame0 3.98.2-0.0
LAME Ain't an MP3 Encoder
ii  libtwolame0 0.3.12-1
MPEG Audio Layer 2 encoding library
ii  toolame 02l-6
MPEG-1 layer 2 audio encoder

a...@schaf:~$ dpkg -l | grep libqt0
ii  libqt0-ruby1.8  4:3.5.10-1
Qt bindings for Ruby



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



Bug#397548: Subject: tightvncserver: Crashing with fluxbox too; vnc4server not an alternative

2008-12-22 Thread b.rei...@uniquemail.de

Package: tightvncserver
Version: 1.3.9-4
Severity: important



Xtightvnc is crashing here, too. I mostly use fluxbox and iceape-browser 
with this VNC session. The first crash after installation came after 5 
minutes of use, the next after the session was running for 2 days.


Xtightvnc has worked absolutely flawless on Etch 32 bit. (Uptime for a 
certain VNC session is at the moment above 200 days so it is really 
reliable.)


Xvnc4 is not an acceptable alternative for me because it is ridiculously 
slow even on LAN links.


I will now reinstall the system to 32 bit lenny and except this to solve 
the problem.


Benjamin Reiter



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

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

Versions of packages tightvncserver depends on:
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libjpeg62  6b-14 The Independent JPEG 
Group's JPEG

ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension 
librar
ii  perl   5.10.0-18 Larry Wall's Practical 
Extraction
ii  x11-common 1:7.3+18  X Window System (X.Org) 
infrastruc
ii  xbase-clients  1:7.3+18  miscellaneous X clients - 
metapack

ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages tightvncserver recommends:
ii  xfonts-base   1:1.0.0-5  standard fonts for X

Versions of packages tightvncserver suggests:
pn  tightvnc-java 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#509101: [Pkg-samba-maint] Bug#509101: Process crush when using gethostbyname_r in several threads

2008-12-22 Thread Oleg Malashenko

Hello Christian,

It seems that with your packages all is OK.
(5 minute test run goes OK, while with 3.2.5-1 it crushes during first
15 seconds)

Christian Perrier wrote:

Quoting Oleg Malashenko (oleg.malashe...@ovsoft.ru):
  

Package: winbind
Version: 2:3.2.5-1
Severity: normal

When using libnss_wins.so backend for name resolving, process crushes  
when gethostbyname_r is called simultaneously in several threads. Simple  
test is attached.


Sometimes it crush with 'glibc double free detected', sometimes with SIGSEGV




Could you try reproducing this with the (unofficial) 3.2.6 packages we
provide on http://pkg-samba.alioth.debian.org/packages?

These are packaged identically to 3.2.5 but we won't upload them to
Debian unstable because of the freeze for preparation of lenny.

That would help figuring out whether this bug still exists in
upstream's 3.2.6 or not...





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



Bug#507557: linux-image-2.6.26-1-r4k-ip22: hangs early at boot on Indigo2

2008-12-22 Thread Julien BLACHE
Thiemo Seufer t...@networkno.de wrote:

Hi,

  ok, do you have a chance to test something newer preferred git-current ?
 
 If you have a kernel I can try, sure. Building one is another story,
 this machine isn't exactly fast nor quiet, as you probably know...

 you could cross-build upstream kernels, e.g. with my cross-toolchain
 for lenny: http://people.debian.org/~ths/toolchain/

I wish you had it built for amd64 :)

I have a gcc 4.1 cross-compiler set up on another host, so I'm going
to use that. I'm building a stock 2.6.27 kernel ip22_defconfig now. If
that doesn't work, next step is a bisect between 2.6.24 and 2.6.26 on
the linux-mips git tree (is that OK for you Thomas? or should I be
doing something else?)

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.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#502821: Enhances oldsys-preseed patch for the DNS-323

2008-12-22 Thread Martin Michlmayr
Copying Matt:

* Laurie Bradshaw bradshaw.lau...@googlemail.com [2008-12-22 09:33]:
 I've been playing around with this, and it's not quite working,
 functions are good (thanks :) ), but the case for dns323 should go
 more like:
 
   elif echo $machine | grep -q ^D-Link DNS-323; then
   INTERFACE=eth0
   check_file /proc/mtd
   rootfs=$(get_mtdblock MTD1)
   if [ -n $rootfs ]; then
   path=/tmp/oldsys-preseed
   mkdir -p $path/rootfs
   mount -t minix -o ro /dev/$rootfs $path/rootfs
   parse_sib_conf $path/rootfs/sib.conf
   umount $path/rootfs
   else
   log Can't find rootfs MTD partition
   NET_CONFIG=dhcp
   fi
   sanity_check_static_config
   if [ $NET_CONFIG != static ]; then
   IPADDRESS=192.168.0.32
   NETMASK=255.255.255.0
   GATEWAY=192.168.0.1
   [ -z $NAMESERVERS ]  NAMESERVERS=192.168.0.1
   dhcp_fallback $FILE
   fi
 
 so that it can fall back to dhcp in the event of failing to read
 settings, and also fallback to the static address if no dhcp server is
 available. I've tested the above code with and without a dhcp server
 available, both with static and dhcp configuration in sib.conf, and
 even with MTD1 renamed so it can't be found - it gets the network up
 one way or another for all cases. :)
 

-- 
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#458168: another detail

2008-12-22 Thread Ulf Hermann
I can use soundkonverter standalone to transfer the files. It just doesn't work 
from amarok.



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



Bug#509423: New basque translation file

2008-12-22 Thread pi
Hi again ;)

Please discard the other translation file and use this one.

thx

-- 
Piarres Beobide
# translation of tpconfig-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: tpconfig-eu\n
Report-Msgid-Bugs-To: tpcon...@packages.debian.org\n
POT-Creation-Date: 2008-12-22 06:35+0100\n
PO-Revision-Date: 2008-12-22 10:58+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: boolean
#. Description
#: ../templates:2001
msgid Manage tpconfig configuration file automatically?
msgstr Tpconfig-en konfigurazio fitxategia automatikoki kudeatu?

#. Type: boolean
#. Description
#: ../templates:2001
msgid 
Please choose whether the tpconfig configuration file (/etc/default/
tpconfig) should be handled automatically or manually.
msgstr 
Mesedez hautatu tpconfig-en konfigurazio fitxategia (/etc/default/tpconfig)
 automatikoki kudeatu behar den ala zure kabuz egingo duzun.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Reset the touchpad when booting?
msgstr Berrabiarazi touchpad-a abioan?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
Some machines do not reset the touchpad hardware when they are booted and/or 
resumed. On these machines, it is necessary to manually reset the touchpad.
msgstr 
Zenbait makinak ez dute beren touchpad-a berrabiarazten sistema abiarazi edo 
jarraitzean. Makina hauetan beharrezkoa da touchpad-a eskuz berrabiaraztea.

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
If you choose this option, a manual reset will be performed when the system 
is started or resumed.
msgstr 
Aukera hau hautatuaz gero, eskuz berrabiarazte bat egingo da sistema abiarazi 
edo berreskuratzean.

#. Type: string
#. Description
#: ../templates:4001
msgid Options to pass to tpconfig when booting:
msgstr Tpconfig-eri abioan pasako zaizkion aukerak:

#. Type: string
#. Description
#: ../templates:4001
msgid 
Please specify any command-line options you want passed to tpconfig at boot 
or resume time.
msgstr 
Mesedez zehaztu tpconfig-eri abio edo berreskuratzean ezarri nahi diozun 
edozein 
komando-lerro aukera.

#. Type: string
#. Description
#: ../templates:4001
msgid 
These options will be passed after the touchpad reset if you chose that 
option.
msgstr 
Aukera hauek ezarriko zaizkio touchpad-a berrezarri ondoren aukera hau 
hautatzen baduzu.

#. Type: string
#. Description
#: ../templates:4001
msgid 
A common option is '--tapmode=0' which is meant to disable 'tapping' so that 
accidentally brushing the touchpad doesn't cause spurious mouse events.
msgstr 
Aukera arrunt bat '--tapmode=0' da, honekin 'ikutzea' desgaitzen da nahigabeko 

touchpad ikutuek ez dezaten saguaren gertaera faltsurik sortu.

#~ msgid 
#~ Specify any command-line options you want passed to tpconfig at boot or 
#~ resume time.  (Note that if you specified above that the touchpad is to 
#~ be reset, then it will be reset first, and then any options specified 
#~ here done after.)  For example, one common option is \--tapmode=0\, 
#~ which tells the touchpad to disable \tapping\, to prevent spurious 
#~ mouse events being caused by accidentally brushing against the touchpad.
#~ msgstr 
#~ Zehaztu abioan edo jarraitzean tpconfig-eri pasa nahi diozun komando-
#~ lerroko edozein aukera.  (Ohartu lehen touchpad-a berrabiarazi egin behar 
#~ dela ezarri baduzu, lehenengo hori egingo da eta hemen ezarritako edozein 
#~ aukera ondoren egingo dela.)  Adibidez, aukera arrunt bat \--tapmode=0\ 
#~ da, honek touchpad-ak \tapping\ ezaugarria ezgaitzea eragingo du nahi 
#~ gabe touchpada ukitzean arratoi mugimenduak saihetseko.


signature.asc
Description: Digital signature


Bug#509333: closed by Florian Weimer f...@deneb.enyo.de (Re: Bug#509333: vsftpd discloses whether usernames are valid or not)

2008-12-22 Thread Florian Weimer
* Mark Hobley:

 --- On Sun, 21/12/08, Florian Weimer f...@deneb.enyo.de wrote:

 The intent is to prevent accidental transmission of
 cleartext
 passwords.  To achieve this, you have to abort the login
 sequence
 after the user name.

 I think we have a design flaw here. If the user has a valid
 password, then he probably has the associated username information,
 and thus a valid login. If on the other hand, a hacker is guessing,
 which I reckon is more likely, we are feeding him username
 validation. (In my case, the default behaviour is less secure than
 the proposed revision.)

Yes, there is a trade-off.

 I think we should have a switch here to allow the administrator to
 decide which behaviour is required.

As I wrote before, it is possible to configure vsftpd in the way you
want using PAM.



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



Bug#509333: closed by Florian Weimer f...@deneb.enyo.de (Re: Bug#509333: vsftpd discloses whether usernames are valid or not)

2008-12-22 Thread Mark Hobley
--- On Sun, 21/12/08, Florian Weimer f...@deneb.enyo.de wrote:

 The intent is to prevent accidental transmission of
 cleartext
 passwords.  To achieve this, you have to abort the login
 sequence
 after the user name.

I think we have a design flaw here. If the user has a valid password, then he 
probably has the associated username information, and thus a valid login. If on 
the other hand, a hacker is guessing, which I reckon is more likely, we are 
feeding him username validation. (In my case, the default behaviour is less 
secure than the proposed revision.)

I think we should have a switch here to allow the administrator to decide which 
behaviour is required.

This report should be reopened as a feature request.

Mark.






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



Bug#509308: Acknowledgement (gksu failing to remember password)

2008-12-22 Thread Gustavo Noronha Silva
On Sun, 2008-12-21 at 10:52 +0100, Emilio Pozuelo Monfort wrote:
 Rick Thomas wrote:
  Installing dbus-x11 made the problem go away.  Is the xfce CD not  
  installing that automatically, perhaps?
 
 Probably not. gksu needs to depend on dbus-x11. I'll add it for the next 
 upload.

I don't think so. gksu doesn't use D-Bus. gksu uses the gnome-keyring
API, though, which is probably making use of dbus-launch these days, so
perhaps libgnome-keyring0 is the one who should be depending on
dbus-x11?

See you,

-- 
Gustavo Noronha Silva k...@debian.org
Debian Project


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


Bug#508999: more on 508999 (lenny with wrong frequencies on Radeon Xpress 200)

2008-12-22 Thread Bernhard R. Link
* Alex Deucher alexdeuc...@gmail.com [081222 10:18]:
 We only use the lower 8 bits because bits 9:8 select the pll dividers
 to use; changing it breaks some chips.  Some rv410 chips have a
 similar issue.  Does this patch fix it for you?

The patch does not apply cleanly on the lenny version, it looks like the
first two lines of this are swapped:

   RADEONRestoreFP2Registers(pScrn, info-ModeReg);
   RADEONRestoreDVOChip(pScrn, output);
 + if ((radeon_crtc-crtc_id == 0)  info-IsIGP)
 + RADEONSelDiv0(pScrn);

Even when I switch those lines so that it applies, it does not work.

 @@ -1419,6 +1423,8 @@ legacy_output_mode_set(xf86OutputPtr output, 
 DisplayModePtr mode,
  case MT_LCD:
   ErrorF(restore LVDS\n);
   RADEONRestoreLVDSRegisters(pScrn, info-ModeReg);
 + if ((radeon_crtc-crtc_id == 0)  (info-ChipFamily == 
 CHIP_FAMILY_RV410))
 + RADEONSelDiv0(pScrn);
   break;

The cards I have here are 1002:5974 and grep 5974 src/radeon_chipinfo_gen.h
says:
 { 0x5974, CHIP_FAMILY_RS480, 1, 1, 0, 0, 1 },

Thus I added CHIP_FAMILY_RS480 there and then it seems to work. Modified patch
attached.

BTW: I was quite confused by the ErrorF there and first thought that
was an error path normaly not used and thus a bit perplexed why changing
that code even helps, but looking at the Xorg.log, it seems to be
actually called

Hochachtungsvoll,
Bernhard R. Link
diff -u -r xserver-xorg-video-ati-6.9.0/src/legacy_output.c xserver-xorg-video-ati-6.9.0/src/legacy_output.c
--- xserver-xorg-video-ati-6.9.0/src/legacy_output.c	2008-12-20 19:06:32.0 +0100
+++ xserver-xorg-video-ati-6.9.0/src/legacy_output.c	2008-12-22 10:46:20.0 +0100
@@ -153,6 +153,15 @@
 
 }
 
+static void
+RADEONSelDiv0(ScrnInfoPtr pScrn)
+{
+RADEONInfoPtr  info   = RADEONPTR(pScrn);
+unsigned char *RADEONMMIO = info-MMIO;
+
+OUTREG(RADEON_CLOCK_CNTL_INDEX, 0);
+}
+
 /* Write LVDS registers */
 void
 RADEONRestoreLVDSRegisters(ScrnInfoPtr pScrn, RADEONSavePtr restore)
@@ -163,12 +172,7 @@
 if (info-IsMobility) {
 	OUTREG(RADEON_LVDS_GEN_CNTL,  restore-lvds_gen_cntl);
 	/*OUTREG(RADEON_LVDS_PLL_CNTL,  restore-lvds_pll_cntl);*/
-
-	if (info-ChipFamily == CHIP_FAMILY_RV410) {
-	OUTREG(RADEON_CLOCK_CNTL_INDEX, 0);
-	}
 }
-
 }
 
 void
@@ -1417,6 +1421,8 @@
 case MT_LCD:
 	ErrorF(restore LVDS\n);
 	RADEONRestoreLVDSRegisters(pScrn, info-ModeReg);
+	if ((radeon_crtc-crtc_id == 0)  (info-ChipFamily == CHIP_FAMILY_RS480 || info-ChipFamily == CHIP_FAMILY_RV410))
+	RADEONSelDiv0(pScrn);
 	break;
 case MT_DFP:
 	if (radeon_output-TMDSType == TMDS_INT) {
@@ -1443,8 +1449,10 @@
 		}
 		OUTREG(RADEON_FP2_GEN_CNTL, fp2_gen_cntl);
 	} else {
-		RADEONRestoreDVOChip(pScrn, output);
-		RADEONRestoreFP2Registers(pScrn, info-ModeReg);
+  		RADEONRestoreFP2Registers(pScrn, info-ModeReg);
+  		RADEONRestoreDVOChip(pScrn, output);
+ 		if ((radeon_crtc-crtc_id == 0)  info-IsIGP)
+ 		RADEONSelDiv0(pScrn);
 	}
 	}
 	break;


Bug#509428: libsmbclient: System freeze when accessing SAMBA/CIFS share on Network Appliances storage

2008-12-22 Thread vogu00
Package: libsmbclient
Version: 2:3.2.5-1
Severity: critical
Justification: causes serious data loss



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

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

Versions of packages libsmbclient depends on:
ii  libc62.7-16  GNU C Library: Shared libraries
ii  libcomerr2   1.41.3-1common error description library
ii  libkrb53 1.6.dfsg.4~beta1-4  MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.11-1OpenLDAP libraries
ii  libtalloc1   1.2.0~git20080616-1 hierarchical pool based memory all
ii  libwbclient0 2:3.2.5-1   client library for interfacing wit

libsmbclient recommends no packages.

libsmbclient suggests no packages.

-- no debconf information

In our network, there's a network storage (Network Appliances) that I
mount on all the attached Linux clients via SAMBA or CIFS. Since 2 years,
this works without any problems.

I recently did some tests with Debian Lenny. In the beginning, everything
went fine. Since an upgrade to Lenny (approx. 3 weeks ago), I have some very
bad effects: Mounting the NetApp share is ok, but when changing
to a directory below the mountpoint, the system quickly crashes or freezes.

The directory in which one I change has some 250 directory entries. In the
few cases, where the system doesn't crash and where I can do an ls, the
result only shows some 145 of the 250 directories.

As I told, the system normally freezes. It does this nearly every time when
entering cd followed by TAB (for bash completion). In that case, nothing
works any longer, not the mouse nor the keyboard. Remote ssh shells cannot
be opened, the system can even not be pinged any longer; I have todo a reset 
(causing data loss for all opened applications).

I do not use any special mount options, just
   mount.cifs //myserver/share /mnt/xxx
or
   mount.smbfs ...

I can easily reproduce the problem on
 - Debian Lenny (since I updated it +- 3 weeks ago; before that update, there
 was no problem)
 - Ubuntu 8.10
 - Xubuntu 8.10
 
The problem does not appear on
 - Debian Etch
 - Ubuntu 8.04

I made my tests on 5 different PCs and also on some virtual machines. The 
results
are the same everywhere.

I am not sure if it really is a libsmbclient bug. It might be as well
somewhere else in Samba.



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



Bug#509429: pushover: Uses proprietary graphics from original game

2008-12-22 Thread Josh Triplett
Package: pushover
Version: 0.0.1-1
Severity: serious
Justification: Policy 2.1, 2.2.1

Pushover uses the graphics from the original game; the upstream site
explicitly says The original graphics have been converted and
included..  I see no information anywhere in the package suggesting
that the original game became Free Software, nor can I find any such
information online; neither can I find any information about these
graphics in the debian/copyright file.  It seems likely that the author
simply converted the proprietary graphics from the original game without
regard to license.

The upstream site suggests that the author plans to replace the graphics
eventually, and that Replacement graphics for the dominos exist..
However, until Free Software replacement graphics do exist, pushover
cannot go in Debian, even in non-free.

I think the sounds may come from the original game as well.

If indeed the original game *has* become Free Software, then my
apologies for the misunderstanding and RC bug; in that event please
consider this bug simply a request for a clearer debian/copyright file,
giving the author and license for the graphics and sounds separate from
that of the new, Free Software game engine.

You and/or upstream might have some luck adapting the graphics and
sounds from magicor.  It includes a 2D penguin walking around, kicking
blocks, and jumping up and down when successfully completing a level.
Not that the Free Software game world needs yet another game with a
penguin protagonist, but better that than no game at all.

- Josh Triplett

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

Kernel: Linux 2.6.27-1-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 pushover depends on:
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1 GCC support library
ii  liblua5.1-05.1.3-1   Simple, extensible, embeddable pro
ii  libmikmod2 3.1.11-a-6A portable sound library
ii  libogg01.1.3-4   Ogg Bitstream Library
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libsdl-mixer1.21.2.8-5   mixer library for Simple DirectMed
ii  libsdl-ttf2.0-02.0.9-1   ttf library for Simple DirectMedia
ii  libsdl1.2debian1.2.13-4  Simple DirectMedia Layer
ii  libsmpeg0  0.4.5+cvs20030824-2.2 SDL MPEG Player Library - shared l
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libvorbis0a1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  libvorbisfile3 1.2.0.dfsg-3.1The Vorbis General Audio Compressi
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

pushover recommends no packages.

pushover 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#508680: desktop-base: Missing conflicts on splashy ( 0.3.12)

2008-12-22 Thread Patrick Schoenfeld
Hi,

you've tagged #508680 [1] pending more then a week ago and since then
prepared an upload. Could it be that you forgot to close this bug in the
changelog of the upload?

Best Regards,
Patrick

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508680



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



Bug#509430: ingo1: bad procmail-recipies generated for vacation

2008-12-22 Thread IOhannes m zmoelnig
Package: ingo1
Version: 1.2-1
Severity: normal
Tags: patch

the procmail-filters generated for vacation/out-of-office notifications are 
faulty:
no emails are sent back to the original sender (which makes the entire 
vacation-filter rather pointless).

the relevant upstream bugs (#6509, #7052) have been fixed upstream in the 1.2.1 
release.
the attached patch (for /usr/share/horde3/ingo/lib/Script/procmail.php) is 
ripped from 
the 1.2.1 release (consider it a backport of the bugfix)


since xmas is right at hand, this suddenly became rather urgent...


fgmasdr
IOhannes





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

Kernel: Linux 2.6.24-etchnhalf.1-686 (SMP w/2 CPU cores)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages ingo1 depends on:
ii  horde3   3.2.2+debian0-1 horde web application framework

Versions of packages ingo1 recommends:
ii  php5-imap5.2.6.dfsg.1-0.1~lenny1 IMAP module for php5

Versions of packages ingo1 suggests:
ii  imp4  4.2-3  webmail component for horde framew
pn  php-net-sieve none (no description available)

-- no debconf information
--- ingo/lib/Script/procmail.php.00 2008-12-22 10:59:10.0 +0100
+++ ingo/lib/Script/procmail.php2008-12-22 11:30:50.0 +0100
@@ -2,7 +2,7 @@
 /**
  * The Ingo_Script_procmail:: class represents a Procmail script generator.
  *
- * $Horde: ingo/lib/Script/procmail.php,v 1.46.10.28 2008/05/05 17:22:21 
selsky Exp $
+ * $Horde: ingo/lib/Script/procmail.php,v 1.46.10.30 2008/08/18 12:52:54 jan 
Exp $
  *
  * Copyright 2003-2008 The Horde Project (http://www.horde.org/)
  *
@@ -488,7 +488,8 @@
 $this-_action[] = '  :0 Whc: 
${VACATION_DIR:-.}/vacation.lock';
 if ($timed) {
 $this-_action[] = '  * ? test $DATE -gt $START  
test $END -gt $DATE';
-$this-_action[] = '  :0 Whaf';
+$this-_action[] = '  {';
+$this-_action[] = '  :0 Whc';
 }
 $this-_action[] = '  * ^TO_' . $address;
 $this-_action[] = '  * !^X-Loop: ' . $address;
@@ -521,6 +522,11 @@
 $this-_action[] = '   ' . $this-_params['echo'] . ' 
-e ' . $reason . ' \\';
 $this-_action[] = '  ) | $SENDMAIL -f' . $address . ' 
-oi -t';
 $this-_action[] = '';
+$this-_action[] = ':0';
+$this-_action[] = '/dev/null';
+if ($timed) {
+$this-_action[] = '  }';
+}
 }
 }
 $this-_action[] = '}';


Bug#349200: [imagemagick] You does not have enougth temp space

2008-12-22 Thread Philipp Marek
On Sunday 21 December 2008 Bastien ROUCARIES wrote:
 Package: imagemagick
 Version: 7:6.3.7.9.dfsg1-2.1+lenny1
 Tags: unreproducible

 According to upstream you are out of temp space.
I don't think so ...

With 54 .jpgs in a directory, with (all together) 161MB disk usage, and
3M main memory/24G free disk space it still won't work with current:
ii  imagemagick  7:6.3.7.9.dfsg1-3  
 

11514 flip  20   0 2795m 1.6g 1.6g R 23.0 60.2   0:27.94 montage
Then I killed it, because the whole machine became unresponsive.

 Also tags to unreproducible, because I can not reproduce on my laptop.
That's a pity ... I just run this command:

montage -label %f -background '#fff' -geometry +4+4 -resize 10% *_*.jpg 
index.jpg

 I think we could close this bug report if you agree.
Well, it still doesn't work for me.

-- 
Versioning your /etc, /home or even your whole installation?
 Try fsvs (fsvs.tigris.org)!



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



Bug#509431: flashplugin-nonfree: please relax dependency to libxcb

2008-12-22 Thread Laurent Bonnaud
Package: flashplugin-nonfree
Version: 1:2.2
Severity: normal


Hi,

my system has many packages from experimental, especially a recent
xserver and related libxcb packages.  Such a configuration makes the
latest flashplugin-nonfree package uninstallable because the
libxcb-xlib0 package no longer exists in experimental.

r...@jophur:~ # apt-get install flashplugin-nonfree
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  flashplugin-nonfree: Depends: libxcb-xlib0 but it is not going to be installed
E: Broken packages

This bug is very annoying because the latest flashplugin-nonfree is a
security fix.  It is currently limited to experimental users, but will
propage to sid when lenny is out and a recent xserver and libraries are
uploaded to sid.


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

Kernel: Linux 2.6.26-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 flashplugin-nonfree depends on:
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  fontconfig 2.6.0-3   generic font configuration library
ii  gnupg  1.4.9-3   GNU privacy guard - a free PGP rep
ii  libatk1.0-01.24.0-1  The ATK accessibility toolkit
ii  libc6  2.8+20080809-1GNU C Library: Shared libraries
ii  libcairo2  1.8.6-1   The Cairo 2D vector graphics libra
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.18.3-1  The GLib library of C routines
ii  libgtk2.0-02.14.5-1  The GTK+ graphical user interface
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpango1.0-0  1.22.3-1  Layout and rendering of internatio
ii  libpng12-0 1.2.33-1  PNG library - runtime
ii  libsm6 2:1.1.0-1 X11 Session Management library
ii  libx11-6   2:1.1.99.2-1  X11 client-side library
ii  libxau61:1.0.4-1 X11 authorisation library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxdmcp6  1:1.0.2-3 X11 Display Manager Control Protoc
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.2.0-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  wget   1.11.4-2  retrieves files from the web
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

flashplugin-nonfree recommends no packages.

Versions of packages flashplugin-nonfree suggests:
ii  iceweasel 3.0.5-1lightweight web browser based on M
ii  konqueror-nsplugins   4:4.1.3-1  Netscape plugin support for Konque
ii  msttcorefonts 2.6transitional dummy package
ii  ttf-dejavu2.27-1 Metapackage to pull in ttf-dejavu-
ii  ttf-mscorefonts-installer [ms 2.6Installer for Microsoft TrueType c
ii  ttf-xfree86-nonfree   4.2.1-3non-free TrueType fonts from XFree
ii  x-ttcidfont-conf  32 TrueType and CID fonts configurati
pn  xfs   none (no description available)

-- debconf information:
  flashplugin-nonfree/httpget: false
  flashplugin-nonfree/not_exist:
  flashplugin-nonfree/local: /var/cache/flashplugin-nonfree

-- 
Laurent Bonnaud.
http://www.lis.inpg.fr/pages_perso/bonnaud/





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



Bug#462759: From Marc Lehmann

2008-12-22 Thread Bastien ROUCARIES
[mail from Marc Lehmann]

Since the manpages are gone (essentially), and it now refers me to
http://www.imagemagick.org/script/command-line-options.php, I must say, no:

   -geometry widthxheight{+-}x{+-}y

   If the x is negative, the offset is measured leftward from the right edge of
   the screen to the right edge of the image being displayed. 

This still claims that x can be negative (which would make sense, as X
geometry specifications allow that, too), but back when I reported the bug,
imagemagick did NOT support a negative X.

This is most likely a documentation bug, though, as was meant is that
{+-}x is negative, even when x is positive.

Now, it would be far more preferable if imagemagick actually did what
was documented originally (as being able to specify a negative x is very
flexible, not just in window placement but even mroe so when combining
images), but the documentation, as is, is still wrong.
-- 

ROUCARIÈS Bastien
roucaries.bastien+deb...@gmail.com
---
DO NOT WRITE TO roucaries.bastien+blackh...@gmail.com OR BE BLACKLISTED



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



Bug#509239: [DebianGIS-dev] Bug#509239: josm: [needs-packaging] Update to r1137

2008-12-22 Thread Francesco P. Lovergine
On Sun, Dec 21, 2008 at 04:39:29PM +0100, Petter Reinholdtsen wrote:
 
 retitle josm: Please package new upstream version
 thanks
 
 [Alex Ruddick]
  NOTE: I run Ubuntu and have never submitted a proper Debian bug, so
  I modified an earlier one.  I have no idea if this is the proper way
  to ask for updated packaging, but it seems worth a try.
 
 Very close, at least. :)
 
  Besides the packaging, the homepage has changed, and I added an
  upstream contact.
 
 I agree that a new version should be packaged, but believe it is best
 to wait until Lenny is released before uploading a new version into
 unstable.  A new version could be uploaded into experimental until
 then.  I do not have the spare time left to do it myself, and hope
 some of the other debian gis people find time to do it.
 
 Happy hacking,

About that, isn't that the case to follow josm versioning (i.e. svn release)
instead of the timestamp-like version used currently ? 

-- 
Francesco P. Lovergine



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



Bug#509432: ITP: kdevplatform -- KDevelop platform for KDE4

2008-12-22 Thread Xavier Vello
Package: wnpp
Severity: wishlist
Owner: Xavier Vello xavier.ve...@gmail.com


* Package name: kdevplatform
  Version : 1.0.0
  Upstream Author : many
* URL : http://www.kdevelop.org/
* License : mix of GPL and LGPL
  Programming Lang: C++
  Description : KDevelop platform for KDE4

This official KDE4 module provides a lot of
libraries used by kdevelop4

-- System Information:
Debian Release: 5.0
Architecture: i386 (i686)



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



Bug#508684: identify -verbose should say how many colors there are

2008-12-22 Thread jidanni
NAdO Forwarded to 
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2t=12769
OK, saw his answer. Too bad one would never guess it from the man page...



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



Bug#508684: identify -verbose should say how many colors there are

2008-12-22 Thread jidanni
Hey wait, the man page says
OVERVIEW
   The information returned includes the image number, the file
   name, the width and height of the image, whether the image is
   colormapped or not, the number of colors in the image ...
   ^

So someone should fix the manpage.



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



Bug#509434: user-mode-linux: Enable more options in kernel

2008-12-22 Thread Vincent Bernat
Package: user-mode-linux
Version: 2.6.26-1um-2
Severity: wishlist

Hi!

I just noticed that kernel shipped by user-mode-linux does not include
ipvs while it is in stock Debian kernel. Is there any reason why to
not include modules included in stock Debian kernel?

Would it be possible to include all non-hardware options that are
available in a stock Debian kernel?

Thanks.

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

Kernel: Linux 2.6.26-1-amd64 (SMP w/1 CPU core)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages user-mode-linux depends on:
ii  libc6   2.7-16   GNU C Library: Shared libraries
ii  uml-utilities   20070815-1.1 User-mode Linux (utility programs)

user-mode-linux recommends no packages.

Versions of packages user-mode-linux suggests:
pn  linux-patch-skas  none (no description available)
ii  rootstrap 0.3.24-5   A tool for building complete Linux
ii  rxvt-unicode [x-terminal-emul 9.06-1 RXVT-like terminal emulator with U
pn  slirp none (no description available)
ii  user-mode-linux-doc   20060501-1 User-mode Linux (Documentation)
ii  xterm [x-terminal-emulator]   237-1  X terminal emulator

-- 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#509435: -commons usr/lib/openoffice/program/soffice is 64bit binary

2008-12-22 Thread Rene Engelhard
Package: openoffice.org-common
Severity: grave
Version: 1:3.0.1~rc1-1

Marco wrote:
 Hi, i've installed OO 3.0.1~rc1-1 for i386 from incoming.d.o. but:
 ma...@cosmos:~$ ooffice -writer
 /usr/bin/ooffice: line 2: /usr/lib/openoffice/program/soffice: cannot execute 
 binary file
 ma...@cosmos:~$ file /usr/lib/openoffice/program/soffice
 /usr/lib/openoffice/program/soffice: ELF 64-bit LSB executable, x86-64, 
 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, 
 not stripped
 ma...@cosmos:~$

???

r...@frodo:~/Debian/Pakete/openoffice.org$ dpkg -x 
openoffice.org-core_3.0.1~rc1-1_i386.deb .
$ file usr/lib/openoffice/program/soffice.bin 
usr/lib/openoffice/program/soffice.bin: ELF 32-bit LSB executable, Intel 80386, 
version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, 
stripped

soffice doesn't exist in -core, but in -common:

r...@frodo:~/Debian/Pakete/openoffice.org$ dpkg -x 
openoffice.org-common_3.0.1~rc1-1_all.deb .
file usr/lib/openoffice/program/soffice
r...@frodo:~/Debian/Pakete/openoffice.org$ file 
usr/lib/openoffice/program/soffice
usr/lib/openoffice/program/soffice: ELF 64-bit LSB executable, x86-64, version 
1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, not 
stripped
r...@frodo:~/Debian/Pakete/openoffice.org$ ls -l  
usr/lib/openoffice/program/soffice
-rwxr-xr-x 1 rene rene 18924 20. Dez 18:01 usr/lib/openoffice/program/soffice

WTF?

Will investigate... Tranforming this into a bugreport.

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#509378: should use labels for all partitions in fstab

2008-12-22 Thread Daniel Pocock



Christian Perrier wrote:

Quoting Daniel Pocock (dan...@pocock.com.au):
  

Package: debian-installer


I believe it would be much safer to use labels for partitions rather  
than using the device nodes.



Reassigning to the correct package. We might even have an already
existing bug report about this but I can't check right now.

As most wishlist features, this is of course something we can do in
the queeze release cycleand, as always, it will not happen by
magic: it needs someone to do it, and given the current state of the
d-i resourcesdon't expect too muchunless you're ready to do
the work..:-)

  
This one could be quite disruptive for some users installing for the 
first time, so hopefully it will be given consideration.


Here are some more specific ideas for implementation, if an approach is 
agreed on, I might code something:


- it needs to be automatic - therefore, the filesystems need to be named 
automatically, perhaps use the convention HOSTNAME_PATH for top level 
filesystems, and HOSTNAME_001/002, etc for filesystems with deeper mount 
points.  E.g. if hostname=host1, / would be host1_root, /usr would be 
host1_usr


- if using labels, the filesystem definition window should not allow the 
user to proceed if the label is missing


- as an alternative to the above, use the UUID instead - this is always 
present, and it doesn't have the length issues


- maybe put a comment in /etc/fstab to show where the filesystem was 
found (device node) during install, particularly important for UUID, e.g.:


# /boot was on /dev/sdb1 during install
LABEL=myhost_boot /boot ext3 defaults 0 0

or


# /boot was on /dev/sdb1 during install
UUID=558e4695-e2c8-4e79-93cb-8b89313dce6a /boot ext3 defaults 0 0

- if using pre-formatted filesystems, must check that the label and/or 
UUID is present before writing fstab, and either instruct the user to 
label their filesystems manually, or even better, prompt them to enter 
labels and do it for them


- in the case of existing filesystems, an automatic approach should be 
able to use either UUID or label, if one and not the other is present


- must also check that each label and UUID is unique within the host, 
display an error and refuse to create fstab if not the case







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



Bug#508032: Security vulnerability in dbus

2008-12-22 Thread Patrick Schoenfeld
On Sat, Dec 20, 2008 at 12:48:50PM +, Sjoerd Simons wrote:
  I saw that you made an upload for bug #503532 and #508032 to
  experimental. Now I wonder if you plan to make an upload to unstable
  suitable for lenny?
 
 Unfortunately the situation is a little bit more complicated then that.

More complicated then what? I did not say do you intend to upload
the experimental version to unstable, I've asked weither you plan to
make a suitable leny upload.

 Tightening up the security of the dbus config is known to break various other
 programs. D-Bus upstream just released a permissive version which will allow
 the same things as the older dbus versions did, but logs about things that
 would break with the new rules. We intend to upload that to unstable rsn, so 
 we
 can find and fix most if not all issues before uploading the final, secure 
 verison.

OK. I just wanted to know if there is any progress going, when I went
through the list of RC bugs, before looking deeper into the issue.

Regards,
Patrick



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



Bug#509321: lynx-cur: Visiting http://reddit.com/ causes segfault.

2008-12-22 Thread Atsuhito Kohda
Hi Aaron,

On Sun, 21 Dec 2008 18:50:38 +1000, Aaron Howell wrote:

 When you visit http://reddit.com/, either from the command line or from the 
 goto option within Lynx,
 Lynx crashes immediately with signal 11.
 For this particular site, the problem can be worked around by adding www. to 
 the url,
 however the problem occurs with other sites as well, its just that this one 
 is particularly easy to verify.

I confirmed the problem and forwarded this to the upstream.
I hope this will be fixed soon.

Thanks for your report.

Regards,2008-12-22(Mon)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima



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



Bug#509436: bugzilla: [INTL:vi] Vietnamese debconf templates translation update

2008-12-22 Thread Clytie Siddall

Package: bugzilla
Version: 3.2.0.0~rc2-2
Tags:  l10n patch
Severity: wishlist

The updated Vietnamese translation for the debconf file: bugzilla

completely reviewed, updated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po.gz
Description: GNU Zip compressed data


Bug#166540: closed by Bastien ROUCARIES roucaries.bastien+deb...@gmail.com (Done: imagemagick: i wish it was easy to change gamma like in xli)

2008-12-22 Thread jidanni
B Shift+G allow to change gamma.
Not documented:
$ find /usr/share/doc/imagemagick/ -type f|xargs grep -l shift|xargs grep -il 
gamma



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



Bug#499890: marked as done (After upgrade: invoke-rc.d: unknown initscript, /etc/init.d/cupsys not found.)

2008-12-22 Thread Nick Leverton
 
 Once I tried I saw a result but I was too busy to post :-( Now I don't
 see a result anymore.
 
 Since I did not see a similar error message I consider the bug to be
 fixed. Okay?

As Martin said this bug actually results from other packages calling
invoke-rc.d cupsys.

The hpijs-ppds instance was bug #498156 which is closed altogether.

The foomatic-filters-ppds instance is a duplicate of #489582 which is
still open in Lenny, although fixed in unstable.

I don't know which one caused the original error but if you have done
the grep Martin requested and it comes up clean, then I guess this bug
can be closed on that basis.  Okay by me too ...

Nick



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



Bug#509212: P.S.

2008-12-22 Thread Hale Bopp
Package: aptitude
Followup-For: Bug #509212

I forgot to add that this works in Ubuntu, in all recent versions. Maybe this 
helps to track down the cause of this bug.






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



Bug#315881: Can close

2008-12-22 Thread Jörgen Tegnér
Hi,

these bug are old and don't reflect gameplay on an updated sid = please
close

/Jörgen





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



Bug#509411: lynx-cur-wrapper: Defaults to Japanese font when LANG=en_CA.UTF-8

2008-12-22 Thread Atsuhito Kohda
Hi Ben,

On Sun, 21 Dec 2008 23:03:50 -0400, Ben Armstrong wrote:

 We first found this problem when visiting http://www.google.ca/ in Lynx while
 on the console.  The display was messed up because we do not have console
 fonts for Japanese.  Many characters were just blank or blocks.  The result
 was an unreadable page.
 
 In LANG=en_CA.UTF-8 we really have no need of lynx-cur-wrapper anyway,
 so purging the package solved the problem.  But it appears the maintainer's
 language is Japanese, or at least that's what is set in lynx.cfg.dflt so if 
 the
 locale is not recognized, it falls back to that.  It doesn't seem like
 a sane default, though.

You are right.  Its default at present is correct only for Japanese
users, sorry for any inconvenience.

 It caused us much confusion because we never
 even asked to have lynx-cur-wrapper installed (I guess the Debian-installer
 did this on our behalf about two months ago, but i don't remember which
 tasks we asked the installer to use.  Probably just 'standard' if I were to
 guess.)

I'll fix the problem soon but if Debian-installer automatically
installs lynx-cur-wrapper, it is certainly wrong as far as I can 
say.  If you have any information on this please let me know.

Thanks for your report.

Regards,2008-12-22(Mon)

-- 
 Debian Developer - much more I18N of Debian
 Atsuhito Kohda kohda AT debian.org
 Department of Math., Univ. of Tokushima



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



Bug#437351: linux-image-2.6.21-2-686: sdc: Write Protect is on

2008-12-22 Thread jidanni
MM Does this error still occur with more recent kernel versions?
All I know is at least
 P.S., these messages are doubled in dmesg.
still occurs in 2.6.26-1-686:
[   11.572596] sd 0:0:0:1: [sdb] 250368 512-byte hardware sectors (128 MB)
[   11.573726] sd 0:0:0:1: [sdb] Write Protect is off
[   11.573774] sd 0:0:0:1: [sdb] Mode Sense: 03 00 00 00
[   11.573777] sd 0:0:0:1: [sdb] Assuming drive cache: write through
[   11.576348] sd 0:0:0:1: [sdb] 250368 512-byte hardware sectors (128 MB)
[   11.577465] sd 0:0:0:1: [sdb] Write Protect is off
[   11.577510] sd 0:0:0:1: [sdb] Mode Sense: 03 00 00 00
[   11.577513] sd 0:0:0:1: [sdb] Assuming drive cache: write through



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



Bug#509419: Deprecated VeriSign CA

2008-12-22 Thread Philipp Kern
On Mon, Dec 22, 2008 at 09:06:48AM +0100, bugtrac...@slideomania.com wrote:
 So it seems obvious that ca-certificates is outdated for the site's Verisign 
 CA certificate (the site's certificate has been renewed recently: 
 15.12.2008).

20070303+volatile1 uploaded to volatile-master.  Does not need autobuilding,
though.

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp KernDebian Developer
: :' :  http://philkern.de Release Assistant
`. `'   xmpp:p...@0x539.de Stable Release Manager
  `-finger pkern/k...@db.debian.org


signature.asc
Description: Digital signature


Bug#509437: evince: Cannot easily open file with name containing ':' from the command-line

2008-12-22 Thread Josh Triplett
Package: evince
Version: 2.22.2-4
Severity: normal

I tried to open a postscript file named f498e23-979-hd\:-hc.ps on the
command-line, and got an error message from evince.  I managed to puzzle
out that evince choked on the colon.  (It would have helped if it said
something like unknown URI scheme 'f498e23-979-hd:'.)  Using the open
dialog inside evince, or prefixing the name with ./ , convinces evince
to open the file rather than guessing at a URI scheme.

- Josh Triplett

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

Kernel: Linux 2.6.27-1-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 evince depends on:
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libcairo2  1.6.4-7   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-4   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libdjvulibre21 3.5.21-3  Runtime support for the DjVu image
ii  libgcc11:4.3.2-1 GCC support library
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.3-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-keyring0  2.22.3-2  GNOME keyring services library
ii  libgnome2-02.20.1.1-2The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libkpathsea4   2007.dfsg.2-4 TeX Live: path search library for 
ii  libnautilus-extension1 2.20.0-7  libraries for nautilus components 
ii  liborbit2  1:2.14.16-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libpoppler-glib3   0.8.7-1   PDF rendering library (GLib-based 
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libspectre10.2.2.ds-1Library for rendering Postscript d
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-11  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  shared-mime-info   0.30-2FreeDesktop.org shared MIME databa
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages evince recommends:
ii  dbus-x11  1.2.1-4simple interprocess messaging syst

Versions of packages evince suggests:
pn  poppler-data  none (no description available)
pn  unrar 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#509018: Upstream bug

2008-12-22 Thread Mehdi Tibouchi
This seems to be the same bug as [#FP-1008] and [#FP-1017] on Adobe's
bug tracker:

http://bugs.adobe.com/jira/browse/FP-1008
http://bugs.adobe.com/jira/browse/FP-1017

While a native x86_64 FlashPlayer is certainly a welcome addition to
the experimental repository, one has to wonder whether such
alpha-level software is really appropriate in sid.



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



Bug#509429: pushover: Uses proprietary graphics from original game

2008-12-22 Thread Steve Cotton
Definite copyvio.

http://sourceforge.net/tracker/index.php?func=detailaid=2354193group_id=42434atid=433131

  Date: 2008-12-03 09:51
  Sender: roever - Project Admin
  Sorry but for various reasons we can't keep the original graphics. 2
  Important reasons are:
  - Copyright problems. I don't want to keep them because the original owner
  might mind
  - Improvements and new levels. The original graphics are not very flexible
  making designing of new backgrounds for new levels very hard or even
  impossible. Adding new kind of dominos would be impossible

  So the old graphics will go away, sorry

On upstream's tracker, the issue is then closed.  That's a double-negative, the
request was to keep a retro-graphics mode once the graphic replacement is done.


Also, would the level design be copyrightable as well?  (I don't know)

Steve



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



Bug#509308: Acknowledgement (gksu failing to remember password)

2008-12-22 Thread Josselin Mouette
reassign 509308 gnome-keyring
tag 509308 + pending
thanks

Le lundi 22 décembre 2008 à 08:04 -0200, Gustavo Noronha Silva a écrit :
 I don't think so. gksu doesn't use D-Bus. gksu uses the gnome-keyring
 API, though, which is probably making use of dbus-launch these days, so
 perhaps libgnome-keyring0 is the one who should be depending on
 dbus-x11?

Actually it’s gnome-keyring which should depend on dbus-x11.

Thanks,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#509438: libaugeas-ruby: missing augeas.rb in package

2008-12-22 Thread Marc Fournier
Package: libaugeas-ruby
Version: 0.2.0-1
Severity: grave
Tags: patch
Justification: renders package unusable


The package ships without the ruby wrapper for augeas which is included in the
upstream ruby gem.

I believe the attached patch solves the problem.

By the way, I suggest decreasing debhelper version from 7 to 5 to allow folks
to backport the package to etch:


diff -urN libaugeas-ruby-0.2.0.orig/debian/compat 
libaugeas-ruby-0.2.0/debian/compat
--- libaugeas-ruby-0.2.0.orig/debian/compat 2008-12-22 12:55:24.0 +0100
+++ libaugeas-ruby-0.2.0/debian/compat  2008-12-22 12:51:36.0 +0100
@@ -1 +1 @@
-7
+5
diff -urN libaugeas-ruby-0.2.0.orig/debian/control 
libaugeas-ruby-0.2.0/debian/control
--- libaugeas-ruby-0.2.0.orig/debian/control  2008-12-22 12:55:24.0 
+0100
+++ libaugeas-ruby-0.2.0/debian/control 2008-12-22 12:51:36.0 +0100
@@ -2,7 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Bart Cortooms b...@kumina.nl
-Build-Depends: debhelper (= 7), ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev, 
cdbs, ruby-pkg-tools (= 0.14), libaugeas-dev, pkg-config
+Build-Depends: debhelper (= 5), ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev, 
cdbs, ruby-pkg-tools (= 0.11), libaugeas-dev, pkg-config
 Standards-Version: 3.8.0
 Homepage: http://augeas.net/



-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'testing-proposed-updates'), (300, 
'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libaugeas-ruby depends on:
ii  libaugeas-ruby1.8 0.2.0-1Augeaus bindings for the Ruby lang

libaugeas-ruby recommends no packages.

libaugeas-ruby suggests no packages.

-- no debconf information
diff -urN libaugeas-ruby-0.2.0.orig/debian/libaugeas-ruby1.8.dirs libaugeas-ruby-0.2.0/debian/libaugeas-ruby1.8.dirs
--- libaugeas-ruby-0.2.0.orig/debian/libaugeas-ruby1.8.dirs	1970-01-01 01:00:00.0 +0100
+++ libaugeas-ruby-0.2.0/debian/libaugeas-ruby1.8.dirs	2008-12-22 12:51:17.0 +0100
@@ -0,0 +1 @@
+usr/lib/ruby/1.8
diff -urN libaugeas-ruby-0.2.0.orig/debian/libaugeas-ruby1.9.dirs libaugeas-ruby-0.2.0/debian/libaugeas-ruby1.9.dirs
--- libaugeas-ruby-0.2.0.orig/debian/libaugeas-ruby1.9.dirs	1970-01-01 01:00:00.0 +0100
+++ libaugeas-ruby-0.2.0/debian/libaugeas-ruby1.9.dirs	2008-12-22 12:51:17.0 +0100
@@ -0,0 +1 @@
+usr/lib/ruby/1.9
diff -urN libaugeas-ruby-0.2.0.orig/debian/rules libaugeas-ruby-0.2.0/debian/rules
--- libaugeas-ruby-0.2.0.orig/debian/rules	2008-12-22 12:55:24.0 +0100
+++ libaugeas-ruby-0.2.0/debian/rules	2008-12-22 12:51:17.0 +0100
@@ -6,4 +6,10 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-extconf-rb.mk
 
+install/libaugeas-ruby1.8::
+	cp $(CURDIR)/lib/augeas.rb $(CURDIR)/debian/libaugeas-ruby1.8/usr/lib/ruby/1.8/augeas.rb
+
+install/libaugeas-ruby1.9::
+	cp $(CURDIR)/lib/augeas.rb $(CURDIR)/debian/libaugeas-ruby1.9/usr/lib/ruby/1.9/augeas.rb
+
 DEB_RUBY_SETUP_CMD = $(CURDIR)/ext/augeas/extconf.rb


Bug#509365: The program 'desmume' received an X Window System error.

2008-12-22 Thread Evgeni Golov
Hi Carlos,

On Mon, 22 Dec 2008 13:05:15 +0100 carlos bahillo wrote:

 The driver I use is i915.

i915? Not the new intel one?

  At the end I installed the demume-0.8.tar.gz, with a modified configure
 file. I find the solution here.
 http://trac.transmissionbt.com/ticket/389
 I changed  it and now it works ok, but the debian pachage still has the
 problem.

Sure thats the correct link? It's about transmission, the BT client,
not about desmume :)
Or did you compile with --without-gtk?

Regards
Evgeni



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



Bug#509439: trn4 -l should imply -L -e ?

2008-12-22 Thread Ian Jackson
Package: trn4
Version: 4.0-test76-10

I am trying to switch from trn3 to trn4.  My .trninit (referred to in
TRNINIT) said:

 -xsml
 -XDD
 -l
 -m=u
 -M
 -S5
 -h
 +hFrom
 +hDate
 +hSummary
 -EEXSAVER=%e %A
 -EUNSHAR=unshar -s
 -f
 -a
 -B
 -EFAST_PNEWS=y
 -T

The effect with trn3 was that articles scroll up the screen one after
another.  Rather than clearly the screen, trn3 would position the
cursor at the bottom of what it had already shown, and then print the
new stuff, so that the screen would scroll up.  That puts all the
articles I have read in my xterm scrollback.

However with trn4 the effect of this is that it still sends the
cursor to the top left of the screen but simply neglects to send the
`clear screen' sequence.  The result is a garbled display where bits
of every previous display (even from before trn4 was started) are left
over, and I still can't see old articles in scrollback because they
still get overwritten.

I was able to reproduce this with
  TRNINIT='' trn4 -l
so the other things in my .trninit aren't relevant.

After RTFMing a bit and a short conversation with you, I did some
further testing including of -L and -e.  I have managed to replicate
the trn3 -l behaviour with trn4 -L -l -e.  Everything works absolutely
fine and as I want, except that

 * the group selector (and I think maybe the thread selector too)
   still cursor-to-left, overwriting the last displayed article.
 * when I page through article bigger than my display, it starts it
   at the top of the screen, clearing the previous article text
   away (this is the behaviour expected of -e)

-L -l is no better than just -l or just -L.


I think that with -l, the cursor should never be positioned to home.

Here is the behaviour that I think -l should imply:

 * group and thread selectors: in trn4 (unlike trn3) these expect to
   be able to draw a keystroke reminder thing at the bottom right.
   The selectors probably now use absolute cursor positioning to work
   so if you simply remove the cursor home call you'll cause trouble.
   I would suggest that the cursor home call be replaced with cursor
   to bottom of screen print n newlines where n is size of screen
   cursor home This would be a good default replacement for all `clear
   screen' operations when -l is in effect.

   If the selectors do _not_ use absolute cursor positioning for
   updates to the menu, then I think trn4 -l should do what trn3 -l
   does: whenever a selector is printed, it is allowed to scroll the
   screen up, and relative positioning is used to update the selector
   when appropriate.  But this might involve reviewing trn4's use of
   cursor motion in more detail than available effort readily permits.

 * New article or restart article display:
   With just -l, the behaviour should be identical to that currently
   seen with -L -l -e.
   With -l -e, use the `default clear screen' behaviour I specify
   above.

 * Next article page:
   With just -l, suppress all cursor motion and simply print the
   new article text, allowing the screen to scroll down.  Ie the
   current behaviour of trn4 without any of -l -L -e.
   With -l -e, use the `default clear screen' behaviour I specify
   above.

 * -L should be of no consequence with -l.  -l suppresses screen
clearing entirely and -L simply changes the way it happens.

 * The manpage should be adjusted.  -l is not for `weird terminals',
   although it may be useful for those.

I'm not sure what to do if the terminal does not support absolute
cursor positioning, but -l is already halfway there.  I just tried
`TERM=dumb trn4' and `TERM=dumb TRNINIT=-l trn4' and there didn't seem
to be much difference.  I'm tempted to run trn4 with TERM=dumb since
the results are relatively pleasing.

Perhaps I should make a version of TERM=xterm which supports
highlighting but not absolute cursor positioning :-) (although
relative cursor positioning would be nice for updating the selector
menus rather than reprinting them).


If it would be worthwhile I could take a look at the code.  I think
the current trn4 behaviour will get quite annoying quite quickly so if
you have any pointers please let me know.  Hopefully it won't be so
annoying I go back to trn3 and fighting metamail for stupidly
base64-encoded postings.

Ian.



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



Bug#509440: dhclient don't send hostname by default

2008-12-22 Thread James Dupin
Package: dhcp3-client
Version: 3.0.4-13

After a fresh install of etch, dhclient can't send automatically the
machine hostname for a dns update.

One needs to edit dhclient.conf to fix the hostname.

Couldn't we  have the hostname sent automatically without tweaking
dhclient.conf?

rgds
james dupin




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



Bug#509441: computer locks up during down-load

2008-12-22 Thread Richard Betham
Package: ppp
Version: 2.4.4rel-8

Computer fails to respond to mouse, keyboard, and even to
CtrlAltDel when attempting to download a web page e.g.
http://www.uk.debian.org/ .

I am trying to get Etch to run in an old computer, which has about 361
Mega-bytes of SDRAM.

It uses an external modem to dial into an ISP.
It uses a simple shel script which calls pon, I attach a copy of the
shell script, and a copy of the called file.

The bugs appears when that ISP is Entanet using dial in number 0845
6040104.
It seem to dial in successfully,
I attach a copy of the ppp dialogue.
However, then I tried to use Epiphany to download a web page e.g.
http://www.uk.debian.org/ .
The system downloaded some of the page, and displayed as much as would
fit in the window.
The computer then did not respond to any of the controls -- keyboard,
mouse.
It just froze, or locked-up.
Eventually the OH light on the modem went out, I took this as my cue
to push the power switch, and hold it in, till it switched off the
power.

I tried several times with variations.
first using Iceweasel;
then Iceweasel and squid;
then wget.
Iceweasel, with or without squid, caused the computer to lock up.
Wget sometimes caused it to lock up.

Downloading a smaller webpage instead usually worked, except that the
pictures did not get displayed.


Workaround;
I tried using various different ISPs,  system worked with all of these
others.

Knoppix version 5.1.1 live CD, running in the same hardware works, even
on the Entanet dial up line, but slowly.

versions;
I attach a list of versions of some of the packages in my system.
It is Etch as installed plus a few Etch packages which were not
installed as default.
These were all updated by aptitude update, and then aptitude upgrade on
20 December 2008.

I attach output from reportbug, which seems to contain at least one
error (from address).

Thank you very much for providing ppp.

Best regards

Richard Betham

ii  ppp2.4.4rel-8 Point-to-Point Protocol (PPP) daemon
ii  pppconfig  2.3.15.etch1   A text menu based utility for configuring pp
ii  base-files 4  Debian base system miscellaneous files
ii  libpam-modules   0.79-5 Pluggable Authentication Modules for PAM
ii  libpam-runtime   0.79-5 Runtime support for the PAM library
ii  libpam0g 0.79-5 Pluggable Authentication Modules library
ii  libcap11.10-14support for getting/setting POSIX.1e 
capabilities
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libc6-i686 2.3.6.ds1-13etch5 GNU C Library: Shared libraries [i686 
optimi
ii  linux-image-2.6-k7  2.6.18+6etch3 Linux kernel 2.6 image on AMD 
K7
ii  linux-image-2.6.18-6-k7 2.6.18.dfsg.1-23etch1 Linux 2.6.18 image on AMD K7
ii  kdm3.5.5a.dfsg.1-6etch2 X display manager for KDE


Entanet6.sh
Description: application/shellscript
# This optionfile was generated by pppconfig 2.3.15. 
# 
#
hide-password 
noauth
connect /usr/sbin/chat -v -f /etc/chatscripts/Entanet6
debug
/dev/ttyS0
115200
defaultroute
noipdefault 
user jubileeweb
 
ipparam Entanet6

usepeerdns
idle 600Sat Dec 20 20:32:17 GMT 2008
Serial connection established.
using channel 1
Using interface ppp0
Connect: ppp0 -- /dev/ttyS0
sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x4c7ddae5 pcomp accomp]
rcvd [LCP ConfReq id=0x1 asyncmap 0xa auth chap MD5 magic 0x844dfb9b 
pcomp accomp mrru 1524 endpoint [local:42.54.4d.44.49.50]]
sent [LCP ConfRej id=0x1 mrru 1524]
rcvd [LCP ConfReq id=0x2 asyncmap 0xa auth chap MD5 magic 0x844dfb9b 
pcomp accomp endpoint [local:42.54.4d.44.49.50]]
sent [LCP ConfAck id=0x2 asyncmap 0xa auth chap MD5 magic 0x844dfb9b 
pcomp accomp endpoint [local:42.54.4d.44.49.50]]
sent [LCP ConfReq id=0x1 asyncmap 0x0 magic 0x4c7ddae5 pcomp accomp]
rcvd [LCP ConfAck id=0x1 asyncmap 0x0 magic 0x4c7ddae5 pcomp accomp]
sent [LCP EchoReq id=0x0 magic=0x4c7ddae5]
rcvd [CHAP Challenge id=0x1 4b4c283cd7222792e0c032b21eeb7e4a, name = BTMDIP]
sent [CHAP Response id=0x1 483ef642a3082bcacd81cd1c5a68039b, name = 
jubileeweb]
rcvd [LCP EchoRep id=0x0 magic=0x844dfb9b]
rcvd [CHAP Success id=0x1 ]
CHAP authentication succeeded
CHAP authentication succeeded
sent [CCP ConfReq id=0x1 deflate 15 deflate(old#) 15 bsd v1 15]
sent [IPCP ConfReq id=0x1 compress VJ 0f 01 addr 0.0.0.0 ms-dns1 0.0.0.0 
ms-dns3 0.0.0.0]
rcvd [IPCP ConfReq id=0x1 addr 87.127.229.5]
sent [IPCP ConfAck id=0x1 addr 87.127.229.5]
rcvd [LCP ProtRej id=0x1 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
rcvd [IPCP ConfRej id=0x1 compress VJ 0f 01]
sent [IPCP ConfReq id=0x2 addr 0.0.0.0 ms-dns1 0.0.0.0 ms-dns3 0.0.0.0]
rcvd [IPCP ConfNak id=0x2 addr 62.249.253.159 ms-dns1 195.74.113.58 
ms-dns3 195.74.113.62]
sent [IPCP ConfReq id=0x3 addr 62.249.253.159 ms-dns1 195.74.113.58 
ms-dns3 195.74.113.62]
rcvd [IPCP ConfAck id=0x3 addr 62.249.253.159 ms-dns1 195.74.113.58 
ms-dns3 

Bug#507443: avra 1.2.3 register/bit definitions with unclear license

2008-12-22 Thread Tobias Klauser
Hi,

Since version 1.2.3 of avra [0] (not yet in Debian, I'm in the process of
packaging it) a zip-file is shipped in the upstream tarball containing
register/bit definitions for the various Atmel microcontrollers. The
package seems to come directly from Atmel [1]. The associated
applications note [2] doesn't state a license or copyright niether. The
files themselves contain no license or copyright statement, nor does the
upstream copyright mention these files.

[0] http://puzzle.dl.sourceforge.net/sourceforge/avra/avra-1.2.3a-src.tar.bz2
[1] http://www.atmel.com/dyn/resources/prod_documents/AVR000.zip
[2] http://www.atmel.com/dyn/resources/prod_documents/doc0931.pdf

The files are not installed by the upstream makefile and seem to be
there for documentation purpose.

How should I continue packaging avra 1.2.3? Should I create a
.orig.tar.gz tarball without this zip-file? Or can I ship it
nonetheless?

Thanks in advance and regards,
Tobias Klauser

(Please Cc me on replies, I'm not subscribed to debian-legal.)



signature.asc
Description: Digital signature


Bug#349200: [imagemagick] You does not have enougth temp space

2008-12-22 Thread roucaries bastien
On Mon, Dec 22, 2008 at 11:52 AM, Philipp Marek phil...@marek.priv.at wrote:
 On Sunday 21 December 2008 Bastien ROUCARIES wrote:
 Package: imagemagick
 Version: 7:6.3.7.9.dfsg1-2.1+lenny1
 Tags: unreproducible

 According to upstream you are out of temp space.
 I don't think so ...

 With 54 .jpgs in a directory, with (all together) 161MB disk usage, and
 3M main memory/24G free disk space it still won't work with current:
ii  imagemagick  7:6.3.7.9.dfsg1-3

11514 flip  20   0 2795m 1.6g 1.6g R 23.0 60.2   0:27.94 montage
 Then I killed it, because the whole machine became unresponsive.

 Also tags to unreproducible, because I can not reproduce on my laptop.
 That's a pity ... I just run this command:

montage -label %f -background '#fff' -geometry +4+4 -resize 10% 
 *_*.jpg index.jpg

 I think we could close this bug report if you agree.
 Well, it still doesn't work for me.

Ok will try your command surelly this week. Could you try before I
will test some simple step?

Could you try please to set MAGICK_TMPDIR to disk directory (for
instance ~/tmp) ? Maybe imagemagick use  shm filesystem (some admin
set tmp dir
to shm). Could you check that you have not enable quota (a lot of tool
return disk full instead of overquota).

Thank you for your report,

Bastien



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



Bug#504080: ITP: courier-pythonfilter -- filter collection for the Courier MTA

2008-12-22 Thread Paweł Tęcza

Frederik Dannemare pisze:

On Thursday 18 December 2008 10:05, Paweł Tęcza wrote:

I've just found Python module for PostgreSQL support of Pythofilter.
It's python-pgsql [1]. Unfortunately it hasn't been debianized yet.
Debian has python-pgsql package for long time, but it's different
package! Its real name is pypgsql [2], grrr...


Ah, that kind of thing is always bloody annoying.


I would like to make Debian package with python-pgsql. I don't know
what the best name for it is, so probably I'll contact with Debian
Python Team.


Yeah, or maybe try asking on the Debian mentors mailing list. The people
there are usually full of good ideas.


Hello Frederik,

It seems that I don't need to debianize real python-pgsql module,
because Gordon Messmer, creator of Pythonfilter has made a patch with
psycopg2 support. We are testing it now and it should be available soon.

Have a nice day,

P.




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



Bug#349200: [imagemagick] You does not have enougth temp space

2008-12-22 Thread Philipp Marek
On Monday 22 December 2008 roucaries bastien wrote:
 Could you try please to set MAGICK_TMPDIR to disk directory (for
 instance ~/tmp) ? Maybe imagemagick use  shm filesystem (some admin
 set tmp dir
 to shm). Could you check that you have not enable quota (a lot of tool
 return disk full instead of overquota).
Doesn't help:
15886 flip  20   0 2308m 2.1g 2.1g R  6.8 79.9   0:22.04 montage


But thank you for your answer!


Regards,

Phil

-- 
Versioning your /etc, /home or even your whole installation?
 Try fsvs (fsvs.tigris.org)!



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



Bug#509429: pushover: Uses proprietary graphics from original game

2008-12-22 Thread Steve Cotton
Specific issue about copyright on upstream's tracker:
http://sourceforge.net/tracker/index.php?func=detailaid=2349520group_id=42434atid=433129



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



Bug#509441: computer locks up during down-load

2008-12-22 Thread Marco d'Itri
reassign 509441 linux-2.6
thanks

On Dec 22, Richard Betham r...@jubilee-web.ltd.uk wrote:

 Computer fails to respond to mouse, keyboard, and even to
 CtrlAltDel when attempting to download a web page e.g.
 http://www.uk.debian.org/ .
pppd cannot do this, looks like a kernel bug.
I suggest you try to get an oops trace from the console.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#509438: libaugeas-ruby: missing augeas.rb in package

2008-12-22 Thread Bart Cortooms

tags 509438 patch pending
thanks

Hi Marc,

Op 22 dec 2008, om 13:22 heeft Marc Fournier het volgende geschreven:

The package ships without the ruby wrapper for augeas which is  
included in the

upstream ruby gem.

I believe the attached patch solves the problem.


Thanks for the patch!

By the way, I suggest decreasing debhelper version from 7 to 5 to  
allow folks

to backport the package to etch:


Yes, agreed - I've applied both patches to the Git repository.

Sorry for not getting back to you earlier - after the package was  
accepted into Debian two weeks ago I planned on asking the Debian/Ruby  
Extras Team if we can maintain the package as part of the team, but  
work got in the way. I'll do that this week. Are you still interested  
in joining the Debian/Ruby Extras Team as well?


--
Bart



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



Bug#505158: some more info

2008-12-22 Thread Carlos
Hi. I have some more info about this bug.

First of all, forget about amd64/i386 issues, the problem is not there.

I've found that the problem occurs with the vim.gtk binary (provided
by vim-gtk) but it doesn't occur with the vim.gnome binary (provided
by vim-gnome).

You can test it in an easy way (if you have both vim packages
installed) by changing your gvim alternative. When the alternative
points to vim.gtk it'll fail to start. Of course both of them works if
you remove gtk-qt-engine-kde4.

 Since I don't really know very much about gtk-qt-engine-kde4
internals I can't figure out what's going on, but I guess it could be
some missing path issue or something like that.

 Thanks.

-- 
---
Carlos Galisteo cgalisteo AT k-rolus.net
PGP_key::http://k-rolus.net/~cgalisteo/cgalisteo.gpg
Key_Fingerprint::F888 6FBA 9145 B5A2 C187  66D6 5B8C 027A 69AD BE65
---



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



Bug#509435: -commons usr/lib/openoffice/program/soffice is 64bit binary

2008-12-22 Thread Rene Engelhard
tag 509435 + pending
thanks

Hi,

Rene Engelhard wrote:
 r...@frodo:~/Debian/Pakete/openoffice.org$ dpkg -x 
 openoffice.org-core_3.0.1~rc1-1_i386.deb .
 $ file usr/lib/openoffice/program/soffice.bin 
 usr/lib/openoffice/program/soffice.bin: ELF 32-bit LSB executable, Intel 
 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 
 2.6.8, stripped
 
 soffice doesn't exist in -core, but in -common:
 
 r...@frodo:~/Debian/Pakete/openoffice.org$ dpkg -x 
 openoffice.org-common_3.0.1~rc1-1_all.deb .
 file usr/lib/openoffice/program/soffice
 r...@frodo:~/Debian/Pakete/openoffice.org$ file 
 usr/lib/openoffice/program/soffice
 usr/lib/openoffice/program/soffice: ELF 64-bit LSB executable, x86-64, 
 version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, 
 not stripped
 r...@frodo:~/Debian/Pakete/openoffice.org$ ls -l  
 usr/lib/openoffice/program/soffice
 -rwxr-xr-x 1 rene rene 18924 20. Dez 18:01 usr/lib/openoffice/program/soffice
 
 WTF?
 
 Will investigate... Tranforming this into a bugreport.

OK, this is due to an upstream change in thelast milestone for 3.0.1.
Yeah, they changed the launcher in a *micro*, *bugfix* release..
(http://qa.openoffice.org/issues/show_bug.cgi?id=97491
)

Will work arount it and upload a new package ASAP.

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#349200: [imagemagick] You does not have enougth temp space

2008-12-22 Thread Nelson A. de Oliveira
Hi!

On Mon, Dec 22, 2008 at 10:52 AM, Philipp Marek phil...@marek.priv.at wrote:
 Doesn't help:
15886 flip  20   0 2308m 2.1g 2.1g R  6.8 79.9   0:22.04 montage

Can you run it with strace (and send us the output or put it online), please?

Thank you!

Best regards,
Nelson



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



Bug#509442: ITP: libmodule-util-perl -- provides useful functions for manipulating perl module names

2008-12-22 Thread Jeremiah Foster


Package: wnpp
Owner: Jeremiah C. Foster jerem...@jeremiahfoster.com
Severity: wishlist

* Package name: libmodule-util-perl
  Version : 1.05
  Upstream Author : Matt Lawrence matt...@cpan.org
* URL : 
http://search.cpan.org/~mattlaw/Module-Util-1.05/lib/Module/Util.pm
* License : (GPL, Artistic)
  Programming Lang: Perl
  Description : provides useful functions for manipulating perl  
module names


The main aim of Module::Util is to centralise some of the functions  
commonly used by modules
that manipulate other modules in some way, like converting module  
names to relative paths


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




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



Bug#509234: libpam-mount: pam_mount no longer waits for password

2008-12-22 Thread Bastian Kleineidam
Am Saturday 20 December 2008 03:46:11 schrieben Sie:
 Package: libpam-mount
 Version: 1.5-1
 Severity: normal

 pam_mount 1.5 displays an odd behavior: it will display a password
 prompt, but will proceed without waiting for me to enter it.  If the
 filesystem password and system password do not match, I'm therefore
 unable to log in.

Have you tried the enable_interactive pam option?

auth   optional   pam_mount.so  enable_interactive


Regards,
  Bastian


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


Bug#509443: runtime control of maximum bandwidth

2008-12-22 Thread martin f krafft
Package: openssh-client
Version: 1:5.1p1-3
Severity: wishlist

It would be really useful to be able to put a bandwidth limit on SSH
tunnels. I know scp has the -l option, and rsync has --bwlimit, but
a tool like unison or a generic SSH tunnel does not have a bandwidth
limit, but it seems like it would be the most logical place.

Even better would be a way to be able to change the bandwidth limit
of an existing connection, via escape character.

Thanks,

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

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

Versions of packages openssh-client depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  dpkg  1.14.23Debian package management system
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libcomerr21.41.3-1   common error description library
ii  libedit2  2.11~20080614-1BSD editline and history libraries
ii  libkrb53  1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
ii  libncurses5   5.7+2008115-1  shared libraries for terminal hand
ii  libssl0.9.8   0.9.8g-14  SSL shared libraries
ii  passwd1:4.1.1-5  change and administer password and
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

Versions of packages openssh-client recommends:
ii  openssh-blacklist 0.4.1  list of default blacklisted OpenSS
ii  openssh-blacklist-extra   0.4.1  list of non-default blacklisted Op
ii  xauth 1:1.0.3-2  X authentication utility

Versions of packages openssh-client suggests:
ii  gtk-led-askpass [ssh-askpass] 0.10-2 GTK+ password dialog suitable for 
pn  keychain  none (no description available)
pn  libpam-sshnone (no description available)

-- no debconf information


-- 
 .''`.   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#445574: Could you retest and provide file example

2008-12-22 Thread Bastien ROUCARIES
Tags: moreinfo
Hi,

Could you please retest with experimental version? If it does not work could 
you provide an example file, where we could check easilly.

Regards

Bastien
-- 

ROUCARIÈS Bastien
roucaries.bastien+deb...@gmail.com
---
DO NOT WRITE TO roucaries.bastien+blackh...@gmail.com OR BE BLACKLISTED



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



Bug#507897: more debugging

2008-12-22 Thread Daniel Kahn Gillmor
I just did a little bit more debugging.  From what i've seen, the menu
errors i was reporting earlier seem to be a function of iceweasel
starting up when the screen is at one resolution, and then persisting
across a screen resolution change.

In particular, if i start iceweasel when my screen is 1024x600 (single
builtin LVDS), and then attach an external monitor (LVDS + VGA) to get a
setup like this:

0 d...@pip:~$ xrandr
Screen 0: minimum 320 x 200, current 1280 x 1624, maximum 1280 x 1624
VGA connected 1280x1024+0+0 (normal left inverted right x axis y axis)
338mm x 270mm
   1280x1024  60.0*+   75.0 59.9 60.0*
   1280x960   60.0
   1280x800   60.0
   1152x864   75.0
   1280x768   60.0
   1024x768   85.0 75.1 75.0 70.1 60.0 59.9
   832x62474.6
   800x60072.2 75.0 60.3 59.9 56.2
   640x48075.0 72.8 72.8 75.0 66.7 60.0
59.9
   720x40070.1
LVDS connected 1024x600+0+1024 (normal left inverted right x axis y
axis) 0mm x 0mm
   1024x600   59.5*+
   800x60085.1 72.2 75.0 60.3 56.2
   640x48085.0 72.8 75.0 59.9
   720x40085.0
   640x40085.1
   640x35085.1
TV disconnected (normal left inverted right x axis y axis)
0 d...@pip:~$

then iceweasel prefers to show tooltips and menus still limited to the
old 1024x600 resolution, even if the browser is running in the larger
1280x1024 display.  this means that tooltips and menus that would
otherwise be placed in reasonable spots in the righthand or bottom areas
of the screen instead are placed in the small upper-left region.

Conversely, if i start iceweasel when i have both screens attached and
running, and then detach the larger screen, i get the problem i reported
before: menus/etc end up displaying half off the screen to the point
where i can't get to them.

It's as though iceweasel is caching some information about the available
display space at process start and failing to update that information
when the available screen space gets resized.

Hope this helps to track down the problem.  Let me know if i can debug
or test anything.

Regards,

--dkg



signature.asc
Description: OpenPGP digital signature


Bug#508964: lighty-enable-mod fastcgi breaks lighttpd

2008-12-22 Thread Olaf van der Spek
 Obviously there is a simple work around, but I think it should work 
without messing with the conffile.


A large (majority?) part of users is probably using PHP.

Maybe enable-mod fastcgi should only enable fastcgi and enable-mod 
fastcgi-php should enable PHP?




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



Bug#509444: rpm2cpio unable to unpack SLES10 rpms

2008-12-22 Thread Victor Wagner
Package: rpm
Version: 4.4.2.3-1
Severity: normal


rpm2cpio doesn't work with RPMs created by SLES10 rpmbuild.

It reports Error: header not recognized

BTW, native rpm2cpio on SLES-10 has the same problem.

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

Kernel: Linux 2.6.26-1-486
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages rpm depends on:
ii  libbeecrypt6   4.1.2-7   open source C library of cryptogra
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  librpm4.4  4.4.2.3-1 RPM shared library
ii  perl   5.10.0-18 Larry Wall's Practical Extraction 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

rpm recommends no packages.

Versions of packages rpm suggests:
ii  alien 8.72   convert and install rpm and other 

-- 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#507557: linux-image-2.6.26-1-r4k-ip22: hangs early at boot on Indigo2

2008-12-22 Thread Julien BLACHE
tsbog...@alpha.franken.de (Thomas Bogendoerfer) wrote:

Hi,

 I have a 2.6.24 kernel up  running, stock debian kernel from back
 then.

 ok, do you have a chance to test something newer preferred git-current ?

Interestingly, a vanilla 2.6.26 with the same .config as the debian
kernel does not hang and boots fine.

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.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#464389: php5-cgi: _SERVER[PHP_SELF] ($PHP_SELF) is empty

2008-12-22 Thread Olaf van der Spek
 when running php in fast-cgi mode on lighttpd server 
_SERVER[PHP_SELF] has no value set.


Works for me (on unstable). Does it still fail for you?



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



Bug#508942: CVE-2008-5378: possible symlink attacks

2008-12-22 Thread Andreas Tille

Hi,

when I started manitaining arb I noticed that the program might crash
under some seldom occurrences.  To enable the users to start cleanly
another instance I enhanced the scripts provided by upstream which
basically parse a file containing the PIDs of the main arb processes.
These files are stored under

/tmp/arb_pids_${USER}_${ARB_PID}

Code:
  ARBDB/adcomm.c:sprintf(filename,/tmp/arb_pids_%s_%s,user,arb_pid);
  SH/arb_fastdnaml:/bin/echo $sig $$ \c /tmp/arb_pids_${USER}_${ARB_PID}

These files are parsed in the following scripts provided by upstream:

$ grep -R arb_pids_ * | grep -v -e \.c: -e debian -e echo
SH/arb_clean:   pidfiles=/tmp/arb_pids_$USER_*
SH/arb_clean:   pidfiles=/tmp/arb_pids_${USER}_${ARB_PID}
SH/arb_panic:chooser=/tmp/arb_pids_${USER}_*
SH/arb_panic:if [ ! -f /tmp/arb_pids_${USER}_${ARB_PID} ]; then
SH/arb_panic:for i in `cat /tmp/arb_pids_${USER}_${ARB_PID}`; do

These are most probably volunarable as well as arb_kill[1] which is
a working version of arb_kill basically.  After quite good experiences
with recent versions of arb the issue of arb_kill became void and I
could simply drop this script to fix CVE-2008-5378 - but this would not
solve the problem with the scripts provided by upstream.

Currently I see two options:

  1. Do not install arb_{clean,panic} any more in the binary package
 and advise the user in the docs what to do in case of a problem.
  2. Make the temp file save against symlink attacks.  The question
 I have for this case which should probably be prefered is: How
 can I savely teach an independent script about the PIDs of a
 crashed program that should be stopped.  I think random file names
 will not really work here or do I miss something?

Kind regards

   Andreas.

[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5378

--
http://fam-tille.de



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



Bug#507557: linux-image-2.6.26-1-r4k-ip22: hangs early at boot on Indigo2

2008-12-22 Thread Julien BLACHE
Martin Michlmayr t...@cyrius.com wrote:

 [0.00] early_node_map[1] active PFN ranges
 [0.00] 0:32768 -98304

Working 2.6.26 vanilla gives:

[0.00] early_node_map[1] active PFN ranges
[0.00] 0:32768 -98304
[17179569.184000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 64640

Which indicates a timer-related issue, most probably.

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.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#509445: dhcp3-server: get-lease-hostnames does not work.

2008-12-22 Thread Wilco Baan Hofman
Package: dhcp3-server
Version: 3.1.1-5
Severity: important


get-lease-hostnames is supposed to lookup the DNS name and supply that as a
hostname to the client. This does not happen.

I've traced the problem and it seems that i (=DHO_HOST_NAME) in dhcp.c:2605
is a dhcp_universe option, not a server_universe option. This patch fixes 
the problem.

This was previously reported on the dhcp-server mailing list back in 2000,
but it doesn't seem anyone picked it up. See also:
http://marc.info/?l=dhcp-serverm=97257932431155w=2

I use this for supplying netboot (clean slate) clients with a hostname. 
In the dhcp package (2.0pl5-19.5etch2) this worked, but in lenny this
package is no longer available.

Patch below:

--- server/dhcp_orig.c  2008-12-22 14:51:21.0 +0100
+++ server/dhcp.c   2008-12-22 14:48:58.0 +0100
@@ -2602,7 +2602,7 @@
/* If we don't have a hostname yet, and we've been asked to do
   a reverse lookup to find the hostname, do it. */
j = SV_GET_LEASE_HOSTNAMES;
-   if (!lookup_option (server_universe, state - options, i) 
+   if (!lookup_option (dhcp_universe, state - options, i) 
(evaluate_boolean_option_cache
 (ignorep, packet, lease, (struct client_state *)0,
  packet - options, state - options, lease - scope,



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

Kernel: Linux 2.6.26-1-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 dhcp3-server depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  dhcp3-common  3.1.1-5common files used by all the dhcp3
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

dhcp3-server recommends no packages.

Versions of packages dhcp3-server suggests:
pn  dhcp3-server-ldap none (no description available)



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



Bug#506879: [Pkg-alsa-devel] Bug#506879: alsa-utils: alsactl store does not worky

2008-12-22 Thread henry atting
Accidentally I found the culprit: always during the startup of Emacs 
the PCM settings are changed. The library mpg123.el 
(an interface for mpg123) did cause this. Don't know why but it anyway
is not an alsa bug.

Great thanks
henry



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



Bug#503475: Reproducably steals all keyboard and some mouse input

2008-12-22 Thread Gonéri Le Bouder
On Sun, Oct 26, 2008 at 01:28:58PM +0100, Richard Hartmann wrote:
 Package: love
 Version: 0.4.0-2
 Severity: critical
 
 When I start love, drag the balls around a little bit and then alt-tab
 out of love, I have lost all keyboard input. I can't type or anything.
 It's not even possible to ctrl-alt-bksp X.
 Also, while I can still move the mouse, all click events are stolen.
Hi,

Which .love file did you use?

Cheers,

Gonéri


signature.asc
Description: Digital signature


Bug#356492: [Fwd: spout_1.3-1_amd64.changes REJECTED]

2008-12-22 Thread Gürkan Sengün



 Original Message 
Subject: spout_1.3-1_amd64.changes REJECTED
Date: Sat, 20 Dec 2008 23:54:03 +
From: Frank Lichtenheld ftpmas...@debian.org
To: Gürkan Sengün gur...@phys.ethz.ch, c...@debian.org
CC: Debian Installer instal...@ftp-master.debian.org

debian/copyright misses a reference to /usr/share/common-licenses/LGPL-2.1



===

If you don't understand why your files were rejected, or if the
override file requires editing, reply to this email.



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



Bug#509239: [DebianGIS-dev] Bug#509239: josm: [needs-packaging] Update to r1137

2008-12-22 Thread Andreas Putzo
On Dec 22  12:09, Francesco P. Lovergine wrote:
 On Sun, Dec 21, 2008 at 04:39:29PM +0100, Petter Reinholdtsen wrote:
  
  retitle josm: Please package new upstream version
  thanks
  
  [Alex Ruddick]
   NOTE: I run Ubuntu and have never submitted a proper Debian bug, so
   I modified an earlier one.  I have no idea if this is the proper way
   to ask for updated packaging, but it seems worth a try.
  
  Very close, at least. :)
  
   Besides the packaging, the homepage has changed, and I added an
   upstream contact.
  
  I agree that a new version should be packaged, but believe it is best
  to wait until Lenny is released before uploading a new version into
  unstable.  A new version could be uploaded into experimental until
  then.  I do not have the spare time left to do it myself, and hope
  some of the other debian gis people find time to do it.
  
  Happy hacking,
 
 About that, isn't that the case to follow josm versioning (i.e. svn release)
 instead of the timestamp-like version used currently ? 

My understanding is that this is more or less a matter of personal
preference. But josm now has a 'latest more or less stable' svn revision
which might be easier to distinguish than a timestamp-like version.

Cheers,
Andreas





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



Bug#509446: live-initramfs: Support further checks on loopback image and support skipping union mounts

2008-12-22 Thread Rene Mayrhofer
Package: live-initramfs
Version: 1.154.3-1 
Severity: wishlist 
Tags: patch

To use live-initramfs for the Gibraltar firewall distribution, I ported two 
missing features from my own mkinitrd-cd package to work as scripts/hooks 
within the initramfs-tools framework and plug into live-initramfs. Although 
most can be implemented this way, a minor patch is required for the live 
script to:
- Call another set of scripts after finding the loopback image that is about to 
be mounted but just before actually mounting it. This allows to perform 
further checks at this stage.
- Completely bypass the unionfs mounts so that this can be handled by custom 
distribution scripts during bootup. The reason is that even larger parts of 
the filesystem should remain read-only for security reasons.

The attached patch is quite minor and non-intrusive and will not change any 
current functionality when the added options are not used. Please consider 
applying it so that the Debian package can be used without further changes.

Thanks,
Rene

-- Package-specific info:

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

Kernel: Linux 2.6.27-11-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages live-initramfs depends on:
ii  busybox   1:1.10.2-2 Tiny utilities for small and 
embed
ii  file  4.26-2 Determines file type using magic
ii  initramfs-tools   0.92n  tools for generating an initramfs
ii  sudo  1.6.9p17-1 Provide limited super user 
privile
ii  udev  0.125-7/dev/ and hotplug management 
daemo
ii  user-setup1.23   Set up initial user and password

Versions of packages live-initramfs recommends:
pn  eject none (no description available)
ii  uuid-runtime  1.41.3-1   universally unique id library
ii  wget  1.11.4-2   retrieves files from the web

Versions of packages live-initramfs suggests:
pn  curlftpfs none (no description available)
pn  genext2fs none (no description available)
pn  httpfs2   none (no description available)
pn  loop-aes-utilsnone (no description available)
pn  mtd-tools none (no description available)
ii  squashfs-tools1:3.3-7Tool to create and append to 
squas

-- no debconf information

diff -r 6619a22cc6aa usr/share/initramfs-tools/scripts/live
--- a/usr/share/initramfs-tools/scripts/live	Sun Dec 21 21:14:42 2008 +0100
+++ b/usr/share/initramfs-tools/scripts/live	Mon Dec 22 14:25:13 2008 +0100
@@ -427,6 +427,11 @@
 export PLAIN_ROOT
 ;;
 
+			skipunion)
+SKIP_UNION_MOUNTS=Yes
+export SKIP_UNION_MOUNTS
+;;
+
 			root=*)
 ROOT=${ARGUMENT#root=}
 export ROOT
@@ -1085,6 +1090,12 @@
 	do
 		imagename=$(basename ${image})
 
+export image devname
+maybe_break live-realpremount
+log_begin_msg Running /scripts/live-realpremount
+run_scripts /scripts/live-realpremount
+log_end_msg
+
 		if [ -d ${image} ]
 		then
 			# it is a plain directory: do nothing
@@ -1242,8 +1253,12 @@
 		mount --bind ${exposedrootfs} ${rootmnt} || \
 			panic bind mount of ${exposedrootfs} failed
 
-		cow_dirs='/var/tmp /var/lock /var/run /var/log /var/spool
-			/home /var/lib/live'
+if [ -z ${SKIP_UNION_MOUNTS} ]; then
+cow_dirs='/var/tmp /var/lock /var/run /var/log /var/spool
+/home /var/lib/live'
+else
+cow_dirs=''
+fi
 
 		for dir in ${cow_dirs}; do
 			mkdir -p /cow${dir}


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


Bug#507557: linux-image-2.6.26-1-r4k-ip22: hangs early at boot on Indigo2

2008-12-22 Thread Thiemo Seufer
Julien BLACHE wrote:
 Thiemo Seufer t...@networkno.de wrote:
 
 Hi,
 
   ok, do you have a chance to test something newer preferred git-current ?
  
  If you have a kernel I can try, sure. Building one is another story,
  this machine isn't exactly fast nor quiet, as you probably know...
 
  you could cross-build upstream kernels, e.g. with my cross-toolchain
  for lenny: http://people.debian.org/~ths/toolchain/
 
 I wish you had it built for amd64 :)

Use the crossbuild script in there to build your own. :-)


Thiemo



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



Bug#471826: Any news?

2008-12-22 Thread Andreas Putzo
Hi,

On Dec 08  15:23, Fabio Tranchitella wrote:
 I'm interested in adopting pgpool2. Any news about the ITA? Can I take it
 over? Andreas, would you be interested in co-maintaining the package with
 me?

I was waiting for lenny to go on with pgpool2. But we could certainly
upload the new upstream version to experimental anytime. 
If you are interested i would appreciate co-maintenance since i'm very
busy from time to time :/

Cheers,
Andreas




-- 
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   >