Bug#596247: future unblock: libtime-progress-perl/1.7-1

2010-09-24 Thread Salvatore Bonaccorso
Hi Adam

Thanks for your reply and time!

On Thu, Sep 23, 2010 at 08:03:08PM +0100, Adam D. Barratt wrote:
 On Fri, 2010-09-10 at 14:10 +0200, Salvatore Bonaccorso wrote:
  So upstream fixed already the small typo, and released the new
  version. So the debdiff is slightly shorter, it is attached.
 
 The subject suggested this was could I upload this; I see it's been
 uploaded already.

I'm sorry if this caused more troube as it was more intended to be a
'wishlist'. 

 +  * Convert to '3.0 (quilt)' source package format.
 
 That's not really an appropriate change to be making during a freeze...
 
 +  * debian/rules: Simplify to a three line rules file.
 
 ... although imho it's better than that.

I agree that these are 'major' packaging changes. I hope I can convice
that they are not harmfull ;-). I introduced the change in the source
package format in the 1.5 - 1.6 step, as libtime-progress-perl had no
patch before, then added the fix-spelling error. This way, reducing
the debian/rules and converting the source package format, we did not
need to add quilt to Build-Depends, nor bump Build-Depends on
debhelper (= 7.0.8). The packaging of Perl modules are 'smooth' in
general, so even the packaging introduced this major changes, it does
not 'break'. 

 +helpers -- return elapsed/estimate seconds.
 
 s/estimate/d/

I assume the point here from upstream author was more, to 'align' the
documentation to the really implemented method name. See in the
debdiff:

---(snip)---
 =item elapsed
 
-=item estimated
+=item estimate
+
+helpers -- return elapsed/estimate seconds.


and indeed in the code, they are implemented with that name:

---(snip)---
 sub elapsed
-{ my $self = shift; return $self-report(%l); }
+{ my $self = shift; return $self-report(%l,@_); }
 
 sub elapsed_str
-{ my $self = shift; return $self-report(elapsed time is %L min.\n); }
+{ my $self = shift; return $self-report(elapsed time is %L min.\n,@_); }
 
 sub estimate
-{ my $self = shift; return $self-report(%e); }
+{ my $self = shift; return $self-report(%e,@_); }
 
 sub estimate_str
-{ my $self = shift; return $self-report(remaining time is %E min.\n); }
+{ my $self = shift; return $self-report(remaining time is %E min.\n,@_); }


My assumption here is that upstream did not change the implemented
subroutine name, to not break existing code using it, but adjust the
documented name to be in line with that.

See [1] for details about this.

 [1] https://rt.cpan.org/Ticket/Display.html?id=58127

I'm not a native english speaker, but from this view estimated would
be the right term. I feel like for squeeze at least it should be that
adding the documentation change, so that it is consistent to the names
implemented.

One further point is that on the other side, the methods as they where
implemented, always returned 0, so the above diff, fixed that, and the
4 methods should work now as they where intended, see the above RT
ticket on  CPAN.

 +all helpers need one argument--current item.
 
 s/--/ -- / ?

Ok, I will forward this too to upstream.

Bests
Salvatore


signature.asc
Description: Digital signature


Bug#597716: iceweasel-l10n-hu: Misleading translation for Open Containing Folder

2010-09-24 Thread Dmitry E. Oboukhov

forwarded 597716 https://bugzilla.mozilla.org/show_bug.cgi?id=599252
thanks

Hi, Braun!

I forwarded Your message to upstream, thanks for Your bugreport :)

-- 
... 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#597909: RM: samba4 -- ROM; Outdated in unstable

2010-09-24 Thread Christian Perrier
Package: ftp.debian.org
Severity: normal


samba4 in unstable is outdated. Up-to-date versions are maintained in
experimental and having this version in unstable is misleading users.

TIA



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



Bug#597799: installation-report: GPT related issues

2010-09-24 Thread Mike Hommey
On Thu, Sep 23, 2010 at 12:28:45PM -0400, Lennart Sorensen wrote:
 On Thu, Sep 23, 2010 at 03:39:08PM +0200, Mike Hommey wrote:
  The disk is a new one, though I didn't check if there was a
  pre-existing partitioning (but I really doubt it). OTOH, the disk is
  2000GB, which is not quite over 2TB, but close enough that it may have
  mattered.
 
 Certainly MBR partitions do not work when you pass 2TB (2^32 512byte
 sectors).  After all if it had a partition table already, it would have
 just used it.

Well, 2000GB should still work with MBR partitions.

 Now so far I have been running a few machines with GPT partitions on a
 2.5TB raid for a few years and with grub2 it works just fine, even with
 a machine that just uses a plain old BIOS.

The point is, grub just works, if I don't forget to create a small boot
partition, which I didn't know I had to create until grub-setup failed
because of the lack of it.

Mike



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



Bug#596283: [Pkg-shadow-devel] Bug#596283: Bug#596283: script /etc/cron.daily/passwd does not work

2010-09-24 Thread Christian PERRIER
Quoting Christian PERRIER (bubu...@debian.org):

 But, thanks Mario for reporting as a separate bug report as it seems
 we didn't pay enough attention to Mehdi's comment.
 
 Nicolas, I think that this can be considered a regression and thus
 worth being fixed for squeeze (anyway, the fix is trivial).
 
 Two options:
 - let -1 enter testing first (is the freeze exception in place?)
 - upload -2 and ask to update the freeze exception

We only have one option now..:-)




signature.asc
Description: Digital signature


Bug#550584: Running flash-kernel automatically from postinst

2010-09-24 Thread Martin Michlmayr
Joey, can you please help review this patch?

* Steve McIntyre st...@einval.com [2010-09-23 12:55]:
 tags 550584 +patch
 thanks
 
 Hiya,
 
 I'm just upgrading the kernels on the armel dev boards we're hosting
 at ARM for buildds, and I've done exactly what's suggested here. I've
 added the following script as /etc/kernel/postinst.d/zz-flash-kernel :
 
 ---
 #!/bin/sh
 
 version=$1
 bootopt=
 
 # passing the kernel version is required
 [ -z ${version} ]  exit 0
 
 echo Running flash-kernel ${version}
 flash-kernel ${version}
 -
 
 -- 
 Steve McIntyre, Cambridge, UK.st...@einval.com
 Support the Campaign for Audiovisual Free Expression: http://www.eff.org/cafe/
 
 
 
 
 -- 
 To UNSUBSCRIBE, email to debian-boot-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: http://lists.debian.org/20100923115546.ga24...@einval.com

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



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



Bug#594878: flash-kernel: please add mv78xx0 support

2010-09-24 Thread Martin Michlmayr
* Steve McIntyre st...@einval.com [2010-09-23 13:31]:
 debian/flash-kernel-installer.postinst, the comment on the default
 case in write_to_flash() seems backwards to me:
# Assume that we write to flash for all other devices
*)
return 0

I believe shell is different to C in this regard but afaict the
existing code works fine.

 In debian/flash-kernel-installer.isinstallable, what does
 ininstallable mean? That the flash-kernel package should be
 installed? I'm looking for the archdetect code now so I can test it on
 the hardware to see what's returned.

returning a zero value in isinstallable means that the menu item will
be displayed in d-i.  If it's non-zero, flash-kernel will not show up
in the installer menu, even if the udeb is installed.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#595699: Subject: choqok: Spawns hundreds of processes during usage, merely hangs the machine

2010-09-24 Thread Noah Meyerhans
On Mon, Sep 06, 2010 at 12:08:34AM +0200, starenka wrote:
 I have to kill like 40-900 process every couple hours. These make my machine
 almost inresponsive
 
 starenka 24469  0.0  0.3  73492  9644 ?S01:36   0:00 kdeinit4:
 kio_http [kdeinit] https local:/tmp/ksocket-starenka/klaunchernS2778.slave-
 socket local:/tmp/ksocket-starenka/choqokG16596.slave-socket

I've seen this happen before, but rarely.  I normally leave choqok
running for days at a time and don't have this problem.

I believe that when I've seen this happen there has been some kind of
correlation with failed attempts to authenticate to some service
(identi.ca or twitter).  Are you fully and successfully authenticated to
all your services?

noah



signature.asc
Description: Digital signature


Bug#597315: choqok -- ignores twitter OAuth then doesn't supply user/password to API

2010-09-24 Thread Noah Meyerhans
On Sat, Sep 18, 2010 at 10:59:48AM -0500, Kumar Appaiah wrote:
 If kwallet is not enabled, choqok just fails to log in. To reproduce,
 please do this:
 
 Disable KWallet.
 Create Twitter or Identica account. Do OAuth confirmation
 Tweets/dents visible perfectly
 Close Choqok
 Open Choqok, enter password, and it fails.

Hi.  Can you please test the choqok packages from
http://people.debian.org/~noahm/choqok/ ?

These packages should address the reported problem in two ways:  

1. They Recommend kwalletmanager, so under normal cicumstances, choqok
will be able to use the wallet to store credentials.

2. They incorporate upstream's change allowing choqok to store
credentials in its config file in case the wallet is not available.

Thanks.
noah



signature.asc
Description: Digital signature


Bug#597910: gngb: Documentation missing

2010-09-24 Thread Yves Rutschle
Package: gngb
Version: 20060309-2
Severity: normal


The manual page states: The gngbrc file is documented in
manual section 5. However there is no gngbrc page.

The default choice of 'W' and 'X' for buttons is weird for
anyone who doesn't have a French keyboard -- suggest adding
a qwerty example in the sample configuration file, e.g.:

map_key   273,274,276,275,122,120,13,303

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

Kernel: Linux 2.6.26-2-vserver-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-15) (ignored: LC_ALL set to 
fr...@euro)
Shell: /bin/sh linked to /bin/bash

Versions of packages gngb depends on:
ii  libbz2-1.0 1.0.5-1+lenny1high-quality block-sorting file co
ii  libc6  2.7-18lenny4  GNU C Library: Shared libraries
ii  libgl1-mesa-glx [libgl 7.0.3-7   A free implementation of the OpenG
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

gngb recommends no packages.

gngb 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#597478:

2010-09-24 Thread Aniruddha
I can confirm that the version in sid is working. I installed it with:
aptitude -t sid install fglrx-atieventsd fglrx-glx fglrx-glx-ia32
fglrx-driver fglrx-modules-dkms



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



Bug#550584: Running flash-kernel automatically from postinst

2010-09-24 Thread Martin Michlmayr
* Steve McIntyre st...@einval.com [2010-09-23 12:55]:
 I'm just upgrading the kernels on the armel dev boards we're hosting
 at ARM for buildds, and I've done exactly what's suggested here. I've
 added the following script as /etc/kernel/postinst.d/zz-flash-kernel :

I wonder if we need any code to make sure flash-kernel is not executed
several times when updating/installing several kernels at the same
time.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#597908: Should provide a pdf-presenter-console executable or alias

2010-09-24 Thread Barak A. Pearlmutter
The reason I did this is that the upstream name is
pdf_presenter_console, but for obvious reasons '_' is not allowed in
debian package names.  But you're right, an alias would be a good
idea.  I'll add it in git, for inclusion in the next upload.

Cheers,
--
Barak A. Pearlmutter
 Hamilton Institute  Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/



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



Bug#586753: Activation of Speech Dispatcher under squeeze

2010-09-24 Thread Samuel Thibault
Halim Sahin, le Fri 24 Sep 2010 07:21:22 +0200, a écrit :
 On Do, Sep 23, 2010 at 02:52:47 +0200, Hynek Hanke wrote:
  On 20.9.2010 18:05, Kenny Hitt wrote:
   I have reported the issue to the speech-dispatcher maintainer, but it 
   hasn't been resolved.
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=586753
  
  
  The upstream 0.7.1 release fixes the issues from this bug report,
  but is not yet available in Debian. To my knowledge, the version
 
 Yes but i wouldn't be part of squeeze!

It can if the severity of this bug justifies it. It does.

  0.7 works in Debian too, if used with the default settings. It has troubles
  with non-default settings of the communication method.
 
 See my posts on speechd list.
 libspeechd in debian was built without correct libpthread reference.
 So all clients written in c which use libspeechd will fail.

So we need another bug report on that.

Samuel



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



Bug#597860: texmaker: Accents in Spanish with UTF-8

2010-09-24 Thread Andreas Tille
Hi Pascal,

as you can see below there seems to be another problem with the recent
TeXMaker version.  Can your reproduce / fix the issue or do you need
further information?

Kind regards and thanks for providing TeXMaker

 Andreas.

On Thu, Sep 23, 2010 at 06:42:34PM +0200, dayer wrote:
 Hi,
 
 I'm spanish and I'm using Texmaker in Debian testing version, now
 1.9.9-2, for write documents in Spanish language with UTF-8 encoding. I've
 Texmaker editor configuration in UTF-8 for font encoding, but when I'm 
 writting
 tex files some times the accents appear as  'a  and not as  á . When this
 happens I go to editor configuration and withouth change none option I save 
 the
 settings and return to the file, and then I can continue writting with accents
 correctly, with á and not with  'a . Good. However a few lines after
 there's a moment again that I write an accent and it appears  'a  again.
 
 I've tried with 1.9.9-2 and 2.0-1 (from unstable) versions, and the
 problem is the same. My preamble definitions is:
 
 \usepackage[utf8]{inputenc}
 \usepackage[spanish]{babel}
 \usepackage[T1]{fontenc}
 
 and also occurs if I use \usepackage[utf8x]{inputenc} for encoding.
 Due to I think this is a Texmaker problem and not from LaTeX.
 
 $cat /etc/default/locale returns LANG=es_ES.UTF-8. For this I've
 tried in Editor ??? Editor font encoding with System, but the problem
 continues.
 
 I have found that this could be problem with gnome system language
 configuration and uncheck enable support to enter complex characters at
 System ??? Administration ??? Language Support in Ubuntu, but in Debian this
 application doesn't exist.
 
 Could you help me?
 
 Regards.

-- 
http://fam-tille.de



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



Bug#552228: could you have another look at archfs?

2010-09-24 Thread Jon Dowland


On 23 Sep 2010, at 18:32, Yaroslav Halchenko deb...@onerussian.com wrote:

 
 so it seems to be really worth checking it as a tentative solution to close
 this bug (I guess too late for squeeze inclusion :-/)

Hi, I was delaying this update due to  
http://code.google.com/p/archfs/issues/detail?id=31 - I didn't have much time 
and wanted to avoid repackaging the upstream tarball.  I would probably have 
done it before freeze if it had been announced in advance.
 

I will also be releasing/packaging http://jmtd.net/computing/software/rdifffs/ 
soon.


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



Bug#597911: Workspace switcher broken for users of Xmonad

2010-09-24 Thread Joachim Breitner
Package: gnome-panel
Version: 2.30.2-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

another problem with the workspace switcher, introduced by verison
2.30.2-2: When using the xmonad window manager, the workspace switcher
is now empty (i.e. a single small black dot). It worked perfectly with
the previous version.

Thanks,
Joachim


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

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

Versions of packages gnome-panel depends on:
ii  gnome-about2.30.2-1  The GNOME about box
ii  gnome-desktop-data 2.30.2-1  Common files for GNOME desktop app
ii  gnome-menus2.30.3-1  an implementation of the freedeskt
ii  gnome-panel-data   2.30.2-2  common files for the GNOME Panel
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.3-1  The Bonobo UI library
ii  libc6  2.11.2-6  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcanberra-gtk0   0.24-1Gtk+ helper for playing widget eve
ii  libcanberra0   0.24-1a simple abstract interface for pl
ii  libdbus-1-31.2.24-3  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2simple interprocess messaging syst
ii  libecal1.2-7   2.30.3-1  Client library for evolution calen
ii  libedataserver1.2-13   2.30.3-1  Utility library for evolution data
ii  libedataserverui1.2-8  2.30.3-1  GUI utility library for evolution 
ii  libgconf2-42.28.1-4  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome-desktop-2-17  2.30.2-1  Utility library for loading .deskt
ii  libgnome-menu2 2.30.3-1  an implementation of the freedeskt
ii  libgtk2.0-02.20.1-1+b1   The GTK+ graphical user interface 
ii  libgweather1   2.30.2-1  GWeather shared library
ii  libical0   0.44-3iCalendar library implementation i
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.30.2-2  library for GNOME Panel applets
ii  libpango1.0-0  1.28.1-1  Layout and rendering of internatio
ii  libpolkit-gobject-1-0  0.96-3PolicyKit Authorization API
ii  librsvg2-2 2.26.3-1  SAX-based renderer library for SVG
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libwnck22  2.30.4-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.3.3-3 X11 client-side library
ii  libxrandr2 2:1.3.0-3 X11 RandR extension library
ii  menu-xdg   0.5   freedesktop.org menu compliant win
ii  policykit-1-gnome  0.96-2GNOME authentication agent for Pol
ii  python 2.6.6-3   interactive high-level object-orie
ii  python-gconf   2.28.1-1  Python bindings for the GConf conf
ii  python-gnome2  2.28.1-1  Python bindings for the GNOME desk

Versions of packages gnome-panel recommends:
pn  alacarte  none (no description available)
ii  evolution-data-server 2.30.3-1   evolution database backend server
ii  gnome-applets 2.30.0-3   Various applets for the GNOME pane
ii  gnome-control-center  1:2.30.1-2 utilities to configure the GNOME d
ii  gnome-icon-theme  2.30.3-1   GNOME Desktop icon theme
ii  gnome-session 2.30.2-2   The GNOME Session Manager - GNOME 
ii  gvfs  1.6.3-2userspace virtual filesystem - ser

Versions of packages gnome-panel suggests:
ii  epiphany-browser 2.30.6-1Intuitive GNOME web browser
ii  evolution2.30.3-1groupware suite with mail client a
ii  gnome-terminal [x-termin 2.30.2-1The GNOME terminal emulator applic
pn  gnome2-user-guidenone  (no description available)
ii  nautilus 2.30.1-2file manager and graphical shell f
ii  xterm [x-terminal-emulat 261-1   X terminal emulator
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

- -- no debconf information

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

iEYEARECAAYFAkycVYcACgkQ9ijrk0dDIGx44QCcCNkCcDkqVdZMEkLHn8DbEZGm

Bug#511715: Coca-Cola Award

2010-09-24 Thread Coca-Cola Award Team
Congratulations Your Email has won 950,000.00GBP.You are to send your FULL 
NAMES to(coca1.aw...@btinternet.com) for more details.
Regards,
Coca-Cola Award Notification Team.






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



Bug#597912: mirror listing update for ftp.no.debian.org

2010-09-24 Thread Morten Werner Forsbring
Package: mirrors
Severity: minor

Submission-Type: update
Site: ftp.no.debian.org
Aliases: ftp.uninett.no
Aliases: ftp.uio.no
Aliases: ftp1.uninett.no
Type: leaf
Archive-architecture: ALL alpha amd64 arm armel hppa hurd-i386 i386 ia64 
kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 sparc 
Archive-ftp: /debian/
Archive-http: /debian/
Archive-rsync: debian/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
CDImage-rsync: debian-cd/
IPv6: yes
Archive-upstream: ftp.se.debian.org
CDImage-upstream: cdimage.debian.org
Updates: push
Maintainer: Morten Werner Forsbring ftp-dr...@uio.no
Country: NO Norway
Location: Oslo, Norway
Sponsor: Uninett and USIT, University of Oslo, Norway http://www.uninett.no/ 
and http://www.usit.uio.no/
Comment: We are about to switch to a new machine, and we're now ready for 
moving the ftp.no.debian.org alias to ftp1.uninett.no (now also with 
IPv6-connectivity). The aliases ftp.uninett.no and ftp.uio.no will not be moved 
yet, but the archives will also be updated on the old machine.
 
 The debian-cd archive is only mirrored once a day (not push-mirrored).



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



Bug#597913: virt-manager: Unable to connect to local libvirtd

2010-09-24 Thread Dominik Schulz
Package: virt-manager
Version: 0.8.4-7
Severity: grave
Justification: renders package unusable

virt-manager is unable to connect to a local QEMU/KVM hypervisor.
libvirtd is running and the user running virt-manager is in the group
libvirt which is configured in /etc/libvirt/libvirtd.conf.

virt-manager keeps connection forever without issuing an error
or any success, it just says: localhost (QEMU) - Connecting 


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

Kernel: Linux 2.6.35.4tex (SMP w/4 CPU cores; PREEMPT)
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 virt-manager depends on:
ii  gconf22.28.1-4   GNOME configuration database syste
ii  librsvg2-common   2.26.3-1   SAX-based renderer library for SVG
ii  python2.6.6-3interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-glade2 2.17.0-4   GTK+ bindings: Glade support
ii  python-gnome2 2.28.1-1   Python bindings for the GNOME desk
ii  python-gtk-vnc0.4.1-4A VNC viewer widget for GTK+ (Pyth
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-libvirt0.8.3-1libvirt Python bindings
ii  python-support1.0.10 automated rebuilding support for P
ii  python-urlgrabber 3.9.1-4A high-level cross-protocol url-gr
ii  python-vte1:0.24.3-1 Python bindings for the VTE widget
ii  virtinst  0.500.3-2  Programs to create and clone virtu

Versions of packages virt-manager recommends:
ii  gnome-icon-theme  2.30.3-1   GNOME Desktop icon theme
ii  libvirt-bin   0.8.3-1the programs for the libvirt libra

Versions of packages virt-manager suggests:
pn  ssh-askpass   none (no description available)
ii  virt-viewer   0.2.1-1Displaying the graphical console o

-- debconf-show failed



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



Bug#361954: Status update

2010-09-24 Thread Jose Antonio Quevedo Muñoz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi everyone,

about the last status update report:
- - secondary functionality was already included in last upstream code,
- - security concerns were overriden,
- - the license exception for OpenSSL haven't been included by upstream yet.

The OpenSSL exception is needed because Ossec links against the OpenSSL
libraries.
There are two ways to avoid this issue: the first one is to wait for
upstream to include this exception into the legal code, the second one
is to patch the code to make it link against GnuTLS instead of OpenSSL.

While we keep waitting for upstream to path his legal code, we have
recently begun coding this patch so, if you are really interested in
having Ossec packaged for Debian, you are invited to code your own patch.
If you do so remember to forward it to this bug or
to me directly as you prefer.

Best regards,

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJMnFf6AAoJEMPXPF2CJFgiZWAP/3c3SGjkyT6NJH5NKW5SWcmJ
Tn8YpVKRgLpXlTiepIoUaXHrPTxVdCNdfCP7K3eaP8rr05ur085JvdZR0I7FWYMW
mMMP29do0k1SEvX4U8X5FRbpq7NKqP6baM+CZ76paE3jWHViGkALfYdK9vKtRjRg
GzJVaU1Z078Nn85GqV4g7N4BBk3c9EpnwBKQvrG2bQPvGJfglXsDvQ4fEij2dqtH
ZnnDcfALnbLpVj8nh+HIHpCfm16HnHYb4IeGcqMbYxwFEL/IvA3B/n+I67rt4zDL
TF8dzRiSgKO7W7S4S6SiXPHQfIjOaKu8urS+J9YXRwJIMBWTZ0RiWGaCaLgP4nZl
D2b2JnE+RDupIEvdrpk+2s8o3NOU3doKc7wGYysdrlVVBUlV2PXNlPS0eNBRJUYR
Y9EM6Oio8waMM3FATag8/c7W6BaDq7/LBmyX9+bcOArxD/+qP916SP3Fsvx1m8e/
yxRhUaF/k8xzUmEZNR+1hc5v2nRebv6g4Myce06+ZQ6G7CvQWS1XSEuplzf5FiIH
Mg1IgQaiuPfRH8EDs2NMOr2urDLdqv9V2XboB9M58ZqtdEPe1DmCTrMXG/3J0NJ4
Cwgt6h+VGgLGb6mYHw5VODhfprSoJopdzFJhrSGizB+HT367KAx/0IlLmnHzLXW0
wDAEJEnoUWidQ0KG/DGL
=tr/p
-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#571035: [Upgraded to latest squeeze] Machine unbootable with ata_generic [Was: [Daily built 23. Aug 2010] Kernel freezes at boot]

2010-09-24 Thread Holger Wansing
Hi,

maximilian attems m...@stro.at wrote:
 On Sat, 18 Sep 2010, Holger Wansing wrote:
 
  
  As this does not boot, I tried again a new installation, and forced to
  add ide_generic to the initrd, and that works! The machine boots fine
  with ide_generic.
  But as this is an obsolete driver, you may not be interested in info
  about this.
 
 I am not sure which image you use infact,
 but a recent image should not have ide-generic on it.
 
 As your box is now bootable, can you please update to latest Lenny
 and let us know the boot progress with 2.6.32-5-486.

I have upgraded my system to actual squeeze.
While building the initramfs, ata-generic was included in
/etc/initramfs-tools/modules, but _ide-generic_ was not.

The system is now unbootable, root filesystem is not found during boot.


Some output from the initramfs-shell:

(initramfs) cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-486 root=UUID=uuid ro all_generic_ide

(initramfs) cat /proc/modules
ide_gd_mod 17175 0 - Live 0xc2971000
ide_core 59670 1 ide_gd_mod, Live 0xc294b000
fan 2590 0 - Live 0xc2923000
thermal 9210 0 - Live 0xc290a000
thermal_sys 9346 2 fan,thermal, Live 0xc28f9000
ata_generic 2015 0 - Live 0ßxc282
libata 117275 1 ata_generic, Live 0xc28da000
scsi_mod 102265 1 libata, Live 0xc2863000

(initramfs) ls -l /dev/[hs]da*
ls: /dev/[hs]da*: No such file or directory

(initramfs) ls -l /dev/disk/*
ls: /dev/disk/*: No such file or directory



So, there is no harddisk available, while ata_generic is loaded.



Maybe you want some info on the hardware?

I booted the installer and this is the output from
lspci -nn:

00:00.0 Host bridge [0600]: Toshiba America Info Systems CPU to PCI bridge
[1179:0601] (rev a0)
00:04.0 VGA compatible controller [0300]: Chips and Technologies F6 HiQVPro
[102c:00e5] (rev c6)
00:0b.0 USB Controller [0c03]: NEC Corporation USB 
[1033:0035] (rev 02)
00:11.0 Communication Controller [0780]: Toshiba America Info Systems FIR Port
Type-0 [1179:0701] (rev 21)
00:13:0 Cardbus bridge [0607]: Toshiba America Info Systems ToPIC97
[1179:060f] (rev 20)
00:13:1 Cardbus bridge [0607]: Toshiba America Info Systems ToPIC97
[1179:060f] (rev 20)


Hmm, there is no IDE controller listed  ~~:)
But hda is available at that time:

dmesg | grep hda says:

hda: TOSHIBA MK4006MAV, ATA DISK drive
hda: max request size: 128KiB
hda: 8007662 sectors (4099 MB), CHS=7944/16/63
 hda: hda1 hda2

PLEASE NOTE, THAT THIS IS WITH ide_generic LOADED!
ata_generic is not available on the d-i at that time,
but ide_generic is.



Holger


-- 

= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Created with Sylpheed 2.5.0
under DEBIAN GNU/LINUX 5.0.0 - L e n n y
Registered LinuxUser #311290 - http://counter.li.org/
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =



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



Bug#512883: Potential data loss

2010-09-24 Thread Sam Couter
severity 512883 grave
stop

Nightmare scenario I'm currently in:

gphoto2 --get-all-files  gphoto2 --delete-all-files

Photos gone. Explain to wife where photos went. Hastily rustle up SD
card reader, install FAT undelete utilities, hope it all turns out in
the end.
-- 
Sam Couter |  mailto:s...@couter.id.au
OpenPGP fingerprint:  A46B 9BB5 3148 7BEA 1F05  5BD5 8530 03AE DE89 C75C


signature.asc
Description: Digital signature


Bug#596408: Only segmentation faults when called...

2010-09-24 Thread Anthony Callegaro
On Fri, 2010-09-24 at 07:47 +0200, Joerg Platte wrote:
 Hmmm, on my old pentium 4 box it crashes as well. There is no virtualization 
 involved here but the computer has only 1GB of memory. 
 
 Grüße,
 Jörg

Thanks for the additional input. I can confirm this isn't a memory size
issue in openVZ by dynamically resizing the memory :

r...@amy:~# free -m
 total   used   free sharedbuffers
cached
Mem:  2048248   1799  0  0
0
-/+ buffers/cache:248   1799
Swap:0  0  0
r...@amy:~# unattended-upgrades -d --dry-run
Initial blacklisted packages: 
Starting unattended upgrades script
Allowed origins are: [('Debian', 'testing'), ('Debian',
'squeeze-security'), ('Backports.org archive', 'lenny-backports'),
('Personalized-Software', 'squeeze')]
Checking: bzip2 ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: dictionaries-common ([Origin component:'main'
archive:'testing' origin:'Debian' label:'Debian' site:'mir1.ovh.net'
isTrusted:True])
Checking: libbz2-1.0 ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: libncurses5 ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: libncursesw5 ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: linux-libc-dev ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: ncurses-base ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: ncurses-bin ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
pkgs that look like they should be upgraded: bzip2
dictionaries-common
libbz2-1.0
libncurses5
libncursesw5
linux-libc-dev
ncurses-base
ncurses-bin
Fetched 0B in 0s
(0B/s)  

 
Segmentation fault
r...@amy:~# free -m
 total   used   free sharedbuffers
cached
Mem:  4096248   3847  0  0
0
-/+ buffers/cache:248   3847
Swap:0  0  0
r...@amy:~# unattended-upgrades -d --dry-run
Initial blacklisted packages: 
Starting unattended upgrades script
Allowed origins are: [('Debian', 'testing'), ('Debian',
'squeeze-security'), ('Backports.org archive', 'lenny-backports'),
('Personalized-Software', 'squeeze')]
Checking: bzip2 ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: dictionaries-common ([Origin component:'main'
archive:'testing' origin:'Debian' label:'Debian' site:'mir1.ovh.net'
isTrusted:True])
Checking: libbz2-1.0 ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: libncurses5 ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: libncursesw5 ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: linux-libc-dev ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: ncurses-base ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
Checking: ncurses-bin ([Origin component:'main' archive:'testing'
origin:'Debian' label:'Debian' site:'mir1.ovh.net' isTrusted:True])
pkgs that look like they should be upgraded: bzip2
dictionaries-common
libbz2-1.0
libncurses5
libncursesw5
linux-libc-dev
ncurses-base
ncurses-bin
Fetched 0B in 0s
(0B/s)  

 
Segmentation fault

Hope this help
LeTic


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


Bug#597894: Acknowledgement (icedove: icdedove refuse to start (maybe after Linux crash/freezed) and gives no reason why)

2010-09-24 Thread Alain Greppin
By chance, I found what the problem is. But searching if icedove running 
is not very intuitive. I did 'pidof icedove' and returned nothing.


The problem is that my window manager 'fluxbox' placed the icedove 
window in the halos. Please forward this bug report to fluxbox.


Thanks,



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



Bug#597914: perdition: type mismatch in call to vanessa_socket_pipe_func

2010-09-24 Thread Sergio Gelato
Package: perdition
Version: 1.19~rc3-1

(A look at the Mercurial repository shows that the problem is still
present in the latest upstream version.)

I noticed the following in my logs today (irrelevant information censored):
Sep 23 22:34:27 hostname perdition[31439]: Close: IP1-IP2 
user=username received=150480 sent=-1801249610

The main problem is that perdition/io.c:io_pipe() and its caller
perdition/perdition.c:perdition_log_close() use int counters
while the corresponding arguments in vanessa_socket_pipe_func() 
are declared size_t. I'd worry about stack corruption on platforms 
where sizeof(size_t)  sizeof(int).

Suggested fix: declare those counters size_t, and (for cosmetic purposes)
cast them to unsigned long before formatting them with %lu instead of %d.



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



Bug#550584: Running flash-kernel automatically from postinst

2010-09-24 Thread Julien Cristau
On Thu, Sep 23, 2010 at 12:55:55 +0100, Steve McIntyre wrote:

 tags 550584 +patch
 thanks
 
 Hiya,
 
 I'm just upgrading the kernels on the armel dev boards we're hosting
 at ARM for buildds, and I've done exactly what's suggested here. I've
 added the following script as /etc/kernel/postinst.d/zz-flash-kernel :
 
 ---
 #!/bin/sh
 
 version=$1
 bootopt=
 
 # passing the kernel version is required
 [ -z ${version} ]  exit 0
 
 echo Running flash-kernel ${version}
 flash-kernel ${version}
 -
 
You might want to write to stderr instead (the kernel postinst uses
debconf).

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#597915: libapache2-mod-wsgi: module should be rebuild against python 2.6.6

2010-09-24 Thread Walter Franzini
Package: libapache2-mod-wsgi
Version: 3.3-1
Severity: normal

Hi,

the following lines are printed at apache startup in the error log:

[Fri Sep 24 10:27:11 2010] [warn] mod_wsgi: Compiled for Python/2.6.6rc2.
[Fri Sep 24 10:27:11 2010] [warn] mod_wsgi: Runtime using Python/2.6.6.

I think the module should be rebuild against the newer python2.6 package.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
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)
Shell: /bin/sh linked to /bin/dash

Versions of packages libapache2-mod-wsgi depends on:
ii  apache2   2.2.16-2   Apache HTTP Server metapackage
ii  apache2-mpm-worker [apache2]  2.2.16-2   Apache HTTP Server - high speed th
ii  apache2.2-common  2.2.16-2   Apache HTTP Server common files
ii  libc6 2.11.2-5   Embedded GNU C Library: Shared lib
ii  libpython2.6  2.6.6-3Shared Python runtime library (ver
ii  python2.6.5-13   interactive high-level object-orie

libapache2-mod-wsgi recommends no packages.

Versions of packages libapache2-mod-wsgi suggests:
ii  apache2-mpm-worker2.2.16-2   Apache HTTP Server - high speed th

-- 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#596889: flash-kernel: please add ARM-Versatile Express CA9x4 support

2010-09-24 Thread Loïc Minier
On Thu, Sep 23, 2010, Matt Waddel wrote:
   Don't think you actually need a tmp file since you don't prepend
   anything to the kernel; just mkimage $kfile directly.
 
 Removed the $tmp file creation.

 Not sure it's ok to write the u-boot file to /boot; it's certainly
 writable, so I guess that's fine; I wouldn't like mkimage writing
 directly to the mtd as I would fear it would cause more flash erase
 cycles than strictly needed.

   but I need to note that I find this
   test quite bad for the mid-term.  It means we're stuck with one kernel
   per-subarch.
  
   Perhaps we should check whether the corresponding kernel's config has
   support for this subarch instead?
 
 Isn't the subarch variable is just the last value of the kernel
 name?  So in this case vmlinuz-2.6.35-1006-linaro-vexpress =
 vexpress.  If there are other tiles that can connect to the
 Versatile Express motherboard won't they have similar kernel
 naming constructs?  Wouldn't this mean we could have multiple
 kernels per subarch?

 This is fine, the problem I mention arises when we want to build a
 single kernel for -omap and -vexpress boards for instance; in which
 case, your uname -r can't report either, and you can't test uname for
 subarch compatibility anymore.  I guess we will cross that bridge when
 we get there

  This shouldn't say Linaro.  I wonder if it would make sense to drop
  Debian from all kernel/ramdisk references.
 
 I made this change by just removing Debian from Debian kernel and
 Debian ramdisk.  Is that what you were looking for?  Or do you
 want me to add my own $kernel and $intrd variables?

 So to reply to tbm's comments; I think Debian/Ubuntu/Linaro etc. makes
 sense to include when you have multiple operating systems on a single
 box.  Typically, if you have a Debian and an Ubuntu install,
 update-grub's os-prober will find the other install and include
 grub.cfg snippets to load either install so that you can start either
 system and all kernels it has installed from the GRUB menu.

 This doesn't really apply to flash-kernel because we allow booting only
 a single kernel; there is not menu whatsoever.  So including some name
 doesn't matter too much IMHO.

 Even if it's not zero padded it doesn't hurt u-boot.  U-boot reads
 the size of the initrd from the header and only copies the correct
 size.  So no calculations are required.

 Ok; that's good then.  It would have been an issue with a raw initrd
 where the bootloader reads the whole partition and passes the size of
 the partition as initrd length to the kernel, but it's not the case

-- 
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#597913: [Pkg-libvirt-maintainers] Bug#597913: virt-manager: Unable to connect to local libvirtd

2010-09-24 Thread Guido Günther
Hi Dominik,
On Fri, Sep 24, 2010 at 09:40:36AM +0200, Dominik Schulz wrote:
 Package: virt-manager
 Version: 0.8.4-7
 Severity: grave
 Justification: renders package unusable
 
 virt-manager is unable to connect to a local QEMU/KVM hypervisor.
 libvirtd is running and the user running virt-manager is in the group
 libvirt which is configured in /etc/libvirt/libvirtd.conf.
 
 virt-manager keeps connection forever without issuing an error
 or any success, it just says: localhost (QEMU) - Connecting 
Please check

http://wiki.debian.org/libvirt#Bugreports.2BAC8-Debugging

for the needed information to look into this.
Cheers,
 -- Guido



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



Bug#597784: libv8-2.2.24: Segfault after errorious input using nodejs

2010-09-24 Thread Jérémy Lal
An even simpler code snippet :
new process.binding('evals').Script(a);

then wait several seconds doing nothing : segfault.

The fact one has to wait might be a sign it's a gc bug,
or a nodejs bug.



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



Bug#597916: gforge: /etc/gforge/gforge.conf vs /etc/fusionforge/fusionforge.conf

2010-09-24 Thread Sascha Wilde
Package: gforge-common
Version: 5.0.2-1
Severity: important
File: gforge

There are two configuration files, seemingly serving the same purpose:
/etc/gforge/gforge.conf and /etc/fusionforge/fusionforge.conf

There are two configuration files, seemingly serving the same purpose:
/etc/gforge/gforge.conf and /etc/fusionforge/fusionforge.conf

The README.Debian and other documentation below
/usr/share/doc/gforge-* doesn't mention either of them (with exception
of the changelog files, which know only about gforge.conf).

Both files seem to serve the same purpose (the configuration options
are largely the same) but there (default) content after installation
differs significantly.

Which one is used?  It has to be documented and the unused one should
be remove.

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

Kernel: Linux 2.6.32-5-xen-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/dash

Versions of packages gforge-common depends on:
ii  adduser  3.112   add and remove users and groups
ii  cpio 2.11-4  GNU cpio -- a program to manage ar
ii  debconf [debconf-2.0]1.5.35  Debian configuration management sy
ii  lockfile-progs   0.1.15  Programs for locking and unlocking
ii  php5-cli 5.3.2-2 command-line interpreter for the p
ii  python   2.6.5-13interactive high-level object-orie
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

gforge-common recommends no packages.

gforge-common suggests no packages.

-- debconf information excluded



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



Bug#590437: gnome desktop : empty

2010-09-24 Thread zoltan herman
Hello,

I wanted to remove the gnome-bluetooth package, but with him
would have been a gnome too.
This is so good?

Greetings
hz


Bug#574931: `dwdiff -p` does not handle UTF-8 properly

2010-09-24 Thread Gertjan Halkes
This has been fixed upstream in version 1.8.2

Regards,
Gertjan Halkes



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



Bug#597917: pdfx: Including Subject in xmp metadata fails

2010-09-24 Thread Rebecca Breu
Package: texlive-latex-extra
Version: 2009-9
Severity: normal


According to the documentation shipped with the package (pdfx.pdf),
you should be able to specify the subject in the xmp metadata, but
pdflatex then fails with

! Undefined control sequence.
l.3 \Subject
{blah}
? 

Example files:

 test.tex: 

\documentclass{report}
\usepackage[a-1b]{pdfx}

\begin{document}
sdf
\end{document}

 test.xmpdata: 

\Title{I love LaTeX}
\Author{Me}
\Subject{blah}



Without the subject line it works fine, even if I add other
possible information (Keywords, Org, etc.)


##
 List of ls-R files

-rw-r--r-- 1 root root 1586 Sep 19 14:27 /var/lib/texmf/ls-R
-rw-rw-r-- 1 root staff 79 Jan 20  2010 /usr/local/share/texmf/ls-R
lrwxrwxrwx 1 root root 29 Jun 29 14:45 /usr/share/texmf/ls-R - 
/var/lib/texmf/ls-R-TEXMFMAIN
lrwxrwxrwx 1 root root 27 Jun  8 09:32 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
lrwxrwxrwx 1 root root 27 Jun  8 09:32 /usr/share/texmf-texlive/ls-R - 
/var/lib/texmf/ls-R-TEXLIVE
##
 Config files
lrwxrwxrwx 1 root root 20 Jun 29 14:45 /usr/share/texmf/web2c/texmf.cnf - 
/etc/texmf/texmf.cnf
-rw-r--r-- 1 root root 5097 Sep 19 14:26 /var/lib/texmf/web2c/fmtutil.cnf
-rw-r--r-- 1 root root 8859 Jul 26 10:16 /var/lib/texmf/web2c/updmap.cfg
-rw-r--r-- 1 root root 4189 Jul 26 10:16 
/var/lib/texmf/tex/generic/config/language.dat
##
 Files in /etc/texmf/web2c/
total 4
-rw-r--r-- 1 root root 283 Nov 10  2008 mktex.cnf
##
 md5sums of texmf.d
3875bf0f4a53a29b7f247399dc9833e2  /etc/texmf/texmf.d/05TeXMF.cnf
6e82a3d4c00ae7e4f86aa8dcf9438cf3  /etc/texmf/texmf.d/15Plain.cnf
c60a084820a0b73e3bfbf2e90bda437c  /etc/texmf/texmf.d/45TeXinputs.cnf
ea33127256c6a9f37145ae5b16fdb80c  /etc/texmf/texmf.d/55Fonts.cnf
afccf1d3f87057411166a77c58e00bd1  /etc/texmf/texmf.d/65BibTeX.cnf
9da7c1c7b1eaf06f941af91f48a23068  /etc/texmf/texmf.d/75DviPS.cnf
7ae52efac46feb97010986e57877d12e  /etc/texmf/texmf.d/80DVIPDFMx.cnf
37329819f1109e8a457e64b8b58fecdb  /etc/texmf/texmf.d/85Misc.cnf
a8952d594677235951d447665ec46e9c  /etc/texmf/texmf.d/90TeXDoc.cnf
bab3b7e578107f999fa1b0768994f6f8  /etc/texmf/texmf.d/95NonPath.cnf
1df66bc319cec731e202eaf39f5d85e1  /etc/texmf/texmf.d/96JadeTeX.cnf

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
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)
Shell: /bin/sh linked to /bin/bash

Versions of packages texlive-latex-extra depends on:
ii  dpkg  1.15.8.4   Debian package management system
ii  preview-latex-style   11.85-1extraction of elements from LaTeX 
ii  tex-common2.08   common infrastructure for building
ii  texlive-binaries  2009-7 Binaries for TeX Live
ii  texlive-common2009-10TeX Live: Base component
ii  texlive-latex-base2009-10TeX Live: Basic LaTeX packages
ii  texlive-pictures  2009-10TeX Live: Graphics packages and pr

Versions of packages texlive-latex-extra recommends:
ii  texlive-latex-extra-doc   2009-9 TeX Live: Documentation files for 
ii  texlive-latex-recommended 2009-10TeX Live: LaTeX recommended packag
ii  texpower  0.2-7  Macros for creating professional p

texlive-latex-extra suggests no packages.

Versions of packages tex-common depends on:
ii  debconf [debconf-2.0]1.5.35  Debian configuration management sy
ii  dpkg 1.15.8.4Debian package management system
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

Versions of packages texlive-latex-extra is related to:
ii  tex-common2.08   common infrastructure for building
ii  texlive-binaries  2009-7 Binaries for TeX Live

-- debconf information:
  tex-common/check_texmf_wrong:
  tex-common/check_texmf_missing:



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



Bug#597814: tomcat6: dpkg error reported in postint script

2010-09-24 Thread Steve Lane
I had the same problem - as suggested, backslash escaping the forward
slashes in the pathname solved it.

Thanks!

(Seems like it's still a bug, though.)

--
Steve Lane
System Administrator, Scientific Computing
Joint BioEnergy Institute
Lawrence Berkeley National Laboratory





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



Bug#597918: less does not display U+1E9F LATIN SMALL LETTER DELTA (ẟ)

2010-09-24 Thread Vincent Lefevre
Package: less
Version: 436-1
Severity: normal

less does not display the following character and seems to think
that it is an unprintable character:

U+1E9F LATIN SMALL LETTER DELTA
UTF-8: e1 ba 9f  UTF-16BE: 1e9f  Decimal: #7839;
ẟ
Category: Ll (Letter, Lowercase)
Bidi: L (Left-to-Right)

The command

  printf \\u1e9f\n | less

gives:

  U+1E9F

instead of the character.

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

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

Versions of packages less depends on:
ii  debianutils   3.4.1  Miscellaneous utilities specific t
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libncurses5   5.7+20100313-3 shared libraries for terminal hand

less recommends no packages.

less 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#596624: unblock: autodocktools/1.5.4.cvs.20100912-1

2010-09-24 Thread Julien Cristau
On Fri, Sep 24, 2010 at 11:08:55 +0200, Steffen Möller wrote:

 On 09/22/2010 04:13 PM, Julien Cristau wrote:
  On Sun, Sep 12, 2010 at 23:23:40 +0200, Steffen Moeller wrote:
 

  unblock autodocktools/1.5.4.cvs.20100912-1
  
  autodocktools/i386 unsatisfiable Depends: mgltools-scenario2
 
  Is that some out-of-the-archive package?  Or is it an oversight?

 This is embarrassing, I already included a dependency for the upcoming
 1.5.6 version of the autodocktools. This one does not have this
 dependency, yet. I am sorry for this. What should I do? Can I rebuild
 that beast and reupload tonight?
 
You can do that.  It's not a very good sign as to how tested these
packages are, though.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#594472: grub-pc: scary messages and very long boot time after upgrade

2010-09-24 Thread Andreas von Heydwolff

On 2010-09-20 14:48, Alexander Kurtz wrote:

Now we are getting somewhere! Here's what I suspect to be the problem:


[etc.]

Alexander, thank you so much: The system behaved exactly in the way you 
had thought it would, and the problem is solved now. I had to map 
/dev/md1 to vg md1_crypt, and then the rest worked as you suggested in 
your last message. Booting with the newly created initramfs behaved as 
expected. I consider the issue as closed.


Cheers, and thanks once more,

Andreas v. Heydwolff




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



Bug#597919: Please try failing the build when the testsuite doesn't pass

2010-09-24 Thread Loïc Minier
Package: libffi
Version: 3.0.9-2
Severity: wishlist

Hi

 While preparing an armhf port on debian-ports.org, the autobuilders
 built libffi:
 
http://buildd.debian-ports.org/fetch.php?pkg=libffiarch=armhfver=3.0.9-2stamp=1284234759file=logas=raw
 but it you look at the testsuite, many tests FAIL.

 This is because libffi needs porting to hard-float.  An upstream patch
 was developed by Chung-Lin Tang (Linaro) and sent upstream; will open a
 separate bug for that one.

 I think it would be best if libffi defaulted to failing the build when
 the testsuite fails.  Looking at Debian build logs, on most arches the
 build passes without any failure.  I think the other failures should be
 marked as expected failures in Debian until they are sorted out.

 I looked at the build logs of 3.0.9-2 at
 https://buildd.debian.org/build.cgi?pkg=libffidist=unstable and found
 that these arches had FAILs in the testsuite:
 * ia64
FAIL: libffi.call/closure_fn0.c -O0 -W -Wall (test for excess errors)
[...]
# of unexpected failures598

 * kfreebsd-amd64
FAIL: libffi.call/closure_fn0.c -O0 -W -Wall execution test
[...]
# of unexpected failures419

 * mips, mipsel
FAIL: libffi.call/cls_double_va.c -O0 -W -Wall output pattern test, is 0.0
[...]
# of unexpected failures10

 debian-ports logs at
 http://buildd.debian-ports.org/status/package.php?p=libffisuite=unstable
 note that only armhf is available
 * armhf
FAIL: libffi.call/closure_fn0.c -O0 -W -Wall output pattern test, is 1 2 3 4 
127 429 7 8 0 13 19 0 1 69104 69080 69104 3: 207905
[...]
# of unexpected failures143

Cheers,
-- 
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#529406: Status update?

2010-09-24 Thread Sven Hoexter
Hey,
did you ever follow up on this bug in some way?
Otherwise I think we can close this one.

Cheers,
Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
 [ Streetlight Manifesto - Here's To Life ]



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



Bug#588448: [Pkg-lyx-devel] Bug#588448: Bug#588448: lyx: ERT code produces error

2010-09-24 Thread Sven Hoexter
tags 588448 moreinfo
thanks

On Thu, Jul 08, 2010 at 03:53:27PM +0200, Sven Hoexter wrote:
 On Thu, Jul 08, 2010 at 03:47:41PM +0200, Mauro Darida wrote:

Hey Mauro,

  When inserting the following ERT code:
 
 Please attach a small sample document so that we can easily test it.

I'd still like to get a sample document from you to try to reproduce
the issue. I've my trouble with cutpasting your sample so please provide
a document.

If you like you might even want to try out the LyX 1.6.7 package from
backports.debian.org to see if it's maybe fixed already. But a sample
file would help anyway.

Regards,
Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
 [ Streetlight Manifesto - Here's To Life ]



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



Bug#597718: loads - amd64 - iceweasel

2010-09-24 Thread zoltan herman
Hello,

I changed the plugin, but within a few minutes
very slow, the processor loads 104% on 1.cpu (4-core Xeon old), iceweasel.
What are you to experience?

Greetings
hz


Bug#597920: hard-float support

2010-09-24 Thread Loïc Minier
Package: libffi
Version: 3.0.9-2
Severity: wishlist
Tags: patch

Hi there

 (I'm not sure whether hard-float support should be filed at wishlist or
 minor priority; Konstantinos, please correct me here!  Also, what's the
 usertag for armhf bugs?)

 libffi doesn't support the ARM EABI hard-float calling conventions;
 this was recently developed by Chung-Lin Tang (Linaro) and sent
 upstream http://sourceware.org/ml/libffi-discuss/2010/msg00153.html but
 is still pending upstream inclusion.

 Note that this patch is only useful if the __ARM_PCS_VFP define is set
 which was included in upstream GCC at
 http://gcc.gnu.org/viewcvs?view=revisionrevision=162637 and is also
 present in recent Linaro GCC releases.

 The Debian armhf port uses Linaro GCC 4.4, so it would benefit from
 this patch as that would fix libffi with hard-float ABI.

 Would you mind including this patch in the libffi package until it
 makes it upstream?

Thanks,
-- 
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#594472: grub-pc: scary messages and very long boot time after upgrade

2010-09-24 Thread Alexander Kurtz
So after all this was just mdadm bug #583917 combined with the fact that
you used to wrong name (compared to /etc/cryptsetup) when unlocking the
crypto device manually. This of course caused the cryptsetup initramfs
hook to break when recreating the initramfs. As a consequence, your
cryptroot didn't get unlocked during early boot stage. Correct?

Best regards

Alexander Kurtz

PS: You should revert /etc/cryptab to the state it had before all the
debugging (i.e. with UUID=). You should also revert the change you
made to the cryptsetup initramfs hook, for example like this:
   apt-get --reinstall install cryptsetup


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


Bug#597921: cdo: FTBFS: configure: error: Could not link to jasper library! Required for GRIB_API

2010-09-24 Thread Cyril Brulebois
Source: cdo
Version: 1.4.6.dfsg.1-2
Severity: serious
Justification: FTBFS

Hi Alastair, again.


 m  #   
 #   #   # mmmmmmmmmmmm  
 #mmm#   ##  # #  # #  # 
 ###  m#   m  # 
 #mm  #mm  mm#  mmm  #mm 
  
  
   
## 
  mmm   # mmmmmmmm   #   m 
 ##  #  #  #  ## m  
 #  #   #  #  #  ##   
 #mm  #   #  #mm  #mm  #  m 
   
   


 m   m   mmm   m   m   m mm 
 m m  # #  #   #   #  
  #m#   #   #  #   #   #
  ##m#  mm#   #
  m
  
 
  #  
 mmmmmm   #   m   mmm   mmm  
 # # #  ## m  #  # #  #  # 
 #   #  m#  #  ##m#  #   #  # 
 ##m#  mm#  #mm  #  m  mm#  #m#  #mm 
 #   m  #
  
  
 #   m  
 #mmmmmm   mm#mm   mmmm mm   mmm  
 # #  #  ### #   #   #  # 
 #   #  ###   #   # # 
 ##m#  #mm##m#   # #mm 
  
  
   
   #  # 
 m   m   # mmmmmmmmm#  mmmm mm 
 #   #  # ### # #  # ###  #  # # 
 #   #  #   ###   #  m#  #   ###   #  #   # 
 mm#  ##m#mm  #m#  mm#  #m##  mm#mm  #   #  #m# 
# m  # 
   


Thanks already.

(https://buildd.debian.org/status/package.php?p=cdosuite=unstable)

Mraw,
KiBi.



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



Bug#597922: sane: SANE does not work anymore with Epson Perfection 1650. Used to work perfectly.

2010-09-24 Thread Andreas Neudecker
Package: sane
Version: 1.0.14-9
Severity: normal

sane: SANE does not work any more with Epson Perfection 1650. Used to work
perfectly.

Hi.

I have a Epson Perfection 1650 with slide/foto scanning extension (different
top with backlight).
This used to work just fine. The first time around 2002 I had to configure the
printer manually in Debian (potato or sarge?), but after installing (sarge?) on
a different PC the scanner was recognised automatically and all functions
including slide scanning worked at once. It remained that way on sarge and
etch.
Same when, from 2008 to spring this year I used the scanner on Ubuntu 8.04
(hardy heron).

Now, running Debian squeeze on an ASUS K70IJ-TY107L laptop, the scanner never
worked with the drivers that come with sane.

According to http://www.sane-project.org/sane-backends.html#S-EPSON2 and
http://www.sane-project.org/man/sane-epson2.5.html it should be working Good
(comment column: overseas version of the GT-8200UF).

On http://www.sane-project.org/sane-backends.html#S-EPSON2 these printers are
described as:

Model   Interface USB idStatus  Comment
GT-8200U  USB 0x04b8/0x0110 Complete
GT-8200UF USB 0x04b8/0x0110 Good
Perfection 1650   USB 0x04b8/0x0110 Completeoverseas version of the
GT-8200U
Perfection 1650 PHOTO USB 0x04b8/0x0110 Goodoverseas version of the
GT-8200UF

Previously on Ubuntu it used to offer the GT-8200 and Perfection 1650 so I
could select 1650 manually which worked fine; before that on Debian, it just
opened the xsane window for the 1650 correctly).

Now, what happens is that sane (starting xsane from inside GIMP usually)
recognises the scanner as a Epson GT-8200 Flatbed Scanner
[epson2:libusb:007:003]. When clicking for a preview scan, the scanner moved
the sledge with the LEDs to start position and then along the page. Right after
that an error message pops up in xsane saying the scan was aborted due to an
error. When restarting xsane after that, the scanner is not found any more and
it has to be disconnected, switched off and on again, reconnected, to be
recognised the next time xsane starts.

When running xsane from a terminal I get:

andr...@machine:~$ xsane
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve
property `GtkOptionMenu::indicator-size' of type `GtkRequisition' from rc file
value 0 of type `glong'
Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve
property `GtkOptionMenu::indicator-spacing' of type `GtkBorder' from rc file
value 0 of type `glong'
[epson2] e2_ext_read: cancel request received

As a (problematic!) workaround I installed iscan, the package offered by Epson
to use this scanner; but it does not work as well as the generic sane solution
used to, also it conflicts with initramfs-tools and I have to uninstall the
package every time initramfs-tools is triggered to rebuild the initramfs. This
also poses a risc because the update-manager will not notify you beforehand
that initramfs needs to be triggered, and today, it happened that the
initramfs-tools trigger was activated, but failed. This was not noted in the
update-manager except that it said something went wrong, but not what did. If I
hadn't looked into this I might not have been able to boot the machine again
after the next shutdown. So I would rather use sane without the iscan package
as I used to.

If there is anything I can try to find out more about this problem or anything
to fix it I would like to know.

Best regards

Andreas





-- 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.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages sane depends on:
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-5Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.2-1 FreeType 2 font engine, shared lib
ii  libgimp2.0   2.6.10-1Libraries for the GNU Image Manipu
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  libsane  1.0.21-4API library for scanners

sane recommends no packages.

Versions of packages sane suggests:
ii  gimp  2.6.10-1   The GNU Image Manipulation Program

-- 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#597923: rubber: fix for md5 deprecation warning broken

2010-09-24 Thread Stuart Prescott
Package: rubber
Version: 1.1-2.3
Severity: important
Tags: patch

When rubber tries to take the md5 of files, it now crashes (it used to issue
a DeprecationWarning).

test.tex: -  8 --
\documentclass{article}
\begin{document}
test
\end{document}
 8 --

$ rubber test.tex 
compiling test.tex...
Traceback (most recent call last):
  File /usr/bin/rubber, line 9, in module
sys.exit(Main()(sys.argv[1:]))
  File /usr/share/rubber/rubber/cmdline.py, line 296, in __call__
return self.main(cmdline)
  File /usr/share/rubber/rubber/cmdline.py, line 260, in main
ret = env.final.make(self.force)
  File /usr/share/rubber/rubber/__init__.py, line 237, in make
ret = self.run()
  File /usr/share/rubber/rubber/rules/latex/__init__.py, line 1223, in run
if self.compile(): return 1
  File /usr/share/rubber/rubber/rules/latex/__init__.py, line 1129, in compile
self.aux_md5[aux] = md5_file(aux)
  File /usr/share/rubber/rubber/util.py, line 22, in md5_file
m = md5.new()
AttributeError: 'builtin_function_or_method' object has no attribute 'new'

The attached (trivial) patch finishes the conversion to hashlib.

cheers
Stuart
diff -U2 -r rubber-1.1-old/src/util.py rubber-1.1/src/util.py
--- rubber-1.1-old/src/util.py	2010-09-24 10:47:49.0 +0100
+++ rubber-1.1/src/util.py	2010-09-24 10:46:01.0 +0100
@@ -20,5 +20,5 @@
 	Compute the MD5 sum of a given file.
 	
-	m = md5.new()
+	m = md5()
 	file = open(fname)
 	for line in file.readlines():


Bug#597924: python-apipkg: broken Provides (python2.4?)

2010-09-24 Thread Julien Cristau
Package: python-apipkg
Version: 1.0~b6-4
Severity: serious

Package: python-apipkg
Architecture: all
Source: apipkg
Version: 1.0~b6-4
Provides: python2.4-apipkg, python2.5-apipkg
Depends: python-support (= 0.90.0)

The Provides field seems off, since python2.4 is gone and we have 2.6
now by default.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#597925: apt-cache forgets to display some short descriptions

2010-09-24 Thread Cyril Brulebois
Package: apt
Version: 0.8.5
Severity: normal

Hi,

quite surprisingly, some short descriptions aren't displayed:
| $ LC_ALL=C apt-cache search syslog perl  
| collectd-core - statistics collection and monitoring daemon (core system)
| libgetargs-long-perl - Perl module to parse long function arguments
| liblog-dispatchouli-perl - simple wrapper around Log::Dispatch
| liblogger-syslog-perl - Logger::Syslog -- an simple wrapper over Sys::Syslog 
for Perl
| libnet-server-perl - An extensible, general perl server engine
| libparse-syslog-perl - Perl module for parsing syslog entries
| libsys-syslog-perl - Perl interface to the UNIX syslog(3) calls
| libunix-syslog-perl - 
| perl - 

That seems to match the packages for which a French translation is
available.

Mraw,
KiBi.

-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


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

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

Versions of packages apt depends on:
ii  debian-archive-keyring  2010.08.28   GnuPG archive keys of the Debian a
ii  gnupg   1.4.10-4 GNU privacy guard - a free PGP rep
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.5-20100103-1 GCC support library
ii  libstdc++6  4.4.4-15 The GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc   none (no description available)
ii  aptitude  0.6.3-3.1  terminal-based package manager (te
ii  bzip2 1.0.5-6high-quality block-sorting file co
ii  dpkg-dev  1.15.8.5   Debian package development tools
ii  lzma  4.43-14Compression method of 7z format in
ii  python-apt0.7.97.1   Python interface to libapt-pkg

-- 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#597814: tomcat6: dpkg error reported in postint script

2010-09-24 Thread Steve Lane
Update:  while it is the case that backslash-escaping the forward
slashes in JAVA_OPTS in /etc/default/tomcat6 did allow the tomcat6
package to configure successfully, it now means that the backslashes
are in the pathname in the command line, as reported by 'ps', like so
(the problem is at HeapDumpPath):

# ps -fwwwu tomcat6
UIDPID  PPID  C STIME TTY  TIME CMD
tomcat6  19698 1 11 02:48 ?00:00:47 
/usr/lib/jvm/java-6-sun/bin/java 
-Djava.util.logging.config.file=/var/lib/tomcat6/conf/logging.properties 
-Djava.awt.headless=true -Xmx512m -XX:MaxPermSize=256m -XX:+UseParNewGC 
-XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled 
-XX:+TraceClassLoading -XX:+TraceClassUnloading 
-XX:HeapDumpPath=\/var\/log\/tomcat6\/java_pid_4.hprof 
-XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true 
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
-Djava.endorsed.dirs=/usr/share/tomcat6/endorsed -classpath 
/usr/share/tomcat6/bin/bootstrap.jar -Dcatalina.base=/var/lib/tomcat6 
-Dcatalina.home=/usr/share/tomcat6 -Djava.io.tmpdir=/tmp/tomcat6-tmp 
org.apache.catalina.startup.Bootstrap start

It is not clear to me that this will work as desired/expected...

So: still a bug for sure.

--
Steve Lane
System Administrator, Scientific Computing
Joint BioEnergy Institute
Lawrence Berkeley National Laboratory





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



Bug#597923: rubber: fix for md5 deprecation warning broken

2010-09-24 Thread Julien Cristau
On Fri, Sep 24, 2010 at 10:57:29 +0100, Stuart Prescott wrote:

 Package: rubber
 Version: 1.1-2.3
 Severity: important
 Tags: patch
 
 When rubber tries to take the md5 of files, it now crashes (it used to issue
 a DeprecationWarning).
 
 test.tex: -  8 --
 \documentclass{article}
 \begin{document}
 test
 \end{document}
  8 --
 
 $ rubber test.tex 
 compiling test.tex...
 Traceback (most recent call last):
   File /usr/bin/rubber, line 9, in module
 sys.exit(Main()(sys.argv[1:]))
   File /usr/share/rubber/rubber/cmdline.py, line 296, in __call__
 return self.main(cmdline)
   File /usr/share/rubber/rubber/cmdline.py, line 260, in main
 ret = env.final.make(self.force)
   File /usr/share/rubber/rubber/__init__.py, line 237, in make
 ret = self.run()
   File /usr/share/rubber/rubber/rules/latex/__init__.py, line 1223, in run
 if self.compile(): return 1
   File /usr/share/rubber/rubber/rules/latex/__init__.py, line 1129, in 
 compile
 self.aux_md5[aux] = md5_file(aux)
   File /usr/share/rubber/rubber/util.py, line 22, in md5_file
 m = md5.new()
 AttributeError: 'builtin_function_or_method' object has no attribute 'new'
 
 The attached (trivial) patch finishes the conversion to hashlib.
 
Bah, sorry about that.  I had rubber installed locally in $HOME so my
testing was broken.  Will fix.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#550584: Running flash-kernel automatically from postinst

2010-09-24 Thread Steve McIntyre
On Fri, Sep 24, 2010 at 10:36:23AM +0200, Julien Cristau wrote:
On Thu, Sep 23, 2010 at 12:55:55 +0100, Steve McIntyre wrote:

 tags 550584 +patch
 thanks
 
 Hiya,
 
 I'm just upgrading the kernels on the armel dev boards we're hosting
 at ARM for buildds, and I've done exactly what's suggested here. I've
 added the following script as /etc/kernel/postinst.d/zz-flash-kernel :
 
 ---
 #!/bin/sh
 
 version=$1
 bootopt=
 
 # passing the kernel version is required
 [ -z ${version} ]  exit 0
 
 echo Running flash-kernel ${version}
 flash-kernel ${version}
 -
 
You might want to write to stderr instead (the kernel postinst uses
debconf).

Doh, of course.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Who needs computer imagery when you've got Brian Blessed?




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



Bug#529406: Status update?

2010-09-24 Thread Sergio Gelato
* Sven Hoexter [2010-09-24 11:38:56 +0200]:
 Hey,
 did you ever follow up on this bug in some way?
 Otherwise I think we can close this one.

I'd only close it if it has been fixed; I don't know that to be the case. 

Now would be a good time to test whether this bug, or something like it, 
affects the lenny-squeeze upgrade. 



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



Bug#550584: Running flash-kernel automatically from postinst

2010-09-24 Thread Steve McIntyre
On Fri, Sep 24, 2010 at 09:23:35AM +0200, Martin Michlmayr wrote:
* Steve McIntyre st...@einval.com [2010-09-23 12:55]:
 I'm just upgrading the kernels on the armel dev boards we're hosting
 at ARM for buildds, and I've done exactly what's suggested here. I've
 added the following script as /etc/kernel/postinst.d/zz-flash-kernel :

I wonder if we need any code to make sure flash-kernel is not executed
several times when updating/installing several kernels at the same
time.

That's going to be a problem. How do you know which kernel to use if
people are installing several at once? I've been assuming one thus
far.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
This dress doesn't reverse. -- Alden Spiess




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



Bug#529406: Status update?

2010-09-24 Thread Sven Hoexter
On Fri, Sep 24, 2010 at 12:03:06PM +0200, Sergio Gelato wrote:
 * Sven Hoexter [2010-09-24 11:38:56 +0200]:
  Hey,
  did you ever follow up on this bug in some way?
  Otherwise I think we can close this one.
 
 I'd only close it if it has been fixed; I don't know that to be the case. 
 
 Now would be a good time to test whether this bug, or something like it, 
 affects the lenny-squeeze upgrade. 

Indeed and I've done a bunch of these including several other upgrades
with the packages from backports.d.o and so far all went fine (the last
one yesterday on the netbook of a friend of mine). So I think it's a good
point now to clean up a bit to find maybe find some relevant issue.

Beside some other strange issue where somehow LyX fails to detect the
export tools or to parse the configuration (still unknown see #597676)
the issue seems to be not frequent. Though I'm a bit concerned that it
happens now in the freeze and with the 1.6.x branch having matured over
the last year.

Regards,
Sven
-- 
And I don't know much, but I do know this:
With a golden heart comes a rebel fist.
 [ Streetlight Manifesto - Here's To Life ]



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



Bug#597926: /var/lib/dpkg/info/isdnvboxserver.postinst: 21: MAKEDEV: not found

2010-09-24 Thread root
Package: isdnvboxserver
Version: 1:3.9.20060704+dfsg.1-3
Severity: important
Tags: patch


The installation of the isdnvboxserver package fails in the postinst step:

Setting up isdnvboxserver (1:3.9.20060704+dfsg.1-3) ...
Note: running MAKEDEV to create ISDN tty devices in /dev...
/var/lib/dpkg/info/isdnvboxserver.postinst: 21: MAKEDEV: not found
dpkg: error processing isdnvboxserver (--configure):
 subprocess installed post-installation script returned error exit status 127
dpkg: dependency problems prevent configuration of isdnutils:
 isdnutils depends on isdnvboxserver; however:
  Package isdnvboxserver is not configured yet.
dpkg: error processing isdnutils (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 isdnvboxserver
 isdnutils

The problem seems to be a PATH assuming to contain '.' in 
/var/lib/dpkg/info/isdnvboxserver.postinst:

[...]
cd /dev
echo Note: running MAKEDEV to create ISDN tty devices in /dev..
..
MAKEDEV isdn-tty
[...]

Changing this to 

[...]
cd /dev
echo Note: running MAKEDEV to create ISDN tty devices in /dev..
..
./MAKEDEV isdn-tty
[...]

fixes the problem.
Since MAKEDEV is a dummy, the block could be deleted completely.


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

Kernel: Linux 2.6.35.2 (PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages isdnvboxserver depends on:
ii  debconf [debconf 1.5.35  Debian configuration management sy
ii  isdnutils-base   1:3.9.20060704+dfsg.1-3 ISDN utilities - minimal set
ii  libc62.11.2-5Embedded GNU C Library: Shared lib
ii  openbsd-inetd [i 0.20080125-6The OpenBSD Internet Superserver
ii  tcl8.4   8.4.19-4Tcl (the Tool Command Language) v8
ii  udev 160-1   /dev/ and hotplug management daemo

isdnvboxserver recommends no packages.

Versions of packages isdnvboxserver suggests:
ii  isdnvboxclient   1:3.9.20060704+dfsg.1-3 ISDN utilities - answering machine

-- Configuration Files:
/etc/isdn/vboxd.conf changed:
L:localhost:Y
L:*:N
A:localhost:RW:tlf2450:DES vvi463EudYeIo:/var/spool/vbox/ttyI6:incoming
A:*:!:!:!:!:!

/etc/isdn/vboxgetty.conf changed:
compression adpcm-4
umask   077
badinitsexit10
dropdtrtime 400
initpause   2500
commandtimeout  4
echotimeout 4
ringtimeout 6
alivetimeout1800
freespace   200
debuglevel  FEWIDJ
port /dev/ttyI6
  modeminit ATZB512E61287484810
  user  vboxdaemonuser
  group users
  spooldir  /var/spool/vbox/ttyI6
  vboxconfig/home/vboxdaemonuser/.vbox.conf


-- debconf information:
* isdnvboxserver/password: (password omitted)
* isdnvboxserver/doinit: true
  isdnvboxserver/devfs_inittab:
  isdnvboxserver/attachmsg: true
* isdnvboxserver/nosuchuser:
  isdnvboxserver/vboxnouser:
* isdnvboxserver/dummy: donetwice
* isdnvboxserver/msn: 61287484810
* isdnvboxserver/user: tlf2450
  isdnvboxserver/rings: 4
  isdnvboxserver/devfs_vboxgettyconf:
* isdnvboxserver/vboxnodir:
  isdnvboxserver/daemonuser: vboxdaemonuser



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



Bug#597922: sane: SANE does not work anymore with Epson Perfection 1650. Used to work perfectly.

2010-09-24 Thread Julien BLACHE
reassign 597922 libsane
found 597922 1.0.21-1
thanks

Andreas Neudecker zap...@gmx.net wrote:

Hi,

 sane: SANE does not work any more with Epson Perfection 1650. Used to work
 perfectly.

Known issue. The epson2 backend is broken in 1.0.21.

JB.

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



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



Bug#597927: auto-apt: Modernize debuild - dpkg-buildpackage

2010-09-24 Thread Simon Richter
Package: auto-apt
Version: 0.3.22
Severity: normal

Hi,

having a build dependency recommendation is an useful feature, however
I'd rather not use debuild to drive the build process, but
dpkg-buildpackage. Would it make sense to switch here?

   Simon

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

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

Versions of packages auto-apt depends on:
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib

Versions of packages auto-apt recommends:
ii  apt   0.8.5  Advanced front-end for dpkg
ii  devscripts2.10.68scripts to make the life of a Debi
ii  dpkg-dev  1.15.8.5   Debian package development tools
ii  perl  5.10.1-14  Larry Wall's Practical Extraction 
ii  sudo  1.7.4p4-3  Provide limited super user privile
ii  wget  1.12-2.1   retrieves files from the web

Versions of packages auto-apt suggests:
ii  build-essential   11.5   Informational list of build-essent
pn  libgtk-perl   none (no description available)
ii  xterm [x-terminal-emulator]   261-1  X terminal emulator

-- no debconf information



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



Bug#597928: check for invalid arguments

2010-09-24 Thread jidanni
Package: devscripts
Version: 2.10.68
Severity: wishlist
File: /usr/bin/bts

Could you please check the arguments for errors, in case some fool (me) does
$ bts version 595103 2.6.32-23
bts version 2.10.68
Copyright (C) 2001-2003 by Joey Hess jo...@debian.org.
Modifications Copyright (C) 2002-2004 by Julian Gilbey j...@debian.org.
Modifications Copyright (C) 2007 by Josh Triplett j...@freedesktop.org.
It is licensed under the terms of the GPL, either version 2 of the
License, or (at your option) any later version.

And then wonders 'Why all that verbiage, and why didn't the command work?',
when he intended to do

$ bts found 595103 2.6.32-23

Therefore, please emit

Error: invalid extra arguments
Usage: version



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



Bug#594472: grub-pc: scary messages and very long boot time after upgrade

2010-09-24 Thread Alexander Kurtz
reassign 594472 mdadm
forcemerge 583917 594472
thanks

Hi Toni,

Everybody else's problems were definitely caused[1][2] by mdadm bug
#583917[3]. Could you try upgrading to mdadm 3.1.4 (has reached squeeze
already), regenerate your initramfs and report whether this solves your
booting problems?

If your system doesn't currently boot at all, please see my former
mail[4] for instructions.

When doing so, please make sure that you use the right names (compared
to /etc/crypttab) when unlocking your crypto devices. Not doing so was
why Andreas could still not boot after upgrading mdadm[5].

Best regards

Alexander Kurtz

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594472#119
[2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594472#199
[3] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=583917
[4] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594472#164
[5] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=594472#204 


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


Bug#597923: rubber: diff for NMU version 1.1-2.4

2010-09-24 Thread Julien Cristau
tags 597923 + patch
tags 597923 + pending
thanks

Excuse me while I go look for a brown paper bag.

Cheers,
Julien
diff -u rubber-1.1/src/util.py rubber-1.1/src/util.py
--- rubber-1.1/src/util.py
+++ rubber-1.1/src/util.py
@@ -19,7 +19,7 @@
 	
 	Compute the MD5 sum of a given file.
 	
-	m = md5.new()
+	m = md5()
 	file = open(fname)
 	for line in file.readlines():
 		m.update(line)
diff -u rubber-1.1/debian/changelog rubber-1.1/debian/changelog
--- rubber-1.1/debian/changelog
+++ rubber-1.1/debian/changelog
@@ -1,3 +1,11 @@
+rubber (1.1-2.4) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix the botched previous upload (closes: #597923).  Thanks, Stuart
+Prescott!
+
+ -- Julien Cristau jcris...@debian.org  Fri, 24 Sep 2010 12:10:18 +0200
+
 rubber (1.1-2.3) unstable; urgency=low
 
   * Non-maintainer upload.


signature.asc
Description: Digital signature


Bug#597909: RM: samba4 -- ROM; Outdated in unstable

2010-09-24 Thread Alexander Reichle-Schmehl
tags 597909 +moreinfo
thanks

Hi!

* Christian Perrier bubu...@debian.org [100924 06:34]:
 Package: ftp.debian.org
 Severity: normal
 
 
 samba4 in unstable is outdated. Up-to-date versions are maintained in
 experimental and having this version in unstable is misleading users.

Sorry, can't do:

# Broken Depends:
evolution-mapi: evolution-mapi [alpha amd64 armel hppa i386 ia64 powerpc s390 
sparc]
libexchangemapi-1.0-0 [alpha amd64 armel hppa i386 ia64 powerpc 
s390 sparc]
openchange: libmapi-dev [alpha amd64 armel hppa i386 ia64 mipsel powerpc s390 
sparc]
libmapi0 [alpha amd64 armel hppa i386 ia64 mipsel powerpc s390 
sparc]
libmapiadmin0 [alpha amd64 armel hppa i386 ia64 mipsel powerpc s390 
sparc]
libmapiproxy0 [alpha amd64 armel hppa i386 ia64 mipsel powerpc s390 
sparc]
libmapistore0 [alpha amd64 armel hppa i386 ia64 mipsel powerpc s390 
sparc]
libocpf0 [alpha amd64 armel hppa i386 ia64 mipsel powerpc s390 
sparc]
openchangeclient [alpha amd64 armel hppa i386 ia64 mipsel powerpc 
s390 sparc]
openchangeproxy [alpha amd64 armel hppa i386 ia64 mipsel powerpc 
s390 sparc]
openchangeserver [alpha amd64 armel hppa i386 ia64 mipsel powerpc 
s390 sparc]
openchangeserver-dev [alpha amd64 armel hppa i386 ia64 mipsel 
powerpc s390 sparc]

# Broken Build-Depends:
evolution-mapi: samba4-dev
openchange: libdcerpc-dev (= 4.0.0~alpha8~)
libparse-pidl-perl
libsamba-hostconfig-dev (= 4.0.0~alpha8~)
libtorture-dev
samba4-dev (= 4.0.0~alpha8~)

Best Regards,
  Alexander



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



Bug#597832: unblock: rubber/1.1-2.3

2010-09-24 Thread Julien Cristau
On Thu, Sep 23, 2010 at 14:35:58 +0200, Julien Cristau wrote:

 unblock rubber/1.1-2.3
 
I suck, please make that 1.1-2.4.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#597929: cannot copy CD/DVD to ISO9660 without brasero-cdrkit

2010-09-24 Thread Mike Miller
Package: brasero
Version: 2.30.3-1
Severity: normal

Attempting to copy any data CD/DVD to an image file using brasero without
brasero-cdrkit presents the following options:

Cue image (brasero.cue)
Cdrdao image (brasero.toc)

No choices for image type appear when the disc is a DVD, all buttons except
Cancel are disabled.

After installing brasero-cdrkit, copying a data CD:

ISO9660 image (brasero.iso)
Readcd/Readom image (brasero.toc)
Cue image (brasero.cue)
Cdrdao image (brasero.toc)

And for a DVD, no choices are present but the default image file name is
brasero.iso and it does create an ISO9660 copy.

I was able to demonstrate the same behavior building upstream with --disable-
cdrtools --disable-cdrkit.

If this is the expected behavior, some text explaining that brasero-cdrkit is
required to create ISO9660 images in either package's description would help.
As the package descriptions stand I believed I had all packages required.

Version of cdrdao:
ii  cdrdao 1:1.2.3-0.1records CDs in Disk-At-Once (DAO) mode



-- 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.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages brasero depends on:
ii  brasero-common  2.30.3-1 Common files for the Brasero CD bu
ii  gnome-icon-theme2.30.3-1 GNOME Desktop icon theme
ii  gstreamer0.10-plugins-base  0.10.30-1GStreamer plugins from the base 
ii  gvfs1.6.3-1  userspace virtual filesystem - ser
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbrasero-media0   2.30.3-1 CD/DVD burning library for GNOME -
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-6 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.2-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libgstreamer-plugins-base0. 0.10.30-1GStreamer libraries from the base
ii  libgstreamer0.10-0  0.10.30-1Core GStreamer libraries and eleme
ii  libgtk2.0-0 2.20.1-1+b1  The GTK+ graphical user interface 
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.30.1-1 libraries for nautilus components 
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtotem-plparser17 2.30.2-1 Totem Playlist Parser library - ru
ii  libtracker-client-0.8-0 0.8.15-1 metadata database, indexer and sea
ii  libunique-1.0-0 1.1.6-1.1Library for writing single instanc
ii  libxml2 2.7.7.dfsg-4 GNOME XML library

brasero recommends no packages.

Versions of packages brasero suggests:
ii  libdvdcss21.2.10-0.3 Simple foundation for reading DVDs
pn  vcdimager 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#597930: live-build: please add cross support for local-packageslists

2010-09-24 Thread Hector Oron
Package: live-build
Version: 2.0~a29-1
Severity: wishlist


Hello,

  I just file this bug report so we can remember to look at it at some point.

  binary_local-packageslists and chroot_local-packageslists are able to add a 
pool in the live media. It would be useful if we could add a pool from a 
foreign architecture, at least I am trying to work out a live media cross 
enabled.

Best regards,
  -- Hector Oron

-- Package-specific info:

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

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

Versions of packages live-build depends on:
ii  debootstrap   1.0.24 Bootstrap a basic Debian system

Versions of packages live-build recommends:
ii  cpio  2.11-4 GNU cpio -- a program to manage ar
ii  gettext-base  0.18.1.1-3 GNU Internationalization utilities
pn  gnu-fdisk none (no description available)

Versions of packages live-build suggests:
ii  dosfstools3.0.9-1utilities for making and checking 
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  genisoimage   9:1.1.10-1 Creates ISO-9660 CD-ROM filesystem
ii  grub  0.97-63GRand Unified Bootloader (dummy pa
ii  memtest86 3.5-2.2thorough real-mode memory tester
ii  memtest86+4.10-1 thorough real-mode memory tester
ii  mtd-utils [mtd-tools] 20100706-1 Memory Technology Device Utilities
ii  mtools4.0.12-1   Tools for manipulating MSDOS files
ii  parted2.3-2  The GNU Parted disk partition resi
ii  sudo  1.7.4p4-3  Provide limited super user privile
ii  uuid-runtime  2.17.2-3.2 runtime components for the Univers
ii  win32-loader  0.6.19 Debian-Installer loader for win32

-- 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#597931: gforge-common: Manual of gforge-config incorrect/not matching

2010-09-24 Thread Sascha Wilde
Package: gforge-common
Version: 5.0.2-1
Severity: normal

man gforge-config shows the manual page for `fusionforge-config'.

The executable fusionforge-config does not exist.

In addition the manual mentions /etc/fusionforge.conf which does not
exist (/etc/fusionforge/fusionforge.conf does, but I doubt its
actually used).

Finally /usr/share/fusionforge/templates is mentioned which doesn't
exist either (/usr/share/gforge/etc/templates does, I'd assume thats
what is currently used).

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

Kernel: Linux 2.6.32-5-xen-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/dash

Versions of packages gforge-common depends on:
ii  adduser  3.112   add and remove users and groups
ii  cpio 2.11-4  GNU cpio -- a program to manage ar
ii  debconf [debconf-2.0]1.5.35  Debian configuration management sy
ii  lockfile-progs   0.1.15  Programs for locking and unlocking
ii  php5-cli 5.3.2-2 command-line interpreter for the p
ii  python   2.6.5-13interactive high-level object-orie
ii  ucf  3.0025+nmu1 Update Configuration File: preserv

gforge-common recommends no packages.

gforge-common suggests no packages.

-- debconf information excluded



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



Bug#597932: openocd FTBFS on armel and hurd

2010-09-24 Thread Luca Bruno
Package: openocd
Version: 0.4.0-1
Severity: serious

openocd currently fails to build on hurd and armel, and this fact prevented
0.4.0 from entering squeeze till now. See
https://buildd.debian.org/fetch.cgi?pkg=openocd;ver=0.4.0-1;arch=hurd-i386;stamp=1269698459
and
https://buildd.debian.org/fetch.cgi?pkg=openocd;ver=0.4.0-1;arch=armel;stamp=1283718718

As armel is a release architecture, you may consider temporarily removing
ep93xx and at91rm9200 until a proper patch is out, hoping that release team
would let it in and nothing else is broken.

Cheers, Luca



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

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

Versions of packages openocd depends on:
ii  dpkg  1.15.8.5   Debian package management system
ii  install-info  4.13a.dfsg.1-5 Manage installed documentation in 
ii  libc6 2.11.2-6   Embedded GNU C Library: Shared lib
ii  libftdi1  0.18-1 Library to control and program the
ii  libusb-0.1-4  2:0.1.12-16userspace USB programming library

openocd recommends no packages.

openocd suggests no packages.



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



Bug#597933: Non-free files distributed in sdcc

2010-09-24 Thread Philipp Klaus Krause
Package: sdcc
Version: 2.9.0-5
Severity: serious

Since the 2.9.0 release sdcc is in the process of changing the lbrary
license to GPL+LE. The process is mostly complete. While doing so, some
files of unclear license status were found. Rights holders have been
contacted and, with one exception (), agreed to license their files
under GPL+LE.
This exception is Microchip Technology Inc. They insist on a the file
can be used only with authentic Microchip devices condition, which
clearly violates DFSG §6.

The problem affects the pic and pic16 ports only.

All problematic header files live in the include/pic and include/pic16
directories. In the Debian package these are installed into the
/usr/share/sdcc/include/pic and /usr/share/sdcc/include/pic16 directories.
The problematic source files live in the device/pic and device/pic16.

For the upcoming 3.0.0 release we intend to clearly separate the
problematic files from the rest of sdcc.

Philipp



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



Bug#597934: postfix reconfigure does not re-set current hostname to myhostname

2010-09-24 Thread Christoph Anton Mitterer
Package: postfix
Version: 2.7.1-1
Severity: minor


Hi.

When doing a postfix reconfigure/debconf... (at least when choosing the local
host only templates), the current hostname is not set to myhostname (but the
previous value is retained).

This is in most cases ok, but the hostname might have change in the meantime.

Cheers,
Chris.



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



Bug#596493: sudo -i patch from Fedora

2010-09-24 Thread Václav Ovsík
Hi,
the Fedora project solved the problem with HOME and sudo -i by the patch
attached (from package sudo-1.7.4p4-2.fc13.src.rpm), as I notice by
colleague.
Regards
-- 
Zito
--- env.c	Wed Aug 18 15:27:03 2010
+++ env.c	Tue Sep 14 11:41:50 2010
@@ -608,10 +608,16 @@
 #ifdef ENV_DEBUG
 memset(env.envp, 0, env.env_size * sizeof(char *));
 #endif
-if (def_env_reset || ISSET(sudo_mode, MODE_LOGIN_SHELL)) {
-	/* Reset HOME based on target user unless keeping old value. */
-	reset_home = TRUE;
 
+/* Reset HOME based on target user if configured to. */
+if (ISSET(sudo_mode, MODE_RUN)) {
+	if (def_always_set_home ||
+	ISSET(sudo_mode, MODE_RESET_HOME | MODE_LOGIN_SHELL) || 
+	(ISSET(sudo_mode, MODE_SHELL)  def_set_home))
+	reset_home = TRUE;
+}
+
+if (def_env_reset || ISSET(sudo_mode, MODE_LOGIN_SHELL)) {
 	/* Pull in vars we want to keep from the old environment. */
 	for (ep = old_envp; *ep; ep++) {
 	int keepit;
@@ -696,6 +702,11 @@
 	if (!ISSET(didvar, DID_USERNAME))
 		sudo_setenv(USERNAME, user_name, FALSE);
 	}
+
+	/* If we didn't keep HOME, reset it based on target user. */
+	if (!ISSET(didvar, KEPT_HOME))
+	reset_home = TRUE;
+
 	/*
 	 * Set MAIL to target user in -i mode or if MAIL is not preserved
 	 * from user's environment.
@@ -709,13 +720,6 @@
 	sudo_putenv(cp, ISSET(didvar, DID_MAIL), TRUE);
 	}
 } else {
-	/* Reset HOME based on target user if configured to. */
-	if (ISSET(sudo_mode, MODE_RUN)) {
-	if (def_always_set_home || ISSET(sudo_mode, MODE_RESET_HOME) || 
-		(ISSET(sudo_mode, MODE_SHELL)  def_set_home))
-		reset_home = TRUE;
-	}
-
 	/*
 	 * Copy environ entries as long as they don't match env_delete or
 	 * env_check.
@@ -765,7 +769,7 @@
 }
 
 /* Set $HOME to target user if not preserving user's value. */
-if (reset_home  !ISSET(didvar, KEPT_HOME))
+if (reset_home)
 	sudo_setenv(HOME, runas_pw-pw_dir, TRUE);
 
 /* Provide default values for $TERM and $PATH if they are not set. */


Bug#596493: sudo -i upstream bugreport

2010-09-24 Thread Václav Ovsík
The patch I sent in previous message seems to be the same from upstream
bugreport:
http://www.sudo.ws/bugs/show_bug.cgi?id=440
Regards
-- 
Zito



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



Bug#597434: Fixe for courier IMAP_ULIMITD

2010-09-24 Thread Stefan Hornburg (Racke)

On 09/23/2010 06:54 AM, Thomas Goirand wrote:

Hi,

Here's a patch to fix the issue. Do you agree that is the way to fix it,
and would you accept that I NMU this fix, so that it has a chance to get
into Squeeze soon?

Thomas Goirand (zigo)


I'm going to upload fixed packages myself.

Regards
Racke

--
LinuXia Systems = http://www.linuxia.de/
Expert Interchange Consulting and System Administration
ICDEVGROUP = http://www.icdevgroup.org/
Interchange Development Team




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



Bug#597935: please mention apt-dater-host in package long-description

2010-09-24 Thread Daniel Baumann
Package: apt-dater
Severity: wishlist

please mention apt-dater-host in package long-description.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#597936: please downgrade sudo depends to recommends

2010-09-24 Thread Daniel Baumann
Package: apt-dater-host
Severity: wishlist

please downgrade sudo depends to recommends, it's not strictly
necessary, only a recommendation.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#597938: please downgrade lsb-release depends to recommends

2010-09-24 Thread Daniel Baumann
Package: apt-dater-host
Severity: wishlist

please downgrade lsb-release depends to recommends, it's not a strict
depends and is only needed to show nicer descriptive text in apt-dater.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#394097: packaging mod_authN_pam ?

2010-09-24 Thread Guillaume Allegre
Is there a good reason to maintain this package,
and not packaging the new version which apparently fixes the bug ?

mod_authN_pam 
http://mod-auth.sourceforge.net/docs/mod_authn_pam/


-- 
 ° /\Guillaume AllègreMembre de l'April
  /~~\/\   allegre.guilla...@free.fr  Promouvoir et défendre le logiciel libre
 /   /~~\tél. 04.76.63.26.99  http://www.april.org



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



Bug#597937: consolekit: Power Management: Error org.freedesktop.ConsoleKit.Manager.NotPrivileged: Not Authorized

2010-09-24 Thread James Robertson
Package: consolekit
Version: 0.4.2-1
Severity: important


I am using the following options in Openbox via a menu to control various 
options such as Reboot and Poweroff.

dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit 
/org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Stop
dbus-send --system --print-reply --dest=org.freedesktop.ConsoleKit 
/org/freedesktop/ConsoleKit/Manager org.freedesktop.ConsoleKit.Manager.Restart

In .xinitrc I have the following:

exec ck-launch-session dbus-launch openbox-session

After a dist-upgrade I was no longer able to reboot or poweroff my PC and 
received the following error if I tried running the commands from the command 
line.

Error org.freedesktop.ConsoleKit.Manager.NotPrivileged: Not Authorized

I downgraded consolekit from consolekit_0.4.2-1_i386.deb to 
consolekit_0.4.1-4_i386.deb and this resolved the problem.

Thanks

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

Kernel: Linux 2.6.32-5-686-bigmem (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

Versions of packages consolekit depends on:
ii  dbus1.2.24-3 simple interprocess messaging syst
ii  libc6   2.11.2-6 Embedded GNU C Library: Shared lib
ii  libck-connector00.4.2-1  ConsoleKit libraries
ii  libdbus-1-3 1.2.24-3 simple interprocess messaging syst
ii  libdbus-glib-1-20.88-2   simple interprocess messaging syst
ii  libglib2.0-02.24.2-1 The GLib library of C routines
ii  libpolkit-gobject-1-0   0.96-3   PolicyKit Authorization API
ii  libx11-62:1.3.3-3X11 client-side library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages consolekit recommends:
pn  libpam-ck-connector   none (no description available)

consolekit 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#597832: unblock: rubber/1.1-2.3

2010-09-24 Thread Philipp Kern
On Fri, Sep 24, 2010 at 12:50:24PM +0200, Julien Cristau wrote:
 On Thu, Sep 23, 2010 at 14:35:58 +0200, Julien Cristau wrote:
  unblock rubber/1.1-2.3
 I suck, please make that 1.1-2.4.

Wow.  Hint adjusted.

Kind regards,
Philipp Kern



signature.asc
Description: Digital signature


Bug#597934: postfix reconfigure does not re-set current hostname to myhostname

2010-09-24 Thread LaMont Jones
On Fri, Sep 24, 2010 at 01:10:23PM +0200, Christoph Anton Mitterer wrote:
 When doing a postfix reconfigure/debconf... (at least when choosing the local
 host only templates), the current hostname is not set to myhostname (but the
 previous value is retained).
 
 This is in most cases ok, but the hostname might have change in the meantime.

Postfix finds itself in the unfun situation of trying to keep people happy
regardless of whether they manually edit main.cf, or just use debconf.

As such, myhostname only gets set if /etc/hostname has changed, or we are
creating main.cf.

lamont



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



Bug#589701: ofpath is not compatible with non-builtin disk controllers

2010-09-24 Thread Benjamin Cama
Hi Rick,

I am a bit disappointed about how this is ending, but I just realized
you are using an addon Promise card as disk controller. This is not
supported by ofpath, which just handle IDE controllers using the old ATA
stack or true SCSI controllers. In short, it is hardwired for a list of
disk controllers.

Your bug is a bit different from #572869, even if he's also using a SATA
(so, new ATA stack) controller, but this is the Apple provided one, and
yaboot has a special case for it (even if it seems not to work so well
for now).

I don't really know what to do about that. From what I read (#372186),
ofpathname is better for recent controllers using the new ATA stack, and
it's what grub2 is using. Still, it may lack proper handling of old
controllers, even if we can see (again) people willing to bring that
from ofpath, without much result.

Furthermore, since 2.6.34, benh wrote a new driver (macio) for newworld
Macs (I don't know if it supports /all/ machines) that is based on the
new ATA stack, so ofpath will need to support it soon (well, it's for
after squeeze at least), or we'll need to switch to ofpathname (or grub2
alltogether).

Anyway, thanks for your perseverance, but try to be more specific on
your problems next time ;-)

Regards,
benjamin




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



Bug#597939: knotes: Knotes doesn't restore position and dimension of the notes

2010-09-24 Thread luigi
Package: knotes
Version: 4:4.4.6-1
Severity: normal
Tags: sid squeeze

this bug is self-explanatory: if i change dimension and/or position of a note, 
after a reboot it returns to the default dimension of newly created note and/or 
in a different position (not the default).
i deleted configuration files, but the error persists.
i have same problem with 4.4.5 version of knotes.

this is the contents of knotesrc:

[Alarms]
AlarmsLastChecked=2010,9,24,13,16,26

[Editor]
richtext=true
tabsize=2

[General]
version=3.9

and this is the configuration file of a note:

[Display]
bgcolor=255,221,0
height=206
width=413

[Editor]
ReadOnly=true
richtext=true
tabsize=2

[General]
version=3.9

[WindowDisplay]
desktop=1
position=23,588

thanks in advance

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

Kernel: Linux 2.6.35.4.20102708.1 (PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages knotes depends on:
ii  kdebase-runtime 4:4.4.5-1runtime components from the offici
ii  kdepim-runtime  4:4.4.6-1Runtime components for akonadi-kde
ii  libc6   2.11.2-5 Embedded GNU C Library: Shared lib
ii  libkabc44:4.4.5-1library for handling address book 
ii  libkcal44:4.4.5-1library for handling calendar data
ii  libkdecore5 4:4.4.5-1the KDE Platform Core Library
ii  libkdepim4  4:4.4.6-1KDE PIM library
ii  libkdeui5   4:4.4.5-1the KDE Platform User Interface Li
ii  libkdnssd4  4:4.4.5-1the DNS-SD Protocol Library for th
ii  libkio5 4:4.4.5-1the Network-enabled File Managemen
ii  libkontactinterface44:4.4.5-1Kontact interface library
ii  libkparts4  4:4.4.5-1the Framework for the KDE Platform
ii  libkresources4  4:4.4.5-1the KDE Resource framework library
ii  libkutils4  4:4.4.5-1various utility classes for the KD
ii  libqt4-dbus 4:4.6.3-1+b1 Qt 4 D-Bus module
ii  libqt4-network  4:4.6.3-1+b1 Qt 4 network module
ii  libqt4-xml  4:4.6.3-1+b1 Qt 4 XML module
ii  libqtcore4  4:4.6.3-1+b1 Qt 4 core module
ii  libqtgui4   4:4.6.3-1+b1 Qt 4 GUI module
ii  libstdc++6  4.4.4-8  The GNU Standard C++ Library v3
ii  libx11-62:1.3.3-3X11 client-side library

knotes recommends no packages.

Versions of packages knotes suggests:
ii  kdepim-kresources 4:4.4.6-1  KDE PIM resource plugins

-- 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#570440:

2010-09-24 Thread Paul McEnery
This bug will be resolved by the next upstream release of slimrat (version 1.1).

There are beta packages available which can be found in my Ubuntu PPA:

https://launchpad.net/~pmcenery/+archive/ppa/+packages



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



Bug#597940: wrong debconf usage, not respecting users choice

2010-09-24 Thread Daniel Baumann
Package: apt-dater-host
Severity: serious

apt-dater-host uses debconf wrongly, you should use Choices-C instead of
'translating' booleans into 0 and 1.

currently, it's not remembering the users choice and *always* enabling
automated updates after a reconfigure or update, which is a serious bug.

---snip---
r...@bob:~# dpkg-reconfigure -plow -freadline apt-dater-host
Configuring apt-dater-host
--

If you disable this option, you have to acknowledge every upgrade
process for
all hosts. The pro of it would be, that you will be aware of every
action apt
wants to do. The con is, that you have to attach every host on multiple
upgrades
and acknowledge every single host.

Enable automatic upgrades? no


r...@bob:~# debconf-get-selections | grep apt-dater
apt-dater-host  apt-dater-host/assume_yes   boolean false
r...@bob:~# dpkg-reconfigure -pcritical -freadline apt-dater-host
r...@bob:~# debconf-get-selections | grep apt-dater
apt-dater-host  apt-dater-host/assume_yes   boolean 1
r...@bob:~#
---snap---

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#597941: please downgrade screen depends to recommends

2010-09-24 Thread Daniel Baumann
Package: apt-dater
Severity: wishlist

please downgrade screen depends to recommends, it's not strictly
necessary, only a recommendation.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#597814: tomcat6: dpkg error reported in postint script

2010-09-24 Thread Torsten Werner
Am 24.09.2010 11:59, schrieb Steve Lane:
 Update:  while it is the case that backslash-escaping the forward
 slashes in JAVA_OPTS in /etc/default/tomcat6 did allow the tomcat6
 package to configure successfully, it now means that the backslashes
 are in the pathname in the command line, as reported by 'ps', like so
 (the problem is at HeapDumpPath):
 
 # ps -fwwwu tomcat6
 UIDPID  PPID  C STIME TTY  TIME CMD
 tomcat6  19698 1 11 02:48 ?00:00:47 
 /usr/lib/jvm/java-6-sun/bin/java 
 -Djava.util.logging.config.file=/var/lib/tomcat6/conf/logging.properties 
 -Djava.awt.headless=true -Xmx512m -XX:MaxPermSize=256m -XX:+UseParNewGC 
 -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled 
 -XX:+TraceClassLoading -XX:+TraceClassUnloading 
 -XX:HeapDumpPath=\/var\/log\/tomcat6\/java_pid_4.hprof 
 -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true 
 -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
 -Djava.endorsed.dirs=/usr/share/tomcat6/endorsed -classpath 
 /usr/share/tomcat6/bin/bootstrap.jar -Dcatalina.base=/var/lib/tomcat6 
 -Dcatalina.home=/usr/share/tomcat6 -Djava.io.tmpdir=/tmp/tomcat6-tmp 
 org.apache.catalina.startup.Bootstrap start

It works for me:

tomcat6   7767 1 46 13:41 ?00:00:05
/usr/lib/jvm/default-java/bin/java
-Djava.util.logging.config.file=/var/lib/tomcat6/conf/logging.properties
-Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC
-XX:HeapDumpPath=/var/log/java_pid_4.hprof
-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.endorsed.dirs=/usr/share/tomcat6/endorsed -classpath
/usr/share/tomcat6/bin/bootstrap.jar -Dcatalina.base=/var/lib/tomcat6
-Dcatalina.home=/usr/share/tomcat6 -Djava.io.tmpdir=/tmp/tomcat6-tmp
org.apache.catalina.startup.Bootstrap start

May you run

  debconf-show tomcat6

please?


Torsten



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



Bug#597942: gnunet-server: Uninstallable in unstable -- Depends on libesmtp5, unstable has now libesmtp6 (need rebuild)

2010-09-24 Thread Salvatore Bonaccorso
Package: gnunet-server
Version: 0.8.1b-5
Severity: important
Tags: sid

Hi

gnunet-server Depends on libesmtp5, but unstable has now libesmtp6.
Thus gnunet needs a rebuild against updated libesmtp-dev. Squeeze is
not affected as libesmtp does not transition to squeeze.

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

The following packages have unmet dependencies:
 gnunet-server : Depends: libesmtp5 (= 0.8.8) but it is not installable
E: Broken packages
r...@sid:~#   

Bests
Salvatore

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

Kernel: Linux 2.6.26-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
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#597943: ed: FTBFS on i386 and mipsel: test failure

2010-09-24 Thread Julien Cristau
Source: ed
Version: 1.4-2
Severity: serious
Justification: fails to build from source

https://buildd.debian.org/pkg.cgi?pkg=ed

[...]
 make -j1 check
 make[1]: Entering directory `/build/buildd-ed_1.4-2-i386-4jHjdE/ed-1.4'
 building test scripts for ed...
 testing ed...
 *** Output e1.o of script e1.ed is incorrect ***
 *** Output r3.o of script r3.ed is incorrect ***
 make[1]: *** [check] Error 127

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#591046: status of 2.6.11-2?

2010-09-24 Thread Holger Levsen
severity 591046 important
# or grave, breaking unrelated software?
# see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591046#35
thanks

Hi,

fixing 591046 seems rather important for me, do you (gosa maintainers) have an 
upload prepared? I'd be happy to sponsor it.

I was going to ask the release-team if they would unblock gosa/2.6.11-1 which 
fixes two important and one grave bug (which isnt mentioned in the changelog, 
#597542) and a normal bug (#591046) which IMHO should rather have been 
important (at least), until I noticed that 591046 was reopened.

Sadly the debdiff to the version in squeeze is rather large (414 files 
changed, 35544 insertions, 15295 deletions), but its a lot translation and 
template updates and it has been sitting in unstable since 41 days without 
issues, except for 591046 which was reopened.

So, dear release team would you possibly accept a 2.6.11-2 upload?


cheers,
Holger




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


Bug#597930: live-build: please add cross support for local-packageslists

2010-09-24 Thread Daniel Baumann
retitle 597930 please add cross support for local-packageslists
thanks

On 09/24/2010 12:55 PM, Hector Oron wrote:
   binary_local-packageslists and chroot_local-packageslists are able to add a 
 pool in the live media. It would be useful if we could add a pool from a 
 foreign architecture, at least I am trying to work out a live media cross 
 enabled.

sure, do you have any nice idea how to do that? add architecture into
the lists suffix (e.g. foo.amd64.list)?

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#595963: yanone-kaffeesatz -- TTF and OTF font in four weights

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

Hello Christian

That's nice and great, and how does the user choose which font he uses in
inkscape, gimp, or openoffice.org, if both are installed (ttf and otp)?

I find the fonts- package naming good

I already have some work done, feel free to take/take over it or just
start from scratch as you wish:
http://gnu.ethz.ch/debian/ttf-yanone-kaffeesatz/

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#596408: Only segmentation faults when called...

2010-09-24 Thread Steven Chamberlain

Hi,

On 24/09/10 06:47, Joerg Platte wrote:

Am Thursday, 23. September 2010 schrieb Anthony Callegaro:

On Tue, 2010-09-21 at 13:55 +0200, Soeren Sonnenburg wrote:

The only further info I could provide is that this is a virtual
server with relatively little memory (1G)



Hmmm, on my old pentium 4 box it crashes as well. There is no
virtualization involved here but the computer has only 1GB of
memory.


Also I made an amd64 squeeze VE two weeks ago with only 384MB RAM to see
if I could reproduce this.  But unattended-upgrades has been working
correctly for two weeks now.  It's applied updates almost every day.  So
I don't currently suspect either OpenVZ or limited memory to be the
cause of this.

If I summarise the architectures this has been observed on it seems
there's no pattern there either:

* Soeren -- amd64 I think?  or i686 too?
* Anthony -- OpenVZ VE, not sure which architecture
* Jayen -- i686

So far I haven't been able to reproduce this on native amd64, or on an
amd64 OpenVZ VE.


I don't think the line-by-line python trace is needed now;  from the gdb 
and strace outputs (thanks for those) it is clear the problem is within 
the python-apt implementation:



#2  0x080a49a8 in PyString_FromFormat (format=0xba0ba8 %s object:
Status: %i Complete: %i Local: %i IsTrusted: %i FileSize: %lu
DestFile:'%s' DescURI: '%s' ID:%lu ErrorText: '%s') at
../Objects/stringobject.c:357



#3  0x00b87d63 in acquireitem_repr
(Self=apt_pkg.AcquireItem at remote 0x8735bac) at
python/acquire-item.cc:170


It is supposed to return something like this:


apt_pkg.AcquireItem object: Status: 2 Complete: 1 Local: 1
IsTrusted: 1 FileSize: 107354
DestFile:'/var/cache/apt/archives/libgtk-vnc-1.0-0_0.4.1-3_amd64.deb'
DescURI:
'http://cdn.debian.net/debian/pool/main/g/gtk-vnc/libgtk-vnc-1.0-0_0.4.1-3_amd64.deb'
ID:0 ErrorText: ''


Instead, strlen eventually chokes on one of the string parameters it was 
given.  I guess gdb allows to view the stack frame at depth #2 and that 
may help figure out exactly which string[s] are responsible.  But I 
wouldn't know how.


Regards,
--
Steven Chamberlain
ste...@pyro.eu.org



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



Bug#597315: choqok -- ignores twitter OAuth then doesn't supply user/password to API

2010-09-24 Thread Kumar Appaiah
Dear Noah,

On Fri, Sep 24, 2010 at 03:04:28AM -0400, Noah Meyerhans wrote:
 On Sat, Sep 18, 2010 at 10:59:48AM -0500, Kumar Appaiah wrote:
  If kwallet is not enabled, choqok just fails to log in. To reproduce,
  please do this:
  
  Disable KWallet.
  Create Twitter or Identica account. Do OAuth confirmation
  Tweets/dents visible perfectly
  Close Choqok
  Open Choqok, enter password, and it fails.
 
 Hi.  Can you please test the choqok packages from
 http://people.debian.org/~noahm/choqok/ ?
 
 These packages should address the reported problem in two ways:  
 
 1. They Recommend kwalletmanager, so under normal cicumstances, choqok
 will be able to use the wallet to store credentials.
 
 2. They incorporate upstream's change allowing choqok to store
 credentials in its config file in case the wallet is not available.

This seems to be an acceptable solution. I can confirm that your
packages work for me.

Thanks.

Kumar



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



Bug#597944: disabling screen doesn't work

2010-09-24 Thread Daniel Baumann
Package: apt-dater
Version: 0.8.4-1

apt-dater hangs and provides no means of additional output (seperate bug
report about that later), so i disabled screen as mentioned in
apt-dater.conf(5).. which apparently doesn't work:

~/.config/apt-dater/apt-dater.conf
[...]

[Screen]
Enabled=false

[...]

however, i get the following process started once i'm trying to upgrade
a particular host:

x...@xxx:~$ ps -eaf | grep apt-dater

xxx  5113  5054  0 13:40 pts/100:00:00 /usr/bin/screen -S
apt-dater_(null)_xxx_0 -t XXX,,, # xxx -c
/home/xxx/.config/apt-dater/screenrc /usr/lib/apt-dater/cmd
sysadmin  5116  4617  0 13:40 pts/13   00:00:00 grep apt-dater

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#561253: hylafax-server: /etc/default/hylafax leads to wrong usage of BINDTO parameter

2010-09-24 Thread Giuseppe Sacco
Hi Nico,
the latest hylafax packages include a rewritten code that manage how to
bind to a specific address, including support for ipv6.
Could you check if this solve the problem you reported?

Thanks,
Giuseppe




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



Bug#597945: fontforge: Bus error on sparc when building lilypond

2010-09-24 Thread Julien Cristau
Package: fontforge
Version: 0.0.20100501-1
Severity: grave
Justification: renders package unusable

https://buildd.debian.org/fetch.cgi?pkg=lilypond;ver=2.12.3-7;arch=sparc;stamp=1284348159

 cd ./out  /usr/bin/fontforge -script emmentaler-11.pe
 Copyright (c) 2000-2010 by George Williams.
  Executable based on sources from 11:21 GMT 1-May-2010.
  Library based on sources from 03:43 GMT 29-Apr-2010.
 Bus error
 make[2]: *** [out/emmentaler-11.otf] Error 138

This indicates unaligned memory access.

There's a segfault on hppa when building that same file.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#597946: hangs when upgrading hosts

2010-09-24 Thread Daniel Baumann
Package: apt-dater
Version: 0.8.4-1
Severity: serious

i have a standard configuration in .config/apt-dater that gets populated
by calling apt-dater for the first time.

then, i've added my hosts in hosts.conf.

my ssh config is correct, apt-dater properly queries successfully the
hosts, lists the required updates etc.

however, when pressing 'u' for actually doing the upgrade, a screen
session gets started and apt-dater hangs.

disabling screen didn't help, see the previous bug report.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#596408: Only segmentation faults when called...

2010-09-24 Thread Soeren Sonnenburg
On Fri, 2010-09-24 at 12:56 +0100, Steven Chamberlain wrote:
 Hi,
 
 On 24/09/10 06:47, Joerg Platte wrote:
  Am Thursday, 23. September 2010 schrieb Anthony Callegaro:
  On Tue, 2010-09-21 at 13:55 +0200, Soeren Sonnenburg wrote:
  The only further info I could provide is that this is a virtual
  server with relatively little memory (1G)
 
  Hmmm, on my old pentium 4 box it crashes as well. There is no
  virtualization involved here but the computer has only 1GB of
  memory.
 
 Also I made an amd64 squeeze VE two weeks ago with only 384MB RAM to see
 if I could reproduce this.  But unattended-upgrades has been working
 correctly for two weeks now.  It's applied updates almost every day.  So
 I don't currently suspect either OpenVZ or limited memory to be the
 cause of this.
 
 If I summarise the architectures this has been observed on it seems
 there's no pattern there either:
 
 * Soeren -- amd64 I think?  or i686 too?

$ uname -m
i686

(but it is some quad-xeon it seems - so I think one could rule out
overly optimized x86 code)

Soeren
-- 
For the one fact about the future of which we can be certain is that it
will be utterly fantastic. -- Arthur C. Clarke, 1962


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


Bug#596633: a little more data

2010-09-24 Thread Stefano Canepa
On Mon, Sep 13, 2010 at 11:29:44AM -0400, Miles Fidelman wrote:
 Just for the heck of it, I copied the mini.iso to both / and /boot
 on my hard disk and tried the installer again.
 
 Now it reports, after a deep search, no installer iso images found
 ... while one or more possible iso images were found, they did not
 look like valid installer iso images
 
Could you specify the url you downloaded _all_ files?

Bye
Stefano

-- 
Stefano Canepa aka sc: s...@linux.it - http://www.stefanocanepa.it
Three great virtues of a programmer: laziness, impatience and hubris.
Le tre grandi virtù di un programmatore: pigrizia, impazienza e
arroganza. (Larry Wall)


signature.asc
Description: Digital signature


Bug#563698: Fix available

2010-09-24 Thread Panu Kalliokoski
There seems to be a fix available for this, at
http://pka.engr.ccny.cuny.edu/~jmao/node/26

Basically, it seems to add crypt(3) as one of the hash methods.  It is
arguably the sensible thing to do on a Linux system, anyway.

-- 
personal contact:   ate...@iki.fi, +35841 5323835
technical contact:  ate...@sange.fi, http://sange.fi/~atehwa/
PGP/GPG fingerprint:A14E E420 54E0 E6EB 74B1  671B FAC0 7926 9025 E9FC
Please consider membership of http://www.hospitalityclub.org/ !



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