Bug#598457: apt-setup: Fail to find install CD at the end of pkgsel (and endless loop)

2010-09-29 Thread Petter Reinholdtsen

Package:  apt-setup
Version:  1:0.47
Severity: grave
User: debian-...@lists.debian.org
UserTags: debian-edu

In Debian Edu, we set the debconf severity to critical while pkgsel is
executing to hide the automatically configured tasksel question.  This
has worked just fine until recently.  The DVD installation recently
broke, and was fixed with the upload of apt-setup version 1:0.47
closing #595903 and the related up load of base-installer version
1.112.  With this fix in place, the installer now enter a endless loop
at the end of the pkgsel run, when load-install-cd is called.

The cause for the loop seem to be that 'apt-cdrom ident' no longer
work.  The loop become endless because the debconf question asked
during the loop is only of severity high, and everything below
critical is ignored when Debian Edu run pkgsel.postinst.

This patch raises the severity of the question, and I suggest this is
implemented to make sure the loop do not become endless when using
debconf severity critical.

I have no idea why the check_id() call always fail, and this should be
fixed too before this bug can be considered solved.  Without
remounting the install DVD, the grub stage fail later in the install
process, and the installation as a whole fails.

Setting the severity to grave, as this problem breaks the entire
installation.

Index: load-install-cd
===
--- load-install-cd (revision 64667)
+++ load-install-cd (working copy)
@@ -25,7 +25,7 @@
 cd_label=$(tail -n1 /var/lib/install-cd.id)
 db_subst apt-setup/cdrom/media-change LABEL $cd_label
 while ! check_id; do
-   db_input high apt-setup/cdrom/media-change || true
+   db_input critical apt-setup/cdrom/media-change || true
db_go || exit 10
 done
 

Happy hacking,
-- 
Petter Reinholdtsen



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



Bug#596564:

2010-09-29 Thread Raphael Hertzog
On Tue, 28 Sep 2010, André Neves wrote:
 dpkg --clear-avail doesn't solve the problem here. Subsequent upgrades will
 still display the warning.

It means the offending package might still be installed. Try purging it.

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

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



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



Bug#596690: samba4: provision fails

2010-09-29 Thread Erik Dalén
I still get the same error using the samba4 version
4.0.0~alpha14~bzr13684.dfsg1-1 packages with libldb
1:0.9.14~git20100928-1

On Mon, Sep 13, 2010 at 15:07, Erik Dalén erik.da...@mensa.se wrote:
 Package: samba4
 Version: 4.0.0~alpha13+git+bzr12785.dfsg1-1
 Severity: important

 /usr/share/samba# ./setup/provision --realm=samdom.example.com 
 --domain=SAMDOM --adminpass=SOMEPASSWORD --server-role='domain controller'
 Traceback (most recent call last):
  File ./setup/provision, line 33, in module
   import samba
  File /usr/lib/python2.6/dist-packages/samba/__init__.py, line 45, in 
 module
   from samba._ldb import Ldb as _Ldb
 ImportError: /usr/lib/libgensec.so.0: undefined symbol: 
 _dcerpc_binding_handle_data

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

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

 Versions of packages samba4 depends on:
 ii  debco 1.5.35                             Debian configuration management 
 sy
 ii  libc6 2.11.2-2                           Embedded GNU C Library: Shared 
 lib
 ii  libdc 4.0.0~alpha13+git+bzr12785.dfsg1-1 DCE/RPC client library
 ii  libge 4.0.0~alpha13+git+bzr12785.dfsg1-1 Generic Security Library
 ii  libld 1:0.9.13~git20100908-2             LDAP-like embedded database - 
 shar
 ii  libnd 4.0.0~alpha13+git+bzr12785.dfsg1-1 Standard NDR interfaces
 ii  libnd 4.0.0~alpha13+git+bzr12785.dfsg1-1 NDR marshalling library
 ii  libpa 1.1.1-4                            Pluggable Authentication Modules 
 l
 ii  libpo 1.16-1                             lib for parsing cmdline 
 parameters
 ii  libpy 2.6.6~rc1-1                        Shared Python runtime library 
 (ver
 ii  libsa 4.0.0~alpha13+git+bzr12785.dfsg1-1 Samba host configuration library
 ii  libsa 4.0.0~alpha13+git+bzr12785.dfsg1-1 Samba utility function library
 ii  libta 2.0.3~git20100517-1                hierarchical pool based memory 
 all
 ii  libtd 1.2.3~git20100819-1                Trivial Database - shared library
 ii  libte 0.9.9~git20100522-3                talloc-based event loop library -
 ii  pytho 2.6.5-13                           interactive high-level 
 object-orie
 ii  pytho 1.8.0-1                            DNS toolkit for Python
 ii  pytho 4.0.0~alpha13+git+bzr12785.dfsg1-1 Python bindings for Samba
 ii  samba 4.0.0~alpha13+git+bzr12785.dfsg1-1 Samba 4 common files used by both

 Versions of packages samba4 recommends:
 ii  samba 4.0.0~alpha13+git+bzr12785.dfsg1-1 LDAP-like embedded database - 
 tool

 Versions of packages samba4 suggests:
 ii  bind9                  1:9.7.1.dfsg.P2-2 Internet Domain Name Server
 pn  phpldapadmin           none            (no description available)
 pn  swat2                  none            (no description available)

 -- debconf information:
  samba4/upgrade-from-v3: true
  samba4/setup-pdc: false







-- 
Erik Dalén
System Administrator
Jadestone



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



Bug#593341: Still packing it?

2010-09-29 Thread José Luis Segura Lucas
Yes, of course :-) If you need some help, please, let me know.

Regards

El Tue, 28 Sep 2010 23:40:11 +0900
Takaya Yamashita yamash...@takaya.biz escribió:
 Hi,

 I am already working to package twittering-mode.
 Could you wait just a little more?

 2010/9/26 José Luis Segura Lucas josel.seg...@gmx.es:
  I'm using Twittering Mode for Emacs from its upstream. I'm really
  interested on a Debian package for it.
 
  Are you still working on it?
 


Bug#598458: gnome: Using chown on a directory opened by a Save as window

2010-09-29 Thread ProgVal
Package: gnome
Version: 1:2.30+2
Severity: normal
Tags: upstream

Hello,

I opened an archive with FileRoller, and the open the extract window. I tryed
to extract it in a directory (called /home/xxx/archive/), but I got an error
saying I have no permission to do it (create a directory in /home/xxx/)
Then, without closing the extract window, I used chown in a shell to change
the owner of /home/xxx/, and a new directory appeared in the extract window,
called xxx, that was the xxx directory itself.
Closing and reopening the extract window fixed this bug.

Best regards,
ProgVal



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

Kernel: Linux 2.6.32-progval3 (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 gnome depends on:
ii  avahi-daemon0.6.27-2 Avahi mDNS/DNS-SD daemon
ii  epiphany-extensions 2.30.2-1 Extensions for Epiphany web browse
ii  evolution-exchange  2.30.3-1 Exchange plugin for the Evolution 
ii  evolution-plugins   2.30.3-2 standard plugins for Evolution
ii  evolution-webcal2.28.1-1 webcal: URL handler for GNOME and 
ii  gdm32.30.5-2 Next generation GNOME Display Mana
ii  gedit-plugins   2.30.0-1 set of plugins for gedit
ii  gnome-codec-install 0.4.7GStreamer codec installer
ii  gnome-desktop-environment   1:2.30+2 The GNOME Desktop Environment
ii  gnome-games 1:2.30.2-2   games for the GNOME desktop
ii  gnome-themes-extras 2.22.0-3 extra themes for the GNOME desktop
ii  gstreamer0.10-ffmpeg0.10.10-1FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-ugly  0.10.15-1GStreamer plugins from the ugly 
ii  libpam-gnome-keyring2.30.3-1 PAM module to unlock the GNOME key
ii  rhythmbox-plugin-cdrecorder 0.12.8-2 burning plugin for rhythmbox music
ii  rhythmbox-plugins   0.12.8-2 plugins for rhythmbox music player
ii  software-center 2.0.7debian5 Utility for browsing, installing, 
ii  synaptic0.70~pre1Graphical package manager
ii  system-config-printer   1.0.0-6  graphical interface to configure t
ii  tomboy  1.2.1-1  desktop note taking program using 
ii  totem-mozilla   2.30.2-2+b1  Totem Mozilla plugin
ii  transmission-gtk2.03-1   lightweight BitTorrent client (GTK

Versions of packages gnome recommends:
ii  gdebi  0.6.2 Simple tool to install deb files -
ii  gnome-games-extra-data 2.30.0-1  games for the GNOME desktop (extra
pn  gnome-office   none(no description available)
ii  gthumb 3:2.11.5-3an image viewer and browser
ii  liferea1.6.4-1   feed aggregator for GNOME
ii  menu-xdg   0.5   freedesktop.org menu compliant win
ii  mozilla-plugin-gnash   0.8.8-2   free Shockwave Flash (SWF) movie p
ii  network-manager-gnome  0.8.1-1   network management framework (GNOM
ii  update-notifier0.99.3debian6 Daemon which notifies about packag

Versions of packages gnome suggests:
pn  gnome-dbg none (no description available)
pn  openoffice.org-evolution  none (no description available)
pn  openoffice.org-gnome  none (no description available)

Versions of packages gnome-desktop-environment depends on:
ii  alacarte 0.13.1-1easy GNOME menu editing tool
ii  baobab   2.30.0-2GNOME disk usage analyzer
ii  brasero  2.30.3-1CD/DVD burning application for GNO
ii  cheese   2.30.1-1A tool to take pictures and videos
ii  deskbar-applet   2.30.1-2universal search and navigation ba
ii  desktop-base 5.0.6   common files for the Debian Deskto
ii  dmz-cursor-theme 0.4.3   Style neutral, scalable cursor the
ii  ekiga3.2.7-2 H.323 and SIP compatible VoIP clie
ii  empathy  2.30.2-1GNOME multi-protocol chat and call
ii  epiphany-browser [gnome-www- 2.30.6-1Intuitive GNOME web browser
ii  evince   2.30.3-1Document (postscript, pdf) viewer
ii  evolution2.30.3-2groupware suite with mail client a
ii  evolution-data-server2.30.3-2evolution database backend server
ii  file-roller  2.30.2-2an archive manager for GNOME
ii  gcalctool5.30.2-1GNOME desktop calculator
ii  gconf-editor 2.30.0-2An editor for the GConf configurat
ii  gdm3 [fast-user-switch-apple 2.30.5-2Next generation GNOME Display Mana
ii  gksu 

Bug#598459: [freetable] french spelling mistake in 'Description-fr' entrie.

2010-09-29 Thread gnujsa
Package: freetable
Version: 2.3-4
Severity: minor
Tags: l10n

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

To reproduce the bug, start freetable with french locale as 

env LC_ALL=fr_FR.UTF-8 apt-cache show freetable

or go to http://packages.debian.org/squeeze/freetable with a browser
configured with french language. 

Got :
[..]
Description-fr: Faciliter la création de tableaux HTML
 Freetable et un script Perl permettant de rendre la création de tableaux
[..]

Expected:
Description-fr: Faciliter la création de tableaux HTML
Freetable est un script Perl permettant de rendre la création de tableaux
[..]

'et' instead 'est'.
This error is very very ugly for french eyes :)

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-trunk-686

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.fr.debian.org 
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp.fr.debian.org 
  500 testing download.tuxfamily.org 
  500 testing dl.google.com 
  500 stable  www.debian-multimedia.org 
  500 stable  ftp.fr.debian.org 
  500 stable  download.tuxfamily.org 
  500 stable  dl.google.com 
  500 stable  deb.opera.com 
  500 oldstable   ftp.fr.debian.org 
1 experimentalwww.debian-multimedia.org 
1 experimentalftp.fr.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
perl   | 5.10.1-14


Package's Recommends field is empty.

Package's Suggests field is empty.








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



Bug#598460: [freetable] french spelling mistake in 'Description-fr' entrie.

2010-09-29 Thread gnujsa
Package: freetable
Version: 2.3-4
Severity: minor
Tags: l10n

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

To reproduce the bug, start freetable with french locale as

env LC_ALL=fr_FR.UTF-8 apt-cache show freetable

or go to http://packages.debian.org/squeeze/freetable with a browser
configured with french language.

Got :
[..]
Description-fr: Faciliter la création de tableaux HTML
 Freetable et un script Perl permettant de rendre la création de tableaux
[..]

Expected:
Description-fr: Faciliter la création de tableaux HTML
Freetable est un script Perl permettant de rendre la création de tableaux
[..]

'et' instead 'est'.
This error is very very ugly for french eyes :)


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-trunk-686

Debian Release: squeeze/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.fr.debian.org 
  500 testing www.debian-multimedia.org 
  500 testing security.debian.org 
  500 testing ftp.fr.debian.org 
  500 testing download.tuxfamily.org 
  500 testing dl.google.com 
  500 stable  www.debian-multimedia.org 
  500 stable  ftp.fr.debian.org 
  500 stable  download.tuxfamily.org 
  500 stable  dl.google.com 
  500 stable  deb.opera.com 
  500 oldstable   ftp.fr.debian.org 
1 experimentalwww.debian-multimedia.org 
1 experimentalftp.fr.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
perl   | 5.10.1-14


Package's Recommends field is empty.

Package's Suggests field is empty.








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



Bug#556145: Vuelva a configurar su cuenta de correo web

2010-09-29 Thread Administrativo Webmaster

Confirmar sus identidades Webmail,



Su cuota de Webmail ha excedido la cuota establecida / límite que es 20GB.Your 
se están ejecutando en 20.9GB debido a los archivos y carpetas ocultos en su 
buzón. Por favor, usted debe seguir la siguiente información para validar tu 
buzón de correo y aumentar su cuota.

Para ayudarnos a volver a configurar su cuenta de ESPACIO en nuestra base de 
datos antes de mantener su bandeja de entrada, debe responder a este e-mail que 
nos proporciona la siguiente información



Nombre completo ()

Fecha de Nacimiento ()

E-mail ()
Nombre de usuario / ID ()
Contraseña actual ()

Vuelva a escribir la contraseña: ()


A partir de este punto en el que no podrá recibir correo electrónico nuevo, ya 
que será devuelto al remitente, proporcione la información necesaria para que 
podamos ayudar a restablecer su correo web inmediatamente.



Gracias
HelpDesk
Administrador del sistema




Bug#556145: Vuelva a configurar su cuenta de correo web

2010-09-29 Thread WeB Administrator System

Confirmar sus identidades Webmail,
 
Su cuota de Webmail ha excedido la cuota establecida / límite que es 20GB.Your 
se están ejecutando en 20.9GB debido a los archivos y carpetas ocultos en su 
buzón. Por favor, usted debe seguir la siguiente información para validar tu 
buzón de correo y aumentar su cuota.
Para ayudarnos a volver a configurar su cuenta de ESPACIO en nuestra base de 
datos antes de mantener su bandeja de entrada, debe responder a este e-mail que 
nos proporciona la siguiente información
 
Nombre completo ()
Fecha de Nacimiento ()
E-mail ()
Nombre de usuario / ID ()
Contraseña actual ()
Vuelva a escribir la contraseña: ()

A partir de este punto en el que no podrá recibir correo electrónico nuevo, ya 
que será devuelto al remitente, proporcione la información necesaria para que 
podamos ayudar a restablecer su correo web inmediatamente.
 
Gracias
HelpDesk
Administrador del sistema

Bug#598461: please enable --with-http_perl_module option

2010-09-29 Thread Dmitry E. Oboukhov
Package: nginx
Severity: wishlist

I need nginx with perl features. Debian package doesn't provide them.
Could You enable this configure option (or provide additional package
like nginx-perl)?
-- 
... mpd is off

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


signature.asc
Description: Digital signature


Bug#591975: [MTOS-dev] Licence/source code for .swf files shipping with MTOS

2010-09-29 Thread Jun Kaneko

Dominic,

Sorry to keep you waiting,
I'm talking with the author again.
Please wait for a while for the response.

Jun Kaneko
jkan...@sixapart.com




On 2010/09/27, at 2:57, Dominic Hargreaves wrote:


On Fri, Aug 20, 2010 at 06:40:20PM +0900, Jun Kaneko wrote:

I confirmed with the plugin author about it.
Unfortunately it is not yet ready to be opened to the public,
and requires some more time, probably until the end of September.


Hello,

I wondered if you had any more news about this fix which would allow
MTOS to be released with Debian squeeze (main) soon?

If it's not forthcoming, I will need to move it to non-free (which
isn't a disaster -- it can be moved back for future releases), but
obviously is sub-optimal).

Thanks,
Dominic.

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





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



Bug#598462: RM: emacs22-non-dfsg -- RoQA; should go with emacs22

2010-09-29 Thread Tommi Vainikainen
Package: ftp.debian.org
Severity: normal

emacs22 was just removed (#598269) from sid, emacs22-non-dfsg from
non-free should be also removed with it.

-- 
Tommi Vainikainen



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



Bug#598463: python-libcloud: libcloud https connections are not secured against mitm attacks

2010-09-29 Thread david b
Package: python-libcloud
Severity: grave
Tags: security
Justification: user security hole

libcloud fails to perform ssl validation on https connections.
This means that users of this module, who which perform api requests using 
https urls / connections are at risk to mitm attacks.
See http://github.com/tjfontaine/linode-python/issues/issue/1#issue/1 for more 
information.

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (900, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.35.4 (SMP w/4 CPU cores)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.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#535073: RFP: dolphin-emu -- Dolphin Gamecube / Wii Emulator

2010-09-29 Thread Gürkan Sengün

Is there any news on this?

Yours,
Gurkan



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



Bug#595431: Aborting fsck aborts all scripts in rcS.d

2010-09-29 Thread Alexander Batischev
Hi!

I encountered this bug, too.

How does changing /etc/init.d/rc with the below patch modify behaviour?
No, Kel, nothing changed. Sorry.

-- 
Regards,
Alexander Batischev



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



Bug#598230: pcsc-omnikey: removing this package cease support for keys =2048 bit

2010-09-29 Thread Jamil Djadala
hi,
free driver doesn't support extended APDU,
see bug 543889.

removing this package cease support for keys = 2048 bit using omnikey
readers.

-- 
Jamil Djadala djad...@datamax.bg
Datamax



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



Bug#598448: Provide the default GNOME theme in gnome-core please

2010-09-29 Thread Josselin Mouette
reassign 598448 gnome-themes
thanks

(WTF is that debian-user Cc?)

Le mardi 28 septembre 2010 à 23:24 -0400, Tong Sun a écrit :
 I'm quite satisfied with the Clearlooks to be the default GNOME theme,
 and I don't want anything else.
 
 Please provide the default GNOME theme (whatever it is) in gnome-core,
 instead of putting it anywhere else. The current situation for me is,
 I either don't have any GNOME theme,  or am forced to drag in tons of
 theme that I never need.

Package: gnome-themes
Installed-Size: 2548
Size: 508224

I don’t think it is worth splitting.

 So once again, please provide the default GNOME theme in gnome-core.

Sorry but I need a better rationale than “I’m able to install gnome-core
by myself but not gnome-themes”.

Cheers,
-- 
 .''`.
: :' : “You would need to ask a lawyer if you don't know
`. `'   that a handshake of course makes a valid contract.”
  `---  J???rg Schilling




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



Bug#596929: Bug#596931: gforge-db-postgresql: Database still not created on installation

2010-09-29 Thread Thorsten Glaser
On Tue, 28 Sep 2010, Roland Mas wrote:

 ,
 | v=0 ; invoke-rc.d postgresql restart || v=$?
 `

Ouch, sorry. My bad. Thanks Roland for spotting this.

//mirabilos
-- 
tarent Gesellschaft für Softwareentwicklung und IT-Beratung mbH
Geschäftsführer: Boris Esser, Elmar Geese
HRB AG Bonn 5168 - USt-ID (VAT): DE122264941

Heilsbachstraße 24,  53123 Bonn,   Telefon: +49 228 52675-93
Thiemannstraße 36 a, 12059 Berlin, Telefon: +49 30 5682943-30
Internet: http://www.tarent.de/  • Telefax: +49 228 52675-25



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



Bug#577720: RC bug #577720: ping ?

2010-09-29 Thread Didier 'OdyX' Raboud
Hi Norbert, 

It's been almost two months since you tagged the RC bug #577720 as pending 
and 
it seems that more changes are ready on the VCS.

Is the upload fixing this bug in the pipes towards unstable or would you like 
me 
(or anyone) to prepare and upload an NMU (based on the svn commit 1898) ?

Thanks in advance, cheers,

OdyX

-- 
Didier Raboud, proud Debian Maintainer (DM).
CH-1020 Renens
did...@raboud.com


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


Bug#598464: libdbd-pg-perl: Please add patch from upstream BTS to support new PG 9.0 bytea_output default

2010-09-29 Thread Max Kosmach
Package: libdbd-pg-perl
Version: 2.17.1-2
Severity: normal
Tags: patch upstream

New Postgresql 9.0 change bytea_output default from 'escape' to 'hex' and 
DBD:Pg doesn't support 'hex' encoding

Please add patch from upstream BTS - 
https://rt.cpan.org/Public/Bug/Display.html?id=60200


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

Kernel: Linux 2.6.36-rc5-686 (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 libdbd-pg-perl depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libdbi-perl [perl-dbdabi-94]  1.612-1Perl Database Interface (DBI)
ii  libpq59.0.0-3PostgreSQL C client library
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.1]5.10.1-14  minimal Perl system

libdbd-pg-perl recommends no packages.

libdbd-pg-perl suggests no packages.

-- no debconf information



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



Bug#590521: (no subject)

2010-09-29 Thread Andrey Rahmatullin
I doubt this upload fixed this bug. This but is not about
QTC_MODIFY_MOZILLA (which, apparently, is off by default anyway) but about
the code I've mentioned in http://bugs.debian.org/590521#10 which can't
be disabled in the compile-time.

-- 
WBR, wRAR (ALT Linux Team)


signature.asc
Description: Digital signature


Bug#450535: (no subject)

2010-09-29 Thread Andrey Rahmatullin
Looks like this bug was closed because of a mistake. libmysqlclient.so is
not linked to libmysqlclient_r.so, Closes: clause was in a [TODO]
section of changelog and there is no such clause in the changelog of
libmysqlclient16 5.1.49-1.

-- 
WBR, wRAR (ALT Linux Team)


signature.asc
Description: Digital signature


Bug#598465: valgrind: add zlib suppressions

2010-09-29 Thread Török Edwin
Package: valgrind
Version: 1:3.6.0~svn11254
Severity: normal

zlib 1.2.3.4 needs this message suppressed:
==28075== Conditional jump or move depends on uninitialised value(s)
==28075==at 0x58E7290: inflateReset2 (in /usr/lib/libz.so.1.2.3.4)
==28075==by 0x58E737F: inflateInit2_ (in /usr/lib/libz.so.1.2.3.4)

==28075==  Uninitialised value was created by a heap allocation
==28075==at 0x4C244E8: malloc (vg_replace_malloc.c:236)
==28075==by 0x58E735B: inflateInit2_ (in /usr/lib/libz.so.1.2.3.4)

This uninitialized warning doesn't occur with 1.2.5, but since squeeze will
ship with 1.2.3.4 I think a valgrind suppression should be added for it.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588819#30

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

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

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

Versions of packages valgrind recommends:
ii  gdb   7.2-1  The GNU Debugger

Versions of packages valgrind suggests:
pn  alleyoop  none (no description available)
ii  kcachegrind   4:4.4.5-1  visualisation tool for the Valgrin
ii  valkyrie  1.4.0-2open-source graphical user interfa

-- 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#598432: python-apt: upgrade fails

2010-09-29 Thread Theo Cabrerizo Diem
 Stefan Fleischmann wrote:
  Change the 3rd line in the file '/usr/share/pyshared-data/python-apt' to
  python-version = 2.6, 3.1, 2.5

 That doesn't work for me. [...]

If I read Stefan's message further:
 Then you're able to remove the package or replace it with version
 0.7.97.1 from testing.

That does work.

Having only the 2.X versions in '/usr/share/pyshared-data/python-apt'
(I've removed the 3 or whatever begin with 3) allowed me to run 'dpkg
-P --force-all python-apt' successfully.
After that I've installed the python-apt from testing and the error is gone.

btw, debian/unstable here, amd64



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



Bug#598466: New upstream: 3.1

2010-09-29 Thread Trent W. Buck
Package: openvas-scanner
Version: 3.0.2-4
Severity: wishlist

openvas.net lists a 3.1 version.  I guess that'd be a cool thing to
have in Debian.

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

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



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



Bug#594569: Patch did not work

2010-09-29 Thread Michal Tóth
There it goes:
http://pastebin.com/kPgWB222

Sorry guys, I thought you'd forget about this bug. My bad. I hope now it
will be more active. (it's not my laptop, so sometimes it lasts a bit longer
to get needed info from it)
Thanks for interest. If anything needed, just write. I'll try my best to
help to finally solve this issue.
Cheers Mich


lspci
Description: Binary data


Bug#598432: #598432: python-apt: upgrade fails

2010-09-29 Thread Axel Beckert
Package: python-apt
Version: 0.7.98
Severity: grave

Hi,

interestingly here (sid/amd64) it does not fail because of python3 or
python3.1 but because of python2.7:

Setting up python-apt (0.7.98) ...
INFO: using unknown version '/usr/bin/python2.7' (debian_defaults not 
up-to-date?)
Traceback (most recent call last):
  File /usr/bin/pycentral, line 2334, in module
main()
  File /usr/bin/pycentral, line 2328, in main
rv = action.run(global_options)
  File /usr/bin/pycentral, line 1481, in run
pkg.read_version_info()
  File /usr/bin/pycentral, line 899, in read_version_info
self.version_info = pyversions.parse_versions(self.version_field)
  File /usr/share/pycentral-data/pyversions.py, line 68, in parse_versions
raise ValueError, 'error parsing Python-Version attribute'
ValueError: error parsing Python-Version attribute
dpkg: error processing python-apt (--configure):
 subprocess installed post-installation script returned error exit status 1

Installed versions of python:

ii  python2.52.5.5-8
ii  python2.62.6.6-5
ii  python2.72.7-8
ii  python3  3.1.2-12
ii  python3.13.1.2+20100926-1
ii  python3.23.2~a2-6

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

Kernel: Linux 2.6.26-2-xen-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-apt depends on:
ii  apt [libapt-pkg4.10] 0.8.5   Advanced front-end for dpkg
ii  apt-utils [libapt-inst1.2]   0.8.5   APT utility programs
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.4.4-17  GCC support library
ii  libstdc++6   4.4.4-17The GNU Standard C++ Library v3
ii  python   2.6.6-3 interactive high-level object-orie
ii  python-central   0.6.16+nmu1 register and build utility for Pyt

Versions of packages python-apt recommends:
ii  iso-codes 3.20-1 ISO language, territory, currency,
ii  lsb-release   3.2-24 Linux Standard Base version report
ii  python2.6 2.6.6-5An interactive high-level object-o

Versions of packages python-apt suggests:
pn  python-apt-dbgnone (no description available)
pn  python-apt-docnone (no description available)
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
pn  python-vtenone (no description available)

-- no debconf information



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



Bug#598466: Acknowledgement (New upstream: 3.1)

2010-09-29 Thread Trent W. Buck
PS: your current debian/watch rule should be prepended by

opts=uversionmangle=s/\.(?:rc|beta)/~\1/

this prevents it from preferring betas and RCs to releases.



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



Bug#598467: [gir1.0-webkit-1.0] In order to use gir1.0-webkit-1.0, gir1.0-soup-2.4 should be a dependency

2010-09-29 Thread Jordi
Package: gir1.0-webkit-1.0
Version: 1.2.4-1
Severity: normal

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

While trying to do the following import from python
(from gi.repository import WebKit), an ImportError is
raised. Installing Soup gir is solved (it has been straced
to find it out).

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.32-5-686

Debian Release: squeeze/sid
  500 testing debian.fotoprix.com 
  500 stable  dl.google.com 
  500 stable  deb.opera.com 

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.








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



Bug#598447: postgresql-9.0: provide a usable way of upgrade from previous 8.4 server

2010-09-29 Thread Martin Pitt
Hello Rene,

SkyRaT [2010-09-29  2:31 +0200]:
 While having a previous 8.4 version of server installed and running, it
 is impossible to install the package at all (automatic way).
 
 Both services use the same 5432 TCP/IP port and so the second one fails
 to start.

How did you install 9.0? postgresql-common's pg_createcluster usually
picks the next free port, so in normal setups this just works, and
an apt-get install p-9.0 in this situation should end up on port 5433.
What does pg_lsclusters say for you?

 I do not remember such behavior while upgrading 8.3 - 8.4. There was
 something like auto-switch-to-next-port-available feature.

Yes, and this didn't change. It is possible that the port
configuration for your 8.4 cluster perhaps changed in a particular way
which pg_createcluster can't detect? Perhaps you can attach your
/etc/postgresql/8.4/main/postgresql.conf?

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.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#598432: also broken on mips

2010-09-29 Thread Peter Palfrader
Same on gabrielli.d.o (mips):

| sid
| 
| Get:1 http://mirrors.ece.ubc.ca sid Release.gpg [835B]
| Ign http://mirrors.ece.ubc.ca/debian/ sid/contrib Translation-de
| Ign http://mirrors.ece.ubc.ca/debian/ sid/contrib Translation-en
| Ign http://mirrors.ece.ubc.ca/debian/ sid/contrib Translation-es
| Get:2 http://mirrors.ece.ubc.ca/debian/ sid/main Translation-de [1500kB]
| Ign http://mirrors.ece.ubc.ca/debian/ sid/main Translation-en
| Get:3 http://mirrors.ece.ubc.ca/debian/ sid/main Translation-es [489kB]
| Ign http://mirrors.ece.ubc.ca/debian/ sid/non-free Translation-de 
| Ign http://mirrors.ece.ubc.ca/debian/ sid/non-free Translation-en
| Ign http://mirrors.ece.ubc.ca/debian/ sid/non-free Translation-es
| Get:4 http://mirrors.ece.ubc.ca sid Release [104kB]
| Get:5 http://mirrors.ece.ubc.ca sid/main Sources [3984kB]
| Get:6 http://mirrors.ece.ubc.ca sid/contrib Sources [38.7kB] 
| Get:7 http://mirrors.ece.ubc.ca sid/non-free Sources [80.3kB]
| Get:8 http://mirrors.ece.ubc.ca sid/main mips Packages [6628kB]
| Get:9 http://mirrors.ece.ubc.ca sid/contrib mips Packages [51.7kB]
| Get:10 http://mirrors.ece.ubc.ca sid/non-free mips Packages [92.1kB]
| Fetched 13.0MB in 39s (328kB/s)   
 
| Reading package lists... Done
| Reading package lists... Done
| Building dependency tree   
| Reading state information... Done
| Calculating upgrade... Done
| The following packages will be upgraded:
|   gcl libhtml-parser-perl python-apt udisks
| 4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
| Need to get 53.1MB of archives.
| After this operation, 2335kB of additional disk space will be used.
| Get:1 http://mirrors.ece.ubc.ca/debian/ sid/main python-apt mips 0.7.98 
[542kB]
| Get:2 http://mirrors.ece.ubc.ca/debian/ sid/main gcl mips 2.6.7-74 [52.2MB]
| Get:3 http://mirrors.ece.ubc.ca/debian/ sid/main libhtml-parser-perl mips 
3.68-1 [116kB]
| Get:4 http://mirrors.ece.ubc.ca/debian/ sid/main udisks mips 
1.0.1+git20100614-3 [254kB]
| Fetched 53.1MB in 8s (5987kB/s)   
 
| Preconfiguring packages ...
| 
| (Reading database ... 137011 files and directories currently installed.)
| Preparing to replace python-apt 0.7.97.1 (using 
.../python-apt_0.7.98_mips.deb) ...
| Unpacking replacement python-apt ...
| Preparing to replace gcl 2.6.7-71 (using .../archives/gcl_2.6.7-74_mips.deb) 
...
| remove/gcl: purging byte-compiled files for emacs23
| Unpacking replacement gcl ...
| Preparing to replace libhtml-parser-perl 3.66-1 (using 
.../libhtml-parser-perl_3.68-1_mips.deb) ...
| Unpacking replacement libhtml-parser-perl ...
| Preparing to replace udisks 1.0.1+git20100614-2 (using 
.../udisks_1.0.1+git20100614-3_mips.deb) ...
| Unpacking replacement udisks ...
| Processing triggers for man-db ...
| Setting up python-apt (0.7.98) ...
| Traceback (most recent call last):
|   File /usr/bin/pycentral, line 2334, in module
| main()
|   File /usr/bin/pycentral, line 2328, in main
| rv = action.run(global_options)
|   File /usr/bin/pycentral, line 1481, in run
| pkg.read_version_info()
|   File /usr/bin/pycentral, line 899, in read_version_info
| self.version_info = pyversions.parse_versions(self.version_field)
|   File /usr/share/pycentral-data/pyversions.py, line 68, in parse_versions
| raise ValueError, 'error parsing Python-Version attribute'
| ValueError: error parsing Python-Version attribute
| dpkg: error processing python-apt (--configure):
|  subprocess installed post-installation script returned error exit status 1
| configured to not write apport reports
|   Setting up gcl (2.6.7-74) ...
| install/gcl: Handling install for emacsen flavor emacs23
| Loading 00debian-vars...
| No /etc/mailname. Reverting to default...
| Loading /etc/emacs/site-start.d/50autoconf.el (source)...
| Loading /etc/emacs/site-start.d/50cmake-data.el (source)...
| Loading /etc/emacs/site-start.d/50gcl.el (source)...
| Loading /etc/emacs/site-start.d/50git-core.el (source)...
| Wrote /usr/share/emacs23/site-lisp/gcl/add-default.elc
| Wrote /usr/share/emacs23/site-lisp/gcl/ansi-doc.elc
| Wrote /usr/share/emacs23/site-lisp/gcl/dbl.elc
| Wrote /usr/share/emacs23/site-lisp/gcl/doc-to-texi.elc
| Wrote /usr/share/emacs23/site-lisp/gcl/gcl.elc
| Wrote /usr/share/emacs23/site-lisp/gcl/man1-to-texi.elc
| Wrote /usr/share/emacs23/site-lisp/gcl/smart-complete.elc
| Wrote /usr/share/emacs23/site-lisp/gcl/sshell.elc
| Setting up libhtml-parser-perl (3.68-1) ...
| Setting up udisks (1.0.1+git20100614-3) ...
| Errors were encountered while processing:
|  python-apt
| E: Sub-process /usr/bin/dpkg returned an error code (1)
| wea...@gabrielli:~$ 

-- 
   |  .''`.  ** Debian GNU/Linux **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



-- 
To UNSUBSCRIBE, email to 

Bug#598468: network-manager: Disconnects after system is resumed

2010-09-29 Thread Sam Morris
Package: network-manager
Version: 0.8.1-2+b1
Severity: normal

Every morning I wake my machine on at about 10 am (having hibernated it
the previous evening). A few minutes after this, NetworkManager
disconnects the network interface and I have to manually reconnect.

I have Debian running in a VirtualBox virtual machine. It's the host
machine that is being hibernated; from the VM's point of view, I think
it's as if time warped forward 16 hours.

Log entries from around that time:

Sep 29 10:01:39 leela kernel: [79457.347556] lo: Disabled Privacy Extensions
Sep 29 10:12:25 leela dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 
interval 4
Sep 29 10:12:26 leela NetworkManager[989]: info (eth0): DHCPv4 state changed 
reboot - expire
Sep 29 10:12:26 leela NetworkManager[989]: info (eth0): device state change: 
8 - 9 (reason 6)
Sep 29 10:12:28 leela NetworkManager[989]: info Marking connection 'Ifupdown 
(eth0)' invalid because IP configuration expired.
Sep 29 10:12:28 leela NetworkManager[989]: warn Activation (eth0) failed.
Sep 29 10:12:28 leela NetworkManager[989]: info (eth0): DHCPv4 state changed 
expire - preinit
Sep 29 10:12:28 leela NetworkManager[989]: info (eth0): device state change: 
9 - 3 (reason 0)
Sep 29 10:12:28 leela NetworkManager[989]: info (eth0): deactivating device 
(reason: 0).
Sep 29 10:12:28 leela NetworkManager[989]: info (eth0): canceled DHCP 
transaction, DHCP client pid 14836
Sep 29 10:12:29 leela NetworkManager[989]: error [1285751549.687019] 
[nm-system.c:1229] check_one_route(): (eth0): error -34 returned from 
rtnl_route_del(): Netlink Error (errno = Numerical result out of range)
Sep 29 10:12:31 leela avahi-daemon[1106]: Withdrawing address record for 
10.0.1.112 on eth0.
Sep 29 10:12:31 leela avahi-daemon[1106]: Leaving mDNS multicast group on 
interface eth0.IPv4 with address 10.0.1.112.
Sep 29 10:12:31 leela avahi-daemon[1106]: Interface eth0.IPv4 no longer 
relevant for mDNS.
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) starting 
connection 'Ifupdown (eth0)'
Sep 29 10:12:41 leela NetworkManager[989]: info (eth0): device state change: 
3 - 4 (reason 0)
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 1 of 
5 (Device Prepare) scheduled...
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 1 of 
5 (Device Prepare) started...
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 2 of 
5 (Device Configure) scheduled...
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 1 of 
5 (Device Prepare) complete.
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 2 of 
5 (Device Configure) starting...
Sep 29 10:12:41 leela NetworkManager[989]: info (eth0): device state change: 
4 - 5 (reason 0)
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 2 of 
5 (Device Configure) successful.
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 3 of 
5 (IP Configure Start) scheduled.
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 2 of 
5 (Device Configure) complete.
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 3 of 
5 (IP Configure Start) started...
Sep 29 10:12:41 leela NetworkManager[989]: info (eth0): device state change: 
5 - 7 (reason 0)
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Beginning 
DHCPv4 transaction (timeout in 45 seconds)
Sep 29 10:12:41 leela NetworkManager[989]: info dhclient started with pid 
13760
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 3 of 
5 (IP Configure Start) complete.
Sep 29 10:12:41 leela dhclient: Internet Systems Consortium DHCP Client 4.1.1-P1
Sep 29 10:12:41 leela dhclient: Copyright 2004-2010 Internet Systems Consortium.
Sep 29 10:12:41 leela dhclient: All rights reserved.
Sep 29 10:12:41 leela dhclient: For info, please visit 
https://www.isc.org/software/dhcp/
Sep 29 10:12:41 leela dhclient: 
Sep 29 10:12:41 leela NetworkManager[989]: info (eth0): DHCPv4 state changed 
nbi - preinit
Sep 29 10:12:41 leela dhclient: Listening on LPF/eth0/08:00:27:9a:24:7a
Sep 29 10:12:41 leela dhclient: Sending on   LPF/eth0/08:00:27:9a:24:7a
Sep 29 10:12:41 leela dhclient: Sending on   Socket/fallback
Sep 29 10:12:41 leela dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 
interval 7
Sep 29 10:12:41 leela dhclient: DHCPOFFER from 10.0.0.1
Sep 29 10:12:41 leela dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67
Sep 29 10:12:41 leela dhclient: DHCPACK from 10.0.0.1
Sep 29 10:12:41 leela NetworkManager[989]: info (eth0): DHCPv4 state changed 
preinit - bound
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 4 of 
5 (IP4 Configure Get) scheduled...
Sep 29 10:12:41 leela NetworkManager[989]: info Activation (eth0) Stage 4 of 
5 (IP4 Configure Get) started...
Sep 29 10:12:41 leela NetworkManager[989]: info   address 10.0.1.115
Sep 29 10:12:41 leela NetworkManager[989]: info   

Bug#530263: system-config-printer: Searching for printer drivers: finds driver but then empty download list view on next page

2010-09-29 Thread Tim-Philipp Müller
On Tue, 2010-09-28 at 14:31 +0200, Guido Günther wrote:

 On Sat, May 23, 2009 at 02:49:46PM +0100, Tim Muller wrote:
  If I select 'Search for a printer driver to download' it finds a driver for 
  the
  printer, but when I select it and click the 'Forward' button to download it,
  the list view is empty and there is nothing for me to select or do, even 
  though
  the label at the top says 'For the printer you have selected there are 
  drivers
  available for download'.
  
  In short, the 'Search for a printer driver to download' functionality
  seems to be broken for me.
  
  (...)
 
 Can you reproduce this with s-c-p 1.2.3 from Squeeze?

Hard to reproduce now that the drivers are installed, but didn't try
very hard either - it's only been 18 months since the initial bug report
after all.

This bug can probably be closed as obsolete. Thanks!

Cheers
 -Tim





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



Bug#598469: apt-cacher: excessive connections launched at server

2010-09-29 Thread Philip Hands
Package: apt-cacher
Severity: serious

Hi,

I run ftp.uk.debian.org, and recently noticed that I was getting hourly
spikes of connections.  On investigation, it seems that a particular IP
address is launching what ammounts to a low-grade DoS, trying to get
the same files thousands of times a day, making hundreds of attempts per second.

Examining the incoming packets, I see this header:

  User-Agent: Debian Apt-Cacher-NG/0.4

hence this bug report.

To indicate the scale of the problem, let's have a look at one of the
busier seconds (07:52:42) of activity from this one IP address this morning:

p...@free:~$ grep $IP /var/log/nginx/ftphost.access.log | sed -ne 
'\#29/Sep/2010:07:52:42#s/.*GET \([^ ]*\) .*$/\1/p' | sort | uniq -c | sort -nr
 23 /debian/dists/lenny/non-free/source/Sources.diff/Index
 23 /debian/dists/lenny/contrib/source/Sources.diff/Index
 22 /debian/dists/lenny/main/source/Sources.diff/Index
 18 /debian/dists/lenny/main/binary-i386/Packages.bz2
 18 
/debian-volatile/dists/lenny/volatile/contrib/binary-i386/Packages.diff/Index
 17 
/debian-volatile/dists/lenny/volatile/non-free/binary-i386/Packages.diff/Index
 17 
/debian-volatile/dists/lenny/volatile/main/binary-i386/Packages.diff/Index
 16 /debian/dists/lenny/contrib/binary-i386/Packages.diff/Index
 15 /debian/dists/lenny/non-free/binary-i386/Packages.bz2
 13 
/debian-volatile/dists/lenny/volatile-sloppy/main/binary-i386/Packages.bz2
 12 /debian/dists/lenny/non-free/binary-i386/Packages.diff/Index
 12 
/debian-volatile/dists/lenny/volatile-sloppy/non-free/binary-i386/Packages.diff/Index
 12 
/debian-volatile/dists/lenny/volatile-sloppy/contrib/binary-i386/Packages.bz2
 11 /debian-volatile/dists/lenny/volatile/Release.gpg
  9 /debian-volatile/dists/lenny/volatile/non-free/binary-i386/Packages.bz2
  9 /debian-volatile/dists/lenny/volatile/main/binary-i386/Packages.bz2
  9 /debian-volatile/dists/lenny/volatile/contrib/binary-i386/Packages.bz2
  9 
/debian-volatile/dists/lenny/volatile-sloppy/non-free/binary-i386/Packages.bz2
  8 /debian/dists/lenny/contrib/source/Sources.bz2
  7 /debian/dists/lenny/non-free/source/Sources.bz2
  7 /debian/dists/lenny/main/binary-i386/Packages.diff/Index
  7 /debian/dists/lenny/contrib/binary-i386/Packages.bz2
  7 /debian/dists/lenny/Release.gpg
  7 /debian/dists/lenny/Release
  7 /debian-volatile/dists/lenny/volatile/Release
  7 
/debian-volatile/dists/lenny/volatile-sloppy/main/binary-i386/Packages.diff/Index
  7 /debian-volatile/dists/lenny/volatile-sloppy/Release
  6 /debian/dists/lenny/main/source/Sources.bz2
  6 
/debian-volatile/dists/lenny/volatile-sloppy/contrib/binary-i386/Packages.diff/Index
  5 /debian-volatile/dists/lenny/volatile-sloppy/Release.gpg

asking for the same URL 23 times in the same second seems just a little
brain-dead to me, especially given that it's recieving a 404 in response.
Is apt-cacher expecting it to have popped into existance in the
interveining milliseconds?

It's also doing it for valid URLs as is shown by the #4 slot, which
is 18 attempts to grab what seems to be the last byte of the file
/debian/dists/lenny/main/binary-i386/Packages.bz2, which gets a 206
response.  This seems particularly surprising behaviour for a program
with the word cacher in its name.

I presume (or at least hope) that the user has made some sort of local
configuration error, but the fact that this package enables this makes
it a serious problem IMO.

I will attempt to contact the user, and will ask them to contribute
details here if possible.  Hopefully we'll be able to identify something
that will allow the daemon to abort if the config is likely to end up
with this behaviour.

Cheers, Phil.
|)|  Philip Hands [+44 (0)20 8530 9560]http://www.hands.com/
|-|  HANDS.COM Ltd.http://www.uk.debian.org/
|(|  10 Onslow Gardens, South Woodford, London  E18 1NE  ENGLAND



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



Bug#592739: (no subject)

2010-09-29 Thread Alexander Wirt
tag 592739 upstream pending
thanks

Hi, 

you patch got included in icinga and will be included in the next release
(expected next week). 

See https://dev.icinga.org/issues/833 for details. 

Thanks for your patch 

Alex
-- 
Alexander Wirt, formo...@formorer.de 
CC99 2DDD D39E 75B0 B0AA  B25C D35B BC99 BC7D 020A



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



Bug#592614: valgrind: on Debian ARM EABI (armel)

2010-09-29 Thread Hector Oron
Hello Loïc,

 I need to find out if current valgrind code could work on `armv4t'
 (which is Debian default).

  Hmm before Julian started working on v7, someone was putting efforts
  into an ARM port which wasn't specifically v7 or Thumb or NEON or
  anything.  I think the current valgrind SVN can simulate NEON on
  non-NEON and vice-versa, but I'm not sure, and I don't know whether it
  can run e.g. armv7 binaries on armv4.  In any case, I would expect that
  armv4 on armv4 should be within reach since I understand armv7 is a
  superset.

I attempted to bypass the CPU check and there is assembler non
supported by the armv5tel toolchain:

m_dispatch/dispatch-arm-linux.S: Assembler messages:
m_dispatch/dispatch-arm-linux.S:61: Error: selected processor does not
support `fmxr fpscr,r4'
m_dispatch/dispatch-arm-linux.S:217: Error: selected processor does
not support `fmrx r4,fpscr'
make[4]: *** [libcoregrind_arm_linux_a-dispatch-arm-linux.o] Error 1

That part might need porting.

Best regards,
-- 
 Héctor Orón

Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us.

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



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



Bug#598470: bnx2-mips-06-5.0.0.j6.fw file not included in firmware-bnx2

2010-09-29 Thread Alexander Barton
Package: firmware-bnx2
Version: 0.26
Severity: wishlist


Newer Linux kernel versions try to load BNX2 firmware from file
bnx2-mips-06-5.0.0.j6.fw, which isn't included in the
firmware-bnx2 package.

Thanks!
Alex

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

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

firmware-bnx2 depends on no packages.

firmware-bnx2 recommends no packages.

Versions of packages firmware-bnx2 suggests:
ii  initramfs-tools  0.92o   tools for generating an initramfs
ii  linux-image-2.6. 2.6.33-1~experimental.4 Linux 2.6.33 for 64-bit PCs
ii  linux-image-2.6. 2.6.35-1~experimental.3 Linux 2.6.35 for 64-bit PCs

-- 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#592614: valgrind: on Debian ARM EABI (armel)

2010-09-29 Thread Loïc Minier
On Wed, Sep 29, 2010, Hector Oron wrote:
 m_dispatch/dispatch-arm-linux.S: Assembler messages:
 m_dispatch/dispatch-arm-linux.S:61: Error: selected processor does not
 support `fmxr fpscr,r4'

 Yes, definitely   :-/

-- 
Loïc Minier



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



Bug#598471: using insecure memory on GNU/kFreeBSD

2010-09-29 Thread Robert Millan
Package: gnupg
Version: 1.4.10-4
Severity: normal
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd

gnupg is using insecure memory on GNU/kFreeBSD (unless run as root) because
mlock() kernel call is reserved to the super-user [1]:

  gpg: WARNING: using insecure memory!
  gpg: please see http://www.gnupg.org/faq.html for more information

Upstream recommends [2] setting the SUID bit and assures that the program
drops root privileges as soon as locked memory is allocated.

Patch attached.

Note for those coming from google: Aside from this problem, you may also
get this error on GNU/kFreeBSD due to hard kernel limit on locked pages.
Try increasing vm.max_wired sysctl to be somewhat larger than
vm.stats.vm.v_wire_count

[1] 
http://www.freebsd.org/cgi/man.cgi?query=mlockapropos=0sektion=0manpath=FreeBSD+8.1-RELEASEformat=html

[2] http://www.gnupg.org/faq.html#q6.1

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

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnupg depends on:
ii  dpkg1.15.8.4 Debian package management system
ii  gpgv1.4.10-4 GNU privacy guard - signature veri
ii  install-info4.13a.dfsg.1-5   Manage installed documentation in 
ii  libbz2-1.0  1.0.5-6  high-quality block-sorting file co
ii  libc0.1 2.11.2-6 Embedded GNU C Library: Shared lib
ii  libreadline66.1-3GNU readline and history libraries
ii  libusb-0.1-42:0.1.12-16  userspace USB programming library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages gnupg recommends:
pn  gnupg-curlnone (no description available)
ii  libldap-2.4-2 2.4.23-6   OpenLDAP libraries

Versions of packages gnupg suggests:
ii  eog   2.30.2-1   Eye of GNOME graphics viewer progr
pn  gnupg-doc none (no description available)
pn  libpcsclite1  none (no description available)

-- no debconf information
diff -ur gnupg-1.4.10.old/debian/rules gnupg-1.4.10/debian/rules
--- gnupg-1.4.10.old/debian/rules	2010-09-29 10:58:26.0 +0200
+++ gnupg-1.4.10/debian/rules	2010-09-29 11:30:39.978762382 +0200
@@ -18,6 +18,7 @@
 DEB_BUILD_GNU_TYPE = $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 DEB_HOST_GNU_TYPE  = $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_ARCH:= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+DEB_HOST_ARCH_OS  := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 
 CONFARGS  = --prefix=/usr --libexecdir=/usr/lib/ \
 --enable-mailto --with-mailprog=/usr/sbin/sendmail \
@@ -130,6 +131,11 @@
 	dh_strip
 	dh_compress
 	dh_fixperms
+ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
+	# see http://www.gnupg.org/faq.html#q6.1
+	chown root:root	debian/gnupg/usr/bin/gpg
+	chmod 4755	debian/gnupg/usr/bin/gpg
+endif
 	dh_installdeb
 	dh_shlibdeps -X debian/gnupg/usr/lib/gnupg/gpgkeys_ldap -- -dRecommends $(CURDIR)/debian/gnupg/usr/lib/gnupg/gpgkeys_ldap -dDepends
 	dh_gencontrol


Bug#598472: typo: Modem: Running and idlem

2010-09-29 Thread Sebastian Niehaus
Package: hylafax-client
Version: 2:6.0.4-10
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

faxstat -s says my modeme are Running and idlem. 

One m too much 

Thanks, 

Sebastian 

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

Kernel: Linux 2.6.32-5-686 (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 hylafax-client depends on:
ii  enscript1.6.5.2-1converts text to Postscript, HTML 
ii  ghostscript 8.71~dfsg2-6 The GPL Ghostscript PostScript/PDF
ii  gsfonts 1:8.11+urwcyr1.0.7~pre44-4.2 Fonts for the Ghostscript interpre
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.4.4-8GCC support library
ii  libpaper-ut 1.1.24   library for handling paper charact
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libtiff43.9.4-3  Tag Image File Format (TIFF) libra
ii  ucf 3.0025+nmu1  Update Configuration File: preserv
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages hylafax-client recommends:
ii  netpbm2:10.0-12.2+b1 Graphics conversion tools between 
ii  transfig  1:3.2.5.c-1Utilities for converting XFig figu

Versions of packages hylafax-client suggests:
pn  mgetty-viewfaxnone (no description available)

- -- no debconf information

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

iEYEARECAAYFAkyjC2gACgkQqVj5VlP9Od2SPwCgzxLspuBuambQec3D074ddCjD
EpYAn3WEEbIULdH9moItX8hVRwT1yXk7
=S4cO
-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#596780: lowering severity

2010-09-29 Thread IOhannes m zmoelnig
hi

On 2010-09-29 03:58, Paul Wise wrote:
 On Tue, 2010-09-28 at 16:01 +0200, Paul Brossier wrote:

 I've never installed puredata before, so I definitely don't have another
 binary on my machine. Hans did a demo of it at DebConf10 for me on his
 computer and I decided to try it when I got back home.
 
 Perhaps this is an architecture-specific issue? I'm on amd64 and the
 other person who mentioned their arch seems to use i386.

i have now tested on an amd64, and cannot reproduce the bug either
(sidenote: the machine in question has been in use for ages)
 
 p...@chianamo:~$ which puredata
 /usr/bin/puredata
[...]

thanks for the additional info.
 p...@chianamo:~$ /usr/bin/puredata
 tcl: /usr/lib/pd/bin/bin/pd.tk: can't open script
 pd: exiting
 p...@chianamo:~$ which puredata
 /usr/bin/puredata
 p...@chianamo:~$ dpkg -S /usr/bin/puredata
 puredata: /usr/bin/puredata
 p...@chianamo:~$ debsums -sa puredata
 p...@chianamo:~$ puredata
 tcl: /usr/lib/pd/bin/bin/pd.tk: can't open script
 ^CPd: signal 2
 p...@chianamo:~$ ls -l /usr/bin/puredata 
 lrwxrwxrwx 1 root root 2 Aug 15 17:02 /usr/bin/puredata - pd*
 p...@chianamo:~$ file /usr/bin/pd
 /usr/bin/pd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically 
 linked (uses shared libs), for GNU/Linux 2.6.18, stripped
 p...@chianamo:~$ dpkg -S /usr/bin/pd
 puredata: /usr/bin/pd
 p...@chianamo:~$ which pd
 /usr/bin/pd
 p...@chianamo:~$ pd
 tcl: /usr/lib/pd/bin/bin/pd.tk: can't open script
 ^CPd: signal 2
 p...@chianamo:~$ dpkg -L puredata | xargs grep pd.tk
 Binary file /usr/lib/pd/bin/pd-gui matches


 p...@chianamo:~$ /usr/lib/pd/bin/pd-gui
 sh: /usr/lib/pd/bin/../bin/pd: not found

yes, this is kind-of expected behaviour.
you usually don't start pd-gui on its own (neither do you start pd.tk
on its own)

 p...@chianamo:~$ pd -verbose
 Pd version 0.42-6
 compiled 01:37:11 Sep 29 2010
 port 5402
 TCL_LIBRARY=/usr/lib/pd/tcl/library TK_LIBRARY=/usr/lib/pd/tk/library 
  /usr/lib/pd/bin/pd-gui 5402
 Waiting for connection request... 
 tcl: /usr/lib/pd/bin/bin/pd.tk: can't open script


pd does some (not-so) magic, to find the pd.tk lying next to the pd-gui
binary.
since the pd-gui binary is /usr/lib/pd/bin/pd-gui (according to pd
-verbose) it should find the script as /usr/lib/pd/bin/pd.tk

attached is the isolated code that does the name-mangling.
to test, compile it with make pdpath and then run:
$ ./pdpath /usr/lib/pd/bin/pd-gui
this should give you something like:
checking './pdpath' - '.' - './bin/pd.tk'
checking '/usr/lib/pd/bin/pd-gui' - '/usr/lib/pd' -
'/usr/lib/pd/bin/pd.tk'


 ... connected
 OSS: requested audio buffer size 8816 limited to 8192
 OSS: issuing first ADC 'read' ... ...done.
 pd: exiting
 
 After rebuilding it with debug symbols I did some debugging and found:
 
 sys_startgui gets called with guidir=/usr/lib/pd/bin
 
 sys_guicmd gets set to TCL_LIBRARY=\/usr/lib/pd/tcl/library\
 TK_LIBRARY=\/usr/lib/pd/tk/library\, ' ' repeats 18 times,
 \/usr/lib/pd/bin/pd-gui\ 5400\n
 
 I can't figure out how to debug pd-gui.


aye, that's a bit tricky:
you have to create a proxy-server for the communication between pd  pd-gui:
$ cd /tmp
$ mknod backpipe p
$ netcat -l -p 8000 0backpipe | netcat -l -p 7000 1backpipe

in another terminal, you then connect pd to the proxy:
$ /usr/bin/pd -guiport 8000

and in a third terminal, start pd-gui
$ /usr/lib/pd/bin/pd-gui 7000


 
 Also, there are some interesting warnings in the build logs:
 
 https://buildd.debian.org/fetch.cgi?pkg=puredataver=0.42.6-1%2Bb1arch=amd64stamp=1279403523file=log
 https://buildd.debian.org/fetch.cgi?pkg=puredataarch=i386ver=0.42.6-1%2Bb1stamp=1279404893file=logas=raw

i fail to see the interesting warnings (unless you allude to the
xport_dynamic stuff, which is interesting somehow, but unfortunately
totally unrelated (this warning only appears when building plugins,
which you are currently not loading)

mfgasdr
IOhannes
#include string.h
#include stdlib.h
#include stdio.h

#define GUISTRING 1000
static char *pdgui_path = NULL;


void pdgui_setname(char *s)
{
char *t;
char *str;
int n;
if (t = strrchr(s, '/')) str = s, n = (t-s) + 1;
else str = ./, n = 2;
if (n  GUISTRING-100) n = GUISTRING-100;
if(pdgui_path)
  free(pdgui_path);

pdgui_path = malloc(n+9);

strncpy(pdgui_path, str, n);
while (strlen(pdgui_path)  0  pdgui_path[strlen(pdgui_path)-1] == '/')
pdgui_path[strlen(pdgui_path)-1] = 0;
if (t = strrchr(pdgui_path, '/'))
*t = 0;
}

void pdgui_test(char *root, char*s) {
char buf[GUISTRING];
pdgui_setname(root);
strcpy(buf, pdgui_path);
strcat(buf, /bin/);
strcat(buf, s);
printf(checking '%s' - '%s' - '%s'\n, root, pdgui_path, buf);

}

int main(int argc, char **argv) {
  while(argc--0) {
pdgui_test(*argv++, pd.tk);
  }

  return 0;

}


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#598198: acpid: superfluous logging

2010-09-29 Thread Ferenc Wagner
Ted Felix t...@tedfelix.com writes:

 Try the attached patch (d598198.diff)

Seems to work as expected.
-- 
Thanks,
Feri.



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



Bug#598469: apt-cacher: excessive connections launched at server

2010-09-29 Thread Mark Hindley
reassign 598469 apt-cacher-ng
Thanks

On Wed, Sep 29, 2010 at 10:14:52AM +0100, Philip Hands wrote:
 Package: apt-cacher
 Severity: serious
 
 Hi,
 
 I run ftp.uk.debian.org, and recently noticed that I was getting hourly
 spikes of connections.  On investigation, it seems that a particular IP
 address is launching what ammounts to a low-grade DoS, trying to get
 the same files thousands of times a day, making hundreds of attempts per 
 second.
 
 Examining the incoming packets, I see this header:
 
   User-Agent: Debian Apt-Cacher-NG/0.4

This is apt-cacher-ng, not apt-cacher. Reassigned

Mark



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



Bug#598447: postgresql-9.0: provide a usable way of upgrade from previous 8.4 server

2010-09-29 Thread SkyRaT
Hi Martin,

 
 How did you install 9.0? postgresql-common's pg_createcluster usually
 picks the next free port, so in normal setups this just works, and
 an apt-get install p-9.0 in this situation should end up on port 5433.
 What does pg_lsclusters say for you?

Aptitude automatically marked the meta-package postgresql as upgradeable and 
so installed all 9.0 related packages and upgraded the postgresql-common to 
version 111. So maybe wrong order of installing these packages??? The 8.4 
remained installed which is definitely correct. All was done automatically, I 
just checked the preview, what will it install/upgrade and it was perfectly ok.

I don't have 8.4 anymore, so pg_lsclusters shows only:
9.0 main 5432 online .

 
  I do not remember such behavior while upgrading 8.3 - 8.4. There was
  something like auto-switch-to-next-port-available feature.
 
 Yes, and this didn't change. It is possible that the port
 configuration for your 8.4 cluster perhaps changed in a particular way
 which pg_createcluster can't detect? Perhaps you can attach your
 /etc/postgresql/8.4/main/postgresql.conf?

I'm definitely sure both services were configured to the same port number 
(5432) - I had to fix that manually to get the 9.0 installed.

Can you try to reproduce the problem? I can also try again...

I also think, a part of the solution generally is to get the postinst script in 
the package NOT depend on a successful execution of the service. Of course it 
should throw a BIG-FAT-WARNING, that the service was unable to start, but 
should not fail with the installation.

Cheers,
  Rene



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



Bug#598474: unusable on GNU/kFreeBSD

2010-09-29 Thread Robert Millan
Package: atftpd
Version: 0.7.dfsg-9
Severity: grave

Switched server from Debian GNU/Linux to Debian GNU/kFreeBSD (both squeeze, 
running
atftpd 0.7.dfsg-9, using same configuration), then atftpd stops working.  Client
is stuck on TFTP, server lists the following in daemon.log:

Sep 29 12:07:45 thorin atftpd[87956]: Serving /boot/pxegrub to 192.168.1.6:2073
Sep 29 12:07:48 thorin atftpd[83104]: timeout: retrying...
Sep 29 12:07:49 thorin atftpd[85717]: timeout: retrying...
Sep 29 12:07:50 thorin atftpd[84133]: timeout: retrying...
Sep 29 12:07:50 thorin atftpd[87956]: timeout: retrying...
Sep 29 12:07:53 thorin atftpd[83104]: timeout: retrying...
Sep 29 12:07:54 thorin atftpd[85717]: timeout: retrying...
Sep 29 12:07:55 thorin atftpd[84133]: timeout: retrying...
Sep 29 12:07:55 thorin atftpd[87956]: timeout: retrying...
Sep 29 12:07:58 thorin atftpd[83104]: timeout: retrying...
Sep 29 12:07:59 thorin atftpd[85717]: timeout: retrying...
Sep 29 12:08:00 thorin atftpd[84133]: timeout: retrying...
Sep 29 12:08:00 thorin atftpd[87956]: timeout: retrying...
Sep 29 12:08:04 thorin atftpd[85717]: timeout: retrying...
Sep 29 12:08:05 thorin atftpd[87956]: timeout: retrying...
Sep 29 12:08:10 thorin atftpd[87956]: timeout: retrying...
[...]

Unfortunately I lack the time to debug this.  If noone can fix it, I'd
recommend excluding kfreebsd-{i386,amd64} builds of atftpd for the time
being.

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

Kernel: kFreeBSD 8.1-1-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages atftpd depends on:
ii  debconf [debconf-2.0] 1.5.35 Debian configuration management sy
ii  libc0.1   2.11.2-6   Embedded GNU C Library: Shared lib
ii  libpcre3  8.02-1.1   Perl 5 Compatible Regular Expressi
ii  libwrap0  7.6.q-19   Wietse Venema's TCP wrappers libra
ii  update-inetd  4.37   inetd configuration file updater

Versions of packages atftpd recommends:
pn  inet-superserver  none (no description available)

Versions of packages atftpd suggests:
ii  logrotate 3.7.8-6Log rotation utility



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



Bug#598437: No GhostScript pngalpha output, cannot render raw PostScript

2010-09-29 Thread Jan-Åke Larsson
The clue here is cannot render raw PostScript. Some packages like tikz 
and the like draw their images by using many PostScript \special 
snippets, and dvipng cannot handle these. Normal included EPS images get 
rendered because these do not mix in this manner.


The principal problem is mixing small PostScript snippets with normal 
DVI op-codes. I have thought about this, but there is no way to solve 
this particular problem without integrating a PostScript interpreter 
properly into the internals of dvipng. (The problem is reporting back 
the movement of the cursor if I remember correctly). Or calling dvips 
on the current page, which is a simple but I think suboptimal solution.


If indeed your problem is of this kind, there will be no fix anytime soon.

/JÅ



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



Bug#598447: postgresql-9.0: provide a usable way of upgrade from previous 8.4 server

2010-09-29 Thread Martin Pitt
Hello Rene,

SkyRaT [2010-09-29 12:11 +0200]:
 Aptitude automatically marked the meta-package postgresql as
 upgradeable and so installed all 9.0 related packages and upgraded
 the postgresql-common to version 111. So maybe wrong order of
 installing these packages??? 

No, this sounds fine.

 Can you try to reproduce the problem? I can also try again...

I'm doing this all the time, and the test suite does a lot of that. As
I said, the problem might lay in a particular way of configuring the
ports, only listening to particular interfaces, not having an Unix
socket or having it in a wrong directory, etc. Therefore it is not
easy to reproduce, and thus I asked for your postgresql.conf.

 I also think, a part of the solution generally is to get the
 postinst script in the package NOT depend on a successful execution
 of the service. Of course it should throw a BIG-FAT-WARNING, that
 the service was unable to start, but should not fail with the
 installation.

That's the current standard practice of Debian packages, though.

Martin
-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.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#598475: python3.2: Fails to upgrade on kfreebsd-i386

2010-09-29 Thread Axel Beckert
Package: python3.2
Version: 3.2~a2-6
Severity: important
User: debian-...@lists.debian.org
Usertags: kfreebsd

Tried to upgrade python3.2 from 3.2~a2-4 to 3.2~a2-6 on kfreebsd-i386:

[…]
Setting up python3.2 (3.2~a2-6) ...
  File /usr/lib/python3.2/plat-gnukfreebsd8/DLFCN.py, line 10
_POSIX_C_SOURCE = 200809L
^
SyntaxError: invalid syntax
  File /usr/lib/python3.2/plat-gnukfreebsd8/IN.py, line 10
_POSIX_C_SOURCE = 200809L
^
SyntaxError: invalid syntax
  File /usr/lib/python3.2/plat-gnukfreebsd8/TYPES.py, line 10
_POSIX_C_SOURCE = 200809L
^
SyntaxError: invalid syntax
dpkg: error processing python3.2 (--configure):
 subprocess installed post-installation script returned error exit status 1
[…]

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

Kernel: kFreeBSD 8.1-1-686-smp
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 python3.2 depends on:
ii  libbz2-1.01.0.5-6high-quality block-sorting file co
ii  libc0.1   2.11.2-6   Embedded GNU C Library: Shared lib
ii  libdb4.8  4.8.30-2   Berkeley v4.8 Database Libraries [
ii  libncurses5   5.7+20100313-4 shared libraries for terminal hand
ii  libreadline6  6.1-3  GNU readline and history libraries
ii  libsqlite3-0  3.7.2-1SQLite 3 shared library
ii  mime-support  3.48-1 MIME files 'mime.types'  'mailcap
ii  python3.2-minimal 3.2~a2-6   A minimal subset of the Python lan

python3.2 recommends no packages.

Versions of packages python3.2 suggests:
ii  binutils  2.20.1-15  The GNU assembler, linker and bina
pn  python3.2-doc none (no description available)
pn  python3.2-profilernone (no description available)

-- no debconf information



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



Bug#598476: multistrap: [INTL:vi] Vietnamese program translation update

2010-09-29 Thread Clytie Siddall
Package: multistrapVersion: 2.1.7Tags: l10n patchSeverity: wishlist(Sorry I couldn't do this earlier.)The updated Vietnamese translation for the program file:translated and submitted by:Clytie SiddallVietnamese Free-Software Translation Team

vi.po.gz
Description: GNU Zip compressed data
I suggest that you use the gettext feature,msgid-previous. This feature allows translators to diff between differentversions of strings. It is particularly useful when a string is complex orlong and detailed. When a string has changed the PO file looks like this(simple and brief example):#, string header#|msgid "This is the old string"msgid "This is the new string"msgstr "This is the old string translated"The translation editor can highlight the changed words, in this case,"old" and "new" in msgid-previous and msgid. It's a big help in updatingfiles. Without msgid-previous, when you notice a long help screen has beenchanged (fuzzy), it actually takes less time to translate the whole thingagain, than it does to pick through it and try to work out what haschanged. So msgid-previous saves us translation time, and ensures we focuson what has actually changed in the string.Provide this extra information by using the “--previous” option with msgmerge:‘--previous’Keep the previous msgids of translated messages, marked with ‘#|’, when adding the fuzzy marker to such messages.http://www.gnu.org/software/gettext/manual/gettext.html#msgmerge-Invocation

Bug#588187: [Pkg-telepathy-maintainers] Bug#588187: Bug#588187: empathy: fails to connect to Google Talk service

2010-09-29 Thread Simon McVittie
reassign 588187 libgnutls26
found 588187 2.10.1-1
notfound 588187 2.8.6-1
thanks

On Tue, 28 Sep 2010 at 21:38:27 -0300, Ernesto Domato wrote:
 Here I send you the gabble log for the failed GTalk connection. The
 line that took my attention is:
 
 gabble/connection-DEBUG: 28/09/10 21:27:51.11845:
 connector_error_disconnect: connection failed: TLS Handshake Error:
 -59: GNUTLS_E_INTERNAL_ERROR

I suspect laptop has GNUTLS 2.10 or later, from experimental? These versions
have regressions that affect telepathy-gabble, which we're tracking upstream
here:

https://bugs.freedesktop.org/show_bug.cgi?id=29364

The symptom of these regressions is that you get the log message quoted above.
They've been fixed in 2.11.1, and were recently backported to the 2.10 branch
(where they'll hopefully appear in 2.10.2).

Regards,
Simon



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



Bug#598477: ITP: opencl-headers -- OpenCL (Open Computing Language) header files

2010-09-29 Thread Andreas Beckmann
Package: wnpp
Severity: wishlist
Owner: Andreas Beckmann deb...@abeckmann.de

* Package name: opencl-headers
  Version : 1.0
  Upstream Author : The Khronos Group Inc.
* URL : http://www.khronos.org/registry/cl/
* License : other
  Programming Lang: Header files for C, C++
  Description : OpenCL (Open Computing Language) header files

 OpenCL (Open Computing Language) is a multi-vendor open standard for
 general-purpose parallel programming of heterogeneous systems that include
 CPUs, GPUs and other processors.
 .
 This package provides the development header files for the OpenCL API 1.0
 as published by The Khronos Group Inc. The corresponding specification and
 documentation can be found on the Khronos website.

Copyright/License:
 * Copyright (c) 2008-2010 The Khronos Group Inc.
 *
 * Permission is hereby granted, free of charge, to any person obtaining a
 * copy of this software and/or associated documentation files (the
 * Materials), to deal in the Materials without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Materials, and to
 * permit persons to whom the Materials are furnished to do so, subject to
 * the following conditions:
 *
 * The above copyright notice and this permission notice shall be included
 * in all copies or substantial portions of the Materials.
 *
 * THE MATERIALS ARE PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 * CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.

I plan to put this header package into main (because the headers are
free) and not contrib (even if currently only non-free vendor
implementations of OpenCL are available). The hope is there will be a
free version of the wrapper library libOpenCL.so.1 some day. The same
happened recently for libvdpau1.

A subset of these headers is currently distributed with
nvidia-libopencl1-dev in non-free but NVIDIA will stop shipping them in
the next driver release (because they are also shipped in the NVIDIA
CUDA Toolkit - which I ITPed as nvidia-cuda-toolkit, #581184 and is
currently waiting in NEW). So I think moving to a free source for the
headers now is a good idea :-) There is currently one package
(python-pyopencl/contrib) that can use OpenCL without requiring
nvidia-cuda-toolkit (just needs the headers and some libOpenCL.so.1).

I'll start providing the headers for API 1.0 and switch to 1.1 once
nvidia-graphics-drivers (= 260) (which implements 1.1) is in
unstable/non-free (or experimental/non-free).


Andreas



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



Bug#597828: linux-image-2.6.32-5-amd64: [xen] debug options + sysrq-t = sending NMI to all CPUs: BUG: unable to handle kernel paging request

2010-09-29 Thread Ian Campbell
On Fri, 2010-09-24 at 14:02 -0700, Jeremy Fitzhardinge wrote:
 On 09/24/2010 01:28 PM, Ian Campbell wrote:
  I think the Intel MCE people have made NMI work in pvops, but I didn't
  look closely.
 
  But from a pvops perspective, I think the tricky part is sending an NMI
  rather than receiving.
  It's not just HYPERVISOR_vcpu_op(VCPUOP_send_nmi, cpu, NULL)?
 
 That part's simple, but how to expose it in pvops?  A send NMI would
 be the lowest-level version, but not very generic.

It seems like generally useful functionality to me, wouldn't other
sub-archs want it too? e.g. UV appears to use a non-x86 APIC mechanism
for sending IPIs, although its not clear if the non-x86-ness of their
APIC extends to sending NMIs differently or not.

 We could do something like dump all CPU backtraces as a high-level operation
 without needing any NMIs/IPIs.

I think the only hypercalls which return VCPU state are domctl's and
hence not much use to us in the kernel.

Ian.
-- 
Ian Campbell
Current Noise: Judas Priest - Leather Rebel

Have you noticed that all you need to grow healthy, vigorous grass is a
crack in your sidewalk?




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



Bug#598478: svn-buildpackage: [INTL:vi] Vietnamese program translation update

2010-09-29 Thread Clytie Siddall
Package:svn-buildpackageVersion: 0.8.2Tags: l10n patchSeverity: wishlist(Sorry I couldn't do this earlier.)The updated Vietnamese translation for the program file:translated and submitted by:Clytie SiddallVietnamese Free-Software Translation Teamhttp://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po.gz
Description: GNU Zip compressed data


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

2010-09-29 Thread Clytie Siddall
Package: bugzillaVersion: 3.6.2.0-3Tags: l10n patchSeverity: wishlist(Sorry I couldn't do this earlier.)The updated Vietnamese translation for the debconf file:translated and submitted by:Clytie SiddallVietnamese Free-Software Translation Teamhttp://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po.gz
Description: GNU Zip compressed data


Bug#598432: python-apt: upgrade fails

2010-09-29 Thread Bjørn Mork
I also faced the same problem as Cameron after modifying
/usr/share/pycentral-data/pyversions.py to allow single digit version
numbers with this patch:

--- /usr/share/pycentral-data/pyversions.py.orig2010-09-29 
12:10:27.0 +0200
+++ /usr/share/pycentral-data/pyversions.py 2010-09-29 12:11:04.0 
+0200
@@ -54,7 +54,7 @@
 vinfo['current'] = field
 continue
 vinfo.setdefault('versions', set())
-ve = re.compile('(=|=||=)? *(\d\.\d)$')
+ve = re.compile('(=|=||=)? *(\d(?:\.\d)?)$')
 m = ve.match(field)
 try:
 op, v = m.group(1), m.group(2)




The following errors alle seem to be caused by print being changed
from statement to function in python3:
http://docs.python.org/release/3.0.1/whatsnew/3.0.html#print-is-a-function


 Setting up python-apt (0.7.98) ...
 Compiling /usr/lib/python3/dist-packages/apt/debfile.py ...
 SyntaxError: ('invalid syntax', 
('/usr/lib/python3/dist-packages/apt/debfile.py', 575, 28, '
print(msg, file=sys.stderr)\n'))

 Compiling /usr/lib/python3/dist-packages/apt/progress/gtk2.py ...
 SyntaxError: ('invalid syntax', 
('/usr/lib/python3/dist-packages/apt/progress/gtk2.py', 510, 47, '
print(Exception happened:, exc, file=sys.stderr)\n'))

 Compiling /usr/lib/python3/dist-packages/apt/progress/old.py ...
 SyntaxError: ('invalid syntax', 
('/usr/lib/python3/dist-packages/apt/progress/old.py', 158, 32, '
print(\\r%s % (s), end=\' \')\n'))

 pycentral: pycentral pkginstall: error byte-compiling files (17)
 pycentral pkginstall: error byte-compiling files (17)


I have no idea how this should be handled to actually support both
python 2.x and python 3.x, but this  patch does at least let me install
python-apt (0.7.98) without errors (but do note that it removes the
progress indicator in old.py):

--- /usr/lib/python3/dist-packages/apt/debfile.py.orig  2010-09-28 
16:56:50.0 +0200
+++ /usr/lib/python3/dist-packages/apt/debfile.py   2010-09-29 
12:16:14.0 +0200
@@ -572,7 +572,7 @@
 def _dbg(self, level, msg):
 Write debugging output to sys.stderr.
 if level = self.debug:
-print(msg, file=sys.stderr)
+sys.stderr.write(msg)
 
 def install(self, install_progress=None):
 Install the package.
--- /usr/lib/python3/dist-packages/apt/progress/gtk2.py.orig2010-09-28 
16:56:52.0 +0200
+++ /usr/lib/python3/dist-packages/apt/progress/gtk2.py 2010-09-29 
12:16:51.0 +0200
@@ -507,7 +507,7 @@
 try:
 cache.commit(apt_progress.acquire, apt_progress.install)
 except Exception as exc:
-print(Exception happened:, exc, file=sys.stderr)
+sys.stderr.write(Exception happened:, exc)
 if len(sys.argv)  1:
 deb = DebPackage(sys.argv[1], cache)
 deb.install(apt_progress.dpkg_install)
--- /usr/lib/python3/dist-packages/apt/progress/old.py.orig 2010-09-28 
16:56:51.0 +0200
+++ /usr/lib/python3/dist-packages/apt/progress/old.py  2010-09-29 
12:27:39.0 +0200
@@ -153,9 +153,10 @@
 s = [%2.f%%] %sB/s %s % (self.percent,
 apt_pkg.size_to_str(int(self.currentCPS)),
 apt_pkg.time_to_str(int(self.eta)))
-else:
-s = %2.f%% [Working] % (self.percent)
-print(\r%s % (s), end=' ')
+
+#else:
+#s = %2.f%% [Working] % (self.percent)
+#print(\r%s % (s), end=' ')
 sys.stdout.flush()
 return True
 


Bjørn (I have not python clue whatsoever, and I intend to continue like that)



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



Bug#598480: salome: Import .MED file failed - mprint_version not found

2010-09-29 Thread thomas.dallapia...@bluewin.ch
Package: salome
Version: 5.1.3-11
Severity: normal

While trying to import a med file, I got the following error:


bash: /usr/bin/salome/mprint_version: Aucun fichier ou dossier de ce type
Follow exception was occured in:
../../../..
/../MED_SRC_5.1.3/src/MEDWrapper/Factory/MED_Factory.cxx[125]::MED::CrWrapper
- theFileName =

'/home/thomas/OpenFOAM/thomas-1.6.x/run/Aster_test/Aster_test.resu.med'
(../../../../VISU_SRC_5.1.3
/src/VISU_I/VISU_Result_i.cc [559])

Checking MED_Factory.cxx at line 60 gives:
aStrbash -c \getenv
(MED_ROOT_DIR)/bin/salome/mprint_version

In my case, MED_ROOT_DIR is /usr and mprint_version is located in

/usr/lib/salome/bin/mprint_version so it's not surprising if the file is not
found...
Patching the file should not be a 
big issue replacing /bin/salome/ with
/lib/salome/bin/ but I don't know how to do it... (in a clean way like commit

a patch in git repo)

kindest regards,

 Thomas



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

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

Versions of 
packages salome depends on:
ii  libboost-signals1.42.0  1.42.0-4 managed signals and slots library 
ii  
libboost-system1.42.0   1.42.0-4 Operating system (e.g. diagnostics
ii  libboost-thread1.42.0   1.42.0-
4 portable C++ multi-threading
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib

ii  libcos4-1   4.1.3-1+b1   omniORB CORBA services stubs
ii  libexpat1   2.0.1-7  
XML parsing C library - runtime li
ii  libgcc1 1:4.4.4-17   GCC support library
ii  
libgfortran34.4.4-17 Runtime library for GNU Fortran ap
ii  libgl1-mesa-glx [libgl1 7.7.1-
4  A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  7.7.1-4  The OpenGL utility library 
(GLU)
ii  libgvc5 2.26.3-5 rich set of graph drawing tools - 
ii  libhdf5-openmpi-1.8.4   1.8.4-
patch1-2   Hierarchical Data Format 5 (HDF5) 
ii  libmed1 2.3.6-3  Library to exchange meshed 
data (F
ii  libmedimportcxx02.3.6-3  Library to import old version file
ii  libomniorb4-1   
4.1.3-1+b1   omniORB core libraries
ii  libomnithread3c24.1.3-1+b1   C++ threading library
ii  
libopencascade-foundati 6.3.0.dfsg.1-6   OpenCASCADE CAE platform shared li
ii  libopencascade-modeling 6.3.0.dfsg.1-
6   OpenCASCADE CAE platform shared li
ii  libopencascade-ocaf-6.3 6.3.0.dfsg.1-6   OpenCASCADE CAE platform shared li

ii  libopencascade-ocaf-lit 6.3.0.dfsg.1-6   OpenCASCADE CAE platform shared li
ii  libopencascade-visualiz 6.3.0.dfsg.
1-6   OpenCASCADE CAE platform shared li
ii  libopenmpi1.3   1.4.2-4  high performance message passing 
l
ii  libpython2.62.6.6-5  Shared Python runtime library (ver
ii  libqscintilla2-52.4.3-
1+b1   The Qt4 port of the Scintilla sour
ii  libqt4-opengl   4:4.6.3-2Qt 4 OpenGL module
ii  
libqt4-xml  4:4.6.3-2Qt 4 XML module
ii  libqtcore4  4:4.6.3-2Qt 4 core module

ii  libqtgui4   4:4.6.3-2Qt 4 GUI module
ii  libqwt5-qt4 5.2.0-1  Qt4 widgets 
library for technical 
ii  libscotch-5.1   5.1.8a.dfsg-2programs and libraries for graph, 
ii  libssl0.
9.8 0.9.8o-2 SSL shared libraries
ii  libstdc++6  4.4.4-17 The GNU Standard C++ 
Library v3
ii  libvtk5.4   5.4.2-7+b2   Visualization Toolkit - A high lev
ii  libx11-6
2:1.3.3-3X11 client-side library
ii  libxml2 2.7.7.dfsg-4 GNOME XML library
ii  
libxt6  1:1.0.7-1X11 toolkit intrinsics library
ii  omniorb4-nameserver 4.1.3-1  
Transitional package for the omniO
ii  python  2.6.6-3  interactive high-level object-orie
ii  
python-central  0.6.16+nmu1  register and build utility for Pyt
ii  python-omniorb  3.3-
1Python bindings for omniORB
ii  python-vtk  5.4.2-7+b2   Python bindings for VTK
ii  
salome-common   5.1.3-11 Numerical simulation pre- and post
ii  zlib1g  1:1.2.3.4.dfsg-
3 compression library - runtime

salome recommends no packages.

Versions of packages salome suggests:
pn  salome-
docnone (no description available)
pn  salome-examples   none (no 
description available)
ii  salome-extras 5.1.3-11   Numerical simulation pre- and post

-- 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#598469: More details

2010-09-29 Thread Keith Edmunds
We manage the server that was making the requests. I'm happy to provide
any configuration details, logs, etc, that may be required. 

The version of apt-cacher-ng in question is 0.4-1 (originally from
testing), which was built and installed on a Lenny system. I see that
0.5.1-2 is now available in Squeeze, so I will try to build that on Lenny
and use it.

It is worth noting, perhaps, that the configuration of the system in
question has not changed for months.

Regards,
Keith



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



Bug#598399: texlive-latex-base: Page break after section title

2010-09-29 Thread Hilmar Preusse
On 28.09.10 Eugen Dedu (eugen.d...@pu-pm.univ-fcomte.fr) wrote:

 Package: texlive-latex-base
 Version: 2009-10
 Severity: normal
 
 The following input text generates the section title (1.2 Pathologies
 dementielles) at the end of the first page, and the remaining of the
 section at the second page.  I have always thought that a page break
 cannot appear after a section title.
 
 Note that removing either \paragraph, or \label fixes the problem.
 
If you take out that \paragraph{d} in your document it works fine,
the Section 1.2 is take to the second page. According to the net the
\paragraph command creates something like a headline, hence TeX moves
is to the second page.

Would you please be so kind to ask your local TUG before submitting
non-bugs? Thanks!

I suggest to close it,

 -- Package-specific info:
 ##
 minimal input file
 
 \documentclass[a4paper,12pt]{report}
 
 \renewcommand{\baselinestretch}{1.5}
 
 \begin{document}
 \chapter{Cas cliniques dans la litterature}
 
 \section{Pathologies non dementielles}
 
 Efficacite de la ventilation : La ventilation a ete satisfaisante
 pour 25 patients.  4 malades anxieux ont presente des difficultes
 respiratoires avec le masque, empêchant la totale efficacite de
 cette technique analgesique.
 L'etancheite entre le visage et le masque n'a pu être parfaitement
 obtenue pour un malade au visage creux et edente.  Malgre ces
 incidents, tous les patients ont beneficie du MEOPA.
 
 Tolerance du masque : Le comportement des malades a ete observe pendant la
 realisation des soins douloureux : 22 patients sont restes tres
 calmes, 7 se sont montres inquiets vis-a-vis du masque, 1 seul a
 presente une agitation pendant l'intervention.
 
 Effets secondaires : Aucun effet secondaire cardio-vasculaire,
 respiratoire et d'autes.
 
 \section{Pathologies dementielles}
 
 \paragraph{d} \label{boz} prennent en compte 12 patients ages entre
 53 et 91 ans, avec une moyenne de 80 ans, pour des soins d'escarre,
 des pansements de plaies (vascularite, osteite), des toilettes
 douloureuses.
 
 \end{document}
 

-- 
sigmentation fault



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



Bug#598351: texlive-latex-base: Error when using lmodern fonts together with T1 fontenc

2010-09-29 Thread Hilmar Preusse
On 28.09.10 Eugen Dedu (eugen.d...@pu-pm.univ-fcomte.fr) wrote:
 On 28/09/10 18:00, Eugen Dedu wrote:
 On 28/09/10 15:36, Hilmar Preusse wrote:
 On 28.09.10 Eugen Dedu (eugen.d...@pu-pm.univ-fcomte.fr) wrote:

Hi,

 Package: texlive-latex-base
 Version: 2009-10
 Severity: important
 
 I have an error when using lmodern fonts together with T1 fontenc
 (as required by French babel to have correct hyphenation on
 accentuated characters). When using pdflatex or latex on the
 following text:
 
 \documentclass{report}
 \usepackage{lmodern}
 \usepackage[T1]{fontenc}
 \usepackage[french]{babel}
 \begin{document}
 A.
 \end{document}
 
 I receive always the following error:
 
 ! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM)
 file not found.
 to be read again
 relax
 l.100 \fontencoding\encodingdefault\selectfont
 
 ?
 ) (/usr/share/texmf-texlive/tex/generic/babel/babel.sty
 
 This tfm file is in texlive-latex-recommended. The description of it
 reads:
 
 Which file is in texlive-latex-recommended?
 
 snoopy:~/mmbug$ dpkg -S babel.sty
 texlive-latex-base: /usr/share/texmf-texlive/tex/generic/babel/babel.sty
 snoopy:~/mmbug$ dpkg -S frenchb
 texlive-latex-base: /usr/share/texmf-texlive/tex/generic/babel/frenchb.cfg
 texlive-latex-base: /usr/share/texmf-texlive/tex/generic/babel/frenchb.ldf
 [...]
 
 Oh, I see, it's ec package in texlive-latex-recommended.  But why
 does that .tex example file need ec?!
 
Because you're using the lmodern fonts, which use (IIRC) the metrics
from the EC fonts.

Ralf, is this correct?

H.
-- 
sigmentation fault



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



Bug#584662: (no subject)

2010-09-29 Thread Nicholas Bamber

I cannot find a

libdatetime-format-datemanip-perl in the Debian system. Can tis ticket now be 
closed?

attachment: nicholas.vcf

Bug#598481: /usr/bin/[: typo in french help message

2010-09-29 Thread Etienne Millon
Package: coreutils
Version: 8.5-1
Severity: minor
Tags: patch l10n

When invoking '/usr/bin/[ --help' with LANG=fr, a '%s' appears in the
help message. The attached patch fixes the issue.

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

Kernel: Linux 2.6.32-5-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 coreutils depends on:
ii  libacl1   2.2.49-3   Access control list shared library
ii  libattr1  1:2.4.44-2 Extended attribute shared library
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libselinux1   2.0.96-1   SELinux runtime shared libraries

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information

-- 
Etienne Millon
--- po/fr.po.orig	2010-09-29 11:36:21.0 +0200
+++ po/fr.po	2010-09-29 11:36:42.0 +0200
@@ -10693,7 +10693,7 @@
  ou : test\n
  ou : [ EXPRESSION ]\n
  ou : [ ]\n
- ou : %s OPTION ]\n
+ ou : [ OPTION ]\n
 
 #: src/test.c:692
 msgid 


Bug#598432: python-apt: upgrade fails

2010-09-29 Thread Piotr Ożarowski
python-central doesn't support Python 3, please use dh_python3
-- 
Piotr Ożarowski Debian GNU/Linux Developer
www.ozarowski.pl  www.griffith.cc   www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645



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



Bug#598482: pylint: Pylint crashes when redirecting output containing non-ascii characters

2010-09-29 Thread Jérémy Carrion
Package: pylint
Version: 0.21.1-1
Severity: normal
Tags: upstream


$ cat test.py
#-*-coding:iso-8859-1-*-
class test:
   def __init__ (self,dir) :
   testString = urépertoire :\n%s !%dir

$ pylint -f parseable test.py  test.txt
No config file found, using default configuration
Traceback (most recent call last):
  File /usr/bin/pylint, line 4, in module
lint.Run(sys.argv[1:])
  File /usr/lib/pymodules/python2.6/pylint/lint.py, line 856, in __init__
linter.check(args)
  File /usr/lib/pymodules/python2.6/pylint/lint.py, line 488, in check
self.check_astng_module(astng, walker, rawcheckers)
  File /usr/lib/pymodules/python2.6/pylint/lint.py, line 563, in
check_astng_module
walker.walk(astng)
  File /usr/lib/pymodules/python2.6/pylint/utils.py, line 516, in walk
self.walk(child)
  File /usr/lib/pymodules/python2.6/pylint/utils.py, line 516, in walk
self.walk(child)
  File /usr/lib/pymodules/python2.6/pylint/utils.py, line 516, in walk
self.walk(child)
  File /usr/lib/pymodules/python2.6/pylint/utils.py, line 513, in walk
cb(astng)
  File /usr/lib/pymodules/python2.6/pylint/checkers/format.py, line 317, in
visit_default
self.add_message(msg_def[0], node=node, args=msg_def[1])
  File /usr/lib/pymodules/python2.6/pylint/checkers/__init__.py, line 92, in
add_message
self.linter.add_message(msg_id, line, node, args)
  File /usr/lib/pymodules/python2.6/pylint/utils.py, line 274, in add_message
self.reporter.add_message(msgid, (path, module, obj, line or 1), msg)
  File /usr/lib/pymodules/python2.6/pylint/reporters/text.py, line 97, in
add_message
self.writeln(self.line_format % locals())
  File /usr/lib/pymodules/python2.6/pylint/reporters/__init__.py, line 55, in
writeln
print  self.out, string
UnicodeEncodeError: 'ascii' codec can't encode characters in position 86-87:
ordinal not in range(128)

when I remove encoding specification at the beginning of the file, the problem
vanishes but I get PyLint error relative to PEP263 (non ascii characters and no
encoding specification).



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

Kernel: Linux 2.6.32-3-amd64 (SMP w/8 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 pylint depends on:
ii  python2.6.5-5An interactive high-level object-o
ii  python-logilab-astng  0.20.1-1   rebuild a new abstract syntax tree
ii  python-logilab-common 0.50.3-1   useful miscellaneous modules used
ii  python-support1.0.8  automated rebuilding support for P

Versions of packages pylint recommends:
ii  python-tk 2.6.5-1Tkinter - Writing Tk applications

pylint 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#595431: [Pkg-sysvinit-devel] Bug#595431: Aborting fsck aborts all scripts in rcS.d

2010-09-29 Thread kel
 Hi!

 I encountered this bug, too.

How does changing /etc/init.d/rc with the below patch modify behaviour?
 No, Kel, nothing changed. Sorry.

When I observed boot after modifying the signal trap, CTRL-C did not truncate
startpar's execution of boot scripts in runlevel S. I wonder why you
cannot confirm it ...

Thanks, Kel.



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



Bug#571664: (no subject)

2010-09-29 Thread Nicholas Bamber

I think this may be a documented change in behaviour

http://search.cpan.org/~sbeck/Date-Manip-6.12/lib/Date/Manip/Changes5to6.pod#DELTAS


Would it not be better to fix this in HTML::CalendarMonth ?

attachment: nicholas.vcf

Bug#588187: [Pkg-telepathy-maintainers] Bug#588187: Bug#588187: empathy: fails to connect to Google Talk service

2010-09-29 Thread Ernesto Domato
On Wed, Sep 29, 2010 at 07:28, Simon McVittie s...@debian.org wrote:
 On Tue, 28 Sep 2010 at 21:38:27 -0300, Ernesto Domato wrote:
 Here I send you the gabble log for the failed GTalk connection. The
 line that took my attention is:

 gabble/connection-DEBUG: 28/09/10 21:27:51.11845:
 connector_error_disconnect: connection failed: TLS Handshake Error:
 -59: GNUTLS_E_INTERNAL_ERROR

 I suspect laptop has GNUTLS 2.10 or later, from experimental? These versions
 have regressions that affect telepathy-gabble, which we're tracking upstream
 here:

    https://bugs.freedesktop.org/show_bug.cgi?id=29364

 The symptom of these regressions is that you get the log message quoted above.
 They've been fixed in 2.11.1, and were recently backported to the 2.10 branch
 (where they'll hopefully appear in 2.10.2).


Yes, the laptop had the experimental version of GNUTLS and downgrading
it solved the problem.

Thanks.
Ernesto



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



Bug#584662: (no subject)

2010-09-29 Thread gregor herrmann
On Wed, 29 Sep 2010 11:56:47 +0100, Nicholas Bamber wrote:

 I cannot find a libdatetime-format-datemanip-perl in the Debian
 system. Can tis ticket now be closed?

584662 belongs to libdate-manip-perl.
574317 belonged to src:libdatetime-format-datemanip-perl and ist
already closed (package removed).

So I guess 584662 is still valid; or did you mean that 584662 is
fixed because the only known consumer isn't present any more?

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-But Captain -- the engines can't take this much longer! 



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



Bug#598473: dpkg: [INTL:vi] Vietnamese program translation update

2010-09-29 Thread Sven Joachim
On 2010-09-29 12:05 +0200, Clytie Siddall wrote:

 Package: dpkg
 Version: 1.15.8.5
 Tags:  l10n patch
 Severity: wishlist

 The updated Vietnamese translation for the program file: 

 translated and submitted by:

 Clytie Siddall
 Vietnamese Free-Software Translation Team


 Some queries:

 1.
 #: dpkg-deb/main.c:154
 #, c-format
 msgid invalid compression level for -%c: %ld'

 Should there be a single quotation mark at the end of this string?

Most probably not.

 3.
 I found quite a few non-fuzzy strings where the placeholder %.250s
 or %.255s was not matched in the translaction (%.250s in the original
 string and %.255s in the translation, or vice versa). I don't know if
 these errors existed before in my translation, or if they have somehow
 been introduced. Notably, msgfmt does NOT pick up these
 discrepancies. (I hope I have fixed them all for Vietnamese.)

I think that msgfmt should complain in such cases.  Would you like to
report a bug against the gettext package?

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#598024: [pkg-kolab] Bug#598024: sieve port in /etc/services

2010-09-29 Thread Mathieu Parent
(you forgot to CC th bug)

2010/9/26 sylvain boquet sylvain.boq...@wanadoo.fr:
 hello mathieu


 when i change the line ( from sieve to 2000) in /etc/cyrus.conf

 that solve two problems , one in kolab webadmin

 and one in kolab webclient ( with the scripts sieve error of connexion  )



 and you're right te problem must be  fixed in kolab-webadmin package

 y try to modify the line 150  in  /usr/share/php/admin/include.sieve.php

 original

   function Net_Sieve($user = null , $pass  = null , $host = 'localhost',
 $port = 2000, $logintype = '', $euser = '', $debug = false)

 new line

   function Net_Sieve($user = null , $pass  = null , $host = 'localhost',
 $port = 4190, $logintype = '', $euser = '', $debug = false)


 and the kolab webadmin work fine

Can you change this to $port = 'sieve' and test ?

 but  the  problem with  is  the kolab webclient with script ( error of
 connexion) is back

Can you change in /etc/kolab-webclient/horde3/conf.php:
$conf['kolab']['imap']['sieveport'] = 'sieve';
and test.

If it doesn't work, try with the port number (4190). Let me know.

Mathieu Parent



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



Bug#598483: mantis: config_local.php uses short_open_tag

2010-09-29 Thread Ximin Luo
Package: mantis
Severity: minor

/etc/mantis/config_local.php uses ? instead of ?php, please fix. thanks.

-- 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.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#584662: (no subject)

2010-09-29 Thread Nicholas Bamber

This looks to me much more like a bug in

ibdatetime-format-datemanip-perl than Date::Manip. Certainly the bug report does not isolate it down to an issue in Date::Manip. 



gregor herrmann wrote:

On Wed, 29 Sep 2010 11:56:47 +0100, Nicholas Bamber wrote:

  

I cannot find a libdatetime-format-datemanip-perl in the Debian
system. Can tis ticket now be closed?



584662 belongs to libdate-manip-perl.
574317 belonged to src:libdatetime-format-datemanip-perl and ist
already closed (package removed).

So I guess 584662 is still valid; or did you mean that 584662 is
fixed because the only known consumer isn't present any more?

Cheers,
gregor

  


attachment: nicholas.vcf

Bug#598484: crawl: Please provide wizard mode binaries also

2010-09-29 Thread Nicolas Pelletier
Package: crawl-common
Version: 2:0.7.1-3
Severity: wishlist
File: crawl

As an inexperienced player still learning how to survive in this dreadful
dungeon, I would like to be able to switch the game to wizard mode.

Why ? Because crawl relies heavily on randomness to generate interesting
situations. But as an inexperienced player, learning why I failed to survive
a given situation, and testing tactics, would be so much less frustrating if
an experiment did not result in an (almost) systematic game over.

As an example, while learning chess, it is common to analyze a situation by
taking some moves back and testing different strategies. This does not make
the game of chess less entertaining or less difficult to win. And chess does
not rely on randomness to create situations, which means that reproducing the
same situation is easier than in crawl.

Then, there is another point. Even the best crawl players, with all their
tactics and tricks, do not seem to be able to win more than a handful of games
in a row (see the various tournament statistics). And even so, they rely on
judicious choices of race and class. So while I expect my request to raise
critics such as: but this would spoil the game by making it a lot easier
to win, the two points above seem enough to me to show why this is not the
case.

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

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

crawl-common depends on no packages.

Versions of packages crawl-common recommends:
ii  crawl-tiles   2:0.7.1-3  Dungeon Crawl, a roguelike game, t

crawl-common suggests no packages.

-- no debconf information



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



Bug#595431: Aborting fsck aborts all scripts in rcS.d

2010-09-29 Thread Sven Joachim
On 2010-09-12 12:22 +0200, Kel Modderman wrote:

 On Saturday 04 September 2010 06:39:49 Goswin von Brederlow wrote:
 Package: insserv
 Version: 1.14.0-2
 Severity: critical
 
 Hi,
 
 during boot /etc/rcS.d/S13checkfs.sh starts a filesystem check (hasn't
 been checked for 197 days) as well as giving some errors for missing
 devices. Since I didn't want to wait for the fsck before fixing the
 missing devices I aborted the check with crlt-c. This resulted in the
 fsck to be aborted but then also skipped all further rcS.d scripts
 saying:
 
 Running scripts in rcS.d/ took 41 seconds.
 INIT: Entering runlevel: 2
 
 Given that filesystem weren't mounted or anything that didn't work out
 well leaving the system unusable.
 
 This is a serious regressions from before insserv. The old behaviour
 was to display a message asking for the root password to get a shell
 or ctrl-D to continue booting.


 How does changing /etc/init.d/rc with the below patch modify behaviour?

For me, not at all. :-(

 --- rc~
 +++ rc
 @@ -43,7 +43,7 @@ on_exit() {
  trap on_exit EXIT # Enable emergency handler
  
  # Ignore CTRL-C only in this shell, so we can interrupt subprocesses.
 -trap : INT QUIT TSTP
 +trap  INT QUIT TSTP
  
  # Set onlcr to avoid staircase effect.
  stty onlcr 01

Sven



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



Bug#598485: aptitude suggests to remove unrelated packages to resolve dependencies

2010-09-29 Thread Michal Suchanek
Package: aptitude
Version: 0.6.3-3.1
Severity: normal


The expected (minimal) solution:

--\ Packages to be upgraded (2) 
 
iuA  dpkg-dev +8,192B 1.15.8.4   1.15.8.5  
iuA  libdpkg-perl +41.0kB 1.15.8.4   1.15.8.5  

what aptitude suggests:

aptitude install dpkg-dev/sid
The following packages will be REMOVED:  
  libdpkg-perl{u} 
The following packages will be upgraded:
  dpkg-dev{b} 
1 packages upgraded, 0 newly installed, 1 to remove and 8 not upgraded.
Need to get 773kB of archives. After unpacking 1,724kB will be freed.
The following packages have unmet dependencies:
  dpkg-dev: Depends: libdpkg-perl (= 1.15.8.5) but it is not going to be
installed.
The following actions will resolve these dependencies:

  Remove the following packages:  
1)  build-essential   
2)  cdbs  
3)  debhelper 
4)  devscripts
5)  dh-make   
6)  dpkg-dev  
7)  equivs
8)  hsetroot-build-deps   
9)  insightapplications-build-deps
10) insighttoolkit-build-deps 
11) javahelper
12) kernel-package
13) libapt-pkg-perl-build-deps
14) lintian   
15) mesa-build-deps   
16) piglit-build-deps 
17) qemu-build-deps   
18) usmb-build-deps   
19) wine1.3-build-deps
20) xserver-xorg-video-ati-build-deps 

  Leave the following dependencies unresolved:
21) dpatch recommends dpkg-dev
22) devscripts recommends equivs  
23) devscripts recommends lintian 
24) libgtk2.0-dev recommends debhelper
25) libpango1.0-dev recommends debhelper  


Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

 Keep the following packages at their current version:
1) dpkg-dev [1.15.8.4 (now, testing)] 
2) libdpkg-perl [1.15.8.4 (now, testing)] 



Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

 Upgrade the following packages:
1) libdpkg-perl [1.15.8.4 (now, testing) - 1.15.8.5 (unstable)]



Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

 Remove the following packages: 
 
1) mesa-build-deps  
 

 Downgrade the following packages:  
 
2) devscripts [2.10.68 (now, testing, unstable) - 2.10.55~bpo50+1
(lenny-backports)]
3) dpkg-dev [1.15.8.4 (now, testing) - 1.14.29 (stable)]   
 



Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:

 Remove the following packages:   
1) mesa-build-deps

 Downgrade the following packages:
2) devscripts [2.10.68 (now, testing, unstable) - 2.10.35lenny7
(stable)]
3) dpkg-dev [1.15.8.4 (now, testing) - 1.14.29 (stable)] 



Accept this solution? [Y/n/q/?] ^C



-- Package-specific info:
aptitude 0.6.3 compiled at Aug 26 2010 20:10:19
Compiler: g++ 4.4.5 20100816 (prerelease)
Compiled against:
  apt version 4.10.0
  NCurses version 5.7
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20100313
  cwidget version: 0.5.12
  Apt version: 4.10.1
linux-gate.so.1 =  (0xb7f93000)
libapt-pkg.so.4.10 = /usr/lib/libapt-pkg.so.4.10 (0xb7e8d000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0xb7e47000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0xb7e4)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0xb7d7c000)
libept.so.1 = /usr/lib/libept.so.1 (0xb7d2b000)
libxapian.so.22 = /usr/lib/sse2/libxapian.so.22 (0xb7b5)
libz.so.1 = /usr/lib/libz.so.1 (0xb7b3b000)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0xb7ab)
libboost_iostreams.so.1.42.0 = /usr/lib/libboost_iostreams.so.1.42.0 
(0xb7a97000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb7a7e000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7989000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb7963000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 

Bug#544457: message d'avertissement

2010-09-29 Thread El administrador del sistema.



Chers compte d'utilisateur,

dus à un usage trop de congestion notre service de courriel, il a été sur
notre base de données, donc de notre admin web serait fermer tous les
comptes inutilisés, vous devrez confirmer votre compte comme un compte
actif en cliquant sur ce lien et de présenter les informations requises 
http://admin000.cjbb.net/  et votre compte sera automatiquement vérifié
que représentent encore INUSE.

Thanks
WEB ADMINISTRATEUR



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



Bug#530961: patch

2010-09-29 Thread era eriksson
tags 530961 +patch
thanks

Attached please find a patch against 1.4.19.

I also took the liberty to fix a spelling error in the docstring.

The error message is misleading; I wonder why that is.  The changed line
is 121, not 131.

I'm inlining as well as attaching, for your convenience.  The patch is
quite small, obviously.

/* era */

--- emacsen-common-1.4.19/debian-startup.el~2009-05-17
22:38:21.0 +
+++ emacsen-common-1.4.19/debian-startup.el 2010-09-14
09:48:58.766324218 +
@@ -80,7 +80,7 @@
 of the dirs, where XX must be a number.  The files will be run in
 alphabetical order.  If a file appears in more than one of the dirs,
 then the earlier dir takes precedence, and a .elc file always
-supercedes a .el file of the same name.
+supersedes a .el file of the same name.
 
   (let* ((paths dirs)
  ;; Get a list of all the files in all the specified
@@ -118,7 +118,7 @@
   ;; Now load the files.  load will make sure we get the byte
   ;; compiled one first, if any, and will respect load-path's
   ;; ordering.
-  (mapcar
+  (mapc
(lambda (file)
  (condition-case err
  (load file nil)

-- 
If this were a real .signature, it would suck less.  Well, maybe not.
--- emacsen-common-1.4.19/debian-startup.el~	2009-05-17 22:38:21.0 +
+++ emacsen-common-1.4.19/debian-startup.el	2010-09-14 09:48:58.766324218 +
@@ -80,7 +80,7 @@
 of the dirs, where XX must be a number.  The files will be run in
 alphabetical order.  If a file appears in more than one of the dirs,
 then the earlier dir takes precedence, and a .elc file always
-supercedes a .el file of the same name.
+supersedes a .el file of the same name.
 
   (let* ((paths dirs)
  ;; Get a list of all the files in all the specified
@@ -118,7 +118,7 @@
   ;; Now load the files.  load will make sure we get the byte
   ;; compiled one first, if any, and will respect load-path's
   ;; ordering.
-  (mapcar
+  (mapc
(lambda (file)
  (condition-case err
  (load file nil)


Bug#598486: /usr/bin/dpkg-scanpackages: refuses to include kernel in Packages

2010-09-29 Thread Michal Suchanek
Package: dpkg-dev
Version: 1.15.8.5
Severity: normal
File: /usr/bin/dpkg-scanpackages


I tried to genereate packages file with dpkg-scanpackages but it would
not include the kernel package.

Added dpkg-name in case the package was not maned correctly which is the
usual reason why dpkg-scanpackages omits packages but dpkg-name says
it's correct:

dpkg-name: warning: skipping
'lenny/smartmontools/libcap-ng0_0.6.2-4_i386.deb'
dpkg-name: warning: skipping
'lenny/smartmontools/smartmontools_5.39-2_i386.deb'
dpkg-name: warning: skipping
'lenny/xupdate/xserver-xorg-input-vmmouse_12.5.1-4Add1_i386.deb'
dpkg-name: warning: skipping
'lenny/xupdate/xserver-xorg-video-intel-build-deps_1.0_all.deb'
dpkg-name: warning: skipping
'lenny/xupdate/xserver-xorg-input-vmmouse_12.6.4-1_i386.deb'
dpkg-name: warning: skipping
'lenny/xupdate/xserver-xorg-video-intel-dbg_2.4.2-1_i386.deb'
dpkg-name: warning: skipping
'lenny/xupdate/xserver-xorg-video-intel_2.4.2-1_i386.deb'
dpkg-scanpackages: warning: Packages in archive but missing from
override file:
dpkg-scanpackages: warning:   libcap-ng0 lightscribe
lightscribepublicsdk memtest86 qlscribe smartmontools
xserver-xorg-input-vmmouse xserver-xorg-video-intel
xserver-xorg-video-intel-build-deps xserver-xorg-video-intel-dbg
dpkg-scanpackages: info: Wrote 11 entries to output Packages file.
dpkg-name: warning: skipping
'squeeze/unionmount/linux-image-2.6.35-um-sl-i686+_2.6.35-um-sl-i686+-10.00.Custom_amd64.deb'
dpkg-name: warning: skipping
'squeeze/unionmount/mount_2.17.2-3.1+um_i386.deb'
dpkg-scanpackages: warning: Packages in archive but missing from
override file:
dpkg-scanpackages: warning:   lightscribe lightscribepublicsdk memtest86
mount qlscribe
dpkg-scanpackages: info: Wrote 5 entries to output Packages file.



-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (500, 'testing'), (1, 
'experimental')
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

Versions of packages dpkg-dev depends on:
ii  base-files5.9Debian base system miscellaneous f
ii  binutils  2.20.1-15  The GNU assembler, linker and bina
ii  bzip2 1.0.5-1+lenny1 high-quality block-sorting file co
ii  libdpkg-perl  1.15.8.5   Dpkg perl modules
ii  make  3.81-5 The GNU version of the make util
ii  patch 2.5.9-5Apply a diff file to an original
ii  xz-utils  4.999.9beta+20100810-1 XZ-format compression utilities

Versions of packages dpkg-dev recommends:
ii  build-essential   11.4   Informational list of build-essent
ii  fakeroot  1.11   Gives a fake root environment
ii  gcc [c-compiler]  4:4.3.2-2  The GNU C compiler
ii  gcc-4.1 [c-compiler]  4.1.2-25   The GNU C compiler
ii  gcc-4.3 [c-compiler]  4.3.2-1.1  The GNU C compiler
ii  gnupg 1.4.9-3+lenny1 GNU privacy guard - a free PGP rep
ii  gpgv  1.4.9-3+lenny1 GNU privacy guard - signature veri
ii  libalgorithm-merge-perl   0.08-2 Perl module for three-way merge of

Versions of packages dpkg-dev suggests:
ii  debian-keyring2009.01.18 GnuPG (and obsolete PGP) keys of D

-- 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#598487: libsane: HP PSC 1400 not detected

2010-09-29 Thread Noel David Torres Taño
Package: libsane
Version: 1.0.21-4
Severity: normal
Tags: patch


HP PSC 1400 is not detected as a scanner. It is detected as printer, anyway.

patch:

#60-libsane.rules

109a110,111
 # Hewlett-Packard PSC-1400
 ATTRS{idVendor}==03f0, ATTRS{idProduct}==4d11, MODE=0664, 
 GROUP=scanner, ENV{libsane_matched}=yes

Thanks

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

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

Versions of packages libsane depends on:
ii  adduser  3.112   add and remove users and groups
ii  libavahi-client3 0.6.27-2Avahi client library
ii  libavahi-common3 0.6.27-2Avahi common library
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libexif120.6.19-1library to parse EXIF files
ii  libgphoto2-2 2.4.6-1+b1  gphoto2 digital camera library
ii  libgphoto2-port0 2.4.6-1+b1  gphoto2 digital camera port librar
ii  libieee1284-30.2.11-6cross-platform library for paralle
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libsane-extras   1.0.21.2API library for scanners -- extra 
ii  libtiff4 3.9.4-3 Tag Image File Format (TIFF) libra
ii  libusb-0.1-4 2:0.1.12-16 userspace USB programming library
ii  libv4l-0 0.8.0-1 Collection of video4linux support 
ii  udev 160-1   /dev/ and hotplug management daemo

Versions of packages libsane recommends:
ii  sane-utils1.0.21-4   API library for scanners -- utilit

Versions of packages libsane suggests:
ii  avahi-daemon  0.6.27-2   Avahi mDNS/DNS-SD daemon
ii  hplip 3.10.6-1   HP Linux Printing and Imaging Syst
pn  hpoj  none (no description available)

-- no debconf information



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



Bug#598354: ITP: gstreamer0.10-v4l2loopback -- GStreamer sink to write into v4l2 loopback devices

2010-09-29 Thread IOhannes m zmoelnig
On 2010-09-28 15:20, Sebastian Dröge wrote:
 On Tue, 2010-09-28 at 14:49 +0200, IOhannes m zmoelnig wrote:
 Package: wnpp
 Severity: wishlist
 Owner: IOhannes m zmoelnig zmoel...@iem.at


 * Package name: gstreamer0.10-v4l2loopback
   Version : 0.2.0
   Upstream Author : IOhannes m zmoelnig
 * URL : http://github.com/umlaeute/gst-v4l2loopback
 * License : LGPL
   Programming Lang: C
   Description : GStreamer sink to write into v4l2 loopback devices

 provides a GStreamer sink element v4l2loopback that takes a video-stream 
 and
 writes it into a V4L2 loopback device.
 ordinary v4l2-enabled applications can then access the video as if it was 
 coming
 from an ordinary capture device.
 among other things, this allows to add stream-receiving and support for 
 non-v4l2
 capture devices capabilities to V4L2-only applications.
 
 How is this different from the v4l2sink element from gst-plugins-good?
 That element can output a video stream to any v4l2 device that supports
 this, including a loopback device.


the difference is, that the v4l2sink is currently unable to send data to
the v4l2loopback device.
the problem seems to be, that the v4l2loopback device accepts any
format, whereas the v4l2sink expects the device to return the one single
format accepted...

on the long run, i would prefer if v4l2sink could write to the loopback
device as well.

fgamsdr
IOhannes



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#598196: Acknowledgement (debian-cd: more patches for documentation)

2010-09-29 Thread Karl Goetz
On Mon, 27 Sep 2010 22:08:43 +0100
Steve McIntyre st...@einval.com wrote:

 On Mon, Sep 27, 2010 at 09:32:01PM +0930, Karl Goetz wrote:
 On Mon, 27 Sep 2010 12:00:05 +
 ow...@bugs.debian.org (Debian Bug Tracking System) wrote:

 === modified file 'build.sh'
 --- build.sh 2010-05-27 13:33:26 +
 +++ build.sh 2010-07-30 13:16:00 +
 @@ -13,8 +13,8 @@
  export COMPLETE=1
  fi
  
 -if [ $# -gt 1 ] ; then
 -echo ERROR: too many arguments. 2
 +if [ $1 -ne 1 ] ; then
 +echo ERROR: Invalid number of arguments. 2
  exit 1
  elif [ -n $1 ] ; then
  export ARCHES=$1
 
 H. What are you trying to do here? $1 isn't the number of
 arguments!?!

Hm, My reading of the readme.html as that ARCHES was the architecture
build.sh was accepting for this run. I've just grepped through the
source tree and noticed 'docs/running.html:pcodebuild.sh i386 amd64
powerpc/code/p', which indicates my reading is wrong :).

 === modified file 'CONF.sh'
 --- CONF.sh  2010-07-09 11:54:19 +
 +++ CONF.sh  2010-07-30 13:03:54 +
 @@ -181,8 +181,8 @@
  # them too
  export MAX_PKG_SIZE=6
  
 -# uncoment this to make build_all.sh try to build a simple CD image
 if -# the proper official CD run does not work
 +# Should build_all.sh try to build a simple CD image if the proper
 official +# CD run does not work?
  ATTEMPT_FALLBACK=yes
  
  # Set your disk type here. Known types are:
 @@ -357,14 +357,14 @@
  # If so we will link to them on the web site.
  export OMIT_RELEASE_NOTES=1
  
 +# Set this to override the default location
 +#export
 RELEASE_NOTES_LOCATION=http://www.debian.org/releases/$CODENAME; +
  # Set to 1 to not include the doc/tools directories on CD1
  # Useful to save space and avoids failures if you have a mirror
  # without those directories.
  #export OMIT_DOC_TOOLS=1
  
 -# Set this to override the default location
 -#export
 RELEASE_NOTES_LOCATION=http://www.debian.org/releases/$CODENAME; -
  case $OFFICIAL in
  Official)
  export OFFICIAL_VAL=2
 
 OK. The change for ATTEMPT_FALLBACK is good, thanks. But why have you

phew.

 moved the RELEASE_NOTES_LOCATION setting? Harmless, but...

keeping the release notes in one place.
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group


signature.asc
Description: PGP signature


Bug#598196: debian-cd: more patches for documentation

2010-09-29 Thread Karl Goetz
On Mon, 27 Sep 2010 21:57:14 +0100
Steve McIntyre st...@einval.com wrote:

 On Mon, Sep 27, 2010 at 09:27:56PM +0930, Karl Goetz wrote:
 Package: debian-cd
 Version: 3.1.1
 Severity: minor
 Tags: patch
 
 This is the last patch from the 'queries about CONF.sh and README'
 thread last month.
 This changes comments on CONF.sh, but *also* a config default change
 in tools/sort_deps. The CONF.sh comments change is dependant on the
 tools/ sort_deps, so probably worth viewing that first.
 Basically, I changed the default value for nosuggests from 1 to 0.
 Comments in CONF.sh are updated to match.
 
 Hmmm. Why change the default?
 

It was so that both options 'behave the same'. Specifically, both
settings about pulling in dependencies have the same default which is
then overriden by the config file (in the same way). Looking at the
diff again, it looks like i changed recommends instead of suggests -
oops.
It was meant to be 
+my $nosuggests = $ENV{'NOSUGGESTS'} || 0;
-my $nosuggests = $ENV{'NOSUGGESTS'} || 1;

hope that explains :)
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group


signature.asc
Description: PGP signature


Bug#598488: FTBFS: configure script does /usr/bin/ld: --warn-shared-textrel: unknown option

2010-09-29 Thread Russell Coker
Package: sendmail
Version: 8.14.3-9.2
Severity: normal

When I try to build the sendmail package I get the following in the config.log
after the build process aborts:
configure:3293: gcc -g -O2 -g -Wall -O2 -fPIC -fstack-protector-all   -pie -Wl,-
z,noexecstack,-z,relro,-z,now -Wl,--warn-shared-textrel conftest.c  5
/usr/bin/ld: --warn-shared-textrel: unknown option
/usr/bin/ld: use the --help option for usage information
collect2: ld returned 1 exit status



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

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



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



Bug#598489: apt: [INTL:vi] Vietnamese program translation update

2010-09-29 Thread Clytie Siddall
Package: aptVersion: 0.8.0~pre1Tags: l10n patchSeverity: wishlist(Sorry I couldn't do this earlier.)The updated Vietnamese translation for the program file:translated and submitted by:Clytie SiddallVietnamese Free-Software Translation Team

vi.po.gz
Description: GNU Zip compressed data
1.Would you please fix these broken strings (which are very bad l10n practice)?These broken strings could be concatenated into one single translatable string.#, fuzzy#: dselect/install:101msgid "Some errors occurred while unpacking. Packages that were installed"msgstr "Gập một số lỗi trong khi giải nén. "#, fuzzy#: dselect/install:102msgid "will be configured. This may result in duplicate errors"msgstr "những gói đã đươc cài đặt. Có lẽ sẽ gây ra lỗi trùng"#: dselect/install:103msgid "or errors caused by missing dependencies. This is OK, only the errors"msgstr """hoặc lỗi khi không có phần mềm mà gói khác phụ thuộc vào nó. Không có sao, ""chỉ những lỗi"#: dselect/install:104msgid """above this message are important. Please fix them and run [I]nstall again"msgstr """ở trên thông điệp này là quan trọng. Hãy sửa chúng và chạy lại [I]nstall ""(cài đặt)"2.#: apt-pkg/packagemanager.cc:331#: apt-pkg/packagemanager.cc:616#, c-formatmsgid """Could not perform immediate configuration on '%s'.Please see man 5 apt.conf ""under APT::Immediate-Configure for details. (%d)"#: apt-pkg/packagemanager.cc:495#, c-formatmsgid """Could not perform immediate configuration on already unpacked '%s'.Please ""see man 5 apt.conf under APT::Immediate-Configure for details."- '%s'.Please+ '%s'. Please3.#: apt-pkg/acquire-item.cc:1324#, c-formatmsgid """A error occurred during the signature verification. The repository is not ""updated and the previous index files will be used.GPG error: %s: %s\n"- used.GPG+ used. GPG

Bug#584662: (no subject)

2010-09-29 Thread Chris Butler
[quoting fixed]

On Wed, Sep 29, 2010 at 12:26:12PM +0100, Nicholas Bamber wrote:
 gregor herrmann wrote:
 584662 belongs to libdate-manip-perl.
 574317 belonged to src:libdatetime-format-datemanip-perl and ist
 already closed (package removed).
 
 So I guess 584662 is still valid; or did you mean that 584662 is
 fixed because the only known consumer isn't present any more?
 
 This looks to me much more like a bug in
 
 ibdatetime-format-datemanip-perl than Date::Manip. Certainly the bug
 report does not isolate it down to an issue in Date::Manip.

I'd be inclined to agree. The changes in Date::Manip's timezone handling
appear to be intentional API changes by upstream. It may be that they break
other packages (they also broke xmltv, one of my packages), but the fix for
this is to update the consumers to cope with the new version of Date::Manip.
I don't think there's really a bug in Date::Manip.

-- 
Chris Butler chr...@debian.org
  GnuPG Key ID: 4096R/49E3ACD3



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



Bug#593365: [Pkg-libvirt-maintainers] Bug#593365: Virt-manager with libvirt 0.8.2-1 can't connect to server running Lenny anymore

2010-09-29 Thread Guido Günther
Hi Jeroen,
sorry it took a moment.

On Wed, Aug 18, 2010 at 01:32:44PM +0200, Jeroen Dekkers wrote:
 Hi Guido,
 
 At Wed, 18 Aug 2010 11:17:13 +0200,
 Guido Günther wrote:
  Hi Jeroen,
  On Tue, Aug 17, 2010 at 04:43:57PM +0200, Jeroen Dekkers wrote:
   Package: python-libvirt
   Version: 0.8.2-1
   Severity: important
   
   When I upgraded libvirt from 0.8.1-2+b1 to 0.8.2-1 virt-manager
   couldn't connect to my server running lenny anymore. Virt-manager log
   says:
  Does connectiong via virsh to the remove machine work as expected? 
 
 That works fine:
 
 runge:~% virsh --version
 0.8.2
 runge:~% virsh
 Welcome to virsh, the virtualization interactive terminal.
 
 Type:  'help' for help with commands
'quit' to quit
 
 virsh # connect qemu+ssh://r...@nescio.viaisn.org/system
I just checked with virt-manager from Squeeze and I can't reproduct
your error. What version of libvirt is the Lenny box running?
 -- Guido



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



Bug#598490: ITP: python-fastimport -- Fastimport file format parser and generator library

2010-09-29 Thread Jelmer Vernooij
Package: wnpp
Severity: wishlist
Owner: Jelmer Vernooij jel...@debian.org


* Package name: python-fastimport
  Version : 0.9.0
  Upstream Author : Ian Clatworthy ian.clatwor...@canonical.com
* URL : http://launchpad.net/python-fastimport
* License : GPL
  Programming Lang: Python
  Description : Fastimport file format parser and generator library

Python library for parsing and generating the fastimport file format.
The fastimport format is used for serializing version control
histories.



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



Bug#584662: (no subject)

2010-09-29 Thread Nicholas Bamber
I'll tag it as wontfix for now. If there is movement on the memleak 
issue I'll come back and close this.
attachment: nicholas.vcf

Bug#598414: xserver-xorg-input-evdev: Tapping no longer works on touchpad

2010-09-29 Thread Mattia Dongili
reassign 598414 pointing-device-settings
thanks

On Wed, Sep 29, 2010 at 02:41:03AM +0100, Nattie Mayer-Hutchings wrote:
 On Wed, Sep 29, 2010 at 07:08:41AM +0900, Mattia Dongili wrote:
  can you confirm if tapping is really enabled or not with either
  synclient -l
  or
  xinput list-prop dev#
  (get the dev# with xinput list)
 
 The latter results in the following: 
 Device 'ETPS/2 Elantech Touchpad':
   Device Enabled (134):   1
...
   Synaptics Tap Action (280): 0, 0, 0, 0, 0, 0, 0

So tapping is disabled. This is how it looks on my laptop:
Synaptics Tap Action (287): 0, 0, 0, 0, 1, 3, 2

man 4 synaptics should tell you how to configure tapping in xorg.conf
(in short you should set the TabButton* options) but
gpointing-device-settings saying that tapping is enabled sounds like a
bug there. I'll reassign the bug report accordingly.

...It even looks like this bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572956
-- 
mattia
:wq!



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



Bug#598486: /usr/bin/dpkg-scanpackages: refuses to include kernel in Packages

2010-09-29 Thread Raphael Hertzog
Hi,

On Wed, 29 Sep 2010, Michal Suchanek wrote:
 I tried to genereate packages file with dpkg-scanpackages but it would
 not include the kernel package.

What command line do you use?

Can you put the offending package online so that we can try to reproduce
the problem?

I'm afraid there's something fishy because I don't see where dpkg-name
would be called when you run dpkg-scanpackages...

Can you paste the output of dpkg-deb -I 
squeeze/unionmount/linux-image-2.6.35-um-sl-i686+_2.6.35-um-sl-i686+-10.00.Custom_amd64.deb
 control ? (adjust the path as necessary)

BTW, you kernel is amd64 so if you use the -a i386 option then it will
be skipped and it's normal. And the package name contains a + which is
quite uncommon.

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

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



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



Bug#598491: Timeout waiting for mount to appear in nautilus when mounting a nfs4-share

2010-09-29 Thread Oliver Joa
Package: nautilus
Version: 2.30.1

I have added some nfs4 mountpoints in the fstab with option noauto. The
mountpoints appear in nautilus under places. When I click on that Icon
it is mounted but the following Error-Message appears:

Timeout waiting for mount to appear

Another thing is strange: I get a second Icon. With an nfs3 mountpoint
everything works fine, also without a second Icon.

This is in my fstab:

192.168.10.1:/share /home/olli/mnt/share nfs4
ro,async,dirsync,noatime,noauto,users,rsize=4096,wsize=4096,hard 0 0
192.168.10.1:/mnt/scratch /home/olli/mnt/scratch nfs
rw,async,dirsync,noatime,noauto,users,rsize=4096,wsize=4096,hard 0 0


Any Idea?

Olli



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



Bug#598492: linux-image-2.6.35-trunk-amd64: suspend/hibernate is totally fucked up

2010-09-29 Thread Pierre Habouzit
Package: linux-2.6
Version: 2.6.35-1~experimental.3
Severity: grave


With the 2.6.35 kernel, suspend and hibernation result is various kind
of issues on a random basis at exit time, meaning that sometimes the
suspend/hibernation doesn't put the machine to sleep, but instead I've
gotten:
  - 100% CPUs instead of stopping the machine;
  - blank screens with nothing able to wake up the machine (not even
sysrqs);
  - kernel errors (for hibernation), though for some reason this wasn't
logged to /var/log.


In addition to that, for some reason, when I come back from suspend, my
keyboard mapping in X is lost, which doesn't happen if I boot a .32
kernel.


-- Package-specific info:
** Version:
Linux version 2.6.35-trunk-amd64 (Debian 2.6.35-1~experimental.3) 
(m...@debian.org) (gcc version 4.4.5 20100902 (prerelease) (Debian 4.4.4-13) ) 
#1 SMP Mon Sep 6 15:15:26 UTC 2010

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.35-trunk-amd64 root=/dev/mapper/ssd-root ro quiet 
i915.modeset=1

** Not tainted

** Kernel log:
[ 1788.609537] PM: Saving platform NVS memory
[ 1788.610392] PM: Saving platform NVS memory
[ 1788.611095] Disabling non-boot CPUs ...
[ 1788.716024] CPU 1 is now offline
[ 1788.716026] SMP alternatives: switching to UP code
[ 1788.720681] Extended CMOS year: 2000
[ 1788.720763] PM: Creating hibernation image:
[ 1788.724006] PM: Need to copy 128129 pages
[ 1788.724006] PM: Normal pages needed: 128129 + 1024, available pages: 908063
[ 1788.724006] PM: Restoring platform NVS memory
[ 1788.724006] Extended CMOS year: 2000
[ 1788.724006] Enabling non-boot CPUs ...
[ 1788.724006] SMP alternatives: switching to SMP code
[ 1788.725136] Booting Node 0 Processor 1 APIC 0x1
[ 1788.840807] CPU1 is up
[ 1788.841542] ACPI: Waking up from system sleep state S4
[ 1788.917419] e1000e :00:19.0: restoring config space at offset 0xf (was 
0x100, writing 0x10a)
[ 1788.917434] e1000e :00:19.0: restoring config space at offset 0x6 (was 
0x1, writing 0xefe1)
[ 1788.917438] e1000e :00:19.0: restoring config space at offset 0x5 (was 
0x0, writing 0xf6adb000)
[ 1788.917443] e1000e :00:19.0: restoring config space at offset 0x4 (was 
0x0, writing 0xf6ae)
[ 1788.917450] e1000e :00:19.0: restoring config space at offset 0x1 (was 
0x10, writing 0x100107)
[ 1788.917634] HDA Intel :00:1b.0: restoring config space at offset 0x1 
(was 0x100106, writing 0x100102)
[ 1788.918111] ahci :00:1f.2: restoring config space at offset 0x1 (was 
0x2b00403, writing 0x2b00407)
[ 1788.918327] firewire_ohci :03:01.0: proprietary Ricoh MMC controller 
disabled (via firewire function)
[ 1788.918328] firewire_ohci :03:01.0: MMC cards are now supported by 
standard SDHCI controller
[ 1788.933015] sdhci-pci :03:01.1: BAR 0: set to [mem 
0xf65ff600-0xf65ff6ff] (PCI address [0xf65ff600-0xf65ff6ff]
[ 1788.933041] sdhci-pci :03:01.1: restoring config space at offset 0x3 
(was 0x80, writing 0x804010)
[ 1788.933047] sdhci-pci :03:01.1: restoring config space at offset 0x1 
(was 0x210, writing 0x2100106)
[ 1788.933136] PM: early restore of devices complete after 15.789 msecs
[ 1788.966805] i915 :00:02.0: setting latency timer to 64
[ 1788.966843]  pci:00: wake-up capability disabled by ACPI
[ 1788.966848] e1000e :00:19.0: PME# disabled
[ 1788.966923] e1000e :00:19.0: irq 44 for MSI/MSI-X
[ 1788.968978] uhci_hcd :00:1a.0: setting latency timer to 64
[ 1788.969003] usb usb2: root hub lost power or was reset
[ 1788.969050] uhci_hcd :00:1a.1: setting latency timer to 64
[ 1788.969087] usb usb3: root hub lost power or was reset
[ 1788.969106] uhci_hcd :00:1a.2: setting latency timer to 64
[ 1788.969143] usb usb4: root hub lost power or was reset
[ 1788.969159] ehci_hcd :00:1a.7: setting latency timer to 64
[ 1788.969180] usb usb1: root hub lost power or was reset
[ 1788.973056] ehci_hcd :00:1a.7: cache line size of 64 is not supported
[ 1788.973071] uhci_hcd :00:1d.0: setting latency timer to 64
[ 1788.973108] usb usb5: root hub lost power or was reset
[ 1788.973126] uhci_hcd :00:1d.1: setting latency timer to 64
[ 1788.973163] usb usb6: root hub lost power or was reset
[ 1788.973181] uhci_hcd :00:1d.2: setting latency timer to 64
[ 1788.973219] usb usb7: root hub lost power or was reset
[ 1788.973237] ehci_hcd :00:1d.7: setting latency timer to 64
[ 1788.973251] usb usb8: root hub lost power or was reset
[ 1788.977145] ehci_hcd :00:1d.7: cache line size of 64 is not supported
[ 1788.977157] pci :00:1e.0: setting latency timer to 64
[ 1788.977169] ahci :00:1f.2: setting latency timer to 64
[ 1788.977266] iwlagn :0c:00.0: RF_KILL bit toggled to disable radio.
[ 1788.977271] sdhci-pci :03:01.1: PCI INT C - GSI 18 (level, low) - IRQ 
18
[ 1788.978344] HDA Intel :00:1b.0: PCI INT A - GSI 21 (level, low) - IRQ 
21
[ 1788.978350] HDA Intel :00:1b.0: setting latency timer to 64
[ 1788.978385] HDA Intel :00:1b.0: irq 47 for 

Bug#193934: Is this still reproducible?

2010-09-29 Thread Arne Wichmann
Hi... Is there any way to reproduce this bug (given its age)?

cu

AW
-- 
[...] If you don't want to be restricted, don't agree to it. If you are
coerced, comply as much as you must to protect yourself, just don't support
it. Noone can free you but yourself. (crag, on Debian Planet)
Arne Wichmann (a...@linux.de)


signature.asc
Description: Digital signature


Bug#571664: (no subject)

2010-09-29 Thread Nicholas Bamber
As discussed on other bugs on this package, the API has been 
intentionally changed upstream. It seems that HTML::CalendarMonth has 
already been changed to handle this:


1.23  Sat Jun 12 21:12:45 EDT 2010
   - Updated interface with DateTime::Locale (will eventually
 require another update when Locale::CLDR is released
   - Deprecated offsets; too much complexity for little gain
   - Fixed week-of-year bug in end-of-year edge cases (first
 week has higher number than the next) RT #53795
   - Made row globbing optimize on row elements if possible
   - Updated default HTML style to be more CSS friendly (inspired
 by RT #37548)
   - Added option for semantic CSS classes on cells (past, present,
 future) ala RT #37549
   - Updated test data
   - Improved date tool auto detect
   - Fixed Date::Manip parse error for negative day deltas
   - Doc updates
   - Test updates
   - Added linux 'ncal' harness


As such I am going to tag this as wontfix and I intend to close it at a future date. 



attachment: nicholas.vcf

Bug#598432: python-apt: fails to install

2010-09-29 Thread Hector Oron
Hello,

case $suite in

 sid_amd64) cat EOF
  Setting up python-apt (0.7.98) ...
Traceback (most recent call last):
  File /usr/bin/pycentral, line 2334, in module
main()
  File /usr/bin/pycentral, line 2328, in main
rv = action.run(global_options)
  File /usr/bin/pycentral, line 1481, in run
pkg.read_version_info()
  File /usr/bin/pycentral, line 899, in read_version_info
self.version_info = pyversions.parse_versions(self.version_field)
  File /usr/share/pycentral-data/pyversions.py, line 68, in parse_versions
raise ValueError, 'error parsing Python-Version attribute'
ValueError: error parsing Python-Version attribute
dpkg: error processing python-apt (--configure):
 subprocess installed post-installation script returned error exit status 1
configured to not write apport reports
  Errors were encountered while processing:
 python-apt
E: Sub-process /usr/bin/dpkg returned an error code (1)
EOF
;;

sid_i386)
  Setting up libldap-2.4-2 (2.4.23-6) ...
  Setting up python-apt (0.7.98) ...
  Setting up debootstrap (1.0.25) ...
;;

esac

Let me know if it is helpful to check more arches.

Best regards,
-- 
 Héctor Orón

Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us.

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



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



Bug#598493: nfs-exports does not work after reboot

2010-09-29 Thread Oliver Joa
Package: nfs-kernel-server
Version: 1.2.2-4
Kernel: 2.6.30-2-686
Debian: testing

Everytime I startup my Server I have to exportfs -a manually. It
should be done in the init-scripts.

After startup I can not access my NFS exports. After running exportfs
-a it works perfectly.

Some days/weeks ago it was working, but after a apt-get upgrade it didn't.

regards

Olli



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



Bug#598432: python-apt: upgrade fails

2010-09-29 Thread Stefan Fleischmann
Just to clarify, the quick fix I posted here was supposed to help people to
get rid of the buggy package. It doesn't fix the actual package.

Like I said before, the problem is not only the version number handling by
pycentral but also the path of the installed files! If you have look at the
package 0.7.97.1 for amd64 or 0.7.98 for i386 you'll see that files are put
in /usr/lib/python3.1
In this package however files are put in /usr/lib/python3 instead which causes
the problem you describe when simply changing the version number to 3.1.

If you think pycentral should handle integer version numbers (at least it
shouldn't exit with an error I guess) please file a bug report there.

But to summarize for this package I think the files are put in the wrong place
(compared with the package from testing and packages for i386) and the version
number in the mentioned config file is wrong.

If you want this package to work you'll have to extract it, rename the folder
usr/lib/python3 to python3.1 and also change this path and the version number
to 3.1 in usr/share/pyshared-data/python-apt. Then rebuild the package.
But having a fixed version doesn't help you getting rid of the package from the
system because dpkg won't remove it due to the prerm script which executes
pycentral and fails.
So the easiest thing to do is simply changing the 3rd line in
/usr/share/pyshared-data/python-apt to python-version = 2.6, 3.1, 2.5 and
then you can replace the package.



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



Bug#598494: dctrl-tools: [INTL:vi] Vietnamese program translation update

2010-09-29 Thread Clytie Siddall
Package:dctrl-toolsVersion: 2.14.2Tags: l10n patchSeverity: wishlistThe updated Vietnamese translation for the program file:translated and submitted by:Clytie SiddallVietnamese Free-Software Translation Team

vi.po.gz
Description: GNU Zip compressed data
1.#: join-dctrl/join-dctrl.c:43msgid "FIELDSPEC"#: join-dctrl/join-dctrl.c:43msgid "Specify the format of the output file"Should the second string say "output field"?

Bug#598437: Further, fails to reap its zombies

2010-09-29 Thread Jan-Åke Larsson

On 2010-09-29 00:58, Anthony DeRobertis wrote:

Further, after that gs fails, it doesn't reap its zombies.


This should be fairly easy to fix. To be included in 1.14.

/JÅ



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



Bug#598496: libdate-manip-perl: Memory Leak

2010-09-29 Thread Nicholas Bamber
Package: libdate-manip-perl
Version: 6.11-1
Severity: normal
Tags: upstream


I have verified http://rt.cpan.org/Ticket/Display.html?id=54937
on this system. 

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

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

Versions of packages libdate-manip-perl depends on:
ii  libyaml-syck-perl 1.14-1 Perl module providing a fast, ligh
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 

libdate-manip-perl recommends no packages.

libdate-manip-perl suggests no packages.

-- no debconf information



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



Bug#598495: update-manager-gnome: When closed with window manager fails to exit

2010-09-29 Thread Victor Porton
Package: update-manager-gnome
Version: 0.200.4-1
Severity: normal


When closing Installing Updates window with window manager (not Close
button), the application fails to exit and the main window of the application
remains on screen in a state that it is impossible to close.

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

Kernel: Linux 2.6.32-5-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 update-manager-gnome depends on:
ii  gconf22.28.1-3   GNOME configuration database syste
ii  gksu  2.0.2-3graphical frontend to su
ii  python2.6.5-13   interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gconf  2.28.1-1   Python bindings for the GConf conf
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-support1.0.10 automated rebuilding support for P
ii  python-vte1:0.24.3-1 Python bindings for the VTE widget
ii  update-manager-core   0.200.4-1  APT update manager core functional

update-manager-gnome recommends no packages.

Versions of packages update-manager-gnome suggests:
ii  software-properties-gtk  0.60.debian-1.1 manage the repositories that you i
ii  update-notifier  0.99.3debian6   Daemon which notifies about packag

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



  1   2   3   4   >