Bug#536615: VLC needs updating

2009-09-14 Thread Tony Houghton
gnome-screensaver has oviously changed. You'll probably also find that
DPMS isn't working unless you upgrade to gnome-power-manager 2.26
(currently in experimental).

I think it will be up to the VLC developers to support the new version
of gss. Please could you reassign this bug to vlc.



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



Bug#517892: linux-image-2.6.26-1-openvz-amd64: IPv6 tunnels through sit v4tunnels not possible

2009-09-14 Thread Ola Lundqvist
Hi Philipp

I have built a new kernel version that solves this problem. Can you try
this one out?

You can download it from:
http://download.openvz.org/kernel/debian/test/linux-image-2.6.26-2-openvz-686_2.6.26-19.1_i386.deb

Best regards,

// Ola

On Mon, Mar 02, 2009 at 07:50:21PM +0100, Philipp Kern wrote:
> Package: linux-image-2.6.26-1-openvz-amd64
> Version: 2.6.26-13
> 
> With the following snippet in /etc/network/interfaces I get a backtrace in
> the kernel, although it works on another machine with the same image (also
> same architecture):
> 
> auto sit0
> iface sit0 inet6 v4tunnel
>   address 2002:4e2e:6774::1
>   netmask 16
>   gateway ::192.88.99.1
>   endpoint 192.88.99.1
>   local 78.46.103.116
>   up ip link set mtu 1480 dev sit1
> 
> The failure is visible in userland as follows:
> 
> tanaris:~# ifup sit0
> ioctl: No such device
> Failed to bring up sit0.
> 
> The backtrace:
> 
> [87792.025658] kobject_add_internal failed for sit0 with -EEXIST, don't try 
> to register things with the same name in the same directory.
> [87792.025670] Pid: 16220, comm: modprobe Not tainted 2.6.26-1-openvz-amd64 #1
> [87792.025677] 
> [87792.025678] Call Trace:
> [87792.025698]  [] kobject_add_internal+0x13f/0x17e
> [87792.027044]  [] kobject_add+0x74/0x7c
> [87792.027053]  [] __devinet_sysctl_register+0xde/0x114
> [87792.027067]  [] cache_grow+0x1cc/0x262
> [87792.027077]  [] kobject_get+0x12/0x17
> [87792.027084]  [] get_device+0x17/0x1f
> [87792.027092]  [] device_add+0x9b/0x53f
> [87792.027100]  [] kobject_init_internal+0x12/0x2c
> [87792.027111]  [] register_netdevice+0x282/0x358
> [87792.027119]  [] register_netdev+0x39/0x46
> [87792.027128]  [] :sit:sit_init_net+0xc5/0xe6
> [87792.027138]  [] register_pernet_operations+0x39/0xc5
> [87792.027148]  [] register_pernet_gen_device+0x57/0x95
> [87792.027158]  [] :sit:sit_init+0x4c/0x67
> [87792.027166]  [] sys_init_module+0x190e/0x1aa4
> [87792.028519]  [] register_netdevice+0x0/0x358
> [87792.028545]  [] system_call_after_swapgs+0x8a/0x8f
> [87792.028558] 
> 
> The following, slightly different snippet also fails for the same reason:
> 
> iface sixxs inet6 v4tunnel
>   address 2001:6f8:900:1a4::2
>   netmask 64
>   endpoint 212.224.0.188
>   ttl 64
>   up ip link set mtu 1480 dev sixxs
>   up ip route add default via 2001:6f8:900:1a4::1 dev sixxs
> 
> This is an OpenVZ host.  IPsec is enabled, too and created a tun device.
> But that's both the same on the other server, too.
> 
> 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



-- 
 - Ola Lundqvist ---
/  o...@debian.org Annebergsslingan 37  \
|  o...@inguza.com  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



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



Bug#539357: Please update Xorg and try again

2009-09-14 Thread Cédric Delfosse
Hello,

since your bug report a new version of the xserver-xorg-video-intel
package is available. Could you update your Xorg setup and try again ?

Regards,

Cédric





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



Bug#543852: ncurses -- shared libraries for terminal handling

2009-09-14 Thread Sven Joachim
On 2009-08-28 22:18 +0200, Sven Joachim wrote:

> On 2009-08-27 14:57 +0200, Sebastian Harl wrote:
>
>> On Thu, Aug 27, 2009 at 01:11:09PM +0200, Sven Joachim wrote:
>>> 
>>> I don't know who will pick up ncurses, but if it is going to be a team I
>>> would like to help.
>>
>> I really think something like ncurses should be team maintained. I'd
>> also be glad to join any such team, however, I probably won't find any
>> time to work on that before the end of September.
>
> Until we find co-workers, I have set up a preliminary git repository at
> Alioth as an appetizer:
>
> http://git.debian.org/?p=users/joachim-guest/ncurses.git;a=summary
>
> Not much there yet, I'm still finding out how the package works.  Would
> probably have been a little easier if Daniel had not thrown his work
> away. :-(

During the past two weeks, I have been studying the package, triaged
some of the bugs and made several changes.  See the Debian changelog and
the commit logs for what I've broke.

There are some other things that could/should be done, but for which I
would like other people's opinion/help:

- Switch to quilt from dpatch?  While I strongly prefer quilt, I've seen
  that you use dpatch for your packages, so I held back changing the
  patch system.

- Give the Debian patches meaningful headers.  Finding out where the
  patches came from and whether they are still necessary probably
  requires digging deep into ncurses' history.

- Move ncurses5-config to libncurses5-dev (and ncurses5w-config to
  libncurses5w-dev) to fix #480437?  I hesitate to remove files from an
  essential package, although that change is unlikely to break anything.

- Write a manpage for ncurses-config and submit it upstream, or generate
  one automatically with help2man.

- Split off HTML documentation and examples into a separate package, say
  ncurses-doc, to save space in the archive (see #233400).

- Update our terminfo files debian/*.ti.  For xterm.ti I have already
  done that, but I'm not familiar with the other terminals.

- Reintroduce some of the /usr/share/doc symlinks where policy allows
  this.  The Ubuntu approach of deleting the upstream changelog from
  some binary packages is not to my liking.

Should I try to register an Alioth project for ncurses?  The name
pkg-ncurses seems to be good for it, and we could use git as SCM and
move my personal repository to the project.

Cheers,
   Sven


pgppIAgIhrJB3.pgp
Description: PGP signature


Bug#546643: pioneers: Debconf settings are not used

2009-09-14 Thread Roland Clobus
Package: pioneers-console
Version: 0.12.2-5
Severity: normal
File: pioneers
Tags: patch

The settings in /etc/default/pioneers-console are not used, because the
logic in /etc/init.d/pioneers-console is reversed.

See the attached patch.

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

Kernel: Linux 2.6.30-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 pioneers-console depends on:
ii  debconf [debconf-2.0] 1.5.27 Debian configuration
management sy
ii  libc6 2.9-25 GNU C Library: Shared
libraries
ii  libglib2.0-0  2.20.4-1   The GLib library of C
routines
ii  pioneers-console-data 0.12.2-5   the Settlers of Catan board
game -

pioneers-console recommends no packages.

Versions of packages pioneers-console suggests:
pn  pioneers   (no description available)

-- debconf information excluded
Index: pioneers-console.init
===
--- pioneers-console.init	(revision 1462)
+++ pioneers-console.init	(working copy)
@@ -38,8 +38,8 @@
 	. $CONFIG_FILE
 fi
 
-test -z "$PORT_RANGE" || PORT_RANGE="--port-range $PORT_RANGE"
-test -z "$META_SERVER_NAME" || META_SERVER_NAME="`dnsdomainname --fqdn`"
+test "$PORT_RANGE" || PORT_RANGE="--port-range $PORT_RANGE"
+test "$META_SERVER_NAME" || META_SERVER_NAME="`dnsdomainname --fqdn`"
 
 export PIONEERS_META_SERVER
 NAME="Pioneers meta-server"


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


Bug#404911: Re: rdiff-backup: Fatal Error: New quoting requirements!

2009-09-14 Thread Kingsley G. Morse Jr.
On 09/14/09 20:43, Carl Chenet wrote:
> Hi,
> 
> > 
> > Unfortunately, I can not.
> > 
> > I replaced the MicroSoft partition that seems to
> > elicit this bug, with a qemu disk image file.
> > 
> > For what it's worth, so far, backing up one disk
> > image file seems to be easier than backing up
> > every MicroSoft file.
> > 
> > Cheers,
> > Kingsley
> 
> If you have been informing the upstream and you
> won't be able to reproduce this bug any more,
> can we consider closing this bug report?

OK.

Thanks,
Kingsley



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



Bug#522313: WIP

2009-09-14 Thread Christoph Egger
Heya all!

 Just changing the dependency from liburl3-openssl-dev to
libcurl4-gnutls-dev seems to produce a equally well binary without
this problem. However I'm currently considering using the new upstream
release for this QA upload (package is orphaned but not maintainer
qa-team, will be changed on the way).

Regards

Christoph

-- 
/"\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


signature.asc
Description: Digital signature


Bug#546644: New fortune: Brad DeLong quote on stupid and really stupid policy

2009-09-14 Thread Anthony DeRobertis
Package: fortunes
Version: 1:1.99.1-3.1
Severity: wishlist

"[W]hen the policy you are adopting is worse for everybody than a policy
 you agree is stupid, the policy you are adopting is best characterized
 as really stupid." --- Brad DeLong on tire tariffs,
 


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

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

Versions of packages fortunes depends on:
ii  fortune-mod 1:1.99.1-3.1 provides fortune cookies on demand
ii  fortunes-min1:1.99.1-3.1 Data files containing fortune cook

fortunes recommends no packages.

fortunes 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#545910: updating to grub-pc fails to boot memtest+

2009-09-14 Thread Chris Knadle
On Monday 14 September 2009, Felix Zielcke wrote:
> Am Montag, den 14.09.2009, 14:09 -0400 schrieb Chris Knadle:
...
> > Is it possible to have grub-pc expect to use the "linux16"
> > command to boot memtest86+ in /etc/grub.d/20_memtest86+ by
> > default?
> 
> What do you mean with that?
> We want to have that the memtest86(+) packages change their grub.d
>  files to use linux16.
> Or do you want to suggest we edit their files for them? Well that
>  would be a clear Debian policy violation.

Ah that's my mistake -- I didn't realize  /etc/grub.d/20_memtest86+  
was part of the memtest86+ package.

Now I finally understand why this is a memtest86+ bug.

Thanks very much.
  -- Chris

-- 

Chris Knadle
chris.kna...@coredump.us



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



Bug#546645: jack-audio-connection-kit: [INTL:pt] Updated Portuguese translation for debconf messages

2009-09-14 Thread Traduz - Portuguese Translation Team

Package: jack-audio-connection-kit
Version: 0.116.2+svn3592-2
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for jack-audio-connection-kit's debconf 
messages.

Translator: António Moreira 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,
Miguel Figueiredo
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org


# Translation of debconf messagens for jack-audio-connection-kit.
# Copyright (C) 2009 the jack-audio-connection-kit's copyright holder.
# This file is distributed under the same license as the jack-audio-connection-kit package.
# António Moreira , 2009.

msgid ""
msgstr ""
"Project-Id-Version: jack-audio-connection-kit_0.116.2+svn3592-2\n"
"Report-Msgid-Bugs-To: jack-audio-connection-...@packages.debian.org\n"
"POT-Creation-Date: 2009-07-09 22:10+0200\n"
"PO-Revision-Date: 2009-09-10 09:14+0100\n"
"Last-Translator: António Moreira \n"
"Language-Team: Portuguese \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Poedit-Language: Portuguese\n"
"X-Poedit-Country: PORTUGAL\n"
"X-Poedit-SourceCharset: utf-8\n"

#. Type: boolean
#. Description
#: ../jackd.templates:1001
msgid "Do you want to enable realtime priorities in /etc/security/limits.d?"
msgstr "Deseja activar as prioridades de tempo real em /etc/security/limits.d?"

#. Type: boolean
#. Description
#: ../jackd.templates:1001
msgid ""
"If you want to run jackd with realtime priorities, the user starting jackd "
"needs realtime permissions. This is usually accomplished by tweaking rtprio "
"and memlock in /etc/security/limits.conf, either for a specific user or for "
"the audio group in general."
msgstr ""
"Se deseja executar jackd com prioridades de tempo real, o utilizador que "
"iniciar jackd necessita de permissões de tempo real. Isso geralmente é "
"realizado por ajustes rtprio e memlock em /etc/security/limits.conf, quer "
"para um utilizador específico ou para o grupo de áudio em geral."

#. Type: boolean
#. Description
#: ../jackd.templates:1001
msgid ""
"Raising memlock and rtprio limits may lead to complete system lock-ups due "
"to highest scheduler priorities or denial of service attacks by requesting "
"all the available physical system memory, which is unacceptable in multi- "
"user environments."
msgstr ""
"Aumentando os limites memlock e rtprio pode levar a um bloqueio completo "
"do sistema devido a prioridades mais altas de agendamento ou à negação de "
"ataque ao serviço, solicitando toda a memória física do sistema disponível "
"o que é inaceitável em ambientes de multi-utilizador."

#. Type: boolean
#. Description
#: ../jackd.templates:1001
msgid ""
"The Debian default is to DISABLE realtime priorities, however, if you intend "
"to run jackd with very low latencies, enable this option in order to place "
"the approriate settings in /etc/security/limits.d/audio.conf."
msgstr ""
"O que vem predefinido em Debian é DESACTIVAR as prioridades em tempo real, "
"no entanto, se pretender executar jackd com latências muito baixas, active "
"essa opção para colocar as definições apropriadas em /etc/security/limits.d/audio.conf."



Bug#543852: ncurses -- shared libraries for terminal handling

2009-09-14 Thread Sebastian Harl
Hi,

On Mon, Sep 14, 2009 at 09:19:00PM +0200, Sven Joachim wrote:
> On 2009-08-28 22:18 +0200, Sven Joachim wrote:
> > On 2009-08-27 14:57 +0200, Sebastian Harl wrote:
> >> On Thu, Aug 27, 2009 at 01:11:09PM +0200, Sven Joachim wrote:
> >>> I don't know who will pick up ncurses, but if it is going to be a team I
> >>> would like to help.
> >>
> >> I really think something like ncurses should be team maintained. I'd
> >> also be glad to join any such team, however, I probably won't find any
> >> time to work on that before the end of September.
> >
> > Until we find co-workers, I have set up a preliminary git repository at
> > Alioth as an appetizer:
> >
> > http://git.debian.org/?p=users/joachim-guest/ncurses.git;a=summary
> >
> > Not much there yet, I'm still finding out how the package works.  Would
> > probably have been a little easier if Daniel had not thrown his work
> > away. :-(
> 
> During the past two weeks, I have been studying the package, triaged
> some of the bugs and made several changes.  See the Debian changelog and
> the commit logs for what I've broke.

Cool! Looks like you've put quite some work into that. Thanks!

> There are some other things that could/should be done, but for which I
> would like other people's opinion/help:
> 
> - Switch to quilt from dpatch?  While I strongly prefer quilt, I've seen
>   that you use dpatch for your packages, so I held back changing the
>   patch system.

I don't have a strong opinion on that. We use quilt for rrdtool as well,
so go ahead with that if that's your preference.

> - Give the Debian patches meaningful headers.  Finding out where the
>   patches came from and whether they are still necessary probably
>   requires digging deep into ncurses' history.

That sounds like a very good idea but I expect that to be quite some
work. I don't think this has to be finished before doing the next upload
but should rather be improved as time permits. Unfortunately, the
changelog does not mention any of the patches by name but it mentions
that some patch has been introduced for some purpose. Using that
information, it should be possible to get the patch descriptions right.

> - Move ncurses5-config to libncurses5-dev (and ncurses5w-config to
>   libncurses5w-dev) to fix #480437?  I hesitate to remove files from an
>   essential package, although that change is unlikely to break anything.

Hrm … I fully agree that *-config belong into the respective -dev
packages but I also agree that removing some binary from an essential
package might be dangerous. Maybe we should put that on debian-devel?

> - Write a manpage for ncurses-config and submit it upstream, or generate
>   one automatically with help2man.

Sounds good. Should not be that hard.

> - Split off HTML documentation and examples into a separate package, say
>   ncurses-doc, to save space in the archive (see #233400).

Agreed.

> - Update our terminfo files debian/*.ti.  For xterm.ti I have already
>   done that, but I'm not familiar with the other terminals.

I'll look into that and see what else I can do.

> - Reintroduce some of the /usr/share/doc symlinks where policy allows
>   this.  The Ubuntu approach of deleting the upstream changelog from
>   some binary packages is not to my liking.

I'm not in favor of removing upstream changelogs either. We could use a
symlink for that, though, since it's rather big.

> Should I try to register an Alioth project for ncurses?  The name
> pkg-ncurses seems to be good for it, and we could use git as SCM and
> move my personal repository to the project.

That was my idea as well. I hope, I'll find some time to work on the
package next week, once my diploma thesis is done.

Again, thanks for all the work so far!

Cheers,
Sebastian

-- 
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#484745: mirror submission for debian.mirrormax.net

2009-09-14 Thread Simon Paillard
retitle 484745 mirror submission for debian.mirrormax.net, ftpsync needed
thanks

Hello Shane,

I'm sorry for this late answer, volatile mirrors were supposed to be
handled in a different manner, but I can now process them as the other
ones.

On Fri, Jun 06, 2008 at 02:46:25AM +, Shane Goulden wrote:
> Package: mirrors
> Severity: wishlist
> 
> Submission-Type: new
> Site: debian.mirrormax.net
> Type: leaf
> Archive-architecture: ALL alpha amd64 arm hppa hurd-i386 i386 ia64 m68k mips 
> mipsel powerpc s390 sparc 
> Volatile-http: /debian-volatile/

Please use the ftpsync tool to perform mirroring of Debian packages
archive: http://debian.org/mirror/ftpmirror#how
(Set MIRRORNALE to debian.mirrormax.net)

> IPv6: no
> Volatile-upstream: volatile.debian.org

You should use volatile-master.debian.org::debian-volatile as rsync
source.

> Updates: push
> Maintainer: Shane Goulden 
> Country: US United States
> Location: Fremont, CA, USA
> Sponsor: http://www.mirrormax.net MirrorMAX
> Comment: 10 Mbps

Is this your current bandwidth ?
This question because you would become the first US volatile mirror,
with the load you can guess.

Best regards.

-- 
Simon Paillard



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



Bug#517892: linux-image-2.6.26-1-openvz-amd64: IPv6 tunnels through sit v4tunnels not possible

2009-09-14 Thread Philipp Kern
Hi Ola,

On Mon, Sep 14, 2009 at 09:24:23PM +0200, Ola Lundqvist wrote:
> I have built a new kernel version that solves this problem. Can you try
> this one out?
> 
> You can download it from:
> http://download.openvz.org/kernel/debian/test/linux-image-2.6.26-2-openvz-686_2.6.26-19.1_i386.deb

trying involves getting a console to the server just in case, but I could
do it.  However I'd need an amd64 build.  Would it be possible for you
to prebuild such an image?

I'm currently running 2.6.26-2-openvz-amd64.

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


signature.asc
Description: Digital signature


Bug#546646: garbage on ivman startup

2009-09-14 Thread Alexey Midenkov
Package: ivman
Version: 0.6.14-3.1
Severity: minor


Starting ivman: manager.c:1387 (do_startup_configure) Directory /etc/ivman/ 
will be used for configuration files.
ivman.



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



Bug#546032: libjgrapht0.6-java-doc and libjgrapht-java-doc: error , when trying to install together

2009-09-14 Thread Torsten Werner
On Sat, Sep 12, 2009 at 5:12 PM, Niels Thykier  wrote:
> Shouldn't the libjgrapht0.6 then have the "Replaces" entry in the
> control file?

No, the old package should get removed.  Steffen filed the removal
request #546040 and it will be removed as soon as the ftp team finds
the time.

Cheers,
Torsten



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



Bug#517892: linux-image-2.6.26-1-openvz-amd64: IPv6 tunnels through sit v4tunnels not possible

2009-09-14 Thread Ola Lundqvist
Hi Philipp

I see. I'll see if I can make such a build. It will be sometime tomorrow
the earliest.

Thanks for your support.

// Ola

On Mon, Sep 14, 2009 at 09:56:47PM +0200, Philipp Kern wrote:
> Hi Ola,
> 
> On Mon, Sep 14, 2009 at 09:24:23PM +0200, Ola Lundqvist wrote:
> > I have built a new kernel version that solves this problem. Can you try
> > this one out?
> > 
> > You can download it from:
> > http://download.openvz.org/kernel/debian/test/linux-image-2.6.26-2-openvz-686_2.6.26-19.1_i386.deb
> 
> trying involves getting a console to the server just in case, but I could
> do it.  However I'd need an amd64 build.  Would it be possible for you
> to prebuild such an image?
> 
> I'm currently running 2.6.26-2-openvz-amd64.
> 
> Kind regards,
> Philipp Kern
> -- 
>  .''`.  Philipp KernDebian Developer
> : :' :  http://philkern.de Stable Release Manager
> `. `'   xmpp:p...@0x539.de Wanna-Build Admin
>   `-finger pkern/k...@db.debian.org



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



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



Bug#546027: lockpref does not work against proxy server settings

2009-09-14 Thread Mark Hobley
--- On Thu, 10/9/09, Mike Hommey  wrote:

> Does it work if you set user_pref in the prefs.js file in your profile
directory ?

Hi Mike.

Right ... It appears that the entries are very specific. Some parameters 
require quotation marks, others do not, and you have to make the entries in a 
specific sequence, and in their entirety in order to lock the proxy server 
setting.

Here is what I did:

I set the proxy server settings manually using:

Menu: Edit, Preferences, Advanced, Tab: Network, Button: Settings

When I exit Mozilla, the settings are saved as user_pref in 
.mozilla/firefox/indeterminatefilename.default/prefs.js

I now:

grep "proxy" .mozilla/firefox/indeterminatefilename.default/prefs.js

I paste the output into /etc/iceweasel/pref/iceweasel.js and change
user_pref to lockPref

And hey ... the proxy server settings are now locked for all users :)







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



Bug#545616: libgtk2-perl: FTBFS: tests failed

2009-09-14 Thread Daniel Leidert
Hi,

I tried to reproduce in C, what the script does in Perl. The problem is
(or seems to be) (in both cases), that the path returned by get_cursor()
(gtk_tree_view_get_cursor) is NULL for some reason and this seems to
fail in libgtk2-perl. I sent a mail to the gtk-app-devel list.

Regards, Daniel




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



Bug#523674: mirror submission for debs.ifsul.edu.br

2009-09-14 Thread Simon Paillard
On Mon, Sep 14, 2009 at 02:12:39PM -0300, Anderson Medeiros Gomes wrote:
> No news yet... :-(

First, switch to ftpsync (or remove some remaining script that
overwrrites the local trace file managed by ftpsync).
 
> I have the "ftp.br.debian.org" SSH public key somewhere in my
> mailbox, but I'm still unable to complete the push mirroring.

Once moved to ftpsync, tell us if something is not clear for you on
http://debian.org/mirror/push_mirroring

-- 
Simon Paillard



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



Bug#546432: python-pip: s/python-setuptools/python-pkg-resources/ dependency

2009-09-14 Thread Carl Chenet
Hi,

> please depend on python-pkg-resources instead of python-setuptools
> for the runtime dependency.

sid:~# aptitude remove --purge python-setuptools
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Reading task descriptions... Done  
The following packages will be REMOVED:
  python-setuptools 
0 packages upgraded, 0 newly installed, 1 to remove and 411 not
upgraded.
Need to get 0B of archives. After unpacking 700kB will be freed.
Writing extended state information... Done
(Reading database ... 79252 files and directories currently installed.)
Removing python-setuptools ...
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done 

sid:~# pip install belier
Downloading/unpacking belier
  Downloading belier-1.0.tar.gz
  Running setup.py egg_info for package belier
Traceback (most recent call last):
  File "", line 3, in 
ImportError: No module named setuptools.command
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

  File "", line 3, in 

ImportError: No module named setuptools.command


Command python setup.py egg_info failed with error code 1
Storing complete log in ./pip-log.txt
sid:~#

It seems python-setuptools is mandatory during the runtime.

Bye,
-- 
Carl Chenet






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



Bug#541241: [Mutt] #3325: attachment type misdetection for small .tar.gz

2009-09-14 Thread Joey Hess
Antonio Radici wrote:
> On Mon, Sep 07, 2009 at 04:22:13AM -, Mutt wrote:
> > Comment(by Derek Martin):
> > 
> >  {{{
> >  That's fine and dandy, but the HTTP protocol deals with them directly,
> >  no need to treat them specially in terms of MIME.  How HTTP treats
> >  compression is not relevant to MIME processing of e-mail.  MIME has
> >  been embraced in many places, but its primary function is still to
> >  tell e-mail clients how to handle MIME attachments according to RFC
> >  2045 and its cousins.  You can't break mail because someone later
> >  decided that compression was an "encoding" rather than an "application
> >  data type" in some other context...
> >  }}}
> 
> Hi Joey,
> this looks like a very weird edge case, which was due to the fact that Debian
> has no mime-type for .gz and mutt had to fall back to its autodetection, due 
> to
> the fact that the percentage of binary chars on your small .tar.gz file was a
> bit lower than 10%, it caused mutt to think that the file was a text file and,
> therefore, encode it.
> 
> We could change the mutt autodetection mechanism by lowering the percentage 
> but
> by doing this we are not sure that another edge case won't happen; the final 
> fix
> would be to have the mime types but the maintainer of mime-support does not 
> want
> to add the mime types for .gz and .bz2 because in his opinion they are
> 'encodings' and not 'mime types'.
> 
> You can add your own mime types in your home directory and this won't happen
> again, unfortunately we don't think that we could have a fix for this.
> 
> What do you think?

Mutt upstream seems unlikely to change it, and, if Debian is the only
system that does not have a mime type for gzipped data, while all the
others work ok, that seems fairly reasonable.

Debian's mime maintainer is using "encoding" in a sense that I am not
familiar with. So I won't try to parse what he says, beyond that the
gzip mime type historically caused some problem with apache, and he
doesn't want to put it back.

Neither of these change the fact that mutt is broken when sending
gzipped files, and corrupts data in a small, unknown percentage of
cases. Asking me to configure my own local mime types is not a solution;
the next user to face problem is not likely to be me.

Couldn't mutt check file magic to detect gz (and bz2?) files?

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#534189: potamus - unable to load music files from gui

2009-09-14 Thread Liviu Andronic
Hello
Late response, but I recently found out about Potamus and I wanted to weigh in.

As the home page describes, Potamus is a very lightweight player that
should be used in combination with the file manager. I will give two
examples that makes it very handy:
- with Thunar, you need to define a custom action with the associated
command "potamus %N", and have it appear for directories and audio
files. This way, every time I want to play a song or a dir I simply
right-click and launch Potamus on it.
- with emelFM2, you need to add "potamus %f" to the "dir" filetype.
The rest is similar to the above.

If users can use Potamus in this way, from the file manager, I would
believe that a file chooser is not quite a necessity.
Regards
Liviu



-- 
Do you know how to read?
http://www.alienetworks.com/srtest.cfm
Do you know how to write?
http://garbl.home.comcast.net/~garbl/stylemanual/e.htm#e-mail



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



Bug#546647: sbuild: --append-to-version breaks building local source

2009-09-14 Thread Nelson Elhage
Package: sbuild
Version: 0.59.0-1
Severity: normal


Running sbuild on a local .dsc file with --append-to-version fails,
because sbuild, when fetching sources, attempts to find a .dsc with a
name that includes the append-to-version tag, fails, and tries to look
up the source in apt.

The bug appears to have been introduced in commit
226569dbee1ed1bb3d61f7baee4d4aa639f4a661 ("[Sbuild::Build] Don't
include epoch in 'DSC File'"), which set 'DSC File' (used by
fetch_source_files to look for the input .dsc) using "sversion", which
includes the bin-NMU and append-to-version tags, instead of
"oversion", which does not.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (600, 'stable'), (300, 'unstable'), (300, 'testing'), (200, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages sbuild depends on:
ii  adduser  3.110   add and remove users and groups
ii  libsbuild-perl   0.59.0-1Tool for building Debian binary pa
ii  perl 5.10.0-19lenny2 Larry Wall's Practical Extraction 
ii  perl-modules 5.10.0-19lenny2 Core Perl modules

Versions of packages sbuild recommends:
ii  debootstrap 1.0.10lenny1 Bootstrap a basic Debian system
ii  fakeroot1.11 Gives a fake root environment

Versions of packages sbuild suggests:
pn  deborphan  (no description available)
ii  wget  1.11.4-2   retrieves files from the web

-- 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#546648: proofgeneral: [INTL:it] Italian translation

2009-09-14 Thread Luca Monducci
Package: proofgeneral
Severity: wishlist
Tags: l10n, patch

Hello,
please add the Italian debconf templates translation (attached).

Regards,
 Luca

it.po
Description: Binary data


Bug#546649: rhythmbox: Displays same song 9 times for UPNP (mediatomb) music

2009-09-14 Thread Olivier Berger
Package: rhythmbox
Version: 0.12.3-1
Severity: normal

Hi.

I've worked-around #544885 in order to make coherence-based UPNP plugin work, 
and can see contents of my other server's mediatomb playlist.

However, the songs are displayed 9 times.

For instance, where mediatomb reports :
Monde virtuel

I'll see :
Monde virtuel
Monde virtuel
Monde virtuel
Monde virtuel
Monde virtuel
-M- Je dis aime - Monde virtuel
-M- Je dis aime - Monde virtuel
01 Monde virtuel.mp3
Monde virtuel

I suspect a problem in rhythmbox since with totem I see only each song once.

And I believe totem also uses coherence.

Thanks in advance.

Best regards,


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

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

Versions of packages rhythmbox depends on:
ii  dbus   1.2.16-2  simple interprocess messaging syst
ii  gconf2 2.26.2-3  GNOME configuration database syste
ii  gnome-icon-theme   2.26.0-1  GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gs 0.10.24-1 GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gst 0.10.16-1 GStreamer plugin for ESD
ii  gstreamer0.10-plugins- 0.10.13-1 GStreamer plugins from the "bad" s
ii  gstreamer0.10-plugins- 0.10.24-1 GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins- 0.10.16-1 GStreamer plugins from the "good" 
ii  gstreamer0.10-pulseaud 0.10.16-1 GStreamer plugin for PulseAudio
ii  gstreamer0.10-x0.10.24-1 GStreamer plugins for X11 and Pang
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.25-1  Avahi client library
ii  libavahi-common3   0.6.25-1  Avahi common library
ii  libavahi-glib1 0.6.25-1  Avahi glib integration library
ii  libbonobo2-0   2.24.1-1  Bonobo CORBA interfaces library
ii  libbrasero-media0  2.26.2-1  CD/DVD burning library for GNOME -
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.16-2  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.82-1simple interprocess messaging syst
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.4.1-1 GCC support library
ii  libgconf2-42.26.2-3  GNOME configuration database syste
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.20.5-1  The GLib library of C routines
ii  libgnome-keyring0  2.26.1-1  GNOME keyring services library
ii  libgnome-media02.26.0-2  runtime libraries for the GNOME me
ii  libgnome2-02.26.0-1  The GNOME library - runtime files
ii  libgpod4   0.7.2-1.1 library to read and write songs an
ii  libgstreamer-plugins-b 0.10.24-1 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.24-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.16.6-1  The GTK+ graphical user interface 
ii  libhal10.5.13-3  Hardware Abstraction Layer - share
ii  libice62:1.0.5-1 X11 Inter-Client Exchange library
ii  liblircclient0 0.8.3-5   infra-red remote control support -
ii  libmtp80.3.7-7   Media Transfer Protocol (MTP) libr
ii  libmusicbrainz4c2a 2.1.5-2   Second generation incarnation of t
ii  libnotify1 [libnotify1 0.4.5-1   sends desktop notifications to a n
ii  liborbit2  1:2.14.17-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.24.5-1  Layout and rendering of internatio
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libsoup-gnome2.4-1 2.27.4-1  an HTTP library implementation in 
ii  libsoup2.4-1   2.27.4-1  an HTTP library implementation in 
ii  libstdc++6 4.4.1-1   The GNU Standard C++ Library v3
ii  libtotem-plparser122.26.2-2  Totem Playlist Parser library - ru
ii  libusb-0.1-4   2:0.1.12-13   userspace USB programming library
ii  libxml22.7.3.dfsg-2.1GNOME XML library
ii  python 2.5.4-2   An interactive high-level object-o
ii  python-gnome2  2.26.1-1  Python bindings for the GNOME desk
ii  python-gst0.10 0.10.16-1 generic media-playing framework (P
ii  pyth

Bug#504377: mirror listing update for mirrors.compuscene.org

2009-09-14 Thread Simon Paillard
Hello Vincent,

It seems you didn't receive our last mails, see below the issues to fix
(mainly moving to ftpsync script).

On Sun, Jun 14, 2009 at 10:11:53AM +0200, Simon Paillard wrote:
> retitle 504377 mirror listing update for mirrors.compuscene.org: ftpsync to 
> be used, local trace filename
> thanks
> 
> Hello Vincent,
> 
> Could you please fix the issues reported below a while ago ?
> 
> Thanks and best regards.
> 
> On Sun, Nov 16, 2008 at 02:56:45PM +0100, Simon Paillard wrote:
> > Your trace file is currently named
> > http://mirrors.compuscene.org/debian/project/trace/ks358361.kimsufi.com
> > 
> > To fix that :
> > 1/ update your sync script to our last recommended version :
> > http://lists.debian.org/debian-mirrors-announce/2008/11/msg1.html
> > 
> > 2/ Using this sync script, set in the configuration file MIRRORNAME to
> > mirrors.compuscene.org
> > 
> > 3/ Ideally, having http://91.121.148.194/debian/ working would be great
> > since that allows DNS round robin and so on.

-- 
Simon Paillard



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



Bug#546032: libjgrapht0.6-java-doc and libjgrapht-java-doc: error , when trying to install together

2009-09-14 Thread Michael Koch
On Mon, Sep 14, 2009 at 10:01:04PM +0200, Torsten Werner wrote:
> On Sat, Sep 12, 2009 at 5:12 PM, Niels Thykier  wrote:
> > Shouldn't the libjgrapht0.6 then have the "Replaces" entry in the
> > control file?
> 
> No, the old package should get removed.  Steffen filed the removal
> request #546040 and it will be removed as soon as the ftp team finds
> the time.

And what about people who have the old package already installed?
A Replaces helps them and is needed in this case afaik.


Cheers,
Michael



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



Bug#482489: submission mirror2.corbina.ru

2009-09-14 Thread Simon Paillard
Hello,

On Thu, Jul 02, 2009 at 09:35:15PM +0200, Simon Paillard wrote:
> #535472 has been merged with the first bug tracking your submission.
> Note there is no need to open a new bug, so we wil keep discussing on
> the initial bug number.
> 
> On Tue, Jun 16, 2009 at 11:44:30PM +0200, Simon Paillard wrote:
[..] 
> > and that you can commit on providing them on in the future ?
> 
> Given the intial submission occured more than a year ago, we need you to
> understand how much your mirror reliability and your responsiveness is
> important.

Your local trace file is names mirror2.hg.corbina.ru, while your site
name is mirror2.corbina.ru.

Could you please set MIRRORNAME to mirror2.corbina.ru so that the local
trace file match the site name ?


-- 
Simon Paillard



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



Bug#540301: mirror submission for mirror.intrapower.net.au

2009-09-14 Thread Simon Paillard
Hello James,

Sorry for the late reply.

On Fri, Aug 07, 2009 at 01:07:23AM +, James Paussa wrote:
> Package: mirrors
> Severity: wishlist
> 
> Submission-Type: new
> Site: mirror.intrapower.net.au

Thanks for your mirror submission.

> Aliases: mirror1.intrapower.net.au
> Aliases: mirror2.intrapower.net.au
> Type: leaf
> Archive-architecture: amd64 i386 sparc 
> CDImage-ftp: /pub/debian-cd/
> CDImage-http: /pub/debian-cd/

Could you please make it available at the standard path /debian-cd/ ?

> CDImage-rsync: debian-cd/
> IPv6: no
> CDImage-upstream: cdimage.debian.org
> Updates: once

At the end of the ISO rsync could you please add a local trace file to
http://mirror.intrapower.net.au/pub/debian-cd/project/trace/ ?

date -u > /path/to/debian-cd/mirror.intrapower.net.au

> Maintainer: James Paussa 
> Country: AU Australia
> Sponsor: IntraPower http://www.intrapower.com.au/

How much bandwidth is available ?

Thanks and best regards.

-- 
Simon Paillard



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



Bug#546577: Set DPKG_MAINTSCRIPT_NAME to the script name in maintainer scripts environment

2009-09-14 Thread Sven Joachim
On 2009-09-14 10:38 +0200, Raphael Hertzog wrote:

> Package: dpkg
> Version: 1.15.4
> Severity: wishlist
>
> Please export DPKG_MAINTSCRIPT_NAME in the environment of maintainer
> scripts, it should contain the name of the maintainer script (prerm,
> postrm, preinst, postinst, config) that is currently running.
>
> See #546165 for an example of where it would have been useful.

Another example is the deprecation warning for dpkg's own
"--print-installation-architecture" option.  This evening I saw that
warning several times when I finally upgraded my laptop to X.Org 7.4.
Would be nice if this could be suppressed in prerm scripts as well.

Cheers,
   Sven



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



Bug#546605: False positive depending on condition variable scope

2009-09-14 Thread Reijo Tomperi

Hi,

Resource leak is not reported if c has a local scope, only because you 
gave a constant value to c. Cppcheck will simplify the code in that case 
by replacing c with 0 and even further, it will remove the ifs and their 
content as they will never be true. If c has unknown value, you will see 
the same result as you do with global variable.


It is possible not give error in this case and there is already a 
upstream ticket about this, but as this false positive occurs only with 
--all argument, it has a low priority.


http://sourceforge.net/apps/trac/cppcheck/ticket/482

--
Reijo



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



Bug#520189: Working now after purging 'flashplayer-mozilla'

2009-09-14 Thread Rob Andrews
On 25-Aug-2009 20:56.24 (BST), Dominique Brazziel wrote:
 > Had to manually delete old flash plugin from user directories
 > and reinstall 'nspluginwrapper' and 'flashplugin-nonfree'.

Apologies, have been busy getting married and being on honeymoon.

It looks like at some point in the past, the plugin loader stub hasn't been
updated. This is possibly down to debconf settings - I'd advise turning on
automatic stub updating for globally installed plugins. Try:

dpkg-reconfigure nspluginwrapper

And answer "yes" to the debconf question.

I'll close this bug, but please feel free to reopen if this bug resurfaces.

Kind regards,
rob.

-- 
rob andrews   :: pgp 0xd6c3e484 :: r...@choralone.org



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



Bug#546650: Time/date should be time/date, else link not made

2009-09-14 Thread jidanni
Package: gnuplot-doc
Version: 4.2.5-3
Severity: wishlist

Many places in the info pages they mention e.g.,
"See also *note xdata:: and `Time/date` for more information."

However Time/date should be time/date, as only the latter form will
apparently get an Info hyperlink made for it.



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



Bug#546032: libjgrapht0.6-java-doc and libjgrapht-java-doc: error , when trying to install together

2009-09-14 Thread Torsten Werner
On Mon, Sep 14, 2009 at 10:25 PM, Michael Koch  wrote:
> And what about people who have the old package already installed?
> A Replaces helps them and is needed in this case afaik.

A Replaces won't hurt but I am not sure if it is really needed.

Cheers,
Torsten



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



Bug#546651: simutrans: Simutrans is hanging on maximized screen

2009-09-14 Thread Frank Lanitz
Package: simutrans
Version: 102.0-1
Severity: normal


When creating a new map on maximized screen, Simutrans seems to hang
and don't come back with new created map. When having a normal sized
window, the map is created as normal. Top is showing around 100% cpu
of one core of my dual core machine. 

This is happen with both, the 64pak as well as the 128pak set. 

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

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

Versions of packages simutrans depends on:
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libgcc11:4.4.1-4 GCC support library
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  libstdc++6 4.4.1-4   The GNU Standard C++ Library v3
ii  simutrans-data 102.0-1   transportation simulator (base dat
ii  simutrans-pak64102.0-1   transportation simulator (data fil
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

simutrans recommends no packages.

simutrans 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#524147: libdkim-dev: should include libdkimtest

2009-09-14 Thread Magnus Holmgren
On onsdagen den 15 april 2009, Russell Coker wrote:
> The inclusion of libdkimtest would make it easier to test for correct
>  operation of DKIM.  Without libdkimtest it's very difficult to bootstrap
>  DKIM development as you lack software to conveniently test the results of
>  DKIM signing.

I've done this, though it's trivial and a good excercise to compile 
libdkimtest.cpp (which was already included as an example) yourself.

> Also libdkimtest needs to be a little more user-friendly, it should display
> information on how to use it when incorrect parameters are given (currently
>  it will SEGV).

Can you provide more details as to what kinds of incorrect parameters cause 
segfaults?

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


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


Bug#536698: python-pip: diff for NMU version 0.3.1-1.1

2009-09-14 Thread chaica
tags 536698 + patch
thanks

Dear maintainer,

I've prepared an NMU for python-pip (versioned as 0.3.1-1.1). 
Please free to tell me if you can use it.

Bye,
Carl Chenet
diff -u python-pip-0.3.1/debian/control python-pip-0.3.1/debian/control
--- python-pip-0.3.1/debian/control
+++ python-pip-0.3.1/debian/control
@@ -13,7 +13,7 @@
 Package: python-pip
 Architecture: all
 Section: python
-Depends: ${python:Depends}, python-pkg-resources | python-setuptools (<< 0.6c8-1)
+Depends: ${python:Depends}, python-pkg-resources, python-setuptools (>= 0.6c1)
 XB-Python-Version: ${python:Versions}
 Description: Alternative Python package installer
  pip installs packages.  Python packages.  An easy_install replacement.
diff -u python-pip-0.3.1/debian/changelog python-pip-0.3.1/debian/changelog
--- python-pip-0.3.1/debian/changelog
+++ python-pip-0.3.1/debian/changelog
@@ -1,3 +1,11 @@
+python-pip (0.3.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control
+- python-setuptools at runtime is mandatory (Closes:#536698) 
+
+ -- Carl Chenet   Mon, 14 Sep 2009 22:25:32 +0200
+
 python-pip (0.3.1-1) unstable; urgency=low
 
   * Initial release.  Closes: #522135.


Bug#525769: mirror submission for mirrors.ucr.ac.cr

2009-09-14 Thread Simon Paillard
Hello Mario,

On Tue, Jun 16, 2009 at 02:28:51PM -0600, Mario Guerra wrote:
> Simon Paillard escribió:
> 1. I have two ftpsync configuration files: /etc/ftpsync-archive.conf
> (for the Debian archive) and /etc/ftpsync-volatile.conf.
> 2. For the first one I chose debian.mirror.rafal.ca as the upstream.
> For the second, ftp.de.debian.org.

thanks for the update.

> 3. I run the first script under an user "debian" once per day at 11
> p.m. CST (5 p.m. UTC), using this crontab:
> 
> 0 23 * * * /usr/bin/ftpsync sync:all sync:archive:archive sync:callback

http://mirrors.ucr.ac.cr/debian/project/trace/ shows :
 espejos.ucr.ac.cr   02-Jul-2009 00:37   91   

Could you please check everything is working fine ?

> 4. The second script is run under the "debianv" user at 3 a.m. CST
> (9 a.m. UTC) using this crontab:
> 
> 0 3 * * * /usr/bin/ftpsync sync:all sync:archive:volatile sync:callback
> 
> As of tomorrow 4 p.m. both archives should be in sync. The last
> stage would be to coordinate with both upstreams  for
> push-mirroring.
> 
> I'm chainging things so I can download the netinst and businesscard
> ISO images in the debian-cd directory.

-- 
Simon Paillard



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



Bug#546032: libjgrapht0.6-java-doc and libjgrapht-java-doc: error , when trying to install together

2009-09-14 Thread Michael Koch
On Mon, Sep 14, 2009 at 10:43:57PM +0200, Torsten Werner wrote:
> On Mon, Sep 14, 2009 at 10:25 PM, Michael Koch  wrote:
> > And what about people who have the old package already installed?
> > A Replaces helps them and is needed in this case afaik.
> 
> A Replaces won't hurt but I am not sure if it is really needed.

It help apt-get/aptitude to make smarter decisions on dist-upgrades.


Cheers,
Michael



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



Bug#524133: libdkim0d: compile warnings

2009-09-14 Thread Magnus Holmgren
severity 524133 minor
thanks

On onsdagen den 15 april 2009, Russell Coker wrote:
> Package: libdkim0d
> Version: 1:1.0.19-3
> Severity: normal
> 
> Please apply the following patch to fix the compile warnings and to
>  increase the use of const.

Im generally reluctant to add patches merely fixing warnings, but I've made an 
exception since upstream is so unresponsive.

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


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


Bug#526521: responsibility for iptables bug

2009-09-14 Thread jidanni
retitle 526521 add /etc/sysctl.d/iptables.conntrack.accounting.conf
severity 526521 wishlist
thanks
> "LB" == Lars Bahner  writes:

LB> You don't really need to file a bug. You need to add a file

LB>  /etc/sysctl.d/iptables.conntrack.accounting.conf

LB> which should contain the line:

LB> net.netfilter.nf_conntrack_acct=1

LB> You could file this a a wishlist bug report against the iptables
LB> package, and see if the  maintainer wish to add this file (or a larger
LB> /etc/sysctl.d/iptables.conf with some sane defaults).

OK, though this is all over my head.
Hoping maybe soon the warning will go away.



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



Bug#544065: mirror submission for debian.advalem.net

2009-09-14 Thread Simon Paillard
Hello,

On Fri, Aug 28, 2009 at 01:30:03PM +, Jean-Ann Guegan wrote:
> Package: mirrors
> Severity: wishlist
> 
> Submission-Type: new
> Site: debian.advalem.net

Thanks for submitting your Debian mirror, and for using the recommended
ftpsync tool.

> Type: leaf
> Archive-architecture: ALL alpha amd64 arm armel hppa hurd-i386 i386 ia64 
> kfreebsd-amd64 kfreebsd-i386 m68k mips mipsel powerpc s390 sparc 
> Archive-ftp: /debian/
> Archive-http: /debian/
> Archive-rsync: debian/
> CDImage-ftp: /debian-cd/
> CDImage-http: /debian-cd/
> CDImage-rsync: debian-cd/

Old images should be dropped automatically (5.0.1-live, 5.0.2) from
http://debian.advalem.net/debian-cd/

By the way, in order to save bandwidth of both you and
ftp.de.debian.org, you should have a look at
http://www.debian.org/CD/mirroring/#jigdomirror which builds ISO from
your packages mirror.

> Old-ftp: /debian-archive/
> Old-http: /debian-archive/
> Old-rsync: debian-archive/
> Security-ftp: /debian-security/
> Security-http: /debian-security/
> Security-rsync: debian-security/
> Volatile-ftp: /debian-volatile/
> Volatile-http: /debian-volatile/
> Volatile-rsync: debian-volatile/
> IPv6: yes

Maybe not in your DNS:
debian.advalem.net has address 94.247.233.17
BTW, there is no reverse record on 94.247.233.17

> Archive-upstream: ftp.de.debian.org
> Security-upstream: ftp.de.debian.org
> Volatile-upstream: ftp.de.debian.org
> CDImage-upstream: ftp.de.debian.org

Why not ftp.fr. as upstream since you peer on FreeIX ?

> Updates: twice
> Maintainer: Jean-Ann Guegan 
> Country: FR France
> Location: Paris, Ile de France
> Sponsor: Advalem Technologies Media Broadcast Center http://www.advalem.fr
> Comment: Updated at 6:25 and 15:00

How much bandwidth is available ?
It appears to me as one of the fastest french mirror (though it is not
yet loaded) :-)

Thanks and best regards.

-- 
Simon Paillard



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



Bug#546534: libconfig-simple-perl: fails to parse some ini-files

2009-09-14 Thread gregor herrmann
tag 546534 + patch pending
thanks

On Sun, 13 Sep 2009 23:22:24 +0200, Stefan Denker wrote:

> The error message is misleading, to me the culprit seems to be
> line 290: 
> $line =~ /^\s*([^=]*\w)\s*=\s*(.*)\s*$/  and 
> $data{$bn}->{lcase($1)}=[parse_line(READ_DELIM, 0, $2)], next;
> 
> I'd suggest changing the regexp to 
> /^\s*([^=]+)\s*=\s*(.*)\s*$/ 
> 
> but haven't had time to test this change, hence no patch attached. :)

Your regexp seems to almost work, there's just one character missing
:)

/^\s*([^=]+?)\s*=\s*(.*)\s*$/
works for me, without the '?' the space before the = sign gets
greedily included in the hash key.

Attached is a complete diff, I've also added a testcase with these
examples.

I'd be glad if you could also try it out before we upload a patched
version.

Cheers,
gregor
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-NP: Queen: Lazing On A Sunday Afternoon
Index: t/colors.ini
===
--- t/colors.ini	(revision 0)
+++ t/colors.ini	(revision 0)
@@ -0,0 +1,10 @@
+; Config::Simple 4.59
+; Mon Sep 14 21:02:18 CEST 2009
+
+[colors]
+average (2009) = blue
+average (2009 = blue 
+average (2009)a = blue
+average (2010)=blue
+average (2010=blue 
+average (2010)a=blue
Index: t/colors.t
===
--- t/colors.t	(revision 0)
+++ t/colors.t	(revision 0)
@@ -0,0 +1,62 @@
+#!/usr/bin/perl -w
+# Before `make install' is performed this script should be runnable with
+# `make test'. After `make install' it should work as `perl 1.t'
+
+#
+
+use strict;
+use Test;
+use Data::Dumper;
+use FindBin '$RealBin';
+use File::Spec;
+BEGIN {
+  plan tests => 30;
+}
+
+use Config::Simple;
+ok(1);
+#
+
+# Insert your test code below, the Test::More module is use()ed here so read
+# its man page ( perldoc Test::More ) for help writing this test script.
+
+my $ini_file = File::Spec->catfile($RealBin, 'colors.ini');
+
+my $cfg = new Config::Simple();
+ok($cfg);
+ok($cfg->read($ini_file));
+ok($cfg->param('colors.average (2009)') eq 'blue');
+ok($cfg->param('colors.average (2009') eq 'blue');
+ok($cfg->param('colors.average (2009)a') eq 'blue');
+ok($cfg->param('colors.average (2010)') eq 'blue');
+ok($cfg->param('colors.average (2010') eq 'blue');
+ok($cfg->param('colors.average (2010)a') eq 'blue');
+ok($cfg->block() == 1);
+my $vars = $cfg->vars();
+ok($vars->{'colors.average (2009)'} eq 'blue');
+ok($vars->{'colors.average (2009'} eq 'blue');
+ok($vars->{'colors.average (2009)a'} eq 'blue');
+ok($vars->{'colors.average (2010)'} eq 'blue');
+ok($vars->{'colors.average (2010'} eq 'blue');
+ok($vars->{'colors.average (2010)a'} eq 'blue');
+ok($cfg->param(-name=>'colors.average (2009)', -value =>'blue'));
+ok($cfg->param(-name=>'colors.average (2009', -value =>'blue'));
+ok($cfg->param(-name=>'colors.average (2009)a', -value =>'blue'));
+ok($cfg->param(-name=>'colors.average (2010)', -value =>'blue'));
+ok($cfg->param(-name=>'colors.average (2010', -value =>'blue'));
+ok($cfg->param(-name=>'colors.average (2010)a', -value =>'blue'));
+
+# testing get_block():
+ok( ref($cfg->param(-block=>'colors')) eq 'HASH' );
+ok( $cfg->param(-block=>'colors')->{'average (2009)'} eq 'blue');
+ok( $cfg->param(-block=>'colors')->{'average (2009'} eq 'blue');
+ok( $cfg->param(-block=>'colors')->{'average (2009)a'} eq 'blue');
+ok( $cfg->param(-block=>'colors')->{'average (2010)'} eq 'blue');
+ok( $cfg->param(-block=>'colors')->{'average (2010'} eq 'blue');
+ok( $cfg->param(-block=>'colors')->{'average (2010)a'} eq 'blue');
+
+# now testing the new syntax:
+my $data = Config::Simple->parse_ini_file($ini_file);
+ok(ref($data) eq 'HASH');
+
+
Index: Simple.pm
===
--- Simple.pm	(revision 297)
+++ Simple.pm	(working copy)
@@ -287,7 +287,7 @@
 # parsing the block name:
 $line =~ /^\s*\[\s*([^\]]+)\s*\]$/   and $bn = lcase($1), next;
 # parsing key/value pairs
-$line =~ /^\s*([^=]*\w)\s*=\s*(.*)\s*$/  and $data{$bn}->{lcase($1)}=[parse_line(READ_DELIM, 0, $2)], next;
+$line =~ /^\s*([^=]+?)\s*=\s*(.*)\s*$/   and $data{$bn}->{lcase($1)}=[parse_line(READ_DELIM, 0, $2)], next;
 # if we came this far, the syntax couldn't be validated:
 $errstr = "syntax error on line $. '$line'";
 return undef;


signature.asc
Description: Digital signature


Bug#536683: bash execution trace

2009-09-14 Thread Rogério Brito
Hi there Michael and others.

(Please, keep me CC'ed)

On Aug 29 2009, Michael Gold wrote:
> I added "set -x" to the beginning of the console-setup.config script,
> and executed "console-setup.config configure".  The output is
> attached.

Nice. I just did the same thing.

> Searching for "starting_state" shows that the script gets stuck
> switching between states 3 and 4, but I haven't figured out what this
> code is trying to do.

I am too lazy to read what the code is trying to do (I'm actually
installing the -mini version), but I saw that it was looking for
xorg.conf and I moved it out of the way, "dpkg -i console-blablah" and
it installed.

Now, one thing to see is if all the people having this very serious
problem have any X configuration file or if they are starting with a
non-existent X config.

Please, let us know.


Regards, Rogério Brito.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org



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



Bug#546652: tomcat init.d startup script should initialize HOME directory

2009-09-14 Thread Dmitry Katsubo
Package: tomcat
Version: 5.5.26-5

When using Hudson + maven-release-plugin the last one needs to perform
SVN manipulations unattended. Unfortunately, due to the problem, that
HOME variable setting is inherited from a user, who launched tomcat, svn
CLI cannot correctly read/persist authentication data, in particular
"mvn release:prepare" fails with message:

svn: OPTIONS of Server certificate verification failed: issuer is not
trusted

Solution:

1. Make sure /usr/share/tomcat5.5 is a HOME directory for user tomcat55.
Then add HOME initialization to tomcat startup script:

=== /etc/init.d/tomcat5.5 ===
CATALINA_HOME=/usr/share/$NAME
DEFAULT=/etc/default/$NAME

export HOME=$CATALINA_HOME
=== end ===

2. Become 'tomcat user' and run 'svn list ...' command and accept the
certificate permanently:

# sudo -u tomcat55 -H /bin/bash
tomcat55:/usr/share/tomcat5.5$ svn list https://.../

3. maven-release-plugin plugin can be configured via project settings in
Hudson, e.g. one may wish to define:

-Dresume=false release:prepare release:perform
-DtagBase=https://.../svn/public/tags/group/project/
-Dusername=user -Dpassword=nnn

Additional information:
http://centurion.dynalias.com/w/software/maven#releasing_the_project

With best wishes,
Dmitry





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



Bug#546538: Processed: Re: Bug#546538: warzone2100: 546538: probably a driver/KMS issue

2009-09-14 Thread Stephen Gran
This one time, at band camp, Brice Goglin said:
> Does disabling KMS indeed help?

No, it seems not.  I just booted 2.6.31 and debian 2.6.30-1-amd64
without KMS disabled, and no better.

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


signature.asc
Description: Digital signature


Bug#546654: console-setup: dpkg-reconfigure loops

2009-09-14 Thread Samuel Thibault
Package: console-setup
Version: 1.44
Severity: normal

With the configuration given below, running
dpkg-reconfigure console-setup 
and although telling to not keep the existing configuration, debconf
loops asking for country and variant. If I drop the ",brai" and ","
parts of layout and variant, I do not have such issue. I guess that even
though I told config to not keep the existing configuration, it gets
upset by it.

Samuel

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

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

Versions of packages console-setup depends on:
ii  console-terminus  4.28-1 Fixed-width fonts for fast reading
ii  debconf [debconf-2.0] 1.5.27 Debian configuration management sy
ii  xkb-data  1.6-1  X Keyboard Extension (XKB) configu

Versions of packages console-setup recommends:
ii  kbd   1.15-4 Linux console font and keytable ut

Versions of packages console-setup suggests:
ii  locales   2.9-25 GNU C Library: National Language (
ii  locales-all [locales] 2.9-25 GNU C Library: Precompiled locale 
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

-- debconf information:
* console-setup/variant: France
  console-setup/unsupported_options: true
  console-setup/ctrl_alt_bksp: false
  console-setup/modelcode: geniuskb19e
  console-setup/use_system_font:
  console-setup/fontsize: 8
* console-setup/unsupported_layout: true
  console-setup/layoutcode: fr,brai
  debian-installer/console-setup/title:
  console-setup/codesetcode: Lat15
  console-setup/altgr: The default for the keyboard layout
* console-setup/ttys: /dev/tty[1-6]
* console-setup/codeset: # Latin1 and Latin5 - western Europe and Turkic 
languages
  console-setup/toggle: Alt+Caps Lock
* console-setup/fontface: VGA
* console-setup/fontsize-text: 8
  console-setup/compose: Right Logo key
  debian-installer/console-setup-udeb/title:
  console-setup/other:
  console-setup/switch: No temporary switch
* console-setup/unsupported_config_layout: true
* console-setup/charmap: UTF-8
* console-setup/optionscode: grp:alt_caps_toggle,compose:rwin,nbsp:level3n
  console-setup/unsupported_config_options: true
* console-setup/layout: France
  console-setup/variantcode: oss,
* console-setup/model: Genius KB-19e NB
  console-setup/fontsize-fb: 8

-- 
Samuel Thibault 
 Cliquez sur le lien qui suit dans ce mail...vous n'avez plus qu'a vous
 inscrire pour gagner de l'argent en restant connecteet puis faites
 passer le message et vous gagnerez encore plus d'argent ...
 -+- AC in NPC : Neuneu a rencontr� le Pere No�l -+-



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



Bug#546655: xserver-xorg-video-radeon: [dri] DRIScreenInit failed

2009-09-14 Thread Émeric Maschino
Package: libgl1-mesa-dri
Version: 7.5.1-1

Hi,

Today Debian Squeeze's updates bring X.org 7.5 with all the promises of the
libpci rework and X Server 1.6 that should solve a very old bug preventing
DRI from working correctly on Itanium workstations (see
http://bugs.freedesktop.org/show_bug.cgi?id=7770 for details). There was
hope some month ago in Unstable with X Server 1.6 RC2 and Mesa 7.3.1 (see
comments #38 and followings if interested), but it seems that DRI on Itanium
is broken again :-(

In order to prevent any mis-configuration, I'm running X without any
/etc/X11/xorg.conf file.

I can see from the Xorg.0.log file that DRIScreenInit fails, but I can't
determine why. However, glxinfo reports that DRI is activated, but the FPS
reported by glxgears clearly indicate that rendering is performed by
software, as confirmed by the output of LIBGL_DEBUG=verbose: libGL:
OpenDriver: trying /usr/lib//tls/swrast_dri.so

There's also an error reported in the DRM information from dmesg:
[0.769426] IOC: reserving 512Mb of IOVA space at 0x6000 for agpgart
[   11.717911] Linux agpgart interface v0.103
[   11.826053] agpgart: HP ZX1 IOC: IOPDIR shared with sba_iommu
[   11.826412]  : AGP aperture is 512M @ 0x6000
[   11.826447] agpgart: Detected HP ZX1 HWP0003 AGP chipset (ioc=fed01000,
lba=fed28000)
[   23.807789] [drm] Initialized drm 1.1.0 20060810
[   23.821636] [drm] Initialized radeon 1.30.0 20080528 for :80:00.0 on
minor 0
[   24.137421] [drm:drm_mmap_locked] *ERROR* Could not find map
[  249.031829] [drm:drm_mmap_locked] *ERROR* Could not find map

Is there something else I can try to help diagnose what's going wrong? I'll
add my Xorg.0.log contents and glxinfo output in separarate attachments.

Thanks,

 Émeric

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

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

Versions of packages libgl1-mesa-dri depends on:
ii  libc6.1  2.9-25  GNU C Library: Shared libraries
ii  libdrm2  2.4.12-1+b1 Userspace interface to kernel
DRM
ii  libexpat12.0.1-4 XML parsing C library - runtime
li

libgl1-mesa-dri recommends no packages.

Versions of packages libgl1-mesa-dri suggests:
pn  libglide3  (no description available)

-- no debconf information


Bug#520189: closed by Rob Andrews (Re: Bug#520189: Working now after purging 'flashplayer-mozilla')

2009-09-14 Thread Ari Pollak
reopen 520189
thanks

On Mon, 2009-09-14 at 20:51 +, Debian Bug Tracking System wrote:
> > It looks like at some point in the past, the plugin loader stub hasn't been
> > updated. This is possibly down to debconf settings - I'd advise turning on
> > automatic stub updating for globally installed plugins. Try:
> > 
> > dpkg-reconfigure nspluginwrapper
> > 
> > And answer "yes" to the debconf question.
> > 
> > I'll close this bug, but please feel free to reopen if this bug resurfaces.

Er, that's not what this bug is about. It's about the flag passed to
socket() that is only present on Linux kernels 2.6.27 and above, which
is checked at compile-time instead of run-time.




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



Bug#546653: zaz: too many extra lives

2009-09-14 Thread Steve Cotton
Package: zaz
Version: 0.2.9+dfsg1-1
Severity: minor
Tags: patch

When your score hits 1 points, an extra life is awarded.
The statement controlling this mixes signed and unsigned ints:
if ((score - extraLifeLastScore) > pointsForNewLife)
pointsForNewLife is a const int 1.
score is an int, extraLifeLastScore is a uint; thus by the promotion rules
(score - extraLifeLastScore) is a uint too.

Every time you shoot a ball, your score goes down 5 points.
Because of this bug, going 1 -> 9995 awards an extra life.  It also sets
extraLifeLastScore to zero, which means at 1 points yet another life is
awarded.

Steve

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

Kernel: Linux 2.6.30.5 (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 zaz depends on:
ii  libc6  2.9-26GNU C Library: Shared libraries
ii  libftgl2   2.1.3~rc5-2   library to render text in OpenGL u
ii  libgcc11:4.4.1-4 GCC support library
mangled  libgl1-mesa-glx [libgl1]   7.4.4-1   A free implementation of the 
OpenG
ii  libogg01.1.4~dfsg-1  Ogg bitstream library
ii  libsdl-image1.21.2.7-2   image loading library for Simple D
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  libstdc++6 4.4.1-4   The GNU Standard C++ Library v3
ii  libtheora0 1.0-2.1   The Theora Video Compression Codec
ii  libvorbis0a1.2.0.dfsg-6  The Vorbis General Audio Compressi
ii  libvorbisenc2  1.2.0.dfsg-6  The Vorbis General Audio Compressi
ii  libvorbisfile3 1.2.0.dfsg-6  The Vorbis General Audio Compressi
ii  ttf-freefont   20090104-3Freefont Serif, Sans and Mono True
ii  zaz-data   0.2.9+dfsg1-1 arcade action puzzle game - game d

zaz recommends no packages.

Versions of packages zaz suggests:
ii  zaz-dbg0.2.9+dfsg1-1 arcade action puzzle game - debug

-- no debconf information
commit c81fd192e9bdd3c78f635f2f1fa6e63faa9f6f79
Author: Steve Cotton 
Date:   Mon Sep 14 21:11:00 2009 +0100

Fix extra-life bug

A signed/unsigned comparison meant that going down from 1 points to
9995 gave an additional extra life.

diff --git a/src/game.h b/src/game.h
index 51857de..be41fce 100644
--- a/src/game.h
+++ b/src/game.h
@@ -92,7 +92,7 @@ class Game : public Scene
 
 bool displayExtraLife;
 int extraLifeDisplayTime;
-uint extraLifeLastScore;
+int extraLifeLastScore;
 
 uint levelSeconds;
 bool stopTimer;


Bug#546656: dovecot-common: Security holes in CMU Sieve plugin

2009-09-14 Thread Pascal Volk
package: dovecot-common
version: 1:1.0.15-2.3
severity: important
tags: security upstream

The CMU Sieve plugin for Dovecot v1.0/v1.1 is based on the Cyrus Sieve
library. As described in DSA 1881-1¹ there was a vulnerability.

Timo Sirainen has announced² the availability of the bug fixed versions
v1.1.7 for Dovecot v1.1 and v1.0.4 for Dovecot v1.0.

This affects also dovecot-common 1.0.rc15-2etch4 in oldstable and
dovecot-common 1:1.0.15-2.3~bpo40+1 etch-backports.

This security hole does not exits in new Sieve implementation, from
Stephan Bosch, for Dovecots v1.2 series.


Regards,
Pascal
--
1 = http://www.debian.org/security/2009/dsa-1881
2 = http://dovecot.org/list/dovecot-news/2009-September/000135.html
-- 
Ubuntu is an ancient African word meaning “I can’t install Debian.”
 -- unknown



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



Bug#536683: console-setup cannot be configured

2009-09-14 Thread Martin Ziegler
I cannot install console-setup 1.45.

"dpkg --configure console-setup" always hangs after I have entered the
country of origin of my keyboard, no matter what I choose. The
subprocess "/var/lib/dpkg/info/console-setup.config configure" seems
to be in a loop, while "frontend" and "console-setup.c" use 18% of
CPU.

Regards,

Martin

PS: I run debian testing on a thinkpad R60




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



Bug#546657: ivman description does not mention about succession by halevt

2009-09-14 Thread Alexey Midenkov
Package: ivman
Version: 0.6.14-3.1
Severity: minor


Please, fix.



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



Bug#247337: Lists of MDs and Dentists

2009-09-14 Thread abdomen


Currently Practicing Physicians in the US 

788,594 in total <> 17,303 emails

Coverage in many different areas of medicine such as Endocrinology, Pathology, 
Urology, Neurology, Plastic Surgery, Psychiatry, Cardiology and much more 

16 different sortable fields

Dramatic cost reduction: $399


=== If you order by the end of the week you can take all the items below 
for fr ee ===

** Contact List of American Pharma Companies
  Names and email addresses of 47,000 employees in high-ranking positions

** Hospitals in the US
  complete contact information for CEO's, CFO's, Directors and more - over 
23,000 listings in total for more than 7,000 hospitals in the USA

** US Dentist Database
  A complete Directory or dentists and related services (valued at $399)

** Directory of US Chiropractors
  100,000 Chiropractors in the USA (worth $250 alone)

Email us at:  cl...@prolistsource.info

  

valid until  August 18 


email e...@prolistsource.info for delisting





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



Bug#525769: mirror submission for mirrors.ucr.ac.cr

2009-09-14 Thread Mario Guerra

Oh, the bandwidth as of September 14th. is 135 Mbits/second up from 90.

Regards.




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



Bug#546659: DeprecationWarning: socket.ssl() is deprecated

2009-09-14 Thread Nicolas Valcárcel Scerpella
Package: offlineimap
Version: 6.2.0

socket.ssl is deprecated, more info here:
http://software.complete.org/software/issues/show/110

Patch:
@@ -16,7 +16,7 @@
 #along with this program; if not, write to the Free Software
 #Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 #02110-1301 USA
 
-import re, string, types, binascii, socket, time, random, subprocess,
sys, os
+import re, string, types, binascii, socket, time, random, subprocess,
sys, os, ssl
 from offlineimap.ui import UIBase
 from imaplib import *
 
@@ -169,7 +169,7 @@
 if last_error != 0:
 # FIXME
 raise socket.error(last_error)
-self.sslobj = socket.ssl(self.sock, self.keyfile,
 self.certfile)
+self.sslobj = ssl.wrap_socket(self.sock, self.keyfile,
self.certfile)
 self.sslobj = sslwrapper(self.sslobj)
 
 mustquote = re.compile(r"[^\w!#$%&'+,.:;<=>?^`|~-]")


-- 
Nicolas Valcárcel
Security Engineer
Custom Engineering Solutions Group
Canonical OEM Services
Mobile: +511 994 293 200
Key fingerprint = 5C4D 0C85 D9C0 98FE 11F9  DD12 524E C3CD EF58 4970
gpg --keyserver keyserver.ubuntu.com --recv-keys 654597FE


signature.asc
Description: Digital signature


Bug#546658: lbdb: m_abook does not find my compiled-by-hand abook

2009-09-14 Thread Félix Sipma
Package: lbdb
Version: 0.36
Severity: Normal


Hi,
m_abook does not seem to work.
Here is my .lbdbrc:

SORT_OUTPUT=address
METHODS="m_abook m_muttalias"
ABOOK_FILES=$HOME/.abook/addressbook
MUTT_ALIAS_FILES="aliases"

When I do a "lbdbq a" there is no answer (but there should be some, abook is in 
my $PATH).

I've tried to compile lbdb by hand and it works well.

Félix



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

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

Versions of packages lbdb depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libvformat1   1.13-4 Library to read and write vcard fi
ii  perl  5.10.0-25  Larry Wall's Practical Extraction 

lbdb recommends no packages.

Versions of packages lbdb suggests:
pn  abook  (no description available)
ii  finger0.17-13user information lookup program
pn  libnet-ldap-perl   (no description available)
pn  libpalm-perl   (no description available)
ii  mutt  1.5.20-2   text-based mailreader supporting M
ii  procmail  3.22-17Versatile e-mail processor

-- 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#536683: Info received (bash execution trace)

2009-09-14 Thread Rogério Brito
OK, now that I just sent the workaround in the earlier message, I dug in
a little further.

The problem seems to be related to the embedded awk script in the
configure script of the package.

In its stock version, when fed with my x configuration file, it prints
nothing.

When I change

,
| bin {
| $0 = tolower($0);
| sub("#.*","")
| xkb = "";
| }
`

to

,
| BEGIN {
| xkb = "";
| }
| 
| {
| $0 = tolower($0);
| sub("#.*","")
| if ($0 != "") {
|   print " *** DEBUG: Line read: <" $0 ">"
| }
| }
`

I get the output attached.

I sincerely don't remember if "bin" is a particular expression in AWK
(it's been way more than a decade since I last wrote anything in AWK)
but I guess that it was meant to be BEGIN (if I am guessing it right).

If my guess is correct, then just "normalizing" the first line to be
lowercase does not seem correct and what I wrote above seems to be
better, but not good enough:

The script does not understand when the section containing the keyboard
has finished and, thus, it also gets the settings for the mouse and
interprets them as the settings for the keyboard also (which is not
always the right thing).

I will continue this bug-hunting here, but it seems to be coming to an
end. :-)


Regards, Rogério Brito.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org
 *** DEBUG: Line read: 
 *** DEBUG: Line read: 
 *** DEBUG: Line read: 
 *** DEBUG: Line read: 

Bug#525769: mirror submission for mirrors.ucr.ac.cr

2009-09-14 Thread Mario Guerra

Simon Paillard escribió:

Hello Mario,

On Tue, Jun 16, 2009 at 02:28:51PM -0600, Mario Guerra wrote:
  

Simon Paillard escribió:
1. I have two ftpsync configuration files: /etc/ftpsync-archive.conf
(for the Debian archive) and /etc/ftpsync-volatile.conf.
2. For the first one I chose debian.mirror.rafal.ca as the upstream.
For the second, ftp.de.debian.org.



thanks for the update.

  


I apologize for not contacting you before..

3. I run the first script under an user "debian" once per day at 11
p.m. CST (5 p.m. UTC), using this crontab:

0 23 * * * /usr/bin/ftpsync sync:all sync:archive:archive sync:callback

I noticed that something is not working well when somebody inside the 
UCR told me that the Release and Release.gpg files are not updated as 
they should. I'm checking the scripts right now and telling you about 
this matter as soon I have a conclusion.


Best regards.

Mario




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



Bug#546661: liferea: fails to see the state of network-manager

2009-09-14 Thread Rustam
Package: liferea
Version: 1.6.0-1
Severity: normal

it starts with offline-mode even the truth is i am online (via modem). if i 
remove the network-manager, liferea starts with online-mode. the downside is, 
my wireless doesn't get up as it used to be, so it definetly needs 
network-manager to get-up _OR_ i manually command it to get up (by ifconfig).
so i think there's something wrong with liferea. if it _suggests_ 
network-manager, why then it couldn't collaborate with, thus it sees the state 
of network-manager?
or is this the bugs on n-m ? i'm a bit confused which bugs it supposed to be.

best regards,
rustam


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

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

Versions of packages liferea depends on:
ii  gconf2  2.26.2-3 GNOME configuration database syste
ii  libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii  libc6   2.9-26   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.16-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.82-1   simple interprocess messaging syst
ii  libgconf2-4 2.26.2-3 GNOME configuration database syste
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.20.5-1 The GLib library of C routines
ii  libgtk2.0-0 2.16.6-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  liblua5.1-0 5.1.4-3  Simple, extensible, embeddable pro
ii  libnm-glib0 0.7.1-2  network management framework (GLib
ii  libnotify1 [libnotify1-gtk2 0.4.5-1  sends desktop notifications to a n
ii  libpango1.0-0   1.24.5-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup2.4-12.27.4-1 an HTTP library implementation in 
ii  libsqlite3-03.6.17-2 SQLite 3 shared library
ii  libwebkit-1.0-2 1.1.12-1+b1  Web content engine library for Gtk
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.4.dfsg-1 GNOME XML library
ii  libxslt1.1  1.1.24-2 XSLT processing library - runtime 
ii  liferea-data1.6.0-1  architecture independent data for 

Versions of packages liferea recommends:
ii  curl  7.19.5-1.1 Get a file from an HTTP, HTTPS or 
ii  dbus  1.2.16-2   simple interprocess messaging syst
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  wget  1.11.4-4   retrieves files from the web

Versions of packages liferea suggests:
ii  network-manager   0.7.1-2network management framework daemo

-- debconf-show failed



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



Bug#536683: bash execution trace

2009-09-14 Thread Andreas Juch
Am Mon, 14 Sep 2009 17:59:11 -0300
schrieb Rogério Brito :

> Now, one thing to see is if all the people having this very serious
> problem have any X configuration file or if they are starting with a
> non-existent X config.
> 
> Please, let us know.

Hi!

I'm suffering from that problem too (testing/unstable system).

I have a Xorg config:

> Section   "ServerFlags"
>   Option  "DontZap"   "false"
> EndSection
> 
> Section "Device"
>   Identifier  "Configured Video Device"
>   Driver  "radeon"
>   Option  "monitor-DVI-1" "17Zoll"
>   Option  "monitor-DVI-0" "22Zoll"
>   #Option "DefaultConnectorTable" "true"
>   Option  "ForceLowPowerMode" "true"
> EndSection
> 
> Section "Monitor"
>   Identifier  "22Zoll"
>   Option  "PreferredMode" "1680x1050"
> EndSection
> 
> Section "Monitor"
>   Identifier  "17Zoll"
>   Option  "PreferredMode" "1280x1024"
>   Option  "RightOf"   "22Zoll"
> EndSection
> 
> Section "Screen"
>   Identifier  "Default Screen"
>   Monitor "22Zoll"
>   Device  "Configured Video Device"
>   SubSection "Display"
>   Virtual 2960 1050
>   EndSubSection
> EndSection


And here is my console setup:

> VERBOSE_OUTPUT=no
> 
> ACTIVE_CONSOLES="/dev/tty[1-6]"
> 
> CHARMAP="UTF-8"
> 
> CODESET="Lat15"
> 
> FONTFACE="Fixed"
> FONTSIZE="16"
> 
> 
> 
> XKBMODEL="pc105"
> XKBLAYOUT="de,ru(phonetic)"
> XKBVARIANT="nodeadkeys"
> XKBOPTIONS="lv3:ralt_switch,grp:shifts_toggle"

I hope this helps...

Best regards,
Andreas


signature.asc
Description: PGP signature


Bug#546660: backuppc: refuses to start because nmblookup is missing

2009-09-14 Thread Cristian Ionescu-Idbohrn
Package: backuppc
Version: 3.1.0-7
Severity: normal

Error message:

$Conf{NmbLookupPath} = '/usr/bin/nmblookup' is not a valid executable program

But it won't use it anyway (IIUC), as default /etc/backuppc/config.pl says:

$Conf{CgiUserConfigEdit} = {
...
NmbLookupCmd  => 0,
NmbLookupFindHostCmd  => 0,

Similar errors (I suspect) for smbclient and ping.  This patch fixes that
in a non-intrusive way:

--- /usr/share/backuppc/bin/BackupPC.orig   2009-09-11 16:37:31.0 
+0200
+++ /usr/share/backuppc/bin/BackupPC2009-09-14 23:04:20.0 +0200
@@ -261,6 +261,15 @@ sub Main_Initialize
 foreach my $progName ( qw(SmbClientPath NmbLookupPath PingPath DfPath
   SendmailPath SshPath) ) {
 next if ( $Conf{$progName} eq "" || -x $Conf{$progName} );
+   next if ( $progName eq "SmbClientPath" &&
+ !$Conf{CgiUserConfigEdit}{SmbClientFullCmd} &&
+ !$Conf{CgiUserConfigEdit}{SmbClientIncrCmd} &&
+ !$Conf{CgiUserConfigEdit}{SmbClientRestoreCmd} );
+   next if ( $progName eq "NmbLookupPath" &&
+ !$Conf{CgiUserConfigEdit}{NmbLookupCmd} &&
+ !$Conf{CgiUserConfigEdit}{NmbLookupFindHostCmd} );
+   next if ( $progName eq "PingPath" &&
+ !$Conf{CgiUserConfigEdit}{PingCmd} );
 print(STDERR $bpc->timeStamp,
  "\$Conf{$progName} = '$Conf{$progName}' is not a"
. " valid executable program\n");


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

Kernel: Linux 2.6.30-1-686 (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 backuppc depends on:
ii  adduser 3.110add and remove users and groups
ii  apache2 2.2.13-1 Apache HTTP Server metapackage
ii  apache2-mpm-worker [httpd]  2.2.13-1 Apache HTTP Server - high speed th
ii  bzip2   1.0.5-3  high-quality block-sorting file co
ii  debconf [debconf-2.0]   1.5.27   Debian configuration management sy
ii  dpkg1.15.4   Debian package management system
ii  iputils-ping3:20071127-2 Tools to test the reachability of
ii  libarchive-zip-perl 1.18-1   Module for manipulation of ZIP arc
ii  libcompress-zlib-perl   2.020-2  Transitional dummy package for Com
ii  libio-compress-perl [libcom 2.020-2  IO::Compress modules
ii  perl [libdigest-md5-perl]   5.10.0-25Larry Wall's Practical Extraction
ii  perl-suid   5.10.0-25Runs setuid Perl scripts
ii  postfix [mail-transport-age 2.6.5-2  High-performance mail transport ag
ii  samba-common2:3.4.0-5common files used by both the Samb
ii  smbclient   2:3.4.0-5command-line SMB/CIFS clients for
ii  tar 1.22-2   GNU version of the tar archiving u
ii  ucf 3.0021   Update Configuration File: preserv

Versions of packages backuppc recommends:
ii  libfile-rsyncp-perl  0.68-1.1+b1 A perl based implementation of an
ii  libio-dirent-perl0.04-2+b1   Perl module for accessing dirent s
ii  openssh-client [ssh-client]  1:5.1p1-7   secure shell client, an rlogin/rsh
ii  rrdtool  1.3.8-1 Time-series data storage and displ
ii  rsync3.0.6-1 fast remote file copy program (lik

Versions of packages backuppc suggests:
ii  chimera2 [www 2.0a19-5.1 Web browser for X
ii  elinks [www-b 0.12~pre5-1+b1 advanced text-mode WWW browser
ii  epiphany-geck 2.26.3-2   Intuitive GNOME web browser - Geck
ii  galeon [www-b 2.0.7-1GNOME web browser for advanced use
ii  iceape-browse 1.1.17-2   Iceape Navigator (Internet browser
ii  iceweasel [ww 3.0.14-1   lightweight web browser based on M
ii  links2 [www-b 2.2-1+b1   Web browser running in both graphi
ii  lynx-cur [www 2.8.8dev.1-1   Text-mode WWW Browser with NLS sup
pn  par2   (no description available)
ii  w3-el-e21 [ww 4.0pre.2001.10.27.nodocs-5 Web browser for GNU Emacs 21
ii  w3m [www-brow 0.5.2-2.1  WWW browsable pager with excellent

-- debconf information:
  backuppc/restart-webserver: true
* backuppc/configuration-note:
* backuppc/reconfigure-webserver: apache2
* backuppc/add-lines: true

-- debsums errors found:
debsums: changed file /usr/share/backuppc/bin/BackupPC (from backuppc package)
debsums: can't open backuppc file /usr/share/backuppc/cgi-bin/index.cgi 
(Permission denied)


Cheers,

-- 
Cristian



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

Bug#524098: xserver-xorg: dependency on console-setup broke keyboard settings

2009-09-14 Thread Valery V. Vorotyntsev
Hi.

I've upgraded xserver-xorg (I run `testing'). It came with new dependencies
(hal, console-setup) and made my keyboard hardly usable. I was lucky enough
to find Gabor's bug report (thanks, Gabor!). I've commented out contents of
/usr/share/hal/fdi/policy/10osvendor/debian-x11-keymap.fdi and restarted hal
and gdm; now my keyboard is working properly.

Still, something needs to be done to this problem. I am sure there are more
frustrated users; xorg 1:7.4+4 hit `testing' just two days ago.

Cheers.

-- 
vvv



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



Bug#542713: lintian: Check debian/watch file for not up to date version=N line

2009-09-14 Thread Raphael Geissert

>version=1
>
> => "W:  ancient format 1 (current is N)"

There's no such "version=1" format, version one watch files lack the version= 
string.

And I don't see much point regarding warning about version 2 watch files as 
there is no plan to deprecate it any time soon. I'm not totally opposed to 
it, but the tag would have a severity of wishlist or pedantic.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net



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



Bug#546663: ooo-thumbnailer: Does not thumbnail OOo drawing or presentation files

2009-09-14 Thread Grant McLean
Package: ooo-thumbnailer
Version: 0.1~alpha2-1
Severity: normal
Tags: patch


The default configuration for this package will only cause thumbnails to be
created for Word Processor (.odt) documents.  The attached patch enables
thumbnailing for Drawing (.odg) and Presentation (.odp) files as well.

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

Kernel: Linux 2.6.28-15-generic (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages ooo-thumbnailer depends on:
ii  gconf2   2.26.2-3GNOME configuration database syste
ii  imagemagick  7:6.5.5.3-1 image manipulation programs
ii  totem-gstreamer  2.26.3-1A simple media player for the GNOM
ii  unzip6.0-1   De-archiver for .zip files

ooo-thumbnailer recommends no packages.

ooo-thumbnailer suggests no packages.

-- no debconf information
--- ooo-thumbnailer.schemas-orig2009-09-14 15:17:58.0 +1200
+++ ooo-thumbnailer.schemas 2009-09-15 09:20:47.0 +1200
@@ -22,5 +22,49 @@
 

  
+ 
+  
/schemas/desktop/gnome/thumbnailers/applicat...@vnd.oasis.opendocument.graphics/enable
+  
/desktop/gnome/thumbnailers/applicat...@vnd.oasis.opendocument.graphics/enable
+  ooo-thumbnailer
+  bool
+  true
+  
+   
+   
+  
+ 
+ 
+  
/schemas/desktop/gnome/thumbnailers/applicat...@vnd.oasis.opendocument.graphics/command
+  
/desktop/gnome/thumbnailers/applicat...@vnd.oasis.opendocument.graphics/command
+  ooo-thumbnailer
+  string
+  /usr/bin/ooo-thumbnailer %i %o %s
+  
+   
+   
+  
+ 
+ 
+  
/schemas/desktop/gnome/thumbnailers/applicat...@vnd.oasis.opendocument.presentation/enable
+  
/desktop/gnome/thumbnailers/applicat...@vnd.oasis.opendocument.presentation/enable
+  ooo-thumbnailer
+  bool
+  true
+  
+   
+   
+  
+ 
+ 
+  
/schemas/desktop/gnome/thumbnailers/applicat...@vnd.oasis.opendocument.presentation/command
+  
/desktop/gnome/thumbnailers/applicat...@vnd.oasis.opendocument.presentation/command
+  ooo-thumbnailer
+  string
+  /usr/bin/ooo-thumbnailer %i %o %s
+  
+   
+   
+  
+ 
 
 


Bug#540307: FTBFS with linux kernel 2.6.30

2009-09-14 Thread Nilshar
Got the exact same problem, any update or workaround for 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#524098: xserver-xorg: dependency on console-setup broke keyboard settings

2009-09-14 Thread Julien Cristau
On Tue, Sep 15, 2009 at 00:34:33 +0300, Valery V. Vorotyntsev wrote:

> Hi.
> 
> I've upgraded xserver-xorg (I run `testing'). It came with new dependencies
> (hal, console-setup) and made my keyboard hardly usable. I was lucky enough
> to find Gabor's bug report (thanks, Gabor!). I've commented out contents of
> /usr/share/hal/fdi/policy/10osvendor/debian-x11-keymap.fdi and restarted hal
> and gdm; now my keyboard is working properly.
> 
> Still, something needs to be done to this problem. I am sure there are more
> frustrated users; xorg 1:7.4+4 hit `testing' just two days ago.
> 
I'm sure there also are more helpful ones, thankfully.  You don't say
anything about what the problem actually is.

Cheers,
Julien



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



Bug#501207: destar: python-quixote1 never upgraded in lenny?

2009-09-14 Thread Jon Daley
Package: destar
Version: 0.2.2-5.2
Followup-For: Bug #501207

Hi.  I have the identical traceback as the original reporter.

It looks like python-quixote1 1.2-4.1 never made it into stable, so destar is 
still unusable?

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

Kernel: Linux 2.6.26-2-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages destar depends on:
ii  asterisk   1:1.4.21.2~dfsg-3 Open Source Private Branch Exchang
ii  debconf1.5.24Debian configuration management sy
ii  python 2.5.2-3   An interactive high-level object-o
ii  python-medusa  0.5.4+clean-2 Framework for implementing asynchr
ii  python-pychart 1.39-6Python library for creating high q
ii  python-pysqlite2   2.4.1-1   Python interface to SQLite 3
ii  python-quixote11.2-4+b1  A highly Pythonic Web application 
ii  sqlite33.5.9-6   A command line interface for SQLit

Versions of packages destar recommends:
pn  op-panel   (no description available)

destar suggests no packages.

-- debconf information:
  destar/port: 8080



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



Bug#501207: confirmed: upgrading to python-quixote1_1.2-4.1 (from squeeze) fixes the bug

2009-09-14 Thread Jon Daley
Package: destar
Followup-For: Bug #501207

upgrading to python-quixote1_1.2-4.1 (from squeeze) fixes the bug.


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

Kernel: Linux 2.6.26-2-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages destar depends on:
ii  asterisk   1:1.4.21.2~dfsg-3 Open Source Private Branch Exchang
ii  debconf1.5.24Debian configuration management sy
ii  python 2.5.2-3   An interactive high-level object-o
ii  python-medusa  0.5.4+clean-2 Framework for implementing asynchr
ii  python-pychart 1.39-6Python library for creating high q
ii  python-pysqlite2   2.4.1-1   Python interface to SQLite 3
ii  python-quixote11.2-4.1   A highly Pythonic Web application 
ii  sqlite33.5.9-6   A command line interface for SQLit

Versions of packages destar recommends:
pn  op-panel   (no description available)

destar suggests no packages.

-- debconf information:
  destar/port: 8080



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



Bug#546664: DDPO doesn't show bugs on the source package?

2009-09-14 Thread Sandro Tosi
Package: qa.debian.org
Severity: normal

2009-09-14 22:38:31  hi! is it a known issue that DDPO doesn't show
source package bugs? http://qa.debian.org/developer.php?packages=logilab-common
doesn't show any, but logilab-common has #546487

I think it says all (the bug is going to be closed soon, though).

Regards,
Sandro

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

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



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



Bug#536683: bash execution trace

2009-09-14 Thread Rogério Brito
Hi, Andreas.

On Sep 14 2009, Andreas Juch wrote:
> Am Mon, 14 Sep 2009 17:59:11 -0300
> schrieb Rogério Brito :
> > Please, let us know.
> 
> Hi!
> 
> I'm suffering from that problem too (testing/unstable system).

Right.

> I have a Xorg config:
(...)

Thanks, this seems to be like a confirmation of my suspicion.

> I hope this helps...

Nice.

Can you see if the problem "goes away" if you move your xorg config file
to another name, just before installing/upgrading/whatever
console-setup?

(You may want to backup your already existing console-setup
configuration just for the purpose of the test).


P.S.: Please, keep me at least in the Carbon Copies.

Regards,

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org



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



Bug#546651: More input

2009-09-14 Thread Frank Lanitz
Hi, 

I did another test and it seems to be related somehow to number of
cities vs. map size. When choosing a smaller map, its more likely from
not being happing but I wasn't able to find a real connection in terms
of a rule yet. 

Also after a long time ( >10min) finally it appears the window is
coming back so at least I can say Simutrans is not crashing complete. 

Thx, 
Frank
-- 
http://frank.uvena.de/en/


pgpf7MffzF8a4.pgp
Description: PGP signature


Bug#546666: sidebar-new should be disabled by default

2009-09-14 Thread Stefano Zacchiroli
Package: mutt-patched
Version: 1.5.20-3
Severity: minor

Thanks a lot for integrating the sidebar-new patch, it looks very cool.

Still, I think the current choice of default (i.e., having
"sidebar_newmail_only=yes") is the wrong one. I believe so because it
changes the default user where used so. If you believe the change is
worse, you should at the very minimum prominently warn users upon
updates, for instance using Debian.NEWS, as it can be quite puzzling to
understand what's going on and changelog contains no info.

For the sake of consistency with usual mailbox listing however, I
believe the default should be showing all mailboxes by default
nevertheless.

Many thanks for your work on mutt.
Cheers.

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

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

Versions of packages mutt-patched depends on:
ii  libc6   2.9-26   GNU C Library: Shared libraries
ii  libcomerr2  1.41.9-1 common error description library
ii  libgdbm31.8.3-6  GNU dbm database routines (runtime
ii  libgnutls26 2.8.3-3  the GNU TLS library - runtime libr
ii  libgpg-error0   1.6-1library for common error values an
ii  libgpgme11  1.2.0-1  GPGME - GnuPG Made Easy
ii  libgssapi-krb5-21.7dfsg~beta3-1  MIT Kerberos runtime libraries - k
ii  libidn111.15-1   GNU Libidn library, implementation
ii  libk5crypto31.7dfsg~beta3-1  MIT Kerberos runtime libraries - C
ii  libkrb5-3   1.7dfsg~beta3-1  MIT Kerberos runtime libraries
ii  libncursesw55.7+20090803-2   shared libraries for terminal hand
ii  libsasl2-2  2.1.23.dfsg1-1.1 Cyrus SASL - authentication abstra
ii  mutt1.5.20-3 text-based mailreader supporting M

mutt-patched recommends no packages.

mutt-patched 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#546665: l7-protocols: overwrites user configuration files

2009-09-14 Thread Jakub Wilk

Package: l7-protocols
Version: 20090528-1
Severity: serious
Justification: Policy 10.8.3

l7-protocols would happily overwrite user configuration files:

# ls -l /etc/l7-protocols/extra/http-itunes.pat 
-rw--- 1 root root 30 Sep 14 22:57 /etc/l7-protocols/extra/http-itunes.pat


# dpkg -i /path/to/l7-protocols_20090528-1_all.deb 
[...]

Unpacking l7-protocols (from .../l7-protocols_20090528-1_all.deb) ...
Setting up l7-protocols (20090528-1) ...

# ls -l /etc/l7-protocols/extra/http-itunes.pat*
lrwxrwxrwx 1 root root 45 Sep 14 22:57 /etc/l7-protocols/extra/http-itunes.pat 
-> /usr/share/l7-protocols/extra/http-itunes.pat


--
Jakub Wilk



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



Bug#546667: ayttm: gtkut_stock_button_new_with_label implicitly converted to pointer

2009-09-14 Thread dann frazier
Package: ayttm
Version: 0.6.0-1
Severity: serious
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

  Function `gtkut_stock_button_new_with_label' implicitly converted to pointer 
at trigger.c:390

This is often due to a missing function prototype definition.
For more information, see [2].

Though it is guaranteed that this codepath will cause a segfault on certain
architectures, it is not guaranteed that this codepath would ever be executed
(e.g., if the returned pointer is never dereferenced). However, this bug
does prevent the ia64 buildd from successfully building this package, resulting
in a practical FTBFS issue and warranting the serious severity.

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions
--- ayttm-0.6.0.orig/src/trigger.c	2009-09-06 21:49:25.0 -0600
+++ ayttm-0.6.0/src/trigger.c	2009-09-14 16:05:56.566011839 -0600
@@ -36,6 +36,7 @@
 #include "globals.h"
 #include "file_select.h"
 #include "messages.h"
+#include "gtk/gtkutils.h"
 
 
 static gint window_open = 0;


Bug#536683: bash execution trace

2009-09-14 Thread Martin Ziegler

Dear Rogerio,
I moved my xorg.conf out of the way and could configure
console-setup without any problems. Thanks for the hint.

In xorg.conf I had the line

Option  "XkbLayout" "ziegler"

where "ziegler" is my own keyboard-layout, situated in
/usr/share/X11/xkb/symbols. Maybe this caused the problem

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#536683: console-setup: getting it diagnosed

2009-09-14 Thread Rogério Brito
Hi, Martin.

On Sep 15 2009, Martin Ziegler wrote:
> I moved my xorg.conf out of the way and could configure
> console-setup without any problems. Thanks for the hint.

Glad that it worked.

As a workaround, you can change the file generated by console-setup by
hand, until a fix is incorporated in console-setup.

> In xorg.conf I had the line
> 
> Option  "XkbLayout" "ziegler"
> 
> where "ziegler" is my own keyboard-layout, situated in
> /usr/share/X11/xkb/symbols. Maybe this caused the problem

No, as per my previous message, it seems that any presence of
xorg.conf creates a problem here.

The configure script of console-setup (in my case, console-setup-mini,
as I don't want to drag spurious dependencies) should be more resistant.


Thanks for testing my hypothesis, Rogério Brito.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org



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



Bug#541380: avr-evtd: Missing init.d script dependency info and incorrect runlevel list

2009-09-14 Thread Rogério Brito
Hi, Petter.

On Aug 31 2009, Petter Reinholdtsen wrote:
> Are you sure the script should not start from runlevels 3-5 and stop
> in runlevel 1?  The current header have a strange runlevel list:

Thanks for still bearing with me.

> A more common setup is this runlevel configuration:
> 
> # Default-Start: 2 3 4 5
> # Default-Stop:  0 1 6
> 
> I just wanted to verify again that you actually intend the strange
> runlevel setup, and that it isn't a mistake.

Yes, it was a mistake. I'm still only undecided if I should put 1 in
default-start or not. I think that I will follow suit and just leave the
usual defaults and change it again if I need it.


Thanks, Rogério Brito.

-- 
Rogério Brito : rbr...@{mackenzie,ime.usp}.br : GPG key 1024D/7C2CAEB8
http://www.ime.usp.br/~rbrito : http://meusite.mackenzie.com.br/rbrito
Projects: algorithms.berlios.de : lame.sf.net : vrms.alioth.debian.org



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



Bug#546668: python-brasero: Packaged example script aborts with GLib-ERROR

2009-09-14 Thread Andrew Price
Package: python-brasero
Version: 2.27.3-1
Severity: normal

  a...@plato:braseromedia$ pwd
  /usr/share/doc/python-brasero/examples/braseromedia
  a...@plato:braseromedia$ python drive_selection.py 

  GLib-ERROR **: The thread system is not yet initialized.
  aborting...
  Aborted

This happens on line 9 of drive_selection.py which is:

  monitor = braseromedia.MediumMonitor ()

Afterwards I installed the brasero package from experimental to check if
it was a common problem but I successfully burned a CD with brasero.
Running the example script after installing brasero pulled in its deps
also gave the same error.

Here's a nice ugly backtrace. Line #6 looks interesting:

#0  0xe424 in __kernel_vsyscall ()
#1  0xb7e523d0 in raise () from /lib/i686/cmov/libc.so.6
#2  0xb7e55a85 in abort () from /lib/i686/cmov/libc.so.6
#3  0xb7b9155c in IA__g_logv (log_domain=0xb7bc0ac6 "GLib", 
log_level=G_LOG_LEVEL_ERROR, format=0xb7bcde44 "The thread system is not yet 
initialized.", 
args1=0xbfffe7cc 
"\232\371\270\267\351\375\272\267\34\62\300\267(\350\377\277\237\16\273\267\200\26\273\267\260+/\b")
at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/glib/gmessages.c:506
#4  0xb7b91586 in IA__g_log (log_domain=0xb7bc0ac6 "GLib", 
log_level=G_LOG_LEVEL_ERROR, format=0xb7bcde44 "The thread system is not yet 
initialized.")
at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/glib/gmessages.c:526
#5  0xb7bafe12 in g_thread_fail () at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/glib/gthread.c:591
#6  0xb7bb0e9f in IA__g_thread_create_full (func=0xb6d15790, data=0x82da860, 
stack_size=0, joinable=1, bound=0, priority=G_THREAD_PRIORITY_NORMAL, error=0x0)
at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/glib/gthread.c:663
#7  0xb6d156cd in ?? () from /usr/lib/libbrasero-media.so.0
#8  0xb7c223a1 in object_set_property (type=137099728, 
n_construct_properties=1, construct_params=0x828e870)
at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/gobject/gobject.c:942
#9  g_object_constructor (type=137099728, n_construct_properties=1, 
construct_params=0x828e870) at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/gobject/gobject.c:1352
#10 0xb7c22ae6 in IA__g_object_newv (object_type=137099728, n_parameters=2, 
parameters=0x82f2938) at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/gobject/gobject.c:1215
#11 0xb7c236d1 in IA__g_object_new_valist (object_type=137099728, 
first_property_name=0xb6d1b82a "device", var_args=0xbfffeb64 "")
at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/gobject/gobject.c:1319
#12 0xb7c2381e in IA__g_object_new (object_type=137099728, 
first_property_name=0xb6d1b82a "device")
at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/gobject/gobject.c:1060
#13 0xb6d0a4c6 in ?? () from /usr/lib/libbrasero-media.so.0
#14 0xb7c3d7e5 in IA__g_type_create_instance (type=137226552) at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/gobject/gtype.c:1674
#15 0xb7c222b5 in g_object_constructor (type=137226552, 
n_construct_properties=0, construct_params=0x0)
at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/gobject/gobject.c:1338
#16 0xb7c22ae6 in IA__g_object_newv (object_type=137226552, n_parameters=0, 
parameters=0x0) at 
/build/buildd-glib2.0_2.20.5-1-i386-mDnYKw/glib2.0-2.20.5/gobject/gobject.c:1215
#17 0xb7ab6962 in ?? () from 
/usr/lib/pymodules/python2.5/gtk-2.0/gobject/_gobject.so
#18 0xb7abe918 in ?? () from 
/usr/lib/pymodules/python2.5/gtk-2.0/gobject/_gobject.so
#19 0x080ad691 in ?? ()
#20 0x0805d4b7 in PyObject_Call ()
#21 0x080ccf75 in PyEval_EvalFrameEx ()
#22 0x080d00c5 in PyEval_EvalCodeEx ()
#23 0x080d02d7 in PyEval_EvalCode ()
#24 0x080ed71f in PyRun_FileExFlags ()
#25 0x080ed9ea in PyRun_SimpleFileExFlags ()
#26 0x08059357 in Py_Main ()
#27 0x08058722 in main ()


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

Kernel: Linux 2.6.31 (SMP w/1 CPU core; PREEMPT)
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 python-brasero depends on:
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libbrasero-media0  2.27.92-2 CD/DVD burning library for GNOME -
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.16-2  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.82-1simple interprocess messaging syst
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.20.5-1  The GLib library of C routines
ii  libgtk2.0-0   

Bug#541977: lintian: Warns about deprecated dh_undocumented

2009-09-14 Thread Raphael Geissert
tag 541977 patch
thanks

Attached patch implements it.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


lintian-dh-undocumented.mbox
Description: application/mbox


Bug#543369: [Parted-maintainers] Bug#543369: gnu-fdisk: diff for NMU version 1.2.3-1.1

2009-09-14 Thread Xavier Oswald
On 10:22 Sat 12 Sep , Luk Claes wrote:
> Dear maintainer,
> 
> I've prepared an NMU for gnu-fdisk (versioned as 1.2.3-1.1) and
> uploaded it to DELAYED/2. Please feel free to tell me if I
> should delay it longer.

You could maybe have asked me before doing this.

But ok, Thanks! I was about to correct this info file mistake this night...

Feel free to keep this NMU.

Greetings,
-- 
  ,''`.  ** Xavier Oswald 
 : :' :  ** Research Engineer   
 `. `'   ** GNU/LINUX Debian Developer (http://debian.org)  
   `-** Isaac Project Developer (http://isaacproject.u-strasbg.fr/) 



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



Bug#546670: On dual head display, vectoroids causes display to become mirrored monitor 1

2009-09-14 Thread Daniel Dickinson
Package: vectoroids
Version: 1.1.0-9
Severity: important


Running vectoroids converts both monitors on a dual head display from being
parts of a desktop to both showing the same image (mirrored image of monitor 0)
When Vectoroids exits, the display does not return to displaying two different
images but instead continues to display only one image, mirrored on both
monitors.  This is bad because it means the second display disappears after 
playing Vectoroids.


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

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

Versions of packages vectoroids depends on:
ii  libc62.9-25  GNU C Library: Shared libraries
ii  libsdl-image1.2  1.2.7-1 image loading library for Simple D
ii  libsdl-mixer1.2  1.2.8-6+b1  mixer library for Simple DirectMed
ii  libsdl1.2debian  1.2.13-4+b1 Simple DirectMedia Layer

vectoroids recommends no packages.

vectoroids 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#546669: The package ... should be rebuild with new debhelper to get trigger support

2009-09-14 Thread jidanni
X-debbugs-cc: debhel...@packages.debian.org
Package: plotutils
Version: 2.5-3
Severity: wishlist

Seen upon install:
The package plotutils should be rebuild with new debhelper to get trigger 
support

I suppose there is no way to tell the maintainers of such packages this,
without users noticing such messages and reporting them :-(.



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



Bug#522971: [/debian-sid] updates to (sv) debconf translations (Closes: #522971).

2009-09-14 Thread Sean Finney
tag 522971 pending
thanks

Date: Tue Sep 15 00:11:45 2009 +0200
Author: Sean Finney 
Commit ID: 95167e4abb6931eb61baf3b92b20e5f084f00333
Commit URL: 
http://git.debian.org/?p=users/seanius/spine.git;a=commitdiff;h=95167e4abb6931eb61baf3b92b20e5f084f00333
Patch URL: 
http://git.debian.org/?p=users/seanius/spine.git;a=commitdiff_plain;h=95167e4abb6931eb61baf3b92b20e5f084f00333

updates to (sv) debconf translations (Closes: #522971).

 * sv: Martin Bagge 
  



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



Bug#546671: SDL?: Dual head becomes mirrored monitor 1 (second display is lost)

2009-09-14 Thread Daniel Dickinson
Package: einstein
Version: 2.0.dfsg.2-6
Severity: important


Vectoroids has this problem as well.  I suspect it is a problem with libsdl.
Launching einstein causes the both monitors to display the image and after
exiting einstein the display does not return to displaying both parts of the
desktop, but instead remains a mirrored display of monitor 1.  This is bad
because the items on the second screen become inaccessible and the second
is no longer visible.


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

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

Versions of packages einstein depends on:
ii  libc6  2.9-25GNU C Library: Shared libraries
ii  libfreetype6   2.3.9-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.4.1-1 GCC support library
ii  libsdl-mixer1.21.2.8-6+b1mixer library for Simple DirectMed
ii  libsdl-ttf2.0-02.0.9-1   ttf library for Simple DirectMedia
ii  libsdl1.2debian1.2.13-4+b1   Simple DirectMedia Layer
ii  libstdc++6 4.4.1-1   The GNU Standard C++ Library v3
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

einstein recommends no packages.

einstein 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#546673: -C is not accepted as an alias for --check-depends-algorithm

2009-09-14 Thread Nelson Elhage
Package: sbuild
Version: 0.59.1~rc1
Severity: minor

The documentation (sbuild(1)) claims that '-C' is accepted as an alias
for '--check-depends-algorithm', but the code does not handle '-C',
and so it is treated as an error.

Trivial patch attached.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (600, 'stable'), (300, 'unstable'), (300, 'testing'), (200, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages sbuild depends on:
ii  adduser   3.110  add and remove users and groups
ii  libsbuild-perl0.59.1~rc1 Tool for building Debian binary pa
ii  perl  5.10.0-19lenny2Larry Wall's Practical Extraction 
ii  perl-modules  5.10.0-19lenny2Core Perl modules

Versions of packages sbuild recommends:
ii  debootstrap 1.0.10lenny1 Bootstrap a basic Debian system
ii  fakeroot1.11 Gives a fake root environment

Versions of packages sbuild suggests:
pn  deborphan  (no description available)
ii  wget  1.11.4-2   retrieves files from the web

-- no debconf information
>From 1c720da1d90d9ec5ffac1f02a1410b2d201488f5 Mon Sep 17 00:00:00 2001
From: Nelson Elhage 
Date: Mon, 14 Sep 2009 18:23:00 -0400
Subject: [PATCH] Accept -C for --check-depends-algorithm

Signed-off-by: Nelson Elhage 
---
 lib/Sbuild/Options.pm |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/Sbuild/Options.pm b/lib/Sbuild/Options.pm
index 31a98c5..b7248f5 100644
--- a/lib/Sbuild/Options.pm
+++ b/lib/Sbuild/Options.pm
@@ -75,7 +75,7 @@ sub set_options {
 		   "add-conflicts-indep=s" => sub {
 			   push(@{$self->get_conf('MANUAL_CONFLICTS_INDEP')}, $_[1]);
 		   },
-		   "check-depends-algorithm=s" => sub {
+		   "C|check-depends-algorithm=s" => sub {
 			   $self->set_conf('CHECK_DEPENDS_ALGORITHM', $_[1]);
 		   },
 		   "b|batch" => sub {
-- 
1.6.4



Bug#546674: widelands 1:14~rc1-2 depends on newer libSDL-gfx than apt-get expects

2009-09-14 Thread Jens-Wolfhard Schicke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: widelands
Version: 1:14~rc1-2

After updating to this version, widelands did not start due to:

~ % widelands
widelands: error while loading shared libraries: libSDL_gfx.so.13: cannot open 
shared object file: No such file or directory

trivial fix:
~ % aptitude install libsdl-gfx1.2-4
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages are BROKEN:
  libsdl-gfx1.2-dev
The following packages will be upgraded:
  libsdl-gfx1.2-4
1 packages upgraded, 0 newly installed, 0 to remove and 1263 not upgraded.
Need to get 52.2kB of archives. After unpacking 28.7kB will be used.
The following packages have unmet dependencies:
  libsdl-gfx1.2-dev: Depends: libsdl-gfx1.2-4 (= 2.0.13-4) but 2.0.19-2 is to 
be installed.
The following actions will resolve these dependencies:

Upgrade the following packages:
libsdl-gfx1.2-dev [2.0.13-4 (now) -> 2.0.19-2 (unstable)]

Score is 120

Accept this solution? [Y/n/q/?]
The following packages will be upgraded:
  libsdl-gfx1.2-4 libsdl-gfx1.2-dev

The widelands package is missing the right version dependencies for libSDL-gfx.

After updating libSDL-gfx to 2.0.19-2, the problem disappeared.

Regards,
  Jens-W. Schicke
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkquyRwACgkQzhchXT4RR5CWsgCePZKDIIm+93+jbkVxJq7EVKo6
bh4AnjSgPW5vgub/aBoxaUPtZgPdC+kT
=EYWC
-END PGP SIGNATURE-



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



Bug#546672: mail-notification: fails to update imap inbox

2009-09-14 Thread Ricardo Yanez
Package: mail-notification
Version: 4.1.dfsg.1-4.1
Severity: normal


Fails to update imap inbox when imap server runs uw-imapd 
(7:2007b~dfsg-4+lenny3). It seems mail-notification logs in but never logs 
out, contrary to the behaviour when falling back to uw-imapd Etch version 
(7:2002edebian1-13.1+etch1).

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

Kernel: Linux 2.6.26-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages mail-notification depends on:
pn  gconf2 (no description available)
pn  gnome-icon-theme   (no description available)
pn  libart-2.0-2   (no description available)
pn  libatk1.0-0(no description available)
pn  libbonobo2-0   (no description available)
pn  libbonoboui2-0 (no description available)
ii  libc6 2.7-18 GNU C Library: Shared libraries
pn  libcairo2  (no description available)
pn  libdbus-1-3(no description available)
pn  libdbus-glib-1-2   (no description available)
pn  libeel2-2.20   (no description available)
pn  libgail-common (no description available)
pn  libgail18  (no description available)
pn  libgconf2-4(no description available)
pn  libglade2-0(no description available)
pn  libglib2.0-0   (no description available)
pn  libgmime-2.0-2a(no description available)
pn  libgnome2-0(no description available)
pn  libgnomecanvas2-0  (no description available)
pn  libgnomeui-0   (no description available)
pn  libgnomevfs2-0 (no description available)
pn  libgnomevfs2-extr  (no description available)
pn  libgtk2.0-0(no description available)
pn  libice6(no description available)
pn  libnotify1 (no description available)
pn  libnotify1-gtk2.1  (no description available)
pn  liborbit2  (no description available)
pn  libpango1.0-0  (no description available)
ii  libpopt0  1.14-4 lib for parsing cmdline parameters
ii  libsasl2-22.1.22.dfsg1-23+lenny1 Cyrus SASL - authentication abstra
pn  libsm6 (no description available)
ii  libx11-6  2:1.1.5-2  X11 client-side library
ii  libxml2   2.6.32.dfsg-5+lenny1   GNOME XML library
pn  notification-daem  (no description available)
ii  zlib1g1:1.2.3.3.dfsg-12  compression library - runtime

mail-notification recommends no packages.

Versions of packages mail-notification suggests:
pn  mail-notification-evolution(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#527363: lintian: please display a warning or informational tag if doc packages are recommended

2009-09-14 Thread Raphael Geissert
tag 527363 patch
thanks

Attached patch implements it. There's an additional commit that makes the code 
a bit easier to read.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


lintian-lib-recommends-doc.mbox
Description: application/mbox


Bug#546609: xserver-xorg: Blank screen if switching from vt7 to vt1 and back to vt7, after kdm login

2009-09-14 Thread Boris shtrasman
Brice Goglin wrote:
> Boris shtrasman wrote:
>> Package: xserver-xorg
>> Version: 1:7.4+4
>> Severity: critical
>> Justification: breaks the whole system
>>
>> Happen starting from 7.4 (i tested it with 7.3 where it didn't happen).
>> Happens only after login to kdm / gdm :
>> Tested before login works as a charm.
>> after kde login if i switch to any non graphical vt (1-6) and then back
>> to vt7 i got blank screen.
>> sysrq+k/b dosn't work (no affect).
>> alt+ctrl+del also dosn't work
>>
>> nothing that i can do except manually shutdown down the pc (power button).
>>
>
> Can you ping the machine from another machine ? If so, can you log in
> through ssh and attach a gdb to see what the server is doing?
>
> Brice
>
I don't know if it worth anything but this is what i got :

[Thread debugging using libthread_db enabled]
0x7f503ffd9eb3 in select () from /lib/libc.so.6

Thread 1 (Thread 0x7f5042495790 (LWP 5314)):
#0  0x7f503ffd9eb3 in select () from /lib/libc.so.6
#1  0x004ebbcb in WaitForSomething (pClientsReady=0x27a1680)
at ../../os/WaitFor.c:228
#2  0x0044d060 in Dispatch () at ../../dix/dispatch.c:367
#3  0x0043329a in main (argc=8, argv=0x7fff1486b318,
envp=) at ../../dix/main.c:397
[Thread debugging using libthread_db enabled]
0x7f503ffd9eb3 in select () from /lib/libc.so.6

Thread 1 (Thread 0x7f5042495790 (LWP 5314)):
#0  0x7f503ffd9eb3 in select () from /lib/libc.so.6
#1  0x004ebbcb in WaitForSomething (pClientsReady=0x27a1680)
at ../../os/WaitFor.c:228
#2  0x0044d060 in Dispatch () at ../../dix/dispatch.c:367
#3  0x0043329a in main (argc=8, argv=0x7fff1486b318,
envp=) at ../../dix/main.c:397
[Thread debugging using libthread_db enabled]
0x7f503ffd9eb3 in select () from /lib/libc.so.6

Thread 1 (Thread 0x7f5042495790 (LWP 5314)):
#0  0x7f503ffd9eb3 in select () from /lib/libc.so.6
#1  0x004ebbcb in WaitForSomething (pClientsReady=0x27a1680)
at ../../os/WaitFor.c:228
#2  0x0044d060 in Dispatch () at ../../dix/dispatch.c:367
#3  0x0043329a in main (argc=8, argv=0x7fff1486b318,
envp=) at ../../dix/main.c:397
[Thread debugging using libthread_db enabled]
0x7f503ffd9eb3 in select () from /lib/libc.so.6

Thread 1 (Thread 0x7f5042495790 (LWP 5314)):
#0  0x7f503ffd9eb3 in select () from /lib/libc.so.6
#1  0x004ebbcb in WaitForSomething (pClientsReady=0x27a1680)
at ../../os/WaitFor.c:228
#2  0x0044d060 in Dispatch () at ../../dix/dispatch.c:367
#3  0x0043329a in main (argc=8, argv=0x7fff1486b318,
envp=) at ../../dix/main.c:397
[Thread debugging using libthread_db enabled]
0x7f503ffd9eb3 in select () from /lib/libc.so.6

Thread 1 (Thread 0x7f5042495790 (LWP 5314)):
#0  0x7f503ffd9eb3 in select () from /lib/libc.so.6
#1  0x004ebbcb in WaitForSomething (pClientsReady=0x27a1680)
at ../../os/WaitFor.c:228
#2  0x0044d060 in Dispatch () at ../../dix/dispatch.c:367
#3  0x0043329a in main (argc=8, argv=0x7fff1486b318,
envp=) at ../../dix/main.c:397
did it by :
screen

#!/bin/bash
nsamples=20;
pid=`ps aux | grep X | grep -vvv grep | cut -d" " -f7`
for x in $( seq 0 $nsamples) ; do

gdb -ex "set pagination 0" -ex "thread apply all bt" --batch
/usr/lib/debug/usr/bin/Xorg $pid | tee -a tests

sleep 15
done

i was trying to go to diffrent vt during that time one finally i gave
up and restarted the pc

now i'm pretty sure you need more data but what should i do more ?





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



Bug#546675: gnumeric: startup crash

2009-09-14 Thread gpe92
Package: gnumeric
Version: 1.9.10-2
Severity: normal

When I try to start gnumeric it crashes with this error:

gnumeric: symbol lookup error: /usr/lib/libspreadsheet-1.9.10.so: undefined 
symbol: foo_canvas_item_request_update


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

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

Versions of packages gnumeric depends on:
ii  debconf [debc 1.5.27 Debian configuration management sy
ii  gconf22.26.2-3   GNOME configuration database syste
ii  gnumeric-comm 1.9.10-2   spreadsheet application for GNOME 
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-4 Fonts for the Ghostscript interpre
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.20.5-1   The GLib library of C routines
ii  libgoffice-0- 0.7.12-1   Document centric objects library -
ii  libgsf-1-114  1.14.15-1  Structured File Library - runtime 
ii  libgtk2.0-0   2.16.6-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libxml2   2.7.3.dfsg-2.1 GNOME XML library
ii  procps1:3.2.8-1  /proc file system utilities
ii  zlib1g1:1.2.3.3.dfsg-15  compression library - runtime

Versions of packages gnumeric recommends:
ii  evince2.26.2-2   Document (postscript, pdf) viewer

Versions of packages gnumeric suggests:
ii  epiphany-browser  2.26.3-2   Intuitive web browser - dummy pack
ii  gnumeric-doc  1.9.10-2   spreadsheet application for GNOME 
ii  gnumeric-plugins-extra1.9.10-2   spreadsheet application for GNOME 
ii  ttf-liberation1.04.93-1  Free fonts with the same metrics a
ii  ttf-mscorefonts-installer 3.0Installer for Microsoft TrueType c

-- debconf information:
* gnumeric/existing-process: true




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



Bug#540301: mirror submission for mirror.intrapower.net.au

2009-09-14 Thread Internal IT Support
Hi Simon,
> Could you please make it available at the standard path /debian-cd/ ?
Done.

> At the end of the ISO rsync could you please add a local trace file to
> http://mirror.intrapower.net.au/pub/debian-cd/project/trace/ ?
Done.

> How much bandwidth is available ?
200Mbit

Let me know if you need any more information. 

Kind Regards,

James Paussa
Network Engineer
IntraPower Limited



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



Bug#540307: FTBFS with linux kernel 2.6.30

2009-09-14 Thread Ben Hutchings
This is a bug in alsa-source: it includes old versions of many Linux
kernel headers that override those in the linux-headers-$version
package.

In particular, the very first reported compiler error results from the
inclusion of alsa-source's include/linux/compiler.h which does not
define the __section() macro.

Ben.

-- 
Ben Hutchings
This sentence contradicts itself - no actually it doesn't.


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


Bug#546668: python-brasero: Packaged example script aborts with GLib-ERROR

2009-09-14 Thread Emilio Pozuelo Monfort
Hi Andy,

Andrew Price wrote:
>   a...@plato:braseromedia$ pwd
>   /usr/share/doc/python-brasero/examples/braseromedia
>   a...@plato:braseromedia$ python drive_selection.py 
> 
>   GLib-ERROR **: The thread system is not yet initialized.
>   aborting...
>   Aborted

It works fine here. It will show a dialog with the cd/dvd drives.

> This happens on line 9 of drive_selection.py which is:
> 
>   monitor = braseromedia.MediumMonitor ()

Does
$ python -c 'import braseromedia; braseromedia.MediumMonitor ()'
fail?

> Afterwards I installed the brasero package from experimental to check if
> it was a common problem but I successfully burned a CD with brasero.
> Running the example script after installing brasero pulled in its deps
> also gave the same error.
> 
> Here's a nice ugly backtrace. Line #6 looks interesting:

I dunno what's going wrong... Just two ideas, does it fail with glib from
experimental, and can you rebuild libbrasero-media with
DEB_BUILD_OPTIONS=nostrip ? The code in libbrasero-media/ doesn't call
g_thread_create_full (only g_thread_create) so I'm not sure what's calling it
and why it fails, maybe with more symbols we could find it out.

Emilio

> #7  0xb6d156cd in ?? () from /usr/lib/libbrasero-media.so.0



signature.asc
Description: OpenPGP digital signature


Bug#546676: qa.debian.org: Stale bug data on QA page

2009-09-14 Thread Roberto C. Sanchez
Package: qa.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

My QA page [0] is reflecting stale bug data.  For example,
libactiverecord-ruby has one normal priority bug, but the QA page
indicates that it has no bugs.

Regards,

- -Roberto

[0] http://qa.debian.org/developer.php?login=robe...@connexer.com


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

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

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

iEYEARECAAYFAkqu1KcACgkQ5SXWIKfIlGQRsgCeOubJVSO1YOQJpX+vWRli0Qot
RCUAn2gFCu89LuS8XHQ7yEVZDjprIxiq
=vgza
-END PGP SIGNATURE-



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



Bug#515771: debtorrent: a graphical display of the torrent

2009-09-14 Thread Steve Cotton
Attached is a minor update, which makes it look ok in IceWeasel -
the previous one looks different between IceWeasel and IceApe.

My development time is on other projects, so the switch to PNG
images hasn't been written.

The baseline has moved from SVN 411 to SVN 414.

Steve
diff --git a/DebTorrent/BT1/AptListener.py b/DebTorrent/BT1/AptListener.py
index a2c92ea..ed216a4 100644
--- a/DebTorrent/BT1/AptListener.py
+++ b/DebTorrent/BT1/AptListener.py
@@ -25,7 +25,7 @@ from cStringIO import StringIO
 from time import time, gmtime, strftime
 from DebTorrent.clock import clock
 from sha import sha
-from binascii import b2a_hex
+from binascii import b2a_hex, a2b_hex
 from makemetafile import TorrentCreator
 from DebTorrent.HTTPCache import HTTPCache
 import os, logging
@@ -230,11 +230,14 @@ class AptListener:
 self.connection_update(open_conns)
 
 
-def get_infopage(self):
+def get_infopage(self, show_piecemaps):
 """Format the info page to display for normal browsers.
 
 Formats the currently downloading torrents into a table in human-readable
 format to display in a browser window.
+
+@type show_piecemaps: C{string}
+@param show_piecemaps: "svg" to include SVG piecemaps.  "png" may be supported in future
 
 @rtype: (C{int}, C{string}, C{dictionary}, C{string})
 @return: the HTTP status code, status message, headers, and message body
@@ -324,6 +327,26 @@ class AptListener:
 'distributed copies: the number of copies of the complete torrent seen in non-seeding peers\n' \
 '\n')
 
+# Draw the piece maps
+s.write('Piece maps\n')
+if show_piecemaps == 'svg':
+for x in data:
+( name, hash, status, progress, peers, seeds, seedsmsg, dist,
+  uprate, dnrate, upamt, dnamt, httpdnamt, size, t, msg ) = x
+s.write('%s (%s)\n' % (name, b2a_hex(hash)))
+s.write('\n'
+% (b2a_hex(hash), b2a_hex(hash), self.svg_height_piecemap(peers)))
+#TODO use an accurate size for the image
+
+s.write('\n' \
+'blue: You have this piece\n' \
+'purple: A peer has this piece\n' \
+'white: You/Peer does not have this piece, but does have a later piece\n' \
+'grey: You/Peer does not have this piece, and does not have any later piece\n' \
+'\n')
+else:
+s.write('Click here to show')
+
 s.write('\n' \
 '\n')
 return (200, 'OK', {'Server': VERSION, 'Content-Type': 'text/html; charset=iso-8859-1'}, s.getvalue())
@@ -332,6 +355,162 @@ class AptListener:
 return (500, 'Internal Server Error', {'Server': VERSION, 'Content-Type': 'text/html; charset=iso-8859-1'}, 'Server Error')
 
 
+def svg_height_piecemap(self, number_of_peers):
+"""Returns the size (currently only height) of the piecemap image.
+
+This has an inbuild race condition - the actual request to draw the piecemap may come in a separate request.
+
+"""
+#TODO - move the SVG stuff to a separate class, make these class constants
+markwidth=1
+markheight=6
+linepadding=1
+lineheight=markheight + linepadding
+
+# This works round the behaviour of Iceweasel, which stretches these images to be a minimum of 50 pixels hight
+totalheight = lineheight * (number_of_peers+1) + linepadding
+workaroundheight = totalheight
+if (workaroundheight < 50):
+workaroundheight = 50
+
+return workaroundheight
+
+
+def get_piecemap_for_torrent_svg(self, info_hash):
+"""Shows the piecemap (which peers have what) for a given torrent.
+
+The HTTP request should include the appropriate torrent hash ( http://.../piecemap.svg?info_hash=... )
+
+@type info_hash: C{string}
+@param info_hash: the info_hash passed to the HTTP query
+
+@rtype: (C{int}, C{string}, C{dictionary}, C{string})
+@return: the HTTP status code, status message, headers, and message body
+
+"""
+
+try:
+if not self.config['show_infopage']:
+return (404, 'Not Found', {'Server': VERSION, 'Content-Type': 'text/plain', 'Pragma': 'no-cache'}, alas)
+
+if info_hash == None:
+return (400, 'Bad request', {'Server': VERSION, 'Content-Type': 'text/plain', 'Pragma': 'no-cache'}, 'No hash specified in request')
+hash = a2b_hex(info_hash)
+piecelist_list = self.handler.get_piecemap(hash)
+if piecelist_list == None:
+return (404, 'Not Found', {'Server': VERSION, 'Content-Type': 'text/plain', 'Pragma': 'no-cache'}, 'Unknown hash')
+
+s = StringIO()
+   

Bug#395573: Any progress on VisIt packaging?

2009-09-14 Thread Alastair McKinstry

Hi,

Sorry about the delay in responding. I've been busy packaging various  
dependencies

(of other packages, not just visit).

Currently I've two issues:
(1) packaging the SILO library needed by VISIT. See
  ftp://ftp.llnl.gov/pub/visit/3rd_party/silo060605.sh
(2) Visit appears to need VTK 5.0.0c, while 5.2 is in Debian unstable.

I'm working on this now and hope to have it done over the next two  
eeeks.


Regards
Alastair

On 11 Sep 2009, at 22:54, Francesco Poli wrote:


On Wed, 8 Jul 2009 23:09:18 +0200 Francesco Poli wrote:


Hi!

How's the packaging of VisIt going?
Is there any progress?

Have you already packaged (or helped others packaging) the missing
dependencies?

Please let me know.


Again, any news?


--
New location for my website! Update your bookmarks!
http://www.inventati.org/frx
. Francesco Poli .
GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4




Bug#546677: The following packages are RECOMMENDED... OK, but how about the SUGGESTED?

2009-09-14 Thread jidanni
Package: aptitude
Version: 0.5.9rc2-1
Severity: wishlist

I install a package. (Note, I always use the command line, not the
aptitude GUI or whatever).
I see
The following packages are RECOMMENDED but will NOT be installed:

That is nice but why, why, why don't you also mention what is Suggested?

E.g., I install gnuplot-x11. I wonder "where is the documentation for
this thing?"

Well, there it is, mentioned right there in the Suggests:, but aptitude
doesn't mention it to me. All aptitude mentions is Recommends, making me
think that that is all I need to be aware of.

Sure, other packages mention their -doc packages in Recommends, but some
do so, and also mention other packages that one should be aware of, but
no... no mention of them from aptitude.

Sure one can use
# aptitude -o ...Suggests...
but there isn't a configuration variable available to turn listing of
Suggests on. In fact it should be on by default, with a variable
available for those who want to turn it off.



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



Bug#546668: python-brasero: Packaged example script aborts with GLib-ERROR

2009-09-14 Thread Andrew Price
Hi Emilio,

On Tue, Sep 15, 2009 at 01:24:03AM +0200, Emilio Pozuelo Monfort wrote:
> Does
> $ python -c 'import braseromedia; braseromedia.MediumMonitor ()'
> fail?

Yes.

> I dunno what's going wrong... Just two ideas, does it fail with glib from
> experimental,

It does.

> and can you rebuild libbrasero-media with
> DEB_BUILD_OPTIONS=nostrip ? The code in libbrasero-media/ doesn't call
> g_thread_create_full (only g_thread_create) so I'm not sure what's calling it
> and why it fails, maybe with more symbols we could find it out.

OK I built it with nostrip and installed some other -dbg packages. I think
we're looking at around line #4 in this one:

GLib-ERROR **: The thread system is not yet initialized.
aborting...

Program received signal SIGTRAP, Trace/breakpoint trap.
IA__g_logv (log_domain=0xb7bc1986 "GLib", log_level=G_LOG_LEVEL_ERROR, 
format=0xb7bceae8 "The thread system is not yet initialized.", args1=0xbfffe7cc 
"\232")
at /build/buildd/glib2.0-2.21.5/glib/gmessages.c:512
512 /build/buildd/glib2.0-2.21.5/glib/gmessages.c: No such file or 
directory.
in /build/buildd/glib2.0-2.21.5/glib/gmessages.c
(gdb) bt
#0  IA__g_logv (log_domain=0xb7bc1986 "GLib", log_level=G_LOG_LEVEL_ERROR, 
format=0xb7bceae8 "The thread system is not yet initialized.", args1=0xbfffe7cc 
"\232")
at /build/buildd/glib2.0-2.21.5/glib/gmessages.c:512
#1  0xb7b91cb6 in IA__g_log (log_domain=0xb7bc1986 "GLib", 
log_level=G_LOG_LEVEL_ERROR, format=0xb7bceae8 "The thread system is not yet 
initialized.")
at /build/buildd/glib2.0-2.21.5/glib/gmessages.c:526
#2  0xb7bb0972 in g_thread_fail () at 
/build/buildd/glib2.0-2.21.5/glib/gthread.c:591
#3  0xb7bb19ff in IA__g_thread_create_full (func=0xb6d95790 
, data=0x839b460, stack_size=0, joinable=1, 
bound=0, priority=G_THREAD_PRIORITY_NORMAL, 
error=0x0) at /build/buildd/glib2.0-2.21.5/glib/gthread.c:663
#4  0xb6d956cd in brasero_drive_init_real_device (object=0x839b460, prop_id=1, 
value=0xbfffe938, pspec=0x83adef0) at brasero-drive.c:1119
#5  brasero_drive_set_property (object=0x839b460, prop_id=1, value=0xbfffe938, 
pspec=0x83adef0) at brasero-drive.c:1180
#6  0xb7c1dc51 in object_set_property (type=137887520, 
n_construct_properties=1, construct_params=0x834ece8) at 
/build/buildd/glib2.0-2.21.5/gobject/gobject.c:942
#7  g_object_constructor (type=137887520, n_construct_properties=1, 
construct_params=0x834ece8) at 
/build/buildd/glib2.0-2.21.5/gobject/gobject.c:1352
#8  0xb7c1e3d6 in IA__g_object_newv (object_type=137887520, n_parameters=2, 
parameters=0x83b24e8) at /build/buildd/glib2.0-2.21.5/gobject/gobject.c:1215
#9  0xb7c1f002 in IA__g_object_new_valist (object_type=137887520, 
first_property_name=0xb6d9b82a "device", var_args=0xbfffeb64 "")
at /build/buildd/glib2.0-2.21.5/gobject/gobject.c:1319
#10 0xb7c1f14e in IA__g_object_new (object_type=137887520, 
first_property_name=0xb6d9b82a "device") at 
/build/buildd/glib2.0-2.21.5/gobject/gobject.c:1060
#11 0xb6d8a4c6 in brasero_medium_monitor_init (object=0x838b6a0) at 
brasero-medium-monitor.c:664
#12 0xb7c3a535 in IA__g_type_create_instance (type=137744328) at 
/build/buildd/glib2.0-2.21.5/gobject/gtype.c:1674
#13 0xb7c1db65 in g_object_constructor (type=137744328, 
n_construct_properties=0, construct_params=0x0) at 
/build/buildd/glib2.0-2.21.5/gobject/gobject.c:1338
#14 0xb7c1e3d6 in IA__g_object_newv (object_type=137744328, n_parameters=0, 
parameters=0x0) at /build/buildd/glib2.0-2.21.5/gobject/gobject.c:1215
#15 0xb7ab5962 in ?? () from 
/usr/lib/pymodules/python2.5/gtk-2.0/gobject/_gobject.so
#16 0xb7abd918 in ?? () from 
/usr/lib/pymodules/python2.5/gtk-2.0/gobject/_gobject.so
#17 0x080ad691 in type_call (type=0xb7aca970, args=0xb7de402c, kwds=0x0) at 
../Objects/typeobject.c:436
#18 0x0805d4b7 in PyObject_Call (func=0x30, arg=0xb7de402c, kw=0x0) at 
../Objects/abstract.c:1861
#19 0x080ccf75 in do_call (f=0x817d39c, throwflag=0) at ../Python/ceval.c:3823
#20 call_function (f=0x817d39c, throwflag=0) at ../Python/ceval.c:3635
#21 PyEval_EvalFrameEx (f=0x817d39c, throwflag=0) at ../Python/ceval.c:2304
#22 0x080d00c5 in PyEval_EvalCodeEx (co=0xb7dac380, globals=0xb7dfdacc, 
locals=0xb7dfdacc, args=0x0, argcount=0, kws=0x0, kwcount=0, defs=0x0, 
defcount=0, closure=0x0)
at ../Python/ceval.c:2875
#23 0x080d02d7 in PyEval_EvalCode (co=0xb7dac380, globals=0xb7dfdacc, 
locals=0xb7dfdacc) at ../Python/ceval.c:514
#24 0x080ed71f in run_mod (fp=0x816e008, filename=0xb564 
"drive_selection.py", start=257, globals=0xb7dfdacc, locals=0xb7dfdacc, 
closeit=1, flags=0xb308)
at ../Python/pythonrun.c:1273
#25 PyRun_FileExFlags (fp=0x816e008, filename=0xb564 "drive_selection.py", 
start=257, globals=0xb7dfdacc, locals=0xb7dfdacc, closeit=1, flags=0xb308)
at ../Python/pythonrun.c:1259
#26 0x080ed9ea in PyRun_SimpleFileExFlags (fp=0x816e008, filename=0xb564 
"drive_selection.py", closeit=1, flags=0xb308) at ../Python/pythonrun.c:879
#27 0x08059357 in Py_Main (argc=1, arg

Bug#546678: ecryptfs-utils: FTFBS - _FILE_OFFSET_BITS = 64

2009-09-14 Thread Nobuhiro Iwamatsu
Package: ecryptfs-utils
Version: 75-2
Severity: serious
Tags: patch
Justification: FTFBS

Hi,

I am now trying to run Debian on Renesas SH CPU(sh4).
ecryptfs-utils FTBFS on sh4.

When I built in the other architecture(i386), I became the same problem.


libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -g -O2 -MT
libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.lo -MD -MP -MF
.deps/libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.Tpo -c
ecryptfs_key_mod_gpg.c  -fPIC -DPIC -o
.libs/libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.o
In file included from ecryptfs_key_mod_gpg.c:30:
/usr/include/gpgme.h:80:2: error: #error GPGME was compiled with
_FILE_OFFSET_BITS = 64, please see the section "Largefile support (LFS)"
in the GPGME manual.
ecryptfs_key_mod_gpg.c: In function 'tf_gpg_enter':
ecryptfs_key_mod_gpg.c:332: warning: passing argument 1 of
'gpgme_release' from incompatible pointer type
make[4]: *** [libecryptfs_key_mod_gpg_la-ecryptfs_key_mod_gpg.lo] Error
1
make[4]: Leaving directory `/tmp/buildd/ecryptfs-utils-75/src/key_mod'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/tmp/buildd/ecryptfs-utils-75/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/ecryptfs-utils-75'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/ecryptfs-utils-75'
make: *** [build-stamp] Error 2


I made a patch to revise to be able to build.
Would you apply it?

Best regards,
  Nobuhiro

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

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


ecryptfs-utils.patch
Description: application/empty


  1   2   3   4   >