Bug#494466: [patch, RFC] Allow to select driver inclusion policy for initramfs-tools

2008-08-10 Thread Martin Michlmayr
* Frans Pop [EMAIL PROTECTED] [2008-08-09 19:53]:
 With the default initrd now being over 6 GB on amd64 and the fact
 that lilo has structural problems with large initrds, I think that
 implementing something like the attached patch for Lenny is almost
 unavoidable.

Nice patch.  I wouldn't change the default to dep on amd64 and i386
though:
 1) These arches are the most generic ones we support in terms of
hardware and MODULES=most makes most sense on them (unlike on
embedded hardware which doesn't change).
 2) The LILO bug has been fixed.

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494486: Please add support for gettext

2008-08-10 Thread Chris Lamb
Chris Lamb wrote:

 Please add support for gettext. A patch is attached,

I forgot to catch any exceptions when setting the locale:

 - locale.setlocale(locale.LC_ALL, '')
 + try:
 + locale.setlocale(locale.LC_ALL, '')
 + except locale.Error:
 + pass

This change stops the program crashing when we run LANG=de_DE.UTF-8 python
debgtd.py and de_DE.UTF-8 is not configured (etc). We don't have to do
any fallback handling; it is performed by GTK.


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20


signature.asc
Description: PGP signature


Bug#428836: s

2008-08-10 Thread Eric Dorland
tags 428836 pending
thanks

* Rene Engelhard ([EMAIL PROTECTED]) wrote:
 Package: iceweasel
 Version: 2.0.0.3-1
 Severity: minor
 
 Hi,
 
 if I have many windows open and the Iceweasel tabs get grouped in GNOME
 the button then says Firefox instead Iceweasel (as it probably
 should).

I think I've discovered why this happens, should be fixed next upload.


-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]



signature.asc
Description: Digital signature


Bug#494501: Grub drops to rescue mode when it sees my raid6 partition

2008-08-10 Thread Kevin Shanahan
Package: grub-pc
Version: 1.96+20080724-5

When booting my server which has /boot and / on raid1 and also a
totally a separate raid6 device, grub errors out and drops to rescue
mode. I see:

  Welcome to GRUB!

  Error: Unsupported RAID level: 6
  Entering rescue mode...
  grub rescue

From there I just type:

  grub rescue insmod linux
  grub rescue normal

And the boot continues as I expect it should have done in the first
place. I guess grub should not panic if it just sees a raid6
device, but only if it is asked to use it.

This system has 12 disks. /dev/sdk and /dev/sdl are using the onboard
Intel SATA controller and are what the BIOS sees as the first and
second drive. /dev/sd[a-j] are attached to two 3ware sata controllers.

[EMAIL PROTECTED]:~$ mount
/dev/md1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/md0 on /boot type ext3 (rw)

[EMAIL PROTECTED]:~$ cat /proc/mdstat 
Personalities : [raid1] [raid6] [raid5] [raid4] 
md5 : active raid6 sdj1[9] sdi1[8] sdh1[7] sdg1[6] sdf1[5] sde1[4] sdd1[3] 
sdc1[2] sdb1[1] sda1[0]
  7814079488 blocks level 6, 64k chunk, algorithm 2 [10/10] [UU]
  bitmap: 0/233 pages [0KB], 2048KB chunk

md1 : active raid1 sdl2[1] sdk2[0]
  19534976 blocks [2/2] [UU]
  bitmap: 1/150 pages [4KB], 64KB chunk

md2 : active raid1 sdl3[1] sdk3[0]
  271482368 blocks [2/2] [UU]
  bitmap: 0/130 pages [0KB], 1024KB chunk

md3 : active raid1 sdl4[1] sdk4[0]
  1919680 blocks [2/2] [UU]
  bitmap: 0/235 pages [0KB], 4KB chunk

md0 : active raid1 sdl1[1] sdk1[0]
  96256 blocks [2/2] [UU]
  bitmap: 0/12 pages [0KB], 4KB chunk

unused devices: none

[EMAIL PROTECTED]:~$ cat /boot/grub/device.map
(hd0)   /dev/sdk
(hd1)   /dev/sdl

[EMAIL PROTECTED]:~$ uname -a
Linux hermes-new 2.6.26 #1 SMP Sat Jul 26 18:11:06 CST 2008 x86_64 GNU/Linux



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494324: [Pkg-octave-devel] Bug#494324: octave3.0: Strange output with pdfcairo print device

2008-08-10 Thread Torquil Macdonald Sørensen

Rafael Laboissiere wrote:

* Torquil Macdonald Sørensen [EMAIL PROTECTED] [2008-08-08 16:50]:

It is very good that the Debian gnuplot now has pdfcairo output, but it 
doesn't seem to work perfectly with octave. The following works fine in 
gnuplot:


set terminal pdfcairo
set output plot.pdf
plot [0:1] x

and it gives a very nice pdf. The pdf page size fits perfectly around 
the plot.


I am just curious: which version of gnuplot are you using?  I have 4.2.3-1
here which does not provide the pdfcairo terminal. 



Hm, I forgot that I installed a gnuplot CVS version, so maybe that's 
why I have pdfcairo support and you don't. But now I remember, I did it 
to get PDF support and also the for-loop support in the plot command, 
which is quite cool.


I needed the for-loop support because the number of functions to plot 
would be determined by gnuplot at run-time.


Since gnuplot in Debian doesn't even offer the pdfcairo terminal yet, I 
will send a bug-report to Octave upstream.


Best regards,
Torquil Sørensen



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#492760: ITP: freedink -- A portable version of the Dink Smallwood game engine.

2008-08-10 Thread Sylvain Beucler
owner 492760 !

As there's no reply I reassign the bug to myself :)
(Feel free to contact if you want to help.)

The current version of the Debian package can be found here:
http://www.freedink.org/snapshots/debian/
(based on snapshots)

There's progress with releasing other game data under a free
license. I'm in contact with Seth A. Robinson from RTsoft atm.

I think we could plan a first upload to experimental if this works
out.

-- 
Sylvain

On Thu, Jul 31, 2008 at 06:08:13PM +0200, Sylvain Beucler wrote:
 Hi,
 
  * Package name: freedink
 
 I intend to package FreeDink myself, actually :)
 
 As you can see there's a debian/ repository ready in the repository.
 There isn't a release yet, hence why I didn't mention it.
 
 
  or I shall create some simple data files myself under a free
  license, and not depend on the non-free data at all.
 
 Currently we know for sure that the sound and MIDIs aren't free (and
 not owned by RTsoft). Help with replacing them would be greatly
 appreciated (such as sound of fire burning in a chimney, sound of
 gold coins, etc.).



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494502: O: libvisual-projectm -- libvisual module for projectM

2008-08-10 Thread William Pitcock
Package: wnpp
Severity: normal

I don't use this anymore (infact, for some reason projectM does not even
work on my computer anymore), so someone should take it now. You'll need
to update the package to fix a FTBFS (the projectM guys enjoy breaking API
for no reason). Peter Sperl seems like a nice guy though.

Good luck!

(Please note that it takes a lot of work to maintain a package, so don't
take it unless you are serious about maintaining it. Thanks!)

William

-- System Information:
Debian Release: lenny/sid
Architecture: amd64 (x86_64)

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494458: d-i: import_file_into_env: can't open 'fstab_import...

2008-08-10 Thread Martin Michlmayr
Hi Marco,

Found the problem.

udev-udeb_0.125-5_armel.udeb contains the file
/lib/udev/rules.d/79-fstab_import.rules which does:

ACTION==add, SUBSYSTEM==block, ENV{ID_FS_USAGE}==filesystem|other, 
IMPORT=fstab_import --root=$root $name $links mapper/ $env{DM_NAME}

but fstab_import doesn't exist in the d-i environment.

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494488: ITP: polyml -- Standard ML implementation

2008-08-10 Thread Guus Sliepen
On Sat, Aug 09, 2008 at 11:45:49PM +0200, Lionel Elie Mamane wrote:

 * Package name: polyml
[...]
   Description : Standard ML implementation
 
  Poly/ML supports the full version of the language as given in the
  Definition of Standard ML (Revised), generally known as ML97.  As
  well as being extremely fast and efficient implementation of Standard
  ML Poly/ML provides several additional features.  There is a foreign
  language interface which allows dynamically linked libraries to be
  loaded and functions within them called from ML.  An X11
  interface using Motif is available.  There is also a symbolic debugger
  for Poly/ML.

Your definition assumes the reader knows what Standard ML is. Most of
them don't. Please include something like the following paragraph in the
long description (taken from Wikiepedia):

 Standard ML is a general-purpose, modular, functional programming
 language with compile-time type checking and type inference.

-- 
Met vriendelijke groet / with kind regards,
  Guus Sliepen [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#494511: libqtgui4: Segfault on arm (old) when starting qt4-apps via ssh-X

2008-08-10 Thread holger
Package: libqtgui4
Version: 4.4.0-4
Severity: normal

i' am using a nslu2 for a longer time
installed with etch and soon upgraded to lenny

sometimes i use graphical apps via ssh -X with no problems
(synaptic, dillo, truecrypt)

but all qt4 apps like arora and all examples and demos i have tested
produce a Segmentation Fault

there is also  a thread at the debian-arm list

this is the output of gdb

/usr/lib/qt4/examples/dialogs/standarddialogs$ gdb ./standarddialogs
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as arm-linux-gnu...
(no debugging symbols found)
(gdb) run
Starting program: /usr/lib/qt4/examples/dialogs/standarddialogs/standarddialogs
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0x413c8ab0 (LWP 17424)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x413c8ab0 (LWP 17424)]
0x401d2000 in QKeyMapper::changeKeyboard () at kernel/qkeymapper.cpp:93
93  kernel/qkeymapper.cpp: No such file or directory.
in kernel/qkeymapper.cpp
Current language:  auto; currently c++
(gdb) backtrace
#0  0x401d2000 in QKeyMapper::changeKeyboard () at kernel/qkeymapper.cpp:93
#1  0x401e9f48 in qt_init (priv=0x1e718, display=0x0, visual=0, colormap=0)
at kernel/qapplication_x11.cpp:1902
#2  0x40157f38 in QApplicationPrivate::construct (this=0x1e718, dpy=0x0, 
visual=0, cmap=0)
at kernel/qapplication.cpp:740
#3  0x401597b8 in QApplication (this=0xbebea888, [EMAIL PROTECTED], 
argv=0xbebea944, 
_internal=263168)
at kernel/qapplication.cpp:672
#4  0x0001363c in ?? ()
(gdb)   

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

Kernel: Linux 2.6.25-2-ixp4xx
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages libqtgui4 depends on:
ii  fontconfig 2.6.0-1   generic font configuration library
ii  libaudio2  1.9.1-2   Network Audio System - shared libr
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.6-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-2 GCC support library
ii  libglib2.0-0   2.16.3-2  The GLib library of C routines
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libmng11.0.9-1   Multiple-image Network Graphics li
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libqtcore4 4.4.0-4   Qt 4 core module
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.1-2   The GNU Standard C++ Library v3
ii  libtiff4   3.8.2-10  Tag Image File Format (TIFF) libra
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxrandr2 2:1.2.2-2 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages libqtgui4 recommends:
pn  qt4-qtconfig  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494514: insserv: Test suite fail on alpha

2008-08-10 Thread Petter Reinholdtsen

Package: insserv
Version: 1.12.0-1
Severity: serious
Tags: help
User: [EMAIL PROTECTED]
Usertag: incorrect-boot-order 

The build of the latest insserv version fail on alpha, because the
testsuite fail.  The last test fail, the one named test that a
symlink in /etc/init.d/ to another script does not cause problems.

The build log is available from
URL: 
http://buildd.debian.org/fetch.cgi?pkg=insservver=1.12.0-1arch=alphastamp=1217971941file=log
 .

We have seen this kind of error before, when using tmpfs.  That was a
bug in tmpfs, see URL: http://lkml.org/lkml/2008/7/26/71  for the
details.  Perhaps the file system used on goetz.debian.org have the
same problem?

I tried to find a alpha machine to test on, but am unable to log into
albeniz.debian.org, the only alpha machine listed on
URL: http://db.debian.org/machines.cgi  as open for developers.

I have no idea how to debug this.  The program work on all other
architectures where it was built.  Only m68k have an issue with
alignment and fail to build.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494517: prayer: username hard-coded to only eight characters

2008-08-10 Thread clayton
Package: prayer
Version: 1.2.0-1
Severity: important


This makes prayer completely unusable on a mail server requiring a complete 
e-mail address for valid usernames.

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

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

Versions of packages prayer depends on:
ii  adduser3.108 add and remove users and groups
ii  libc-client20077:2007~dfsg-1 UW c-client library for mail proto
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libdb4.6   4.6.21-8  Berkeley v4.6 Database Libraries [
ii  libldap-2.4-2  2.4.10-2+lenny1   OpenLDAP libraries
ii  libssl0.9.80.9.8g-10.1   SSL shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

prayer recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494520: Drives marked missing in RAID configurations do not work

2008-08-10 Thread Michael Tautschnig
Package: fai-client
Version: 3.2.8

When creating RAID volumes with devices marked as missing, these must be
replaced by missing on the mdadm command line.

Best,
Michael



pgphIxg0NaC1A.pgp
Description: PGP signature


Bug#494519: Volumes may be generated larger in size than desired

2008-08-10 Thread Michael Tautschnig
Package: fai-client
Version: 3.2.8

When specifying ranges like 10-100 for the size of logical volumes in
setup-storage disk_config files, the size of the generated logical volumes may
scale beyond 100M, up to all the available space instead.

Best,
Michael



pgpcj0WvUmg7H.pgp
Description: PGP signature


Bug#494531: asciidoc: pdf creation broken because of missing dblatex integration

2008-08-10 Thread Andreas Hoenen
Package: asciidoc
Version: 8.2.7-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In asciidoc 8.2.7 the upstream author has replaced fop by dblatex as the default
tool for creating pdf output.  As dblatex is packaged in debian main (in
contrast to fop), this is an improvement, e.g. it should ease the release goal
to weaken the dependency on fop (compare #452470).

However the dependency on dblatex is still missing from the asciidoc package
(I'd suggest either Depends or Recommends).  Furthermore as some parts of the
upstream package are missing from the debian package, a2x currently is broken
regarding pdf if one has installed dblatex:

$ a2x -f pdf example.txt
Error: Latex style '/etc/asciidoc/dblatex/asciidoc-dblatex.sty' not found
a2x: failed: dblatex  -t pdf -p /etc/asciidoc/dblatex/asciidoc-dblatex.xsl -s 
/etc/asciidoc/dblatex/asciidoc-dblatex.sty ./example.xml

As this derogates the asciidoc support for printed media massively, that is half
of its functionality (besides online media), I consider it as a bug of important
severity.  If you need help regarding dblatex, don't hesistate to contact me.

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

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

Versions of packages asciidoc depends on:
ii  python2.5.2-1An interactive high-level object-o

Versions of packages asciidoc recommends:
pn  docbook-utils  none(no description available)
ii  fop1:0.94.dfsg-2 XML to PDF Translator
ii  source-highlight   2.4-5.2   convert source code to syntax high
pn  vim-addon-manager  none(no description available)
ii  xmlto  0.0.20-2  XML-to-any converter

asciidoc suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkie3tYACgkQco2LfriI0s7wbQCfRuVtJ5QUnp3I8V4NXa5ObayS
skMAn3zlUvJdyLpjJR9mQfyDKEP6JB/R
=KM1T
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494524: gnome-app-install: Informs abiword not installed (it is). Does not let to install it

2008-08-10 Thread Daniel R.
Package: gnome-app-install
Version: 0.5.5.1-1
Severity: normal

Hello, 

I have just installed Debian Lenny: with desktop, laptop, standard 
system tasksel tasks. I have update-manager activated in my gnome 
session.

gnome-app-install reports Abiword is not installed, but it is. It does 
not let me install it.

If I start gnome-app-install from console, it shows some warnings:

** (gnome-app-install:9370): WARNING **: return value of custom widget 
handler was not a GtkWidget
/usr/lib/python2.5/site-packages/AppInstall/AppInstall.py:1269: 
GtkWarning: gtk_tree_model_sort_sort: assertion 
`tree_model_sort-default_sort_func != NULL' failed
  item.applications.set_default_sort_func(None)
/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt 
API not stable yet
  warnings.warn(apt API not stable yet, FutureWarning)
Enabled the main component

Thanks,


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

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

Versions of packages gnome-app-install depends on:
ii  app-install-data  2008.07.28 Application Installer Data Files
ii  gconf22.22.0-1   GNOME configuration database syste
ii  gksu  2.0.0-5graphical frontend to su
ii  gnome-icon-theme  2.22.0-1   GNOME Desktop icon theme
ii  python2.5.2-1An interactive high-level object-o
ii  python-apt0.7.7.1Python interface to libapt-pkg
ii  python-central0.6.8  register and build utility for Pyt
ii  python-dbus   0.82.4-2   simple interprocess messaging syst
ii  python-gdbm   2.5.2-1GNU dbm database support for Pytho
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gnome2 2.22.0-1   Python bindings for the GNOME desk
ii  python-gst0.100.10.12-1  generic media-playing framework (P
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-gtkhtml2   2.19.1-2   Python bindings for the GtkHTML 2 
ii  python-gtkmozembed2.19.1-2   Python bindings for the GtkMozEmbe
ii  python-sexy   0.1.9-1python language bindings for libse
ii  python-xdg0.15-1.1   A python library to access freedes
ii  synaptic  0.62.1 Graphical package manager

gnome-app-install recommends no packages.

gnome-app-install suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494505: [PATCH for git-core] fall back to 'editor', not 'vi', if EDITOR is unset

2008-08-10 Thread Jonathan Nieder
Package: git-core
Version: 1:1.5.6.3-1
Severity: minor

Here's a patch to (I hope) catch all the remaining situations in which
git falls back to vi rather than editor.  I don't have access to a
Debian system on which I have permission to install packages any more,
so I have not been able to test the .debs it produces.  But I think it
should be okay.  I hope it is of some use.

Thanks,
Jonathan

-- snipsnip --
This patch takes care of those instances of hardcoded vi that 
remain after the fix to bug #438793

Signed-off-by: Jonathan Nieder [EMAIL PROTECTED]
---
 contrib/fast-import/git-p4 |2 +-
 git-add--interactive.perl  |2 +-
 git-send-email.perl|3 ++-
 git-sh-setup.sh|2 +-
 git-svn.perl   |2 +-
 5 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/contrib/fast-import/git-p4 b/contrib/fast-import/git-p4
index 6ae0429..3d2a491 100755
--- a/contrib/fast-import/git-p4
+++ b/contrib/fast-import/git-p4
@@ -651,7 +651,7 @@ class P4Submit(Command):
 newdiff = newdiff.replace(\n, \r\n)
 tmpFile.write(submitTemplate + separatorLine + diff + newdiff)
 tmpFile.close()
-defaultEditor = vi
+defaultEditor = editor
 if platform.system() == Windows:
 defaultEditor = notepad
 if os.environ.has_key(P4EDITOR):
diff --git a/git-add--interactive.perl b/git-add--interactive.perl
index da768ee..020c7a3 100755
--- a/git-add--interactive.perl
+++ b/git-add--interactive.perl
@@ -728,7 +728,7 @@ EOF
close $fh;
 
my $editor = $ENV{GIT_EDITOR} || $repo-config(core.editor)
-   || $ENV{VISUAL} || $ENV{EDITOR} || vi;
+   || $ENV{VISUAL} || $ENV{EDITOR} || editor;
system('sh', '-c', $editor.' $@', $editor, $hunkfile);
 
open $fh, '', $hunkfile
diff --git a/git-send-email.perl b/git-send-email.perl
index d2fd899..dc0e335 100755
--- a/git-send-email.perl
+++ b/git-send-email.perl
@@ -530,7 +530,8 @@ GIT: for the patch you are writing.
 EOT
close(C);
 
-   my $editor = $ENV{GIT_EDITOR} || Git::config(@repo, core.editor) || 
$ENV{VISUAL} || $ENV{EDITOR} || vi;
+   my $editor = $ENV{GIT_EDITOR} || Git::config(@repo,
+core.editor) || $ENV{VISUAL} || $ENV{EDITOR} || editor;
system('sh', '-c', $editor.' $@', $editor, $compose_filename);
 
open(C2,,$compose_filename . .final)
diff --git a/git-sh-setup.sh b/git-sh-setup.sh
index d17b349..059e461 100755
--- a/git-sh-setup.sh
+++ b/git-sh-setup.sh
@@ -67,7 +67,7 @@ git_editor() {
case $GIT_EDITOR,$TERM in
,dumb)
echo 2 No editor specified in GIT_EDITOR, core.editor, 
VISUAL,
-   echo 2 or EDITOR. Tried to fall back to vi but terminal is 
dumb.
+   echo 2 or EDITOR. Tried to fall back to editor but terminal 
is dumb.
echo 2 Please set one of these variables to an appropriate
echo 2 editor or run $0 with options that will not cause an
echo 2 editor to be invoked (e.g., -m or -F for git-commit).
diff --git a/git-svn.perl b/git-svn.perl
index 0dbdec6..35419d9 100755
--- a/git-svn.perl
+++ b/git-svn.perl
@@ -1052,7 +1052,7 @@ sub get_commit_entry {
close $log_fh or croak $!;
 
if ($_edit || ($type eq 'tree')) {
-   my $editor = $ENV{VISUAL} || $ENV{EDITOR} || 'vi';
+   my $editor = $ENV{VISUAL} || $ENV{EDITOR} || 'editor';
# TODO: strip out spaces, comments, like git-commit.sh
system($editor, $commit_editmsg);
}
-- 
1.6.0.rc1.228.ge730





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494527: [syslinux] no manpage for extlinux

2008-08-10 Thread Javier Merino
Package: syslinux
Version: 2:3.71+dfsg-1
Severity: normal

Syslinux should provide a manpage for extlinux. It could be based on
/usr/share/doc/syslinux/extlinux.txt.gz .

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.22-3-686

Debian Release: lenny/sid
  990 unstablemirrors.ecology.uni-kiel.de
  990 unstableftp.es.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libc6(= 2.7-1) | 2.7-13




signature.asc
Description: OpenPGP digital signature


Bug#494523: make-fai-nfsroot fails to umount on abort

2008-08-10 Thread Michael Tautschnig
Package: fai-server
Version: 3.2.8
Severity: important

When pressing ^C to abort make-fai-nfsroot proc and devpts remain mounted in the
(incomplete) chroot, which clutters the running system. It seems there is a trap
installed, but it does not work as expected.

Best,
Michael



pgpOtt8YP2Jqr.pgp
Description: PGP signature


Bug#494518: make-fai-nfsroot fails to umount on abort

2008-08-10 Thread Michael Tautschnig
Package: fai-server
Version: 3.2.8
Severity: important

When pressing ^C to abort make-fai-nfsroot proc and devpts remain mounted in the
(incomplete) chroot, which clutters the running system. It seems there is a trap
installed, but it does not work as expected.

Best,
Michael



pgpI5jFvbsykB.pgp
Description: PGP signature


Bug#494533: update-grub : removes comments in magic section of menu.lst

2008-08-10 Thread Fabrice Lorrain
Package: grub
Version: 0.97-45
Severity: minor

Hello,

I just discover that update-grub is removing any comments in the
automatic part of menu.lst. This is annoying. It would be nice if one
could leaves comments there, like :

### BEGIN AUTOMAGIC KERNELS LIST

##  kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/sda3 ro
## Fab 20080810 : hpet disable because of BTS494036.
# kopt_2_6_26=root=/dev/sda3 ro hpet=disable


Openning this bug for archive/prosperity. 

@+,
Fab

-- Package-specific info:

*** BEGIN /boot/grub/device.map
(hd0)   /dev/sda
*** END /boot/grub/device.map

*** BEGIN /proc/mounts
/dev/sda3 / ext3 rw,errors=remount-ro,data=ordered 0 0
/dev/sda5 /srv ext3 rw,errors=remount-ro,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/menu.lst
# menu.lst - See: grub(8), info grub, update-grub(8)
#grub-install(8), grub-floppy(8),
#grub-md5-crypt, /usr/share/doc/grub
#and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 1

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5

# Pretty colours
#color cyan/blue white/blue

### PASSWORD LINE REMOVED ###
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
### PASSWORD LINE REMOVED ###
### PASSWORD LINE REMOVED ###
### PASSWORD LINE REMOVED ###

#
# examples
#
# title Windows 95/98/NT/2000
# root  (hd0,0)
# makeactive
# chainloader   +1
#
# title Linux
# root  (hd0,1)
# kernel/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##  kopt_2_6_8=root=/dev/hdc1 ro
##  kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/sda3 ro
# kopt_2_6_26=root=/dev/sda3 ro hpet=disable

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,2)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##  alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##  lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##  lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##  altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##  howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##  memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false

## ## End Default Options ##

title   Xen 3.2-1-i386 / Debian GNU/Linux, kernel 2.6.25-2-686
root(hd0,2)
kernel  /boot/xen-3.2-1-i386.gz
module  /boot/vmlinuz-2.6.25-2-686 root=/dev/sda3 ro console=tty0
module  /boot/initrd.img-2.6.25-2-686

title   Debian GNU/Linux, kernel 2.6.26-1-686
root(hd0,2)
kernel  /boot/vmlinuz-2.6.26-1-686 root=/dev/sda3 ro hpet=disable 
initrd  /boot/initrd.img-2.6.26-1-686

title

Bug#494522: iceape-browser: New advanced options for stylesheets

2008-08-10 Thread Mark Hobley
Package: iceape-browser
Version: 1.1.11-1
Severity: wishlist


This is a proposal for new options and facilities under the main menu:

Main Menu, Edit, Preferences, Advanced, Stylesheets

Enable stylesheets for:

Tickbox: Navigator

Allow stylesheets to:

 Tickbox: Crop content that does not fit on screen

(Unticking this box would prevent the browser from cropping images 
in tables that do not fit on the screen. These are currently cropped by 
default.)

Main Menu, Tools, Stylesheet Manager, Block stylesheets from this site
Main Menu, Tools, Stylesheet Manager, Use default stylesheet permissions
Main Menu, Tools, Stylesheet Manager, Allow stylesheets from this site
Main Menu, Tools, Stylesheet Manager, Manage stylesheet permissions


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

Kernel: Linux 2.6.25-2-486
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 iceape-browser depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-8 GCC support library
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.2.6-1   spell checker and morphological an
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libnspr4-0d4.7.1-3   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0-4  Network Security Service libraries
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libstdc++6 4.3.1-8   The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages iceape-browser recommends:
pn  iceape-gnome-support  none (no description available)

Versions of packages iceape-browser suggests:
pn  iceape-dom-inspector  none (no description available)
pn  iceape-mailnews   none (no description available)
pn  latex-xft-fonts   none (no description available)
ii  libkrb53  1.6.dfsg.4~beta1-3 MIT Kerberos runtime libraries

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494530: vtun closes tunnels every minuite

2008-08-10 Thread oryn
Package: vtun
Version: 3.0.2-1
Severity: important

Every minute vtun closes the tunnel
syslog reports:
Aug 10 12:56:54 Anubis vtund[32254]: Use SSL-aware challenge/response
Aug 10 12:56:54 Anubis vtund[32254]: Session astra[***.***.***.***:53660] opened
Aug 10 12:56:54 Anubis kernel: tun0: Disabled Privacy Extensions
Aug 10 12:56:54 Anubis vtund[32254]: LZO compression[level 9] initialized
Aug 10 12:56:54 Anubis vtund[32254]: Blowfish-128-ECB encryption initialized
Aug 10 12:57:49 Anubis vtund[32254]: Invalid argument (22)
Aug 10 12:57:49 Anubis vtund[32254]: Session astra closed

This repeats every 60 seconds
I have tried removing encryption and compresson to no avail, it just times out.
I'm sure this is not a nat issue because the same thing happens regardless of 
whether the client is on the same subnet or halfway across the world (and yes I 
have tried it from halfway across the world).
strace doesn't tell me much, but it might tell you guys something.

--Note this is strace run from the server--
Anubis:~# strace -p 32254
Process 32254 attached - interrupt to quit
select(6, [4 5], NULL, NULL, {11, 206000}) = 0 (Timeout)
select(6, [4 5], NULL, NULL, {30, 0})   = 1 (in [5], left {5, 28000})
read(5, \0\30..., 2)  = 2
read(5, \355\246\344\323\206'\343o\217+6\300EX4 \224G\2346\340\31\320\211..., 
24) = 24
write(4, 
\377\377\377\377\377\377\0\0\0\0\0\0\210\242\20\0\377\377\377\1\0\0\0\0\0\0\0\0\0\0\0\0...,
 32) = -1 EINVAL (Invalid argument)
time(NULL)  = 1218370009
stat64(/etc/localtime, {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0
writev(2, [{vtund[32254]: Invalid argument (2..., 35}, {\n..., 1}], 2) = 36
send(3, 30Aug 10 13:06:49 vtund[32254]:..., 55, MSG_NOSIGNAL) = 55
write(5, \20\0..., 2) = 2
munmap(0xb7bec000, 462848)  = 0
rt_sigaction(SIGTERM, {0x804d5f0, [], SA_NOCLDWAIT}, NULL, 8) = 0
rt_sigaction(SIGINT, {0x804d5f0, [], SA_NOCLDWAIT}, NULL, 8) = 0
rt_sigaction(SIGHUP, {SIG_IGN}, NULL, 8) = 0
setpriority(PRIO_PROCESS, 0, 0) = 0
close(4)= 0
close(4)= -1 EBADF (Bad file descriptor)
close(5)= 0
close(-1)   = -1 EBADF (Bad file descriptor)
time(NULL)  = 1218370009
stat64(/etc/localtime, {st_mode=S_IFREG|0644, st_size=3661, ...}) = 0
writev(2, [{vtund[32254]: Session astra close..., 34}, {\n..., 1}], 2) = 35
send(3, 30Aug 10 13:06:49 vtund[32254]:..., 54, MSG_NOSIGNAL) = 54
unlink(/var/lock/vtund/astra) = 0
close(5)= -1 EBADF (Bad file descriptor)
exit_group(0)   = ?
Process 32254 detached
---end of strace---
The syslog from the client looks like this:
Aug 10 13:08:54 Astra vtund[5081]: Connecting to ***.***.***.***
Aug 10 13:08:54 Astra vtund[5081]: Use SSL-aware challenge/response
Aug 10 13:08:54 Astra vtund[5081]: Remote Server sends TuL9E1 .
Aug 10 13:08:54 Astra vtund[5081]: Session astra[***.***.***.***] opened
Aug 10 13:08:54 Astra vtund[5081]: LZO compression[level 9] initialized
Aug 10 13:08:54 Astra vtund[5081]: Blowfish-128-ECB encryption initialized
Aug 10 13:09:49 Astra vtund[5081]: Connection closed by other side
Aug 10 13:09:49 Astra vtund[5081]: Session astra[***.***.***.***] closed

 

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

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

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

vtun recommends no packages.

vtun suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494508: FTBFS: No rule to make target `for'

2008-08-10 Thread Riku Voipio
Package: scheme2c
Version: 1993.3.15.2-1
Severity: serious

fails to build on all buildd's:

http://buildd.debian.org/~jeroen/status/package.php?suite=unstablep=scheme2c

On Sun, Aug 10, 2008 at 04:39:51AM +, Debian/armel Build Daemon wrote:
 # Add here commands to clean up after the build process.
 #/usr/bin/make clean
 rm -rf 
 /usr/bin/make -C doc clean
 make[1]: Entering directory `/build/buildd/scheme2c-1993.3.15.2/doc'
 rm -rf *.pdf *.dvi *.aux *.log *.BAK *.CKP
 make[1]: Leaving directory `/build/buildd/scheme2c-1993.3.15.2/doc'
 dh_clean 
  debian/rules build
 dh_testdir
 # Add here commands to configure the package.
 make for
 make[1]: Entering directory `/build/buildd/scheme2c-1993.3.15.2'
 make[1]: *** No rule to make target `for'.  Stop.
 make[1]: Leaving directory `/build/buildd/scheme2c-1993.3.15.2'
 make: *** [configure-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494515: Crash: object allocation during garbage collection phase

2008-08-10 Thread Johan Walles
Package: ruby1.8
Version: 1.8.7.22-2
Severity: grave
Justification: causes non-serious data loss


I've written a ruby program using Gtk that crashes the Ruby VM every time I run 
it.

If the ruby VM crashes when you have unsaved data you will lose data == this 
is a dataloss bug (even if I 
didn't lose any data here) == severity grave according to 
http://www.debian.org/Bugs/Developer.html#severities.

On stderr, the following error message is printed when the program crashes:


./animation.rb:107: [BUG] object allocation during garbage collection phase
ruby 1.8.7 (2008-06-20 patchlevel 22) [i486-linux]


Here's a stack trace from the crash:

#0  0xb7f1f424 in __kernel_vsyscall ()
#1  0xb7e1ffd3 in __waitpid_nocancel () from /lib/i686/cmov/libpthread.so.0
#2  0xb7b6cae3 in IA__g_spawn_sync (working_directory=0x0, argv=0x8be3918, 
envp=0x0, flags=value optimized out, 
child_setup=0, user_data=0x0, standard_output=0x0, standard_error=0x0, 
exit_status=0x0, error=0xbfd35108)
at /tmp/buildd/glib2.0-2.16.4/glib/gspawn.c:374
#3  0xb7b6cdec in IA__g_spawn_command_line_sync (
command_line=0x8be7c10 bug-buddy --appname=\animation.rb\ --pid=5221, 
standard_output=0x0, 
standard_error=0x0, exit_status=0x0, error=0xbfd35108) at 
/tmp/buildd/glib2.0-2.16.4/glib/gspawn.c:682
#4  0xb6cd9198 in ?? () from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#5  signal handler called
#6  0xb7f1f424 in __kernel_vsyscall ()
#7  0xb7c85640 in raise () from /lib/i686/cmov/libc.so.6
#8  0xb7c87018 in abort () from /lib/i686/cmov/libc.so.6
#9  0xb7e5482b in rb_bug (fmt=0xb7ee1f3c object allocation during garbage 
collection phase) at error.c:213
#10 0xb7e78415 in rb_newobj () at gc.c:422
#11 0xb7e78442 in rb_data_object_alloc (klass=3083168140, datap=0x90be1c0, 
dmark=0xb7bfbc30, dfree=0) at gc.c:443
#12 0xb7bfbf6a in ?? () from /usr/lib/ruby/1.8/i486-linux/glib2.so
#13 0xb7c5698c in ?? ()
#14 0x090be1c0 in ?? ()
#15 0xb7bfbc30 in ?? () from /usr/lib/ruby/1.8/i486-linux/glib2.so
#16 0x in ?? ()

Will attach the ruby script triggering this as well as the full bug-buddy 
report.

  Regards //Johan

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

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

Versions of packages ruby1.8 depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libruby1.81.8.7.22-2 Libraries necessary to run Ruby 1.

ruby1.8 recommends no packages.

Versions of packages ruby1.8 suggests:
ii  rdoc1.8   1.8.7.22-2 Generate documentation from Ruby s
pn  ri1.8 none (no description available)
ii  ruby1.8-examples  1.8.7.22-2 Examples for Ruby 1.8

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494537: drupal5: [INTL:it] Italian debconf templates translation

2008-08-10 Thread Luca Monducci
Package: drupal5
Severity: wishlist
Tags: patch l10n

Please upadte the italian debconf templates translation (attached).

Thanks,
Luca

it.po
Description: Binary data


Bug#461556: iceweasel: still reproducible

2008-08-10 Thread Jens Thiele
Eric Dorland [EMAIL PROTECTED] writes:

 * Jens Thiele ([EMAIL PROTECTED]) wrote:
 Package: iceweasel
 Version: 2.0.0.14-2
 Followup-For: Bug #461556
 
 [EMAIL PROTECTED]:~$ iceweasel -safe-mode file:///tmp/crash.html
 The program 'gecko' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadAlloc (insufficient resources for operation)'.
   (Details: serial 4097 error_code 11 request_code 53 minor_code 0)
   (Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the --sync command line
option to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)

 Any improvement in Iceweasel 3.0.1?

No:

[EMAIL PROTECTED]:~$ iceweasel -safe-mode file:///tmp/crash.html
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'RenderBadPicture (invalid Picture parameter)'.
  (Details: serial 3945 error_code 182 request_code 155 minor_code 5)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error()
   function.)
[EMAIL PROTECTED]:~$ iceweasel -safe-mode --sync file:///tmp/crash.html
The program 'firefox-bin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 10443 error_code 11 request_code 53 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error()
   function.)

[EMAIL PROTECTED]:~$ dpkg -s iceweasel|grep :
Package: iceweasel
Status: install ok installed
Priority: optional
Section: web
Installed-Size: 3656
Maintainer: Eric Dorland [EMAIL PROTECTED]
Architecture: i386
Version: 3.0.1-1
Replaces: firefox ( 2.0+dfsg-1), iceweasel-gnome-support (=
3.0~b5-2), mozilla-firefox
Provides: www-browser
Depends: fontconfig, psmisc, procps, debianutils (= 1.16), libc6 (=
2.7-1), libgcc1 (= 1:4.1.1), libglib2.0-0 (= 2.12.0), libgtk2.0-0 (=
2.12.0), libnspr4-0d (= 1.8.0.10), libstdc++6 (= 4.1.1), xulrunner-1.9
( 1.9~rc2-5)
Suggests: xulrunner-1.9-gnome-support, latex-xft-fonts, xfonts-mathml,
ttf-mathematica4.1, xprint, mozplugger, libkrb53
Conflicts: firefox ( 2.0+dfsg-1), iceweasel-dom-inspector ( 3.0~b4),
mozilla-firefox ( 1.5.dfsg-1)
Conffiles:
Description: lightweight web browser based on Mozilla

Greetings,
Jens



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494503: [INTL:sv] po file for live-magic

2008-08-10 Thread Martin Ågren
Package: live-magic
Severity: wishlist
Tags: l10n patch


Hi,

Please find attached the Swedish templates translation.

Take care,

Martin

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

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


sv.po
Description: application/not-regular-file


Bug#454743: not a bug

2008-08-10 Thread David Shaw

On Jul 28, 2008, at 5:00 PM, Michelle Konzack wrote:


Hello David,

Am 2008-07-28 11:39:00, schrieb David Shaw:

Agreed that it isn't GPG's job to rewrite addresses, but that said,
GPG does actually have the feature that was requested:

 keyserver mailto:[EMAIL PROTECTED]@example.com

I.e. add '?from=address' to the end of the keyserver line.

David
 END OF REPLIED MESSAGE  



Thanks for this info, but look again in the Message from me.

gpg has used the GECOS field as From: instead of LOGIN. I  am   
using


I don't quite understand how.  The code in gpgkeys_mailto that gets  
the login string is:


  ($login,$name)=(getpwuid($))[0,6];

And the From line is generated as:

  $from=$name $login;

You might try editing the gpgkeys_mailto script to print out (to  
stderr) those variables as they are found.  It may help shed some  
light on what is happening in your case.


David



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#409271: Status of this bug ?

2008-08-10 Thread Steinar H. Gunderson
On Sun, Aug 10, 2008 at 04:35:23PM +0200, Fabrice Lorrain wrote:
 I've just read through bts #409271 :initramfs-tools: NFSv4 not  
 supported for root fs
 and I'm interrested in knowing the status of this bug for lenny.

AFAIK my understanding is: klibc's mount doesn't support NFSv4, initramfs
insists on using klibc's mount, stalemate.

/* Steinar */
-- 
Homepage: http://www.sesse.net/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494512: trying to overwrite `/usr/lib/openoffice/program/classes/hsqldb.jar'

2008-08-10 Thread Julien Danjou
Package: openoffice.org-base
Version: 1:2.4.1-6
Severity: important

Trying to upgrade etch-lenny:

Preparing to replace openoffice.org-base 1:2.4.1-3~bpo40+1 (using
.../openoffice.org-base_1%3a2.4.1-6_amd64.deb) ...
Unpacking replacement openoffice.org-base ...
dpkg: error processing
/var/cache/apt/archives/openoffice.org-base_1%3a2.4.1-6_amd64.deb
(--unpack):
 trying to overwrite `/usr/lib/openoffice/program/classes/hsqldb.jar',
which is also in package openoffice.org-java-common

ii  openoffice.org-java 1:2.4.1-3~bpo40+1   OpenOffice.org office suite
Java support arch. indepen

I don't set this as serious since it's probably only a bug when
upgrading from backport. You are even free to close and ignore this, but
well, many users may be hit by this so if you can do anything, it would
be probably great.

Cheers,
-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// This is the end of my signature.


signature.asc
Description: Digital signature


Bug#494534: festival leaves dead symlinks links in /etc/rc?.d/

2008-08-10 Thread Fabrice Lorrain
Package: festival
Version: 1.96~beta-7
Severity: minor

Hello,

I just discover that at some point festival left symlinks in /etc/rc?.d:
$ LANG=C ls -l /etc/rc?.d/*festival
lrwxrwxrwx 1 root root 18 Dec  1  2007 /etc/rc0.d/K20festival -
.../init.d/festival
lrwxrwxrwx 1 root root 18 Dec  1  2007 /etc/rc1.d/K20festival -
.../init.d/festival
lrwxrwxrwx 1 root root 18 Dec  1  2007 /etc/rc2.d/s20festival -
.../init.d/festival
lrwxrwxrwx 1 root root 18 Dec  1  2007 /etc/rc3.d/S20festival -
.../init.d/festival
lrwxrwxrwx 1 root root 18 Dec  1  2007 /etc/rc4.d/S20festival -
.../init.d/festival
lrwxrwxrwx 1 root root 18 Dec  1  2007 /etc/rc5.d/S20festival -
.../init.d/festival
lrwxrwxrwx 1 root root 18 Dec  1  2007 /etc/rc6.d/K20festival -
.../init.d/festival

$ LANG=C ls -l /etc/init.d/*festival
ls: cannot access /etc/init.d/*festival: No such file or directory

I rmed the stuffed, might be nice if the package were taking care of it.

@+,
Fab

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

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

Versions of packages festival depends on:
ii  adduser  3.109   add and remove users and groups
ii  libaudiofile00.2.6-7 Open-source version of SGI's audio
ii  libc62.7-13  GNU C Library: Shared libraries
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared 
ii  libestools1.21:1.2.96~beta-2 Edinburgh Speech Tools Library
ii  libgcc1  1:4.3.1-8   GCC support library
ii  libncurses5  5.6+20080804-1  shared libraries for terminal hand
ii  libstdc++6   4.3.1-8 The GNU Standard C++ Library v3
ii  lsb-base 3.2-19  Linux Standard Base 3.2 init scrip
ii  sgml-base1.26SGML infrastructure and SGML catal
ii  sysv-rc  2.86.ds1-60 System-V-like runlevel change mech

Versions of packages festival recommends:
ii  festvox-kallpc16k [festival-v 1.4.0-5American English male speaker for 

Versions of packages festival suggests:
ii  festival-freebsoft-utils  0.9-2  Festival extensions and utilities
pn  festival-gaim none (no description available)
pn  pidgin-festival   none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#237319: using unclutter does has some side-effects

2008-08-10 Thread Daniel Baumann
severity 227800 important
severity 237319 important
severity 413282 important
severity 493144 important
thanks

using unclutter does have some side-effects.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493885: [pkg-horde] Bug#493885: horde3: update to 3.2.1+debian0-2 causes imp to fail

2008-08-10 Thread Ola Lundqvist
Hi

Ok, good. I was not aware of that. Should I contact the release team or will
you do that?

Best regards,

// Ola

On Sun, Aug 10, 2008 at 03:11:25AM +0200, Gregory Colpart wrote:
 Hi,
 
 On Tue, Aug 05, 2008 at 08:52:31PM +0200, Ola Lundqvist wrote:
  
  I think we should consider this bug as a serious or important bug.
  This would mean that all existing installations of horde3 (from
  stable for example) will have all the applications disabled
  when they upgrade.
  
  I know that this is simply an effect of the configuration file handling
  and that people have not edited the file before in combination with
  that the default value for the file has been updated. I think the
  change is good, but we need to make something about this...
  
  Do you think it would be possible to automatically make the
  configuration file edited so that the configuration file handling
  function detect the file as changed and ask the admin if it should
  be replaced or not. I do not know at which stage the configuration
  files are replaced.
  
  What do you think?
 
 (A short answer because I've a slow Internet connection)
 
 I think it's not a bug because I was aware of these effects.
 See debian/NEWS:
 --8--
   * All Horde components are now inactive by default! If you want to use a
 component (IMP, Turba, Kronolith, etcetera.): configure it and active it
 in /etc/horde/horde3/registry.php file (set 'status' = 'active').
 --8--
 We should also add this information in release notes for Lenny.
 
 If you find a nice way to deal with upgrade with no change in
 registry.php file, it could be interessant.
 
 Regards,
 -- 
 Gregory Colpart [EMAIL PROTECTED]  GnuPG:1024D/C1027A0E
 Evolix - Informatique et Logiciels Libres http://www.evolix.fr/
 

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494529: python-wxtools: trigger for menu with error

2008-08-10 Thread bernhard kleine
Package: python-wxtools
Version: 2.8.8.1-0
Severity: normal

tall --reinstall python-wxtools
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
0 aktualisiert, 0 neu installiert, 1 erneut installiert, 0 zu entfernen
und 0 nicht aktualisiert.
Es müssen 56,1kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 0B Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren [J/n]? j
Hole:1 http://apt.wxwidgets.org feisty-wx/main python-wxtools 2.8.8.1-0
[56,1kB]
Es wurden 56,1kB in 1s geholt (38,1kB/s)
(Lese Datenbank ... 422679 Dateien und Verzeichnisse sind derzeit
installiert.)
Vorbereiten zum Ersetzen von python-wxtools 2.8.8.1-0 (durch
/python-wxtools_2.8.8.1-0_all.deb) ...
Entpacke Ersatz für python-wxtools ...
Verarbeite Trigger für man-db ...
Verarbeite Trigger für menu ...
Richte python-wxtools ein (2.8.8.1-0) ...
Verarbeite Trigger für menu ...
In der Datei »/usr/share/menu/python-wxtools«, Zeile 9 (oder der
Definition, die dort endet):
icon=/usr/share/pixmaps/xrced.png
  ^
  Unerwartetes Zeilenende.
  Überspringe Datei aufgrund von Fehlern
  ...

Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-wxtools depends on:
ii  python2.5.2-2An interactive high-level object-o
ii  python-wxgtk2.8   2.8.8.1-0  wxWidgets Cross-platform C++ GUI t

python-wxtools recommends no packages.

python-wxtools suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494550: mc: vfs script depend on mawk, but mc doesn't even recommend it

2008-08-10 Thread Jiří Paleček

Package: mc
Version: 2:4.6.2~git20080311-2+b1
Severity: normal

Hello,

I get errors like mawk not found from mc vfs scripts (eg. when opening a  
rar archive in mc). Indeed:


[EMAIL PROTECTED]:~$ fgrep mawk /usr/share/mc/extfs/*
/usr/share/mc/extfs/audio:RESPONSE=`wget -q -T $CDDB_TIMEOUT -O -  
$CDDB_SERVER/~cddb/cddb.cgi?cmd=cddb+query+$DISCID$CDDB_HANDSHAKE | tee  
$3 | mawk '/^200/ { print $2,$3; }'`

/usr/share/mc/extfs/hp48:AWK=mawk
/usr/share/mc/extfs/iso9660:$ISOINFO -l -i $1 | mawk '
/usr/share/mc/extfs/lslR:AWK=mawk
/usr/share/mc/extfs/ualz:   $UNALZ -l $1 | mawk -v uid=`id -nu` -v  
gid=`id -ng` '

/usr/share/mc/extfs/uarj: $ARJ v $1 | mawk -v uuid=${UID-0} '
/usr/share/mc/extfs/uha:$HA lf $1 2/dev/null | mawk -v uid=${UID-0}  
'

/usr/share/mc/extfs/ulha:AWK=mawk
/usr/share/mc/extfs/urar: $UNRAR v -c- $1 | mawk -v uid=`id -u` -v  
gid=`id -g` '

/usr/share/mc/extfs/uzoo:$ZOO lq $ARCHIVE | mawk -v uid=${UID-0} '

I think that if the scripts depend specifically on mawk, mc should at leas  
recommend it. Even better, if this dependency is not crucial (ie. the  
scripts work with gawk, too), they should be changed not to require mawk.


Regards
 Jiri Palecek

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

Kernel: Linux 2.6.24.3-test (SMP w/1 CPU core; PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2) (ignored: LC_ALL  
set to cs_CZ)

Shell: /bin/sh linked to /bin/dash

Versions of packages mc depends on:
ii  libc6 2.7-3  GNU C Library: Shared  
libraries

ii  libglib2.0-0  2.16.1-2   The GLib library of C routines
ii  libgpm2   1.20.4-2   General Purpose Mouse -  
shared lib
ii  libslang2 2.1.3-2The S-Lang programming  
library - r


mc recommends no packages.

Versions of packages mc suggests:
pn  arj  none  (no description available)
ii  bzip21.0.5-0.1   high-quality block-sorting  
file co

pn  dbview   none  (no description available)
ii  file 4.21-1  Determines file type using  
magic
ii  links2.1pre37-1  Web browser running in text  
mode
ii  lynx-cur [lynx]  2.8.7dev9-1 Text-mode WWW Browser with  
NLS sup
ii  mime-support 3.39-1  MIME files 'mime.types'   
'mailcap
ii  perl 5.10.0-11.1 Larry Wall's Practical  
Extraction

ii  unzip5.52-9  De-archiver for .zip files
ii  xpdf 3.02-1.3Portable Document Format  
(PDF) sui

ii  zip  2.32-1  Archiver for .zip files

-- no debconf information


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494435: closed by Bastian Blank [EMAIL PROTECTED] (Bug#494435: fixed in linux-kbuild-2.6 2.6.26-2)

2008-08-10 Thread Brice Goglin
reopen 494435
thank you


Debian Bug Tracking System wrote:
* Include new scripts. (closes: #494435)

Thank you for fixing this so quickly. Unfortunately, building external
modules still fails. Now, it's failing because the basic/fixdep script
is missing. It looks like all subdirs disappeared from the script
directory (basic, genksyms, kconfig and mod).

Cheers,
Brice




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494541: RM: gnat-glade (RoM; RC bugs; dead upstream)

2008-08-10 Thread Ludovic Brenta
Package: ftp.debian.org
Severity: wishlist

Please remove gnat-glade from unstable (and testing). It has one RC bug
(#492100) which we (the maintainers) cannot fix, and is superseded upstream by
another package. Below is a  copy of the announcement Xavier made on
comp.lang.ada:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The package gnat-glade in Debian has been providing support for Annex E
(the Distributed Systems Annex) since 1999.  With this package, it is
possible to write programs that are distributed over many computers.

I have found a critical bug that makes the version currently in testing
(gnat-glade 2007) unusable for real-world applications.  The problem is
described in detail in [1].  Now that AdaCore has abandoned GLADE in
favour of PolyORB, there will be no solution to this problem.

Therefore, starting in April 2008, I packaged PolyORB 2.3 for
Debian.  During testing, I discovered other problems [2] that make
PolyORB unusable too.  Consequently I decided not to upload the package
to Debian, but to wait for the next release.

After AdaCore released PolyORB 2.4 (as part of GNAT GPL 2008 Edition)
I resumed work but the problems are still there, whether using gnat-4.3
or GNAT GPL 2008 as the compiler [3].

As a consequence, I am sorry to announce that Debian 5.0 Lenny,
scheduled for release in September 2008, will not support the
Distributed Systems Annex.

I will continue working on PolyORB in Debian as my time allows. If you
think you can help, please do not hesitate to get in touch with me. The
packaging scripts are on Ada-France's public monotone server [4,5].
Maybe one day I will be able to integrate a rock-solid PolyORB in some
future version of Debian.

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=492100
[2] see thread started by :
http://lists.adacore.com/pipermail/polyorb-users/2008-May/000950.html
[3]
http://lists.adacore.com/pipermail/polyorb-users/2008-June/000984.html
[4] http://www.ada-france.org:8081/branch/changes/org.debian.polyorb
[5] http://www.ada-france.org/article131.html

- -- Xavier Grave (Thanks to Ludovic Brenta for his help on all of this)

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

iEYEARECAAYFAkiNaXsACgkQVIZi0A5BZF4rOACfchNTQaosh0kGZ5nQcA5m0g5G
imMAn3ZxIKdm77bobTGatLJbFES507FI
=3gdX
-END PGP SIGNATURE- 

-- 
Ludovic Brenta.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494521: /usr/bin/gtk-gnash: gnash causes segfault in opengl

2008-08-10 Thread Wolfgang Schnitker
Package: gnash-opengl
Version: 0.8.3-4
Severity: normal
File: /usr/bin/gtk-gnash

gnash causes segfault using iceweasel and googleing around some graphics
applications suddenly xserver restarts. 

dmesg output here:

[ 4798.509398] gtk-gnash[4670]: segfault at a45b4880 ip 7f87294c88a0
sp 7fff340788c0 error 4 in libGLU.so.1.3.070004[7f87294ac000+84000]
[ 4818.730079] gtk-gnash[4681]: segfault at 1682b00 ip 7f58d01a98a0 sp
7fffdad59180 error 4 in libGLU.so.1.3.070004[7f58d018d000+84000]
[ 6977.226752] Xorg[3294]: segfault at 1b8 ip 54d585 sp 7fff0e4730b0 error 4
in Xorg[40+1bf000]


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

Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnash-opengl depends on:
ii  gnash-common-opengl   0.8.3-4free Flash movie player - common f
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-2  GCC support library
ii  libgl1-mesa-glx [libgl1]  7.0.3-5A free implementation of the OpenG
ii  libglib2.0-0  2.16.4-2   The GLib library of C routines
ii  libglu1-mesa [libglu1]7.0.3-5The OpenGL utility library (GLU)
ii  libgstreamer0.10-00.10.19-3  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libgtkglext1  1.2.0-1OpenGL Extension to GTK+ (shared l
ii  libstdc++64.3.1-2The GNU Standard C++ Library v3

gnash-opengl recommends no packages.

gnash-opengl suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494542: bugs.debian.org: new web presentation fails to show when Done bugs will be archived

2008-08-10 Thread Francesco Poli
Package: bugs.debian.org
Severity: wishlist

Hi!

I've just noticed the new web presentation of bugs.d.o.
Very detailed and useful: nice job!  :-)

There's a little regression with respect to the previous one, though.
The previous presentation used to show the following piece
of information about closed-but-still-unarchived bug reports:

  Can be archived in N days

Where N started as 28 and was decremented toward zero,
to show how much time was left until the bug report got archived.

This datum was really useful, at least to me: I used to exploit it
to spot recently closed bugs in a long page listing various bug reports
(I searched can be with my web browser!).
Moreover, it showed me how much time I had to send a comment to
the bug report (should I feel like doing so), before the archiving
could deny me such opportunity.

I therefore miss this feature now: could this be reimplemented, please?

Thank you for enhancing the Debian BTS more and more!
I really love it!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491376: I give up

2008-08-10 Thread Robert Millan


After a good night sleep, I think I won't be updating my patches, or continue
trying to justify why they're necessary.  I decided I want to spend my time on
more rewarding things.

I explained everything in my previous mails.  If you consider that there is
indeed a problem, it should be trivial to adjust any of my patches to whatever
your requirements are.

I personally think it is a shame that when legacy MSDOS partitions are finally
replaced after 20 years, we end up with something that is _less_ robust than
what we had before.  I also think it is a shame that coordination between the
GRUB maintainer and the D-I team is basicaly inoperative.

Anyway, my involvement ends here.  The only thing I will do, is try to get this
problem documented in the release notes, once it becomes clear that it won't be
fixed.

Have a nice day

-- 
Robert Millan

  The DRM opt-in fallacy: Your data belongs to us. We will decide when (and
  how) you may access your data; but nobody's threatening your freedom: we
  still allow you to remove your data and not access it at all.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#490221: Any progress

2008-08-10 Thread Sylvain Le Gall
Hello,

On Fri, Aug 08, 2008 at 08:58:16AM +0200, Guido Günther wrote:
 Hi Sylvain,
 any progress on bitstring? Anything I can do to help with that?

Complete package is standing on my computer. I have worked on it
yesterday (v 1.9.7, renamed bitstring)

Everything is fine, but I am away from my GPG key (on vacation). I will
be back tomorrow and should upload tomorrow afternoon. 

Regards
Sylvain Le Gall




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494543: Ugly thick border on the main canvas in .19.

2008-08-10 Thread Trent W. Buck
Package: midori
Version: 0.0.19-1
Severity: minor

With the attached .gtkrc-2.0, midori's main canvas area has a
noticeably brighter/thicker/blacker border around the canvas area than
in .18.  I find it visually disruptive, and wish it wasn't the case.

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

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

Versions of packages midori depends on:
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libgtksourceview2.0-0  2.2.2-1   shared libraries for the GTK+ synt
ii  libpango1.0-0  1.20.5-1  Layout and rendering of internatio
ii  libwebkit-1.0-11.0.1-2   Web content engine library for Gtk
ii  libxml22.6.32.dfsg-2 GNOME XML library

midori recommends no packages.

midori suggests no packages.

-- no debconf information
attachment: 18.pngattachment: 19.png -*- conf -*-
 http://library.gnome.org/devel/gtk/unstable/GtkSettings.html
 Engine settings in /usr/share/gtk-engines/*.xml

gtk-cursor-theme-name = DMZ-Black
gtk-toolbar-style = GTK_TOOLBAR_BOTH_HORIZ
gtk-scrolled-window-placement = GTK_CORNER_TOP_RIGHT
gtk-enable-animations = 0
## Broken: can't close windows (steals C-w) and only implements the
## most superficial Emacs behavious anyway -- not even C-SPC!
# gtk-key-theme-name = Emacs
## Broken: forces the use of HC pngs for some icons.
# gtk-theme-name = HighContrastInverse
gtk-icon-theme-name = HighContrast-SVG

## Gtk-color-scheme exists so that you can customize a theme's color
## scheme without understanding the intricacies of the theme itself.
## If you set gtk-color-scheme in gnome-settings-daemon, this works.
## Just setting it and gtk-theme-name in this file DOES NOT work,
## because symbolic references are resolved at parse time -- that is,
## they only work within the file in which they occur, not in included
## files or gtk-theme-name files.
##
## What to do?  You can 1) run gnome-settings-daemon; 2) copy the
## theme you want into ~/.themes/twb and change the ONE LINE that sets
## gtk-color-scheme, then set gtk-theme-name to twb.  I have done a
## variant of latter, copy-and-pasting a stripped-down theme in below.
gtk-color-scheme = fg_color: white
bg_color: black
text_color: white
base_color: black
selected_fg_color: white
selected_bg_color: grey20
tooltip_fg_color: white
tooltip_bg_color: black

### Black-on-white version, for xdark 1 0.
gtk-color-scheme = fg_color: black
bg_color: white
text_color: black
base_color: white
selected_fg_color: black
selected_bg_color: grey80
tooltip_fg_color: black
tooltip_bg_color: white

## Symbolic names were introduced in 2.10, so on older hosts you'll
## see default colors and get a parse error warning on stderr.
## Similarly, if libindustrial.so isn't available, you'll get the
## default engine, Raleigh.
##
## Note that I'm using the old Industrial and High Contrast engines.
## That's because none of the other engines seem able to cope with a
## completely black background -- you end up with a fantastically
## useless amount of black-on-black borders and checkboxes.
style twb {
  engine hcengine { edge_thickness = 1 }
  engine industrial { contrast = 0.5 }
  base[INSENSITIVE] = @base_color
  bg[INSENSITIVE]   = @bg_color
  fg[INSENSITIVE]   = @fg_color
  text[INSENSITIVE] = @text_color
  base[NORMAL]  = @base_color
  bg[NORMAL]= @bg_color
  fg[NORMAL]= @fg_color
  text[NORMAL]  = @text_color
  base[ACTIVE]  = @base_color
  bg[ACTIVE]= @bg_color
  fg[ACTIVE]= @fg_color
  text[ACTIVE]  = @text_color
  base[SELECTED]= @selected_bg_color
  bg[SELECTED]  = @selected_bg_color
  fg[SELECTED]  = @selected_fg_color
  text[SELECTED]= @selected_fg_color
  base[PRELIGHT]= @selected_bg_color
  bg[PRELIGHT]  = @selected_bg_color
  fg[PRELIGHT]  = @selected_fg_color
  text[PRELIGHT]= @selected_fg_color

  ## These don't actually WORK in Epiphany :-/
  GtkWidget::link-color = #3465A4
  GtkWidget::visited-link-color = #75507B

  GtkEntry::cursor_color = @text_color
}
widget_class * style twb


Bug#493714: openttd: Network exploitable buffer overrun

2008-08-10 Thread Moritz Muehlenhoff
R. Bijker wrote:
 Therefore the best way to fix this is by upgrading to 0.6.2, also in lenny.

I agree, can you upload 0.6.2 to unstable?

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491567: Please add (pseudo) QNAP TS-409 support

2008-08-10 Thread Martin Michlmayr
I tested the patch in d-i and the installed system and it works as
expected.

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494546: EC GPE storm checks causing problems

2008-08-10 Thread Brendan Molloy
Package: linux-2.6
Version: 2.6.26-2
User: [EMAIL PROTECTED]
Usertags: features

The new GPE storm checks added since 2.6.26 have caused certain broken
ACPI implementations to cause unexpected problems with daily usage. It
is especially apparent on the EeePC, as the hotkeys fail to work.

http://lkml.org/lkml/2008/6/7/27
http://lkml.org/lkml/2008/7/19/19



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494525: gnome-app-install: Always requests update of packages list on start

2008-08-10 Thread Daniel R.
Package: gnome-app-install
Version: 0.5.5.1-1
Severity: important

Hello,

Whenever I start gnome-app-install from my gnome menu, it reports my 
packages list is not up to date, requests it to be updated.

If I let it update the packages list, the application starts correctly. 
However, if I start the application again within the same session the 
problem happens again.

I have tested with and without update-notifier/manager activated in my 
session.

Thanks,


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

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

Versions of packages gnome-app-install depends on:
ii  app-install-data  2008.07.28 Application Installer Data Files
ii  gconf22.22.0-1   GNOME configuration database syste
ii  gksu  2.0.0-5graphical frontend to su
ii  gnome-icon-theme  2.22.0-1   GNOME Desktop icon theme
ii  python2.5.2-1An interactive high-level object-o
ii  python-apt0.7.7.1Python interface to libapt-pkg
ii  python-central0.6.8  register and build utility for Pyt
ii  python-dbus   0.82.4-2   simple interprocess messaging syst
ii  python-gdbm   2.5.2-1GNU dbm database support for Pytho
ii  python-glade2 2.12.1-6   GTK+ bindings: Glade support
ii  python-gnome2 2.22.0-1   Python bindings for the GNOME desk
ii  python-gst0.100.10.12-1  generic media-playing framework (P
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-gtkhtml2   2.19.1-2   Python bindings for the GtkHTML 2 
ii  python-gtkmozembed2.19.1-2   Python bindings for the GtkMozEmbe
ii  python-sexy   0.1.9-1python language bindings for libse
ii  python-xdg0.15-1.1   A python library to access freedes
ii  synaptic  0.62.1 Graphical package manager

gnome-app-install recommends no packages.

gnome-app-install suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494504: CVE-2008-1232/CVE-2008-2370: XSS and directory traversal

2008-08-10 Thread Steffen Joeris
Package: tomcat5.5
Severity: grave
Tags: security
Justification: user security hole

Hi,
the following CVE (Common Vulnerabilities  Exposures) ids were
published for tomcat5.5.

CVE-2008-1232[0]:
| Cross-site scripting (XSS) vulnerability in Apache Tomcat 4.1.0
| through 4.1.37, 5.5.0 through 5.5.26, and 6.0.0 through 6.0.16 allows
| remote attackers to inject arbitrary web script or HTML via a crafted
| string that is used in the message argument to the
| HttpServletResponse.sendError method.

CVE-2008-2370[1]:
| Apache Tomcat 4.1.0 through 4.1.37, 5.5.0 through 5.5.26, and 6.0.0
| through 6.0.16, when a RequestDispatcher is used, performs path
| normalization before removing the query string from the URI, which
| allows remote attackers to conduct directory traversal attacks and
| read arbitrary files via a .. (dot dot) in a request parameter.

If you fix the vulnerabilities please also make sure to include the
CVE ids in your changelog entry.

Also see the tomcat5.5 summary page[2].

Cheers
Steffen

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1232
http://security-tracker.debian.net/tracker/CVE-2008-1232
[1] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-2370
http://security-tracker.debian.net/tracker/CVE-2008-2370
[2] http://tomcat.apache.org/security-5.html



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494548: [l10n] Czech translation for live-magic

2008-08-10 Thread Miroslav Kure
Package: live-magic
Severity: wishlist
Tags: l10n, patch

Hi,

in attachement there is Czech (cs.po) translation of live-magic.
Please include it with the package.

Thanks
-- 
Miroslav Kure
# Czech translation of live-magic.
# This file is put in the public domain.
# Miroslav Kure [EMAIL PROTECTED], 2008.
#
msgid 
msgstr 
Project-Id-Version: live-magic\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-08-09 23:23+0100\n
PO-Revision-Date: 2008-08-10 14:53+0200\n
Last-Translator: Miroslav Kure [EMAIL PROTECTED]\n
Language-Team: Czech [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#: LiveMagic/views/wizard.py:31 LiveMagic/views/wizard.py:210
msgid Debian Live Magic
msgstr Debian Live Magic

#: LiveMagic/views/wizard.py:40
msgid About
msgstr O programu

#: LiveMagic/views/wizard.py:196
msgid Are you sure you wish to cancel?
msgstr Jste si jisti, že chcete proces zrušit?

#: LiveMagic/views/wizard.py:211
msgid GUI tool to build Debian Live systems.
msgstr Grafický nástroj pro vytváření debianích live systémů.

#: LiveMagic/views/wizard.py:215
msgid Debian Live homepage
msgstr Domovská stránka Debian Live

#: LiveMagic/controllers/wizard.py:57
msgid Enter your password to continue
msgstr Pro pokračování zadejte heslo

#: LiveMagic/controllers/wizard.py:58
msgid 
Debian Live Magic requires superuser capabilities to build your Debian Live 
system.
msgstr 
Debian Live Magic vyžaduje pro sestavení live systému superuživatelská 
oprávnění.

#: LiveMagic/controllers/build.py:59
msgid Error creating Debian Live system!
msgstr Chyba při vytváření live systému!

#: LiveMagic/controllers/build.py:82
msgid Cleaning build system
msgstr Čistí se sestavovací systém

#: LiveMagic/controllers/build.py:83
msgid Purging unnecessary parts of the build system...
msgstr Čistí se zbytečné části sestavovacího systému...

#: LiveMagic/controllers/build.py:86
msgid Build process finished
msgstr Sestavování dokončeno

#: LiveMagic/controllers/build.py:87
msgid Your Debian Live system has been created successfully.
msgstr Váš live systém byl úspěšně vytvořen.

#: LiveMagic/controllers/build.py:106
msgid Error when building Debian Live system
msgstr Chyba při sestavování live systému

#: LiveMagic/controllers/build.py:107
msgid There was an error when building your Debian Live system.
msgstr Při sestavování live systému se vyskytla chyba.

#: LiveMagic/controllers/build.py:117
msgid Build process cancelled
msgstr Sestavování zrušeno

#: LiveMagic/controllers/build.py:118
msgid The creation of your Debian Live system was cancelled.
msgstr Vytváření vašeho live systému bylo zrušeno.

#: misc/live-magic.glade:7
msgid Generating Debian Live system...
msgstr Sestavuje se live systém Debian...

#: misc/live-magic.glade:44
msgid 
bigbGenerating Debian Live system.../b/big\n
\n
Please wait while your Debian Live image is generated for you.
msgstr 
bigbSestavuje se live systém Debian.../b/big\n
\n
Počkejte prosím, než se sestaví obraz live systému.

#: misc/live-magic.glade:72
msgid Automatically close after Live system has been created
msgstr Automaticky zavřít po vytvoření live systému

#: misc/live-magic.glade:112
msgid Details
msgstr Podrobnosti

#: misc/live-magic.glade:201
msgid 
bWelcome to Debian Live Magic!/b\n
\n
A ilive/i system is an operating system that does not require\n
a classical installer to use it. It can boot from various types of\n
media, including CDs, DVDs, USB sticks, or via netboot. \n
\n
The following screens will lead you through the process\n
of building your own Debian Live system.
msgstr 
bVítejte v Debian Live Magic!/b\n
\n
iLive/i systém je operační systém, který nemusíte instalovat.\n
Můžete jej spustit z nejrůznějších médií, jako jsou CD, DVD,\n
USB klíčenky, nebo třeba síť (netboot). \n
\n
Následující obrazovky vás provedou procesem vytváření\n
vašeho vlastního Live systému Debian.

#: misc/live-magic.glade:223
msgid Welcome to Debian Live Magic!
msgstr Vítejte v Debian Live Magic!

#: misc/live-magic.glade:248
msgid bWhat type of image would you like to build?/b
msgstr bJaký typ systému chcete sestavit?/b

#: misc/live-magic.glade:302
msgid Standard Debian GNU/Linux image
msgstr Standardní obraz Debian GNU/Linuxu

#: misc/live-magic.glade:348
msgid GNOME desktop environment
msgstr Desktopové prostředí GNOME

#: misc/live-magic.glade:390
msgid KDE desktop environment
msgstr Desktopové prostředí KDE

#: misc/live-magic.glade:432
msgid Xfce desktop environment
msgstr Desktopové prostředí Xfce

#: misc/live-magic.glade:470
msgid Debian GNU/Linux rescue image
msgstr Záchranný obraz Debian GNU/Linuxu

#: misc/live-magic.glade:566
msgid Choose image type
msgstr Výběr obrazu

#: misc/live-magic.glade:592
msgid 
bWhat distribution of Debian would you like to build?/b\n
\n
If unsure, select \iTesting (lenny)/i\.
msgstr 
bKterou distribuci Debianu chcete sestavit?/b\n
\n
Pokud si nejste jisti, zvolte „iTestovací (Lenny)/i“.

#: 

Bug#494510: fluxkeys: after adding a shortcut the left mouse button dont react

2008-08-10 Thread Torsten Wiebke
Package: fluxkeys
Severity: normal

Hi,
after i add a shortcut via:
,[ /home/torsten/keysfluxbox ]
| ...
| Mod1 a : exec /usr/bin/fbrun
the left button of the mouse dont react in fluxbox. An deleting of this
line in the .fluxbox/keys dont solve the problem. Whats wrong there?
Thanks
Torsten

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

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494532: lenny di-2 on dell optiplex 755 fail disk detection

2008-08-10 Thread alfs
Package: installation-reports
Severity: important

Boot method: network
Image version: 
http://ftp.nl.debian.org/debian/dists/lenny/main/installer-amd64/current/images/netboot/netboot.tar.gz
Date: 10 aug 2008, 13:00

Machine: Dell Optiplex 755
Processor: Core2 Quad Q6600 @ 2.40GHz
Memory: 4 GB
Partitions: n/a

Output of lspci -knn (or lspci -nn):

(this is from Ubuntu 8.04 which installed OK)

00:00.0 Host bridge [0600]: Intel Corporation 82Q35 Express DRAM Controller 
[8086:29b0] (rev 02)
00:02.0 VGA compatible controller [0300]: Intel Corporation 82Q35 Express 
Integrated Graphics Controller [8086:29b2] (rev 02)
00:02.1 Display controller [0380]: Intel Corporation 82Q35 Express Integrated 
Graphics Controller [8086:29b3] (rev 02)
00:03.0 Communication controller [0780]: Intel Corporation 82Q35 Express MEI 
Controller [8086:29b4] (rev 02)
00:03.2 IDE interface [0101]: Intel Corporation 82Q35 Express PT IDER 
Controller [8086:29b6] (rev 02)
00:03.3 Serial controller [0700]: Intel Corporation 82Q35 Express Serial KT 
Controller [8086:29b7] (rev 02)
00:19.0 Ethernet controller [0200]: Intel Corporation 82566DM-2 Gigabit Network 
Connection [8086:10bd] (rev 02)
00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #4 [8086:2937] (rev 02)
00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #5 [8086:2938] (rev 02)
00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #2 [8086:293c] (rev 02)
00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio 
Controller [8086:293e] (rev 02)
00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express 
Port 1 [8086:2940] (rev 02)
00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #1 [8086:2934] (rev 02)
00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #2 [8086:2935] (rev 02)
00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI 
Controller #3 [8086:2936] (rev 02)
00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI 
Controller #1 [8086:293a] (rev 02)
00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge [8086:244e] (rev 
92)
00:1f.0 ISA bridge [0601]: Intel Corporation 82801IO (ICH9DO) LPC Interface 
Controller [8086:2914] (rev 02)
00:1f.2 SATA controller [0106]: Intel Corporation 82801IR/IO/IH (ICH9R/DO/DH) 6 
port SATA AHCI Controller [8086:2922] (rev 02)
00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller 
[8086:2930] (rev 02)


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [ ]
Load installer modules: [O]
Detect hard drives: [E]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

Harddrive was not detected. I assume the installer is missing
the driver for the chipset, Intel 82Q35 Express PT IDER Controller [8086:29b6] 
(rev 02)

Interestingly, I found that
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=452134
detected the harddrive, but did not detect the network (which worked for me)




Regards,
 Stefan




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494179: [moc] FATAL_ERROR: Can't send() int to the server.

2008-08-10 Thread Elimar Riesebieter
On Thu, 07 Aug 2008 the mental interface of
Nico Golde told:

 Package: moc
 Version: 1:2.5.0~alpha3+svn20080629-1
 Severity: important

 Hi Elimar!
 I have a problem with mocp.
[...]

 Now if I open mocp in my music directory and add an interpret
 directory to the playlist by using 'a' mocp immediately crashes
 writing 'FATAL_ERROR: Can't send() int to the server.'

This bug was introduced with svn r2068:
Tags cache using BerkeleyDB

r2067 works fine, so I tried to build against libdb4.[2-7], but
always crashes on my amd64. I've testet i586 and ppc as well. Both
are working!

@Damian: Could you please help?

Elimar


-- 
  Talking much about oneself can also 
   be a means to conceal oneself.
 -Friedrich Nietzsche



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493167: confirmed

2008-08-10 Thread Martin Guy
Bug confirmed on arm-sid chroot under eabi kernel with oabi-compat, using
foo$ xhost bar
bar$ DISPLAY=foo:0 arora

See also the mail thread starting at
http://lists.debian.org/debian-arm/2008/08/msg5.html
for backtraces. For ssh access to a fast arm box mail me



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494179: [moc] FATAL_ERROR: Can't send() int to the server.

2008-08-10 Thread Nico Golde
Hi,
* Elimar Riesebieter [EMAIL PROTECTED] [2008-08-10 14:07]:
 On Sun, 10 Aug 2008 the mental interface of
 Elimar Riesebieter told:
  On Sun, 10 Aug 2008 the mental interface of
  Damian Pietras told:
  
   On Sun, Aug 10, 2008 at 12:13:04PM +0200, Elimar Riesebieter wrote:
  [...]
   Thanks, this is really a valuable information. Since I don't have any
   64bit box, I've reviewed the cache code and found one possible problem.
   The patch is attached. Can you try it?
  
  Hmm, no changes :( Debug is attached.
 
 This is a lie ;) Starting with a fresh ~/.moc/cache dir works
 perfect on amd64. I'll test ppc and i386 and report again.

Works fine on amd64 here after deleting the cache.
Cheers and thanks
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpcjUfwSgaeG.pgp
Description: PGP signature


Bug#494179: [moc] FATAL_ERROR: Can't send() int to the server.

2008-08-10 Thread Elimar Riesebieter
Hi Damian,

On Sun, 10 Aug 2008 the mental interface of
Damian Pietras told:

 On Sun, Aug 10, 2008 at 12:13:04PM +0200, Elimar Riesebieter wrote:
[...]
  This bug was introduced with svn r2068:
  Tags cache using BerkeleyDB
  
  r2067 works fine, so I tried to build against libdb4.[2-7], but
  always crashes on my amd64. I've testet i586 and ppc as well. Both
  are working!
 
 
 Thanks, this is really a valuable information. Since I don't have any
 64bit box, I've reviewed the cache code and found one possible problem.
 The patch is attached. Can you try it?

Hmm, no changes :( Debug is attached.

Elimar

-- 
  It's a good thing we don't get all 
  the government we pay for.


mocp_log.tar.gz
Description: Binary data


Bug#409271: Status of this bug ?

2008-08-10 Thread Fabrice Lorrain

Hello,

I've just read through bts #409271 :initramfs-tools: NFSv4 not 
supported for root fs

and I'm interrested in knowing the status of this bug for lenny.

Thanks,

@+,
Fab

PS : ccing nfs-aware people.



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494405: setting package to asterisk-dbg asterisk-config asterisk-doc asterisk-dev asterisk asterisk-sounds-main asterisk-h323 ...

2008-08-10 Thread Victor Seva
# Automatically generated email from bts, devscripts version 2.10.33
# via tagpending 
#
# asterisk (1:1.4.21.2~dfsg-2) UNRELEASED; urgency=low
#
#  * debian/backports/etch:
#- replace libcap2-dev to libcap-dev.
#- remove lib-client2007b-dev. (Closes: #494405).
#

package asterisk-dbg asterisk-config asterisk-doc asterisk-dev asterisk 
asterisk-sounds-main asterisk-h323
tags 494405 + pending




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#445595: Let's fix this for Lenny

2008-08-10 Thread Russell Coker
This is a two line patch that makes no actual code changes (it just changes 
the labelling of the shared object header).  The result of this change is the 
same as running execstack -c on the shared object.

This patch improves system security.  Without it any program that links to 
that shared object (or any shared object that depends on it) will run with an 
executable stack.

For example here is the difference in output between paxtest kiddie 
and LD_PRELOAD=/usr/lib/libsmpeg-0.4.so.0 paxtest kiddie:

 Executable stack : Killed
---
 Executable stack : Vulnerable

While it seems unlikely that someone would use LD_PRELOAD in such a manner in 
any realistic attack situation, it is a good demonstration of the result of 
having the shared object in question linked to the executable.

With my patch applied the result is that the Executable stack test gives a 
result of Killed.  NB paxtest is an i386 only package, but I believe that 
the same result applies to AMD64.

It would be quite embarrassing if Lenny was vulnerable to a security problem 
because of this with the patch in the BTS for almost a year.

Would you like me to NMU it?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494460: grub-pc: update-grub unable to generate a graphical gfxterm menu

2008-08-10 Thread Adeodato Simó
* Felix Zielcke [Sun, 10 Aug 2008 01:01:25 +0200]:

 The new upload for lenny will build-depend on the old version, so
 hopefully all buildds will then use the lenny version to build the
 packages.

They won't.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Debugging is twice as hard as writing the code in the first place. Therefore,
if you write the code as cleverly as possible, you are, by definition, not
smart enough to debug it.
-- Brian W. Kernighan




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494535: ITP: dtrx -- dtrx stands for Do The Right Extraction. It's a tool for Unix-like systems that takes all the hassle out of extracting archives.

2008-08-10 Thread Miguelangel Jose Freitas Loreto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: wnpp
Severity: wishlist

* Package name: dtrx
  Version : 6.1
  Upstream Author : Brett Smith [EMAIL PROTECTED]
* URL : http://brettcsmith.org/2007/dtrx/
* License : GPLv3
  Programming Lang: Python
  Description : dtrx stands for Do The Right Extraction. It's a
tool for Unix-like systems that takes all the hassle out of extracting
archives.

dtrx is basically the same as tar -zxf or tar -xjf except you don't have
to remember the flags for each file. But there's more to it than that.
You know those really annoying files that don't put everything in a
dedicated directory, and have the permissions all wrong? dtrx takes care
of all those problems for you, too. dtrx is simple and powerful. Just
use the same command for all your archive files, and they'll never
frustrate you again.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEUEARECAAYFAkie7nAACgkQEj/fBl4PScQKAgCUC/yS3a/MivVBRzkLZDOQqrUK
RACeLfAtkxPHswVpDzE0Xr8rH1W0gcI=
=RqFN
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494513: Uninstallable: unable to make backup link

2008-08-10 Thread Jose Carlos Garcia Sogo
Package: tzdata
Version: 2008e-1
Severity: serious

Hi,

Bug marked as serious as it makes the package uninstallable.
The bug is the following:

Preparing to replace tzdata 2008e-1 (using .../tzdata_2008e-2_all.deb)
...
Unpacking replacement tzdata ...
dpkg: error processing /var/cache/apt/archives/tzdata_2008e-2_all.deb
(--unpack):
 unable to make backup link of `./usr/share/zoneinfo/MST' before
installing new version: Operation not permitted
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/tzdata_2008e-2_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

I will go on investigating as it has not been reported before and it can
be due to some local config.

Thanks



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

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

Versions of packages tzdata depends on:
ii  debconf [debconf-2.0] 1.5.23 Debian configuration management sy

tzdata recommends no packages.

tzdata suggests no packages.

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494383: grub-pc: Grub2 cannot find LVM volume groups with a dash (-) in the name

2008-08-10 Thread Sander Marechal
Felix Zielcke wrote:
 Hello,
 
 Am Freitag, den 08.08.2008, 22:23 +0200 schrieb root:
 
 grub-probe: error: Unknown device linux--vg-boot
 Autodetection of a file system module failed
 Please specify the module with the option --modules explicitly

 
 I never used LVM before so maybe I did something wrong,
 but I think the lvm2 Debian package has a bug:

That's not a bug. See for example this old Ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/19631

LVM and /dev/mapper keep names like this:

vgname-lvname

When there's a dash in either the vgname or the lvname, it is doubled to
excape it. So my-volume-group and my-logical-volume becomes:

my--volume--group-my--logical--volume

I think Grub2 should be able to cope with that.

-- 
Sander Marechal



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494539: wmaker: wmsetbg segfault on /usr/share/fluxbox/debian-blueish-wallpaper.png.

2008-08-10 Thread Fabrice Lorrain
Package: wmaker
Version: 0.92.0-8
Severity: normal

[ccing fluxbox maintainer]

Hello,

Since last upgrade of wmaker and fluxbox (happened the same day), wmsetbg 
segfault when I start
a fluxbox session (my default since a bunch of months, after a decade of
using wmaker).

fbsetbg: Something went wrong while setting the wallpaper.
Run 'wmsetbg -s -S /usr/share/fluxbox/debian-blueish-wallpaper.png' from
an xterm to find out what.

Running wmsetbg -s -S /usr/share/fluxbox/debian-blueish-wallpaper.png,
gives just a segfault.

wmsetbg a bunch of .png on my box gives the following : 
for i in `cat /tmp/in`; do echo -n $i : ; wmsetbg -s -S $i  echo
ok; done  /tmp/out 21
/usr/share/qemulator/icons/debian.png : ok
/usr/share/images/desktop-base/gnome-debian-sid-splash.png : ok
/usr/share/images/desktop-base/debian-blueish-wallpaper-640x480.png : ok
/usr/share/live-helper/templates.debian/syslinux/menu/data/splash.png :
ok
/usr/share/live-helper/includes.debian/sid/install/pics/blue-lowerright.png
: ok
/usr/share/live-helper/includes.debian/sid/install/pics/red-lowerright.png
: ok
/usr/share/live-helper/includes.debian/sid/install/pics/blue-lowerleft.png
: ok
/usr/share/live-helper/includes.debian/sid/install/pics/blue-upperright.png
: ok
/usr/share/live-helper/includes.debian/sid/install/pics/blue-upperleft.png
: ok
/usr/share/live-helper/includes.debian/sid/install/pics/red-lowerleft.png
: ok
/usr/share/live-helper/includes.debian/sid/install/pics/red-upperright.png
: ok
/usr/share/live-helper/includes.debian/sid/install/pics/red-upperleft.png
: ok
/usr/share/app-install/icons/_usr_share_live-magic_debian_openlogo-nd-100.png
: ok
/usr/share/app-install/icons/_usr_share_pixmaps_debian-logo.png : ok
/usr/share/apps/knetworkconf/pixmaps/debian.png : ok
/usr/share/apps/kdm/themes/debian-moreblue/boundingbox.png : ok
/usr/share/apps/kdm/themes/debian-moreblue/icon-reboot.png : ok
/usr/share/apps/kdm/themes/debian-moreblue/screenshot.png : ok
/usr/share/apps/kdm/themes/debian-moreblue/icon-session.png : ok
/usr/share/apps/ksplash/Themes/debian-moreblue-default/Preview.png : ok
/usr/share/apps/ksplash/Themes/debian-moreblue-default/splash_top.png :
ok
/usr/share/apps/ksplash/Themes/debian-moreblue-default/splash_bottom.png
: ok
/usr/share/apps/ksplash/Themes/debian-moreblue-default/splash_active_bar.png
: ok
/usr/share/apps/ksplash/Themes/debian-moreblue-default/splash_inactive_bar.png
: ok
/usr/share/apps/ksplash/Themes/debian-moreblue-moodin/Preview.png : ok
/usr/share/apps/ksplash/Themes/debian-moreblue-moodin/Background.png :
ok
/usr/share/doc/dahb-html/html/bilder/betrieb/configure-debian.png : ok
/usr/share/doc/dahb-html/html/bilder/allgemein/debian-constitution.png :
ok
/usr/share/doc/dahb-html/html/bilder/allgemein/debian-devel-earth.png :
ok
/usr/share/pixmaps/splash/gnome-debian-splash.png : ok
/usr/share/pixmaps/gnome-debian.png : ok
/usr/share/pixmaps/debian-security.png : ok
/usr/share/pixmaps/debian-logo.png : ok
/usr/share/gdm/themes/debian/options.png : ok
/usr/share/gdm/themes/debian/system.png : ok
/usr/share/gdm/themes/debian/screenshot.png : ok
/usr/share/gdm/themes/debian/quit.png : ok
/usr/share/gdm/themes/debian/language.png : ok
/usr/share/gdm/themes/debian/session.png : ok
/usr/share/gdm/themes/debian-moreblue/boundingbox.png : ok
/usr/share/gdm/themes/debian-moreblue/icon-shutdown.png : ok
/usr/share/gdm/themes/debian-moreblue/icon-reboot.png : ok
/usr/share/gdm/themes/debian-moreblue/icon-language.png : ok
/usr/share/gdm/themes/debian-moreblue/screenshot.png : ok
/usr/share/gdm/themes/debian-moreblue/icon-session.png : ok
/usr/share/gdm/themes/debian-moreblue/userentry.png : ok
/usr/share/gdm/themes/debian-greeter/disconnect.png : ok
/usr/share/gdm/themes/debian-greeter/options.png : ok
/usr/share/gdm/themes/debian-greeter/debian.png : ok
/usr/share/gdm/themes/debian-greeter/system.png : ok
/usr/share/gdm/themes/debian-greeter/screenshot.png : ok
/usr/share/gdm/themes/debian-greeter/session.png : ok
/usr/share/gdm/themes/debian-dawn/shade-left.png : ok
/usr/share/gdm/themes/debian-dawn/shade-right.png : ok
/usr/share/gdm/themes/debian-dawn/gnome-linux-desktop.png : ok
/usr/share/gdm/themes/debian-dawn/screenshot.png : ok
/usr/share/gdm/themes/debian-dawn/dotline.png : Aborted
*** glibc detected *** wmsetbg: malloc(): memory corruption: 0x091c4708
***
=== Backtrace: =
/lib/i686/cmov/libc.so.6[0xb7d56126]
/lib/i686/cmov/libc.so.6(__libc_calloc+0xc9)[0xb7d57249]
/usr/lib/libwraster.so.3(RSmoothScaleImage+0xa04)[0xb7f67b14]
wmsetbg[0x804ac88]
wmsetbg[0x804bd17]
wmsetbg[0x804c8f1]
/lib/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7cfb455]
wmsetbg[0x8049e71]
=== Memory map: 
08048000-08058000 r-xp  08:03 621133 /usr/bin/wmsetbg
08058000-08059000 rw-p 0001 08:03 621133 /usr/bin/wmsetbg
091bd000-091de000 rw-p 091bd000 00:00 0  [heap]
b760-b7621000 rw-p b760 00:00 0 
b7621000-b770 ---p b7621000 00:00 0 
b771f000-b772b000 r-xp  

Bug#482133: Announce of the upcoming NMU for the uucp package

2008-08-10 Thread Christian Perrier
Dear maintainer of uucp and Debian translators,

Some days ago, I sent a notice to the maintainer of the uucp Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
ca cs de fr gl ja nl pt ru sv vi

Among these, the following translations are incomplete: none

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the uucp package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Saturday, August 16, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Saturday, August 02, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Sunday, August 10, 2008   : send this notice
 Saturday, August 16, 2008   : (midnight) deadline for receiving 
translation updates
 Sunday, August 17, 2008   : build the package and upload it to 
DELAYED/2-day
 send the NMU patch to the BTS
 Tuesday, August 19, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#
#
#
#
#
#
#
# Please note that translating this is probably a waste of time.
#
# The note is only shown on upgrades from potato to woody.
#
#
#
#
#
#
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2003-06-29 15:22+0200\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Description
#: ../uucp.templates:3
msgid uucp crontab corrupted on upgrade
msgstr 

#. Description
#: ../uucp.templates:3
msgid 
Older versions of the uucp package unfortunately corrupted the uucp crontab 
upon upgrade (the first 3 lines got removed). The crontab was installed as a 
user crontab of the uucp user.
msgstr 

#. Description
#: ../uucp.templates:3
msgid 
The new crontab can be found in /etc/cron.d/uucp. It does not need 
installing via crontab(1).
msgstr 

#. Description
#: ../uucp.templates:3
msgid Please change that file according to your needs.
msgstr 

#. Description
#: ../uucp.templates:3
msgid 
What is left from your old crontab file can be found in /etc/uucp/crontab. 
You may remove this file if you do not need it any longer.
msgstr 


signature.asc
Description: Digital signature


Bug#494458: d-i: import_file_into_env: can't open 'fstab_import...

2008-08-10 Thread Marco d'Itri
On Aug 10, Martin Michlmayr [EMAIL PROTECTED] wrote:

 udev-udeb_0.125-5_armel.udeb contains the file
 /lib/udev/rules.d/79-fstab_import.rules which does:
Weird... I do not understand why it's not in the udeb built on my
system.
Anyway, it's harmless. I will remove the file in a future upload if
somebody can understand how it got there.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#493147: pbuilder: get_control_re function can't grok funny comments in debian/control

2008-08-10 Thread Eric Pozharski
On Fri, Aug 08, 2008 at 11:43:51AM +0200, Loïc Minier wrote:
 On Fri, Aug 08, 2008, Eric Pozharski wrote:
  BYou?  I hope that Byou is plural.  Look, despite the fact that
  my F/etc/issue says my system is Blenny/sid in fact it's far
  from it.  Right now, that Bwill be a PITA for me to attempt to fix
  Debian Policy.  (I have a rule -- If I can't provide patch, I won't
  complain.  In case of DP, the patch is unavailable.)
  You can provide a patch to policy, in fact it's the way policy
  changes are discussed.

Please, don't press me.  Let's rephrase above:  Since what visitor has
to be more responcible than regulars?

-- 
Torvalds' goal for Linux is very simple: World Domination




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#491225: When will the fix for #491225 hit unstable?

2008-08-10 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

Any idea when there will be a new upload of libboost1.35-dev to
unstable? At the moment bug #491225 is blocking packaging of
kdevplatform and kdevelop4.

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

iEYEARECAAYFAkiexp4ACgkQ4mJJZqJp2SeKVwCdE33jZSNsIqqJxoiRSYdCNWY9
Sf8An3KlKPhYpx7zVs2Rw0Jwndzo/JvX
=o3xr
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



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

2008-08-10 Thread Roger Leigh
On Thu, Aug 07, 2008 at 02:19:33PM +0200, Radim X. wrote:

[please CC the submitter as well as the bug number, or else they don't
get a reply!]

 Are you sure that this won't break things elsewhere?

Yes; the whole point of this change is to stop breaking things that are
currently broken, including a whole plethora of bugs in mount(1).

 Other packages
 might use /etc/mtab with inotify to watch mount events (especially for
 removable media). They would have to switch to a different method,
 since /proc does not support inotify and udev doesn't help either.

Do you have any examples of packages which use /etc/mtab in this way?

I checked KDE 3.5.5 and it seems to be working fine.  Note that inotify
is very new, is Linux-specific, and all of the common desktop
environments are portable to many different platforms and hence will
detect changes using mechanisms other than inotify.  IMO this is not
a stopper for moving to a symlink.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Bug#494477: Linux 2.6.26-1-686: insert key behaves abnormally

2008-08-10 Thread Jakub Wilk

* Moritz Muehlenhoff [EMAIL PROTECTED], 2008-08-10, 16:32:

Package: linux-image-2.6.26-1-686
Version: 2.6.26-1
Severity: normal

Under Linux 2.6.26-1-686 the insert key behaves in a very weird way: 
after pressing it the following keys does not work anymore: home, 
page up, page down and arrow keys.


I'm experiencing the same problem and opened an upstream bug:
http://bugzilla.kernel.org/show_bug.cgi?id=11242

Do you have also have an IBM Thinkpad?

No, I have a PC with a PS/2 keyboard.


Does is also occur on fbcon?

Yes.

Can you please add your information and the kbdmode output to the 
kernel Bugzilla bug?

Done.

--
Jakub Wilk



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#487815: conffile

2008-08-10 Thread Francesco Poli
On Sun, 10 Aug 2008 13:51:43 +1000 (EST) Tim Connors wrote:

[...]
 PS.  Workaround for the guys who reported this bug is to remove
 /etc/logrotate.d/acpid.  I decided to purge whatever else might have been
 left behind accidentally by running (no gaurantees this won't screw your
 system :)  Does aptitude/dpkg come with a cleaner way to purge obsolete
 conffiles?  This seems to be affecting me more and more recently.  I
 wonder if policy needs a change or whether packagers aren't following
 policy related to conffiles anymore.
 
  dpkg --force-depends --purge acpid
  aptitude install acpid

Thanks for spotting that /etc/logrotate.d/acpid is no longer shipped
with package acpid!
I've just done the following:


# cat /etc/logrotate.d/acpid 
/var/log/acpid {
weekly
rotate 4
compress
missingok
postrotate
pkill -SIGUSR1 acpid  /dev/null || true
endscript
}
# aptitude purge acpid
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Reading task descriptions... Done  
The following packages will be REMOVED:
  acpid{p} 
0 packages upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives. After unpacking 180kB will be freed.
Do you want to continue? [Y/n/?] 
Writing extended state information... Done
(Reading database ... 159964 files and directories currently installed.)
Removing acpid ...
Stopping ACPI services
Purging configuration files for acpid ...
dpkg - warning: while removing acpid, directory `/etc/acpi/events' not empty so 
not removed.
dpkg - warning: while removing acpid, directory `/etc/acpi' not empty so not rem
oved.
Processing triggers for man-db ...
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done 

# cat /etc/logrotate.d/acpid 
/var/log/acpid {
weekly
rotate 4
compress
missingok
postrotate
pkill -SIGUSR1 acpid  /dev/null || true
endscript
}
# dpkg -S /etc/logrotate.d/acpid
dpkg: /etc/logrotate.d/acpid not found.
# rm /etc/logrotate.d/acpid
rm: remove regular file `/etc/logrotate.d/acpid'? y
# aptitude install acpid
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Reading task descriptions... Done  
The following NEW packages will be installed:
  acpid 
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/31.7kB of archives. After unpacking 180kB will be used.
Writing extended state information... Done
Reading package fields... Done
Reading package status... Done
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
Selecting previously deselected package acpid.
(Reading database ... 159942 files and directories currently installed.)
Unpacking acpid (from .../acpid_1.0.6-10_i386.deb) ...
Processing triggers for man-db ...
Setting up acpid (1.0.6-10) ...
Loading ACPI modules...Module already loaded: battery
Module already loaded: ac
Module already loaded: processor
Module already loaded: button
Module already loaded: fan
Module already loaded: thermal
Module already loaded: video
..
Starting ACPI services
Reading package lists... Done 
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done 

# cat /etc/logrotate.d/acpid 
cat: /etc/logrotate.d/acpid: No such file or directory
# ls /var/log/acpid* -l
-rw-r- 1 root root  0 2008-08-10 10:24 /var/log/acpid
-rw-r- 1 root root 20 2008-08-03 22:36 /var/log/acpid.1.gz
-rw-r- 1 root root 20 2008-07-27 10:56 /var/log/acpid.2.gz
-rw-r- 1 root root 20 2008-07-20 10:57 /var/log/acpid.3.gz
-rw-r- 1 root root 20 2008-07-13 10:45 /var/log/acpid.4.gz
# rm /var/log/acpid* 
rm: remove regular empty file `/var/log/acpid'? y
rm: remove regular file `/var/log/acpid.1.gz'? y
rm: remove regular file `/var/log/acpid.2.gz'? y
rm: remove regular file `/var/log/acpid.3.gz'? y
rm: remove regular file `/var/log/acpid.4.gz'? y


On next Sunday, I will verify if this worked out as intended...

Thanks again for your contribution.
Bye.

-- 
 http://frx.netsons.org/doc/index.html#nanodocs
 The nano-document series is here!
. Francesco Poli .
 GnuPG key fpr == C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgpKlivFumkY6.pgp
Description: PGP signature


Bug#494549: RFP: autoscan-network -- Network Monitoring and Management Tool

2008-08-10 Thread Philipp Huebner
Package: wnpp
Severity: wishlist


* Package name: autoscan-network
  Version : 1.27
  Upstream Author :  Thierry Lagarde [EMAIL PROTECTED]
* URL : http://www.autoscan-network.com/
* License : GPLv2
  Programming Lang: C
  Description : Network Monitoring and Management Tool

AutoScan-Network is a network discovering and managing application. No
configuration is required to scan your network. The main goal is to
print the list of connected equipments in your network.

 Features:
 •Multithreaded Scan
 •Automatic network discovery
 •Low surcharge on the network
 •Simultaneous subnetworks scans without human intervention
 •Realtime detection of any connected equipment
 •Supervision of any equipment (router, server, firewall...)
 •Supervision of any network service (smtp, http, pop, ...)
 •Automatic detection of known operatic system (brand and version), you
 can also add any unknown equipment to the database
 •Complete network tree can be saved in a XML file.
 •Intruders detection (in intruders detection mode, all new equipments
 blacklisted)
 •Telnet Client
 •Nessus Client
 •Wake on lan functionality
 •Privileged account is not required



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494460: grub-pc: update-grub unable to generate a graphical gfxterm menu

2008-08-10 Thread Adeodato Simó
* Felix Zielcke [Sun, 10 Aug 2008 14:22:05 +0200]:

 Luckly we only need that unifont for amd64 and i386.
 It isn't a problem for us to upload a binary for both.

That is normally frowned upon, but I'm ok if you do that for now, since
rebuilds on testing will produce valid packages in any case.

 But if we build depend on that older version which works for us and the
 buildds won't use it, then this sounds to me it doestn't get build at
 all, because then the build depency can't be satisfied?

That's correct.

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Any life, no matter how long and complex it may be, is made up of a
single moment: the moment in which a man finds out, once and for all,
who he is.
-- Jorge Luis Borges




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494528: RM: owl-dms -- RoS; Seems unmaintained and has security issues

2008-08-10 Thread Steffen Joeris
Package: ftp.debian.org
Severity: normal

Hi

Please consider removing the owl-dms package from unstable.
owl-dms has only a few users according to popcon[0] and is vulnerable to
a few security issues[1] in etch. The question is whether it would be
better to remove it completely for now and maybe give it one more
release cycle to improve and age a bit.
It would also shift some workload away from the security team :)

Cheers
Steffen

[0]: http://qa.debian.org/popcon.php?package=owl-dms

[1]: http://security-tracker.debian.net/tracker/source-package/owl-dms



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494179: [moc] FATAL_ERROR: Can't send() int to the server.

2008-08-10 Thread Elimar Riesebieter
On Sun, 10 Aug 2008 the mental interface of
Elimar Riesebieter told:

[...]
 This is a lie ;) Starting with a fresh ~/.moc/cache dir works
 perfect on amd64. I'll test ppc and i386 and report again.

I've tested:
Platforms: i386, ppc, amd64
Files:.aac; .flac, .m4a, .mod, .mp3, .mpc, .ogg, .spx, .spx, .wav,
.wma, .wv.

All passed :-)

Elimar

-- 
  Experience is something you don't get until 
  just after you need it!


signature.asc
Description: Digital signature


Bug#493885: [pkg-horde] Bug#493885: horde3: update to 3.2.1+debian0-2 causes imp to fail

2008-08-10 Thread Ola Lundqvist
Ok.

// Ola

On Sun, Aug 10, 2008 at 12:52:07PM +0200, Gregory Colpart wrote:
 On Sun, Aug 10, 2008 at 12:31:32PM +0200, Ola Lundqvist wrote:
  
  Ok, good. I was not aware of that. Should I contact the release team or will
  you do that?
 
 I think we could wait a little. Perhaps we will find a more
 elegant solution for not disabling components during upgrade
 to 3.2.1+debian0-2.
 
 Regards,
 -- 
 Gregory Colpart [EMAIL PROTECTED]  GnuPG:1024D/C1027A0E
 Evolix - Informatique et Logiciels Libres http://www.evolix.fr/
 

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494507: fluxbox: crash after clicking on an icon on the taskbar

2008-08-10 Thread Torsten Wiebke
Package: fluxbox
Version: 1.0.0+deb1-8
Severity: important

 Hi,
fluxbox crashes after clicking on an icon on the taskbar (I know it
   is
  not the right name).
  In my case fluxbox crashes after clicking on the icon from
  claws-mail
  and one time ofter changing the workspace by the wheel of the
   mouse.
  Thanks for Your work. Fluxbox is great.
 Thanks
 Torsten
   


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

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

Versions of packages fluxbox depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-1generic font configuration library
ii  libgcc1   1:4.3.1-2  GCC support library
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libimlib2 1.4.0-1.1  powerful image loading and renderi
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstdc++64.3.1-2The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxft2   2.1.12-3   FreeType-based font drawing librar
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxpm4   1:3.5.7-1  X11 pixmap library
ii  libxrandr22:1.2.3-1  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  menu  2.1.39 generates programs menu for all me

fluxbox recommends no packages.

Versions of packages fluxbox suggests:
ii  fbdesk1.4.1-3Desktop icons for window managers
ii  fbpager   0.1.4-5.1  a pager application for the Fluxbo
ii  fluxconf  0.9.9-1FluxBox configuration utility

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494551: [ftp.debian.org] please remove python-plistlib

2008-08-10 Thread Guido Guenther
Package: ftp.debian.org
Severity: normal

Python2.4 and 2.5 packages provide python-plistlib, no need to have this
 extra anymore. Please remove the package from unstable and lenny.
Cheers,
 -- Guido



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493989: German translation for pastebinit

2008-08-10 Thread Rolf Leggewie

Hi Vinzenz,

thank you for working on localization for pastebinit.  I have contacted 
upstream and let them know about your contribution.  I am sure it will 
get committed soon and thus be available in the next release.


The version field from your bug report indicates you are still using 
0.8.1 which I assume you installed yourself.  Did you prepare the 
translation against the latest source 
(https://code.launchpad.net/~pastebinit-developers/pastebinit/trunk)?


Regards

Rolf



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494166: madwifi-source: HAL ABI mismatch with 0.9.4+r3772.20080716-1

2008-08-10 Thread Kel Modderman
severity 494166 important
thanks

On Sunday 10 August 2008 22:11:37 Kel Modderman wrote:
 On Friday 08 August 2008 01:08:29 Luc Begault wrote:
  Package: madwifi-source
  Version: 1:0.9.4+r3772.20080716-1
  Severity: grave
  Justification: renders package unusable
  
  After an upgrade to 2.6.26-1, I tried to rebuild the madwifi package 
  against new headers, when modprobing ath_pci,
   I have this error in dmesg: MadWifi: HAL ABI mismatch; driver expects 
  0x8052700, HAL reports 0x6090700 and the wifi card can't be used.
  Regards.

Paste the exact output from the shell please.

Thanks, Kel.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494509: reportbug: rportbug do'nt send the bugreport per email

2008-08-10 Thread Torsten Wiebke
Package: reportbug
Version: 3.44
Severity: normal

Hi,
reportbug in the non text version  dos not send the bugreport via email.
It wrote only:
Spawning sensible-editor...
Report will be sent to Debian Bug Tracking System
[EMAIL PROTECTED]

Connecting to mail.arcor.de via SMTP...
Traceback (most recent call last):
  File /usr/bin/reportbug, line 1827, in module
  main()
File /usr/bin/reportbug, line 850, in main
return iface.user_interface()
  File /usr/bin/reportbug, line 1819, in user_interface
  smtphost, self.options.smtpuser,
  self.options.smtppasswd, self.options.paranoid)
File
/usr/share/reportbug/reportbuglib/reportbug_submit.py,
line 378, in send_report
smtppasswd = ui.get_password(
AttributeError: 'module' object has no attribute
'get_password'

Thanks for Your work. Debian is the best.
Thanks Torsten

-- Package-specific info:
** Environment settings:
INTERFACE=text

** /home/torsten/.reportbugrc:
reportbug_version 3.44
mode standard
ui text
email [EMAIL PROTECTED]
smtphost mail.arcor.de
smtpuser twiebke

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

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

Versions of packages reportbug depends on:
ii  apt   0.7.14+b1  Advanced front-end for dpkg
ii  python2.5.2-1An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  debconf-utils none (no description available)
ii  debsums   2.0.36 verification of installed package 
ii  dlocate   0.96.1 fast alternative to dpkg -L and dp
ii  exim4 4.69-6 metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light [mail-tran 4.69-6 lightweight Exim MTA (v4) daemon
ii  file  4.25-1 Determines file type using magic
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep
ii  python-urwid  0.9.8.3-1  curses-based UI/widget library for

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494434: ITP: libb-perlreq-perl -- Perl compiler backend to extract Perl dependencies

2008-08-10 Thread Damyan Ivanov
-=| Gunnar Wolf, Sat, Aug 09, 2008 at 11:35:14PM -0500 |=-
  * Package name: libb-perlreq-perl
Description : Perl compiler backend to extract Perl 
dependencies
 
 It seems quite similar to Module::Depends::Intrusive, which we already
 have... 

B::PerlReq is a dependency of Test::Dependencies, which in turn is 
used in some tests. I guess I should have mentioned it in the ITP.

I haven't compared their functionality, though.

-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#477972: ITP: hamster-applet

2008-08-10 Thread Damyan Ivanov
-=| Tim Retout, Sat, Aug 09, 2008 at 08:45:43PM -0300 |=-
 While writing debian/copyright, I discovered hamster/idle.c appears 
 to
 be GPLv2 only (when the rest of hamster-applet is GPLv3+). Forwarded to:
 http://bugzilla.gnome.org/show_bug.cgi?id=547117

Nasty :|

 I could perhaps port it to python-xlib... the debian/copyright file 
 says GPLv2 only, but it's wrong (filed as #494495).

Hmm. GPL-2 for packaging is ok if upstream code is GPL-2+. Muddy 
waters, though, as it is questionable whether you use python-xlib's 
packaging in hamster-applet, respectively if their packaging license 
conflicts with hamster' GPL-3+. I would say it doesn't. After all, 
hamster's packaging is not based on python-xlib's.

 The other option is the g-p-m dbus API, but I seem to recall that it
 doesn't /quite/ have what hamster-applet needs. Or idle tracking could
 be dropped altogether.

That would be unfortunate as it is an useful feature. Let's hope that 
upstream solves it. It may be worth mentioning in the bugzilla#547117 
the python-xlib alternative.

Thank you for your work so far!

-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#494506: Aptitude could expose 'replaces' rules to operator

2008-08-10 Thread Richard Kettlewell

Package: aptitude
Version: 0.4.11.9-1

The upgrade here is from 14.0.1-2+b1 of the various sox packages to 
14.1.0-1.


In this upgrade, libsox-fmt-ogg disappears, its functionality subsumed 
into libsox-fmt-base.  The latter package has a Replaces: header 
indicating this.


The output from Aptitude is:

-
$ sudo aptitude dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages are BROKEN:
  libsox-fmt-ogg
The following NEW packages will be installed:
  libsndfile1{a} libsox0a{a} libwavpack1{a}
The following packages will be REMOVED:
  libsox0{a}
The following packages will be upgraded:
  libsox-fmt-alsa libsox-fmt-base libsox-fmt-mp3 sox
4 packages upgraded, 3 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B/794kB of archives. After unpacking 922kB will be used.
The following packages have unmet dependencies:
  libsox-fmt-ogg: Depends: libsox0 (= 14.0.0) but it is not installable
The following actions will resolve these dependencies:

Remove the following packages:
libsox-fmt-ogg

Score is 119

Accept this solution? [Y/n/q/?]
-

Now Aptitude *is* reaching the right conclusion here, but it *looks* 
like it's decided to disable .ogg support!  Only after manually 
inspecting the new package does it become clear that the -base package 
should support this functionality now.


So it would be clearer to the user that it's OK to proceed if it 
indicated somehow that the package it was going to remove was replaced 
by one it was keeping.


ttfn/rjk



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493848: marked as done

2008-08-10 Thread Marco Gatti
2008/8/10 Jonas Meurer [EMAIL PROTECTED]:
 On 09/08/2008 Debian Bug Tracking System wrote:
 Date: Sat, 09 Aug 2008 12:47:03 +
 From: Jonas Meurer [EMAIL PROTECTED]
 Subject: Bug#493848: fixed in cryptsetup 2:1.0.6-6
 To: [EMAIL PROTECTED]

 Source: cryptsetup
 Source-Version: 2:1.0.6-6

 We believe that the bug you reported is fixed in the latest version of
 cryptsetup, which is due to be installed in the Debian FTP archive:

 [...]

 Changes:
  cryptsetup (2:1.0.6-6) unstable; urgency=high
  .
* Don't cat keyfile into pipe for do_noluks(). cryptsetup handles
  --key-file=- different for luks and plain dm-crypt mappings. This time
  really (closes: #493848). Thus again upload with urgency=high.

 Marco, Yussuf, Sebastian,

 could you give cryptsetup 2:1.0.6-6 a try an report whether it really
 fixes the bug for you?
 You can find the package at http://packages.debian.org/sid/cryptsetup

 Thanks in advance.

 greetings,
  jonas

Tested on a Debian Lenny amd64 and it works! I don't have access to a
i386 machine now and i won't have for two weeks since i'm leaving in
an hour for my holidays (at last!). But always ready for a last minute
test! :-)
Thank you

Cheers
Marco



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494418: Bug#494418: fetchmail loses mail when From address malformed

2008-08-10 Thread Nico Golde
Hi bruce,
* bruce robson [EMAIL PROTECTED] [2008-08-09 17:38]:
  severity 494418 important
  # downgrading this bug referring to severity descriptions
  thanks
 
 I don't understand why you have downgraded the severity.
 From http://www.debian.org/Bugs/Developer#severities
 grave:  makes the package in question unusable or mostly so, or causes data 
 loss,
 or introduces a security hole allowing access to the accounts of users 
 who use the package.

Cause you make your problem sound more important than it's actually for other 
users:
important
a bug which has a major effect on the usability of a package, without rendering 
it completely unusable to everyone.

Fits well to me, at least it's usable for me and a bunch of other users.
[...] 
 I don't know if the e-mail actually contains an invalid From address or if it 
 contains a
 valid From address but fetchmail doesn't extract it correctly. However, that 
 is a minor
 point. The main one being that an invalid From address should not cause loss 
 of the
 e-mail.

You can see in your posted logs that it's an invalid From 
header unless this is a parsing bug in fetchmail which I 
don't believe at the moment.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpZlkdk6piV7.pgp
Description: PGP signature


Bug#493885: [pkg-horde] Bug#493885: horde3: update to 3.2.1+debian0-2 causes imp to fail

2008-08-10 Thread Gregory Colpart
On Sun, Aug 10, 2008 at 12:31:32PM +0200, Ola Lundqvist wrote:
 
 Ok, good. I was not aware of that. Should I contact the release team or will
 you do that?

I think we could wait a little. Perhaps we will find a more
elegant solution for not disabling components during upgrade
to 3.2.1+debian0-2.

Regards,
-- 
Gregory Colpart [EMAIL PROTECTED]  GnuPG:1024D/C1027A0E
Evolix - Informatique et Logiciels Libres http://www.evolix.fr/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493848: marked as done

2008-08-10 Thread Jonas Meurer
On 09/08/2008 Debian Bug Tracking System wrote:
 Date: Sat, 09 Aug 2008 12:47:03 +
 From: Jonas Meurer [EMAIL PROTECTED]
 Subject: Bug#493848: fixed in cryptsetup 2:1.0.6-6
 To: [EMAIL PROTECTED]
 
 Source: cryptsetup
 Source-Version: 2:1.0.6-6
 
 We believe that the bug you reported is fixed in the latest version of
 cryptsetup, which is due to be installed in the Debian FTP archive:
 
 [...]

 Changes: 
  cryptsetup (2:1.0.6-6) unstable; urgency=high
  .
* Don't cat keyfile into pipe for do_noluks(). cryptsetup handles
  --key-file=- different for luks and plain dm-crypt mappings. This time
  really (closes: #493848). Thus again upload with urgency=high.

Marco, Yussuf, Sebastian,

could you give cryptsetup 2:1.0.6-6 a try an report whether it really
fixes the bug for you?
You can find the package at http://packages.debian.org/sid/cryptsetup

Thanks in advance.

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#480531: exports still work

2008-08-10 Thread Henning Sprang

Just to let people know:
while the exports file looks ugly like that, it really works as an 
export entry for the whole subnet, not just the single host!

(that's the main reason why this bug is minor, not normal)




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494436: [Pkg-xfce-devel] Bug#494436: thunar-archive-plugin folder in wrong place ?

2008-08-10 Thread Yves-Alexis Perez
reassign 494436 thunar-archive-plugin
thanks

On sam, 2008-08-09 at 14:30 +0200, Jeremy Lal wrote:
 Hi, the folder path is now :
 /usr/lib/thunar-archive-plugin/thunar-archive-plugin
 which seems weird, and makes xarchiver put its .tap file in the wrong
 folder (ie : /usr/lib/thunar-archive-plugin).

It's a long time it's like this. And btw the problem would lies in
thunar-archive-plugin, not thunar. The debian build system uses
libexecdir=/usr/lib/thunar-archive-plugin while the upstream build
system already adds thunar-archive-plugin to libexecdir.

I've changed the path in squeeze to reflect the change a long time ago,
but it may have been a bad idea. Changing that for lenny may not be that
easy. If I correct that, I have to make a synchronized upload for
squeeze, but in the meantime it'll fix xarchiver.

I'll have to do some tests before anything.

Cheers,
-- 
Yves-Alexis


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


Bug#494516: iceweasel: print preview shows form data but print-out does not

2008-08-10 Thread Arthur Marsh
Package: iceweasel
Version: 3.0.1-1
Severity: normal


Hi, I did a print preview when I had entered in some data to the web 
form at:

http://www.etsautilities.com.au/street_lights_out.jsp?xcid=168

The data showed in the print preview, but when I did an actual 
print-out, or attempted to save the web page to a file, the data I had 
entered did *not* appear.

The web page above requires javascript to be enabled and is publicly 
accessible.


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

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

Versions of packages iceweasel depends on:
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  fontconfig2.6.0-1generic font configuration library
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-8  GCC support library
ii  libglib2.0-0  2.16.5-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libnspr4-0d   4.7.1-3NetScape Portable Runtime Library
ii  libstdc++64.3.1-8The GNU Standard C++ Library v3
ii  procps1:3.2.7-8  /proc file system utilities
ii  psmisc22.6-1 Utilities that use the proc filesy
ii  xulrunner-1.9 1.9.0.1-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts   0.1-8  Xft-compatible versions of some La
ii  libkrb53  1.6.dfsg.4~beta1-3 MIT Kerberos runtime libraries
pn  mozpluggernone (no description available)
ii  ttf-mathematica4.14  Installer of Mathematica TrueType 
ii  xfonts-mathml 2  Type1 Symbol font for MathML
ii  xprint2:1.4.2-3  X11 print system (binary)
pn  xulrunner-1.9-gnome-s none (no description available)

-- debconf-show failed



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494473: severity of 494473 is serious

2008-08-10 Thread Adeodato Simó
# Automatically generated email from bts, devscripts version 2.10.35
# introduces regressions in other packages
severity 494473 serious




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#488117: Please re-upload libv4l

2008-08-10 Thread Gregor Jasny

Hi,

Mark Hymers wrote:

This package has been rejected due to an incomplete debian/copyright file.

jidctflt.c has a different license to the rest of the source.  Please place
a copy of the license in the copyright file.  This also applies to
tinyjpeg-internal.h, tinyjpeg.c and tinyjpeg.h.


I've added the two copyright texts and also fixed the lintian warning.

You can find the updated package here:
https://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=libv4l

Am I supposed to bump the version with every re-upload to NEW?

Thanks,
Gregor



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459494: nvclock: Console version depends on libqt3-mt.

2008-08-10 Thread Paul Collins
Additionally, there's the following:

Tag: hardware::video, uitoolkit::gtk
  ^^

-- 
Paul Collins
Wellington, New Zealand

Dag vijandelijk luchtschip de huismeester is dood



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494418: fetchmail loses mail when From address malformed

2008-08-10 Thread Matthias Andree
Hi Bruce,

it's not fetchmail losing mail, but Exim rejecting it.

If fetchmail made up addresses, that in itself would constitute data
corruption, i. e. a grave bug. I'm not going to introduce grave bugs to
bypass configuration issues in other software.
So that's not going to happen.

Fetchmail also cannot make up addresses since it would then have to find
SOME domain where the mail originated from and inevitably misattribute
the mail origin - but how? {fetchmail,[EMAIL PROTECTED] is not
the origin and I refuse to pretend the message originated locally.
Your mail log hints to the broken messages being spam, and you
definitely do not want spam misattributed to some other domain, but not
any other mail either.

That's the second reason why it's not going to happen.
Keeping the message is not an option either since you want fetched
messages flushed and there is no way fetchmail can ever make progress
and discarding it is the right way.
This behaviour however contradicts documentation, so there are open bug
reports:
- https://bugzilla.novell.com/show_bug.cgi?id=246829
- http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471283

So the solution alternatives are:

1 - make exim accept such mail at least from localhost and/or via local
loopback interface

2 - use an MDA and bypass Exim and all the filtering it might do.

I'd suggest to close this bug (it's a WONTFIX for me) and check #471283
regularly.

-- 
Matthias Andree



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493061: dh clean: doesn't call dh_auto_clean on rebuild

2008-08-10 Thread Trent W. Buck
reassign 493061 fakeroot-ng 0.12-1
stop

This seems to be fakeroot-ng's fault:

$ with-temp-dir
with-temp-dir: entering directory `/tmp/with-temp-dir.W18248'
This directory will be deleted when you exit.
$ touch x
$ fakeroot rm x
rm: cannot remove `x': Not a directory
$ ls -l x
-rw-r--r-- 1 twb twb 0 2008-08-10 23:56 x
$ rm x
$ ls -l x
ls: cannot access x: No such file or directory



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#494179: [moc] FATAL_ERROR: Can't send() int to the server.

2008-08-10 Thread Elimar Riesebieter
On Sun, 10 Aug 2008 the mental interface of
Elimar Riesebieter told:

 Hi Damian,
 
 On Sun, 10 Aug 2008 the mental interface of
 Damian Pietras told:
 
  On Sun, Aug 10, 2008 at 12:13:04PM +0200, Elimar Riesebieter wrote:
 [...]
   This bug was introduced with svn r2068:
   Tags cache using BerkeleyDB
   
   r2067 works fine, so I tried to build against libdb4.[2-7], but
   always crashes on my amd64. I've testet i586 and ppc as well. Both
   are working!
  
  
  Thanks, this is really a valuable information. Since I don't have any
  64bit box, I've reviewed the cache code and found one possible problem.
  The patch is attached. Can you try it?
 
 Hmm, no changes :( Debug is attached.

This is a lie ;) Starting with a fresh ~/.moc/cache dir works
perfect on amd64. I'll test ppc and i386 and report again.

As always, Damian has won ;)

Elimar

-- 
  Experience is something you don't get until 
  just after you need it!


signature.asc
Description: Digital signature


Bug#494440: fai-server: make-fai-nfsroot does not support [! i386 amd64 ia64 sparc alpha] by default

2008-08-10 Thread Sebastian Harl
severity 494440 important
retitle 494440 fai-server: make-fai-nfsroot does not support [! i386 amd64 ia64 
sparc alpha] by default
thanks

Hi,

Raising severity as this makes the package hardly usable on e.g.
powerpc.

On Sat, Aug 09, 2008 at 02:40:29PM +0200, Sebastian Harl wrote:
 By default, /etc/fai/NFSROOT only lists kernel and boot loader packages
 for the i386, amd64, ia64, sparc and alpha architectures, thus not
 creating usable nfsroot on the other architectures.

Please also note that on powerpc the Kernel images are installed as
/boot/vmlinux-* (instead of /boot/vmlinuz-*). make-fai-nfsroot should
use something like /boot/vmlinu?-* to match either case.

Cheers,
Sebastian

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

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



signature.asc
Description: Digital signature


Bug#481606: Questions about MiKTeX package manager for Debian

2008-08-10 Thread Paul Gevers
Hello Norbert,

Just back from the mountains myself.

Norbert Preining wrote:
 Hi Paul,
 
 quick reply, I am half a day off the mountains,
 
 On Di, 15 Jul 2008, Paul Gevers wrote:
 I am currently working on packaging the MiKTeX-tools for Debian, which 
 consists mainly of a LaTeX package manager. (I hope you know the tools.) 
 
 No idea what these tools are. MikTeX is Windows specific AFAIR, and I
 have no idea what they are doing.

The main tool from MiKTeX that also works under Linux is meant to
install/update/uninstall LaTeX packages from a MiKTeX repository. An
additional tool lets you create MiKTeX packages from local LaTeX
packages (not relevant for most people I guess). A third tool shows
information about the package. The rest are aids to these tools.

 By the way, how do you feel about such a LaTeX package manager for 
 Debian? Do you think it might be useful? Or does TeXlive include a 
 
 I would say that it is *MAYBE* a good idea, but I guess the problem is
 that 
 - where to put the updated packages?
   you don't want to overwrite files installed by the dpkg package
   manager that way, or your system will be messed yompletely.
   And we will NOT accept *any* bug reports anymore since we cannot
   guarantee that we can reproduce that ;-)
 - where to put new packages
 - how to work across updates of TeX Live, where suddenly files in
   TEXMFLOCAL are older than the ones in TEXMFMAIN/texmf-texlive?
 
 Honestly, I don't see a big advantage, since the package manager just
 circumvents the Debian packaging structure, which is *bad* by
 definition.
 
 manager which does the same thing? I read somewhere that TeXlive is also 
 (partly) based on MiKTeX.
 
 No, definitely not. We use scripts developed by TE for teTeX, and Miktex
 maybe also uses these scripts, other than that there is no interaction.
 Pity for that, but it is not on our (upstream TeX Live) side, since we
 proposed to have a common packaging structure. But the developer of
 MikTeX is not interested in cooperating with TeX Live.
 
 So please first explain what these magic tools should do?
 
 BTW; TL 2008 will have the TeX Live Manager (tlmgr), inlcuding a Perl/Tk
 interface, for managing, updaing etc. No idea how I will integrate that
 one with Debian, enough to do to program itself (what is also my job).

So I guess that the functionality of the TeX Live Manager will be quite
like the functionality of the MiKTeX manager, only the TeX Live one is
integrated into a complete TeX environment. Which gives me the feeling
that getting the MiKTeX-tools into Debian will hardly be worth the
effort, aside from the problems you mention above, which I have not yet
solved in any way.

With kind regards,
Paul Gevers



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#493454: Easy fix

2008-08-10 Thread Hakan Ardo
Thanx, I'll upload an update.

On Sat, Aug 9, 2008 at 11:18 PM, Jurij Smakov [EMAIL PROTECTED] wrote:
 tags 493454 patch
 thanks

 This is caused by a missing dependency on texlive-extra-utils,
 avr-libc uses epstopdf from this package during build. I'm not
 providing a trivial patch, confirmed that this change causes the
 package to build successfully in pbuilder chroot.

 Cheers.
 --
 Jurij Smakov   [EMAIL PROTECTED]
 Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC






-- 
Håkan Ardö



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#483183: libcupsys2: Block on connect() when showing the list of printers in evince

2008-08-10 Thread Stephan Windmüller
Same problem here. My print server is not always online and sometimes I
just want to print a web site using cups-pdf. The program (firefox,
evince, ...) just hangs until I start the print server.

This could be also a duplicate for bug #235204 which is more than four
years old.

- Stephan


signature.asc
Description: Digital signature


  1   2   3   4   >