Bug#305188: kmymoney: Should allow late scheduled transactions

2006-09-01 Thread Fathi Boudra
hi,

The whole scheduling logic is subject to an overhaul. Currently, there is 
no  schedule as to when this happens ...

cheers,

Fathi


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



Bug#384567: bison: preinst breaks manually selected yacc alternative

2006-09-01 Thread Chuan-kai Lin
On Fri, Aug 25, 2006 at 08:28:20PM +0200, Sven Joachim wrote:
 So you have to deal with that in the postinst, rather.  I propose the
 following solution:
 
 - Remove the call to update-alternatives from the preinst
 - Put your fix in the postinst, after the call to
   update-alternatives --install:

Sounds good: I will give it a try over the weekend.

-- 
Chuan-kai Lin
http://web.cecs.pdx.edu/~cklin/


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



Bug#384567: bison: preinst breaks manually selected yacc alternative

2006-09-01 Thread Chuan-kai Lin
On Fri, Aug 25, 2006 at 08:47:22PM +0200, Sven Joachim wrote:
 Probably even better would be to just create the missing symlink
 yourself, with
 
 [ -e /usr/bin/yacc ] || ln -s /etc/alternatives/yacc /usr/bin
 
 instead of
 
 [ -e /usr/bin/yacc ] || update-alternatives --auto yacc
 
 manual alternatives don't get destroyed on upgrade from 2.3.dfsg-1.

I think we still need to switch the yacc alternative to auto because of
the nature of the breakage in 2.3.dfsg-1.

If the system contains a working, auto yacc alternative when you install
2.3.dfsg-1, the alternatives system will notice that the /usr/bin/yacc
symlink is stomped on and switch the yacc alternative to manual.
Manually creating the missing symlink fixes the problem for now, but
unless someone switches the yacc alternative back to auto, the
alternatives system will leave the yacc alternative alone and result in
further breakage (for example, a dangling /usr/bin/yacc symlink after
all yacc alternatives had been removed).

-- 
Chuan-kai Lin
http://web.cecs.pdx.edu/~cklin/


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



Bug#385534: exim4: Header rewriting ignores Mail-Followup-to header

2006-09-01 Thread Marc Haber
tags #385534 upstream
forwarded #385534 http://www.exim.org/bugzilla/show_bug.cgi?id=125
thanks

On Fri, Sep 01, 2006 at 01:01:18AM +0200, Nikolaus Schulz wrote:
 this is actually covered by the very old, more generic item #85 from the
 upstream wishlist: 
 
 (85) 15-Mar-99  M  ability to rewrite addresses in non-standard headers

I wouldn't expect upstream to implement this any time soon as this
might be opening a can of worms.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#385542: sendmail-program set incorrectly

2006-09-01 Thread Romain Francoise
retitle 385542 sendmail-program set incorrectly due to removed mailx build-dep
tags 385542 pending
quit

Juliusz Chroboczek [EMAIL PROTECTED] writes:

 $ emacs-snapshot -q --batch -eval '(print sendmail-program)'
 fakemail
 $ emacs21 -q --batch -eval '(print sendmail-program)'
 /usr/sbin/sendmail
 $

Ah, right.  The mailx build-dep pulled in exim and it's necessary after
all, I'll add it back.

Thanks for the report,

-- 
  ,''`.
 : :' :Romain Francoise [EMAIL PROTECTED]
 `. `' http://people.debian.org/~rfrancoise/
   `-


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



Bug#385549: (forw) Bug#385549: debconf: missing Russian manpages

2006-09-01 Thread Christian Perrier
Nicolas, would you mind looking at that bug, especially the encoding
thing?



- Forwarded message from Stepan Golosunov [EMAIL PROTECTED] -

Subject: Bug#385549: debconf: missing Russian manpages
Reply-To: Stepan Golosunov [EMAIL PROTECTED], [EMAIL PROTECTED]
Date: Fri, 1 Sep 2006 08:05:33 +0500
From: Stepan Golosunov [EMAIL PROTECTED]
To: Debian Bug Tracking System [EMAIL PROTECTED]
X-CRM114-Status: Good  ( pR: 11.9479 )

Package: debconf
Version: 1.5.3
Severity: normal
Tags: l10n

Despite the presence in the source Russian manpages are not available in
the binary packages. This is because they are not enabled in
doc/man/po4a/po4a.cfg:

--- doc/man/po4a/po4a.cfg.orig  2006-03-17 23:39:46.0 +0400
+++ doc/man/po4a/po4a.cfg   2006-09-01 07:36:10.0 +0500
@@ -1,4 +1,4 @@
-[po4a_langs] fr pt_BR
+[po4a_langs] fr pt_BR ru
 
 [po4a_paths] po4a/po/debconf.pot $lang:po4a/po/$lang.po
 

But this will not be enough - man-db expects everything in
/usr/share/man/ru to have KOI8-R encoding, while translation is done in
UTF-8 (in this case man -Lru debconf will be showing pseudographics
instead of letters even in UTF-8 locale). And I did not manage to find
the best place to do recoding.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)

Versions of packages debconf depends on:
ii  debconf-i18n  1.5.3  full internationalization support 
ii  perl-base 5.8.8-6.1  The Pathologically Eclectic Rubbis

Versions of packages debconf recommends:
ii  apt-utils 0.6.45 APT utility programs

-- debconf-show failed

- End forwarded message -

-- 




signature.asc
Description: Digital signature


Bug#383100: kmymoney2: There needs to be a duplicate transaction finder

2006-09-01 Thread Fathi Boudra
hi,

This is a wishlist item which is in the pipe for the next development 
cycle. I doubt that it will be backported to 0.8

cheers,

Fathi


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



Bug#360022: kmymoney2: Expense accounts with subaccounts display improper total expense

2006-09-01 Thread Fathi Boudra
hi,

This has been addressed in CVS HEAD. Changes where too large to be 
backported to the stable 0.8 branch.

cheers,

Fathi


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



Bug#382319: not just guest

2006-09-01 Thread Christian Perrier
Quoting Robert Snyder ([EMAIL PROTECTED]):
 While I didn't have guest listed, I did have a comma in the backends  
 statement which also caused this problem. Removed the comma, and it  
 works.

As we explained many times in the bug reports about these failures,
the problem is not guest, it is the comma.

Upstream has decided that samba will fail on some wrong syntax in
smb.conf which explains that things which were apparently working
before do not work anymore with 3.0.23

We tried to add a workaround for a problem that has been introduced in
Debian versions of samba (setting a default smb.conf with 
passdb backend=tdbsam, guest.but all other user-crafted
configuration which include commas in that setting will NOT be fixed
and must be fixed by users.

-- 




signature.asc
Description: Digital signature


Bug#269972: How to recognize that the install is a floppy install?

2006-09-01 Thread Christian Perrier
In #269972, I developed a patch which could be used by localechooser
to warn users that the install runs in English temporarily even if
they choose another language.

This patch is meant to be used on floppy installs where all
translations  are removed from the initial udebs for space reasons.

The only remazining problem is for localechooser to recognize that
it is running a floppy install.

Sven did suggest to set some variable for floppy installs et build
time but indeed I don't know how to do this.

Would anyone else have an idea ?

Indeed, if not already existing, such a mechanism for D-I to always
know which type of install it is running could have other uses

-- 




signature.asc
Description: Digital signature


Bug#385552: python-poker2d: should depend on libsdl1.2debian not on libsdl1.2debian-all

2006-09-01 Thread Cord Beermann
Package: python-poker2d
Version: 1.0.23-1
Severity: normal

Hi.

libsdl1.2debian is a dummy-package which pulls in one of
libsdl1.2debian-oss, libsdl1.2debian-all, libsdl1.2debian-esd,
libsdl1.2debian-arts, libsdl1.2debian-alsa, libsdl1.2debian-nas.

you force users to pull in libsdl1.2debian-all, which contains all of
the above. 

Cord

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (899, 'testing'), (898, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.6
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages python-poker2d depends on:
ii  libatk1.0-0   1.12.1-1   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-4GNU C Library: Shared libraries
ii  libcairo2 1.2.4-1The Cairo 2D vector graphics libra
ii  libfontconfig12.3.2-7generic font configuration library
ii  libfreetype6  2.2.1-2FreeType 2 font engine, shared lib
ii  libglade2-0   1:2.6.0-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.3-3   The GLib library of C routines
ii  libgtk2.0-0   2.8.20-1   The GTK+ graphical user interface 
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libpango1.0-0 1.12.3-2   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5.2   PNG library - runtime
ii  libsdl1.2debian-all   1.2.11-3   Simple DirectMedia Layer (with all
ii  libsm61:1.0.1-2  X11 Session Management library
ii  libx11-6  2:1.0.0-8  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:3.0.1.2-4X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-3  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxml2   2.6.26.dfsg-3  GNOME XML library
ii  libxrandr22:1.1.0.2-4X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra
ii  python2.4.3-11   An interactive high-level object-o
ii  python-central0.5.5  register and build utility for Pyt
ii  python-glade2 2.8.6-5GTK+ bindings: Glade support
ii  python-gtk2   2.8.6-5Python bindings for the GTK+ widge
ii  python-poker-network  1.0.23-1   multiplayer poker server and clien
ii  python-pygame 1.7.1release-4 SDL bindings for games development
ii  python2.3 2.3.5-15   An interactive high-level object-o
ii  python2.4 2.4.3-8An interactive high-level object-o
ii  rsync 2.6.8-2fast remote file copy program (lik
ii  zlib1g1:1.2.3-13 compression library - runtime

python-poker2d recommends no packages.

-- no debconf information

-- 
BOFH excuse #325:

Your processor does not develop enough heat.


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



Bug#309059: Scanning error if excluded directory doesn't exist

2006-09-01 Thread Adam Porter
On Sunday 13 August 2006 10:01, you wrote:
 On Sat, May 14, 2005, Adam Porter wrote:
  Package: p7zip
  Version: 4.18-1
 
  If you try to exclude a directory that does not exist, 7z will stop with
  a scanning error, instead of proceeding with the archive operation.
 
  This doesn't seem appropriate.  For instance, I have a filelist file of
  directories to exclude from the archive operation, but it's operating on
  a directory that is rsync'ed from another partition.  The contents of
  that directory can vary.  I always want /blah/foo excluded from the
  operation, even if /blah/foo doesn't exist on Tuesday.  7z should ignore
  it and continue with the operation; I didn't want it included anyway.  :)

 Hi, does this still occur on 4.42 versions?

Well, I'm not sure.  I have 4.42.dfsg.1-2 installed, and I tried to run this:

$ 7za a test.7z Scripts/ -x!Nothing

According to the man page and the p7zip manual, as best I can determine, this 
should make a new file (test.7z) and add the contents of the Scripts 
directory, while excluding the file or directory named Nothing.  However, 
the output of this command is simply:

bash: !Nothing: event not found

Also, there seems to be an inconsistency in the wrapper script, as you can see 
from these failed attempts at discovering the correct syntax:

[EMAIL PROTECTED]:~$ 7zr a -x Nothing test.7z Scripts/
Error:
Incorrect command line

[EMAIL PROTECTED]:~$ 7zr a -xNothing test.7z Scripts/
7-Zip (A) 4.42  Copyright (c) 1999-2006 Igor Pavlov  2006-05-14
p7zip Version 4.42 (locale=en_US,Utf16=on,HugeFiles=on,1 CPU)
Error:
Incorrect command line

It seems that one of them runs 7z, and the other doesn't.  I don't know if 
this is important or not.

Anyway, I'm not quite sure what to do now.  It seems that the wrapper script 
is interfering with the 7zr syntax.  Or maybe I'm just doing something wrong.


pgpoqZHaliZdf.pgp
Description: PGP signature


Bug#376635: tasksel: tasks icon infrastructure.

2006-09-01 Thread Christian Perrier
Quoting Joey Hess ([EMAIL PROTECTED]):
 Gustavo Franco wrote:
  Could you give me a hint about the best image format to the 'icon'
  feature? 
 
 I haven't thought about it..
 
  Btw, could we use country/region flags to the l10n tasks?
 
 I don't see the point, since those tasks are not user-visible.


While we're at it, Joey, do you think that we should keep them
translatable?

Currently, this is quite a load for translators because as soon as
someone adds a language task, they have to update their
translations. (Usually 2 fuzzy strings per new task)

This, for something that is indeed not used...:-)

Of course, if we have some future plans to allow displaying the l10n
tasks optionnally in the future, we should keep them
translatable. IIRC, there is a bug report about this, especially to
allow selecting more than the only language tasks that are selected
because of the instalaltion language.

Do you think that you could, or someone else, have a look at this
someday, and add a tasksel question (medium priority) to select
additionnal l10n tasks?




signature.asc
Description: Digital signature


Bug#385420: harden-doc: The Securing Debian Manual mentions UNsuported versions

2006-09-01 Thread Dr. Markus Waldeck
 For the sake of security, precisely, it's better to tell people to update
 and, at the same time, provide information for them to secure their
 systems if they are unable to (for some reason)

Security depends on discipline and consequence.

Inconsequence and missing discipline lead to incidents:

http://lists.debian.org/debian-devel-announce/2003/11/msg00012.html
http://lists.debian.org/debian-devel-announce/2006/07/msg3.html

-- 


Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer


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



Bug#385531: Package: installation-reports

2006-09-01 Thread Christian Perrier
reassign 385531 xserver-xorg
thanks


 reboot: X does not start: Problem with recognising graphics adapter, see
 attached Xorg logfile
 During primary installation the GUI worked fine.
 
 Under WinXP graphics adapter is shown as
 MEDION RADEON X740XL + MEDION RADEON X740XL secondary
 on PCI 1:0:0 and 1:0:1 resp.
 
 According to Xorg.0.log,
 DEBIAN probes an ATI RADEON X700 PRO (lines 113,114)
 but in the end it tests for MACH64  (line 447)and
 doesn't recognise the secondary as a graphics adapter (line 448)
 Loading the ati driver is logged in lines 306 ff.

Reassigning this problem to the X packages. It maybe belonogs to
discover but X maintainers will tell us.


 
 Without X the base system doesn't even provide a browser that could be
 used for searching help.


Don't we have lynx on the base system?



signature.asc
Description: Digital signature


Bug#385551: lincity: rare segmentation fault during gameplay

2006-09-01 Thread Arne Wichmann
Package: lincity
Version: 1.13.1-6
Severity: normal


I get a reproducible segmentation fault when I do the following:

- (optionally) press pause
- click on a modern windmill (to look at its game status)
- click on bulldoze (to remove the windmill)
- click on the same modern windmill
- click on the icon for modern windmill (to put a newer windmill at the
  same place)
- click on the place where the modern windmill was before

at the last click, the game gets a segmentation fault.

If you can not reproduce this, please ask again and I will try harder to
debug this. ;)

cu

AW
-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages lincity depends on:
ii  libc6   2.3.6-13 GNU C Library: Shared libraries
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  zlib1g  1:1.2.3-11   compression library - runtime

lincity recommends no packages.

-- no debconf information



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



Bug#309059: Scanning error if excluded directory doesn't exist

2006-09-01 Thread Piotr Ozarowski
Adam Porter ([EMAIL PROTECTED]):
 $ 7za a test.7z Scripts/ -x!Nothing
 
 According to the man page and the p7zip manual, as best I can determine, this 
 should make a new file (test.7z) and add the contents of the Scripts 
 directory, while excluding the file or directory named Nothing.  However, 
 the output of this command is simply:
 
 bash: !Nothing: event not found

! has special meaning in bash, you need to escape it with \, like
this:
 $ 7za a test.7z Scripts/ -x\!Nothing

-- 
-=[ Piotr Ozarowski ]=-
-=[ http://www.ozarowski.pl ]=-


pgpru09BJ5M4m.pgp
Description: PGP signature


Bug#385553: Package ndiswrapper

2006-09-01 Thread SF

Package: ndiswrapper-utils
Version: 1.8

The depend gcc-4.0 does not exist, so ndiswrapper can't build the kernel 
module. Then the user must build it self with module-assistant. I think the 
ndiswrapper package must get a higher priority, because many users get with 
wireless into the internet. If you install debian with a network cd, you 
can't install!


Yours Simon Fetzel
from Austria :-D 




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



Bug#385554: zope-debhelper: Typo in /usr/share/debhelper/autoscripts/postinst-dzproduct

2006-09-01 Thread Uwe Steinmann
Package: zope-debhelper
Version: 0.3.2.15
Severity: minor


Search for 'prodcut'

  Uwe

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'sid'), (500, 'testing'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-powerpc
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])

Versions of packages zope-debhelper depends on:
ii  debhelper 5.0.37.3   helper programs for debian/rules
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction 

zope-debhelper recommends no packages.

-- no debconf information


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



Bug#385425: gdb does not manage SIGWINCH apparently

2006-09-01 Thread Francesco Paolo Lovergine
On Thu, Aug 31, 2006 at 06:27:44PM -0400, Daniel Jacobowitz wrote:
 On Thu, Aug 31, 2006 at 05:46:07PM -0400, Thomas Dickey wrote:
  On Thu, Aug 31, 2006 at 10:40:11AM +0200, Francesco Paolo Lovergine wrote:
   Package: gdb
   Version: 6.4.90.dfsg-1
   Severity: normal
   
   That's in TUI mode of course. Screen is not redraw when xterm window is
   resized.
  
  (gdb) help handle
  Specify how to handle a signal.
 
 That's the other handle - how to pass signals to the running program.
 GDB's TUI also needs to handle SIGWINCH.  But, I'm not entirely sure
 how this will work out with process groups... anyway, I can reproduce
 the bug.
 

Yep, I'm referring to its own window, in the case tty as been redirect 
elsewhere for the program, even. 
I would expect the debugger window would be managed by gdb, 
not the program at least in that case.

-- 
Francesco P. Lovergine


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



Bug#385555: libpam-mount: the smb mount option changes from smb to smbfs, but no hint in documentation

2006-09-01 Thread Hubert Krause
Package: libpam-mount
Version: 0.17-3
Severity: minor


If you upgrade from sarge to etch, a working configuration with pammount and
windowsshares may not working anymore because the mount option for smb
changes from smb to smbfs between sarge and etch. There must be a hint in
the Dokumentation.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libpam-mount depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libssl0.9.8  0.9.8b-2SSL shared libraries
ii  mount2.12r-10Tools for mounting and manipulatin
ii  zlib1g   1:1.2.3-13  compression library - runtime

libpam-mount recommends no packages.

-- no debconf information


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



Bug#385557: mozilla-firefox: firefox crashes when printing http://www.springerlink.com/content/f6278062n3j61411

2006-09-01 Thread giuseppe bonacci
Package: mozilla-firefox
Version: 1.0.4-2sarge10
Severity: normal


trying to print the mentioned url, either to printer or file, crashes
firefox.  I'll provide further details if needed.
best regards
-- giuseppe

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-3-686-smp
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mozilla-firefox depends on:
ii  debianutils2.8.4 Miscellaneous utilities specific t
ii  fontconfig 2.3.1-2   generic font configuration library
ii  libatk1.0-01.8.0-4   The ATK accessibility toolkit
ii  libc6  2.3.2.ds1-22sarge3GNU C Library: Shared libraries an
ii  libfontconfig1 2.3.1-2   generic font configuration library
ii  libfreetype6   2.1.7-2.5 FreeType 2 font engine, shared lib
ii  libgcc11:3.4.3-13GCC support library
ii  libglib2.0-0   2.6.4-1   The GLib library of C routines
ii  libgtk2.0-02.6.4-3.1 The GTK+ graphical user interface 
ii  libidl00.8.5-1   library for parsing CORBA IDL file
ii  libjpeg62  6b-10 The Independent JPEG Group's JPEG 
ii  libkrb53   1.3.6-2sarge3 MIT Kerberos runtime libraries
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte
ii  libxft22.1.7-1   FreeType-based font drawing librar
ii  libxp6 4.3.0.dfsg.1-14sarge1 X Window System printing extension
ii  libxt6 4.3.0.dfsg.1-14sarge1 X Toolkit Intrinsics
ii  psmisc 21.5-1Utilities that use the proc filesy
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#385561: konsole crashed after my cat jumped on the mouse

2006-09-01 Thread Nicolas Caval
Package: konsole
Version: 4:3.5.4-2
Severity: normal

(please delete the other bug)
this may sound silly, but my cat jumped on the desk and landed on my mouse, the 
cursor was over konsole, and the cat moved
it to the bottom right. i think she doubleclicked in the tab bar ...
konsole had two tabs opened, the first was active.
after my cat jumped konsole crashed and kcrash popped up ...
i tryed reproducing this bug (randomly clicking ...), but i failed (i've run 
accross another bug ...)
the backtrace may be the most useful info in this bug ...


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11batchyx3.0
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages konsole depends on:
ii  kdelibs4c2a  4:3.5.4-3   core libraries and binaries for al
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-11  GCC support library
ii  libstdc++6   4.1.1-11The GNU Standard C++ Library v3
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 

konsole recommends no packages.

-- no debconf information

*** kcrashkonsole
[KCrash handler]
#6  0xb6777857 in TEWidget::mouseDoubleClickEvent ()
   from /usr/lib/libkdeinit_konsole.so
#7  0xb729c567 in QWidget::event () from /usr/lib/libqt-mt.so.3
#8  0xb67744b2 in TEWidget::event () from /usr/lib/libkdeinit_konsole.so
#9  0xb71fdaea in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#10 0xb71ffc8d in QApplication::notify () from /usr/lib/libqt-mt.so.3
#11 0xb78d952e in KApplication::notify () from /usr/lib/libkdecore.so.4
#12 0xb7191445 in QApplication::sendSpontaneousEvent ()
   from /usr/lib/libqt-mt.so.3
#13 0xb71900df in QETWidget::translateMouseEvent ()
   from /usr/lib/libqt-mt.so.3
#14 0xb718e660 in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
#15 0xb71a4cb2 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#16 0xb721803d in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#17 0xb7217e5e in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#18 0xb71ff683 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#19 0xb67bbab5 in kdemain () from /usr/lib/libkdeinit_konsole.so
#20 0xb67ed524 in kdeinitmain () from /usr/lib/kde3/konsole.so
#21 0x0804e9d7 in ?? ()
#22 0x0001 in ?? ()
#23 0x080ae2f0 in ?? ()
#24 0x0001 in ?? ()
#25 0x in ?? ()


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



Bug#385515: Latest Sarge Mozilla-Browser Freezes On Google Maps

2006-09-01 Thread Alexander Sack - Debian Bugmail

Attached a patch for this issue. Its the same patch that was needed
for thunderbird.

Can someone bring up a test package for firefox and mozilla with this
patch?

 - Alexander

 p.s. please take care that the bug is listed as To: or CC: when 
  replying to this mail (e.g. /reply-all/). 
-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org/
--- a/content/base/src/nsGenericElement.cpp
+++ b/content/base/src/nsGenericElement.cpp
@@ -2794,9 +2794,7 @@ nsGenericElement::doInsertBefore(nsICont
*/
   return NS_ERROR_DOM_NOT_FOUND_ERR;
 }
-  }
 
-  if(aRefChild) {
 refPos = aElement-IndexOf(refContent);
 
 if (refPos  0) {
@@ -2853,11 +2851,7 @@ nsGenericElement::doInsertBefore(nsICont
 
   nsMutationGuard::DidMutate();
 
-  /*
-   * Check if we're inserting a document fragment. If we are, we need
-   * to remove the children of the document fragment and add them
-   * individually (i.e. we don't add the actual document fragment).
-   */
+
   if (nodeType == nsIDOMNode::DOCUMENT_FRAGMENT_NODE) {
 nsCOMPtrnsIDocumentFragment doc_fragment(do_QueryInterface(newContent));
 NS_ENSURE_TRUE(doc_fragment, NS_ERROR_UNEXPECTED);
@@ -2905,7 +2899,8 @@ nsGenericElement::doInsertBefore(nsICont
   if(guard.Mutated(1))
   {
 refPos = aElement-IndexOf(childContent);
-refPos++;
+if(++refPos  aElement-GetChildCount())
+  refPos = aElement-GetChildCount();
   }
 }
 
@@ -2943,27 +2938,36 @@ nsGenericElement::doInsertBefore(nsICont
 if (oldParent) {
   nsCOMPtrnsIDOMNode tmpNode;
 
-  nsMutationGuard guard;
+  PRUint32 origChildCount = aElement-GetChildCount();
 
   /*
* We don't care here if the return fails or not.
*/
   oldParent-RemoveChild(aNewChild, getter_AddRefs(tmpNode));
 
+  PRUint32 newChildCount = aElement-GetChildCount();
+
   /*
* Check if our child count changed during the RemoveChild call, if
* it did then oldParent is most likely this node. In this case we
* must check if refPos is still correct (unless it's zero).
*/
-  if (refPos  guard.Mutated(1)) {
+  if (refPos  origChildCount != newChildCount) {
 if (refContent) {
+  /*
+   * If we did get aRefChild we check if that is now at refPos - 1,
+   * this will happend if the new child was one of aRefChilds'
+   * previous siblings.
+   */
+  
+  PRInt32 oldPos = refPos;
   refPos = aElement-IndexOf(refContent);
 
   if (refPos  0) {
-return NS_ERROR_DOM_NOT_FOUND_ERR;
+refPos = newChildCount;
   }
 } else {
-  refPos = aElement-GetChildCount();
+refPos = newChildCount;
 }
   }
 }
@@ -3085,7 +3089,7 @@ nsGenericElement::doReplaceChild(nsICont
  * the fragment and inserting it into the child list of its
  * new parent.
  */
-for (i = 0; i  count; ++i) {
+for (i = 0; i  count  i  newContent-GetChildCount(); ++i) {
   PRInt32 oldPosTemp;
 
   // Always get and remove the first child, since the child indexes


Bug#382334: bootsplash: progress bar patch still missing from initscripts

2006-09-01 Thread Pablo Chinea
El Jueves, 31 de Agosto de 2006 13:53, Free Ekanayaka escribió:
 Anyway I've updated my unofficial package, and this time I've uploaded
 it to Debian. At the moment is in the  NEW queue, but  you can find it
 here as well:

 http://archive.64studio.com/pool/main/s/sysv-rc-bootsplash/

  Hello, now the file /usr/share/initramfs-tools/scripts/functions doesn't 
need to be patched and it should assure that the new version 
of /sbin/splash.sh is installed, without this script the patch doesn't work.

  Greetings,

-- 

Pablo Chinea
[EMAIL PROTECTED]
http://www.khertz.net/
Clave GPG Pública: http://www.khertz.net/files/khertz.asc


pgpDOQykIsTZm.pgp
Description: PGP signature


Bug#385560: konsole crashed after my cat jumped on my mouse

2006-09-01 Thread Nicolas Caval
Package: konsole
Version: 4:3.5.4-2
Severity: normal


/tmp/reportbug-konsole-20060901-3381-Xe5zWi

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11batchyx3.0
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages konsole depends on:
ii  kdelibs4c2a  4:3.5.4-3   core libraries and binaries for al
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-11  GCC support library
ii  libstdc++6   4.1.1-11The GNU Standard C++ Library v3
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 

konsole recommends no packages.

-- no debconf information


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



Bug#385558: superkaramba: man page bogus

2006-09-01 Thread Marc Haber
Package: superkaramba
Version: 3.5.4-1
Severity: normal

Hi,

the superkaramba man page stub refers to documentation in GNU Info
format, but the see below references non-existent information and
calling up pinfo superkaramba just shows the same man page stub.

greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#385559: p7zip: Use of ! in command-line switches requires escaping in Bash; please use different character

2006-09-01 Thread Adam Porter
Package: p7zip
Version: 4.42.dfsg.1-2
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Running this produces a Bash error:

$ 7zr a test.7z Scripts/ -x!Nothing
bash: !Nothing: event not found

However, according to the man page and the p7zip manual, it's correct syntax.  
However, it's also very non-standard, as far as I know.  It doesn't seem like 
you should have 
to escape a character like that in normal usage.  Could the ! be changed to 
something else, maybe an = or...?

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages p7zip depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-11  GCC support library
ii  libstdc++6   4.1.1-11The GNU Standard C++ Library v3

Versions of packages p7zip recommends:
pn  p7zip-fullnone (no description available)

- -- no debconf information

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

iD8DBQFE9+ax5+GdyTDsrJsRAhqgAKDHHqunsatl9f44PUiwD56Ag1pr/QCeKlqC
zEm9+9mllmQR3P2R7J9i+Hw=
=Wc+3
-END PGP SIGNATURE-


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



Bug#385562: superkaramba: badly documented

2006-09-01 Thread Marc Haber
Package: superkaramba
Version: 3.5.4-1
Severity: normal

The superkaramba package is severely underdocumented. It only contains
a man page stub and a KDE help file with an FAQ that concentrates on
issues irrelevant for Debian users.

In the current state, it is nearly useless for me.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#370525: disc-cover: ignores umlaute(vowel mutation)

2006-09-01 Thread Klaus-M. Klingsporn
Hi,

I've updated my non-maintainer-package, so that the new menu-file now is
not only written but also included in the package ;-)

http://home.tiscali.de/klaumikli/apt/testing/

The web interface I personally never used, but I think it would be
nice to get it included.

Klaumi

-- 
Klaus-M. Klingsporn
[EMAIL PROTECTED]
http://www.klaumikli.de


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



Bug#385564: wesnoth-httt: segfault in Bay of Pearls when grabbing trident

2006-09-01 Thread Jochen Schulz
Package: wesnoth-httt
Version: 1.1.9-1
Severity: normal

Hi!

After the recent upgrade to Wesnoth 1.1.9-1, I started HTTT from
scratch. Unfortunately, I cannot get the magic trident in level five
(Bay of Pearls) because Wesnoth segfaults immediately when moving one of
the mermen onto the hex with the trident.

You should be able to reproduce the behaviour with this savegame:
http://wasteland.homelinux.net/~jrschulz/wesnoth-segfault-trident.bz2

I tried to follow the debugging procedure for segfaults outlined in the
wiki at wesnoth.org. I cannot make any sense of it, but maybe it is
useful to you:

#0  0x08348711 in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#1  0x082f3e6c in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#2  0x08310211 in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#3  0x082c5a2f in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#4  0x0812ecc1 in std::operator+char, std::char_traitschar, 
std::allocatorchar  ()
#5  0x0813a936 in std::operator+char, std::char_traitschar, 
std::allocatorchar  ()
#6  0x0813af86 in std::operator+char, std::char_traitschar, 
std::allocatorchar  ()
#7  0x0813b684 in std::operator+char, std::char_traitschar, 
std::allocatorchar  ()
#8  0x0813b9fb in std::operator+char, std::char_traitschar, 
std::allocatorchar  ()
#9  0x0805d2cd in std::operator+char, std::char_traitschar, 
std::allocatorchar  ()
#10 0x081b83fc in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#11 0x081c0795 in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#12 0x081c1888 in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#13 0x0822381f in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#14 0x080f0e72 in std::operator+char, std::char_traitschar, 
std::allocatorchar  ()
#15 0x082231c9 in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#16 0x0822dd2e in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#17 0x0822db62 in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#18 0x0822e9e6 in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#19 0x0822f5e2 in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#20 0x0823297b in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#21 0x08219858 in std::basic_stringchar, std::char_traitschar, 
std::allocatorchar ::basic_string__gnu_cxx::__normal_iteratorchar*, 
std::string  ()
#22 0x081034a8 in std::operator+char, std::char_traitschar, 
std::allocatorchar  ()
#23 0x08116879 in std::operator+char, std::char_traitschar, 
std::allocatorchar  ()
#24 0x081170a3 in std::operator+char, std::char_traitschar, 
std::allocatorchar  ()
#25 0xb79f7ea8 in __libc_start_main () from /lib/tls/libc.so.6
#26 0x0804ece1 in ?? ()

(I am not sure how to determine whether debugging symbols are enabled,
but I guess they are.) I am keeping the original corefile in case you
need it.

Oh, and I am sorry if this is not an HTTT-specific bug. I guess this
might be a general problem of wesnoth, but since I only encountered it
on this specific level I thought I report it to wesnoth-httt.

J.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11
Locale: LANG=en_US, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wesnoth-httt depends on:
ii  wesnoth   1.1.9-1fantasy turn-based strategy game

wesnoth-httt recommends no packages.

-- no debconf information


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



Bug#385563: superkaramba: get hot new stuff does only work for highest rated

2006-09-01 Thread Marc Haber
Package: superkaramba
Version: 3.5.4-1
Severity: normal

I open up superkaramba and click on New Stuff. The following dialog
has three tabs, Highest Rated, Most downloads and Latest. In the
Highest Rated tab, things work as I suspect it was designed: I clock
on an applet name, and I get information about the applet and can
install it.

This does not work in the two other tabs: Clicks in the list in these
tabs only cause a slight flicker in the details pane while the details
of the applet selected in Highest Rated stay displayed.

Greetings
Marc

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11-zgsrv
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#314847: Same problem with maildrop 2.0.2-5

2006-09-01 Thread Marcus Frings
Hello,

I also run into the same problem with maildrop 2.0.2 after upgrading
from 1.5.3-2:

,[ /var/log/mail.info ]
| postfix/local[15140]: 91E7230281:
| to=mail-address-removed, orig_to=root, relay=local,
| delay=11201, delays=11200/0.05/0/0.37, dsn=4.3.0, status=deferred
| (temporary failure. Command output: ERR: authdaemon: s_connect() failed:
| No such file or directory /usr/bin/maildrop: Temporary authentication
| failure. )
`

Maildrop is called from postfix by this command:

,[ /etc/postfix/main.cf ]
| mailbox_command = /usr/bin/maildrop -d $USER -f $SENDER $EXTENSION
`

If I go back to maildrop 1.5.3 everything works again and local mails are
delivered to my user's maildir.

I tried to read the mails of this bug report carefully and find a
solution/workaround but somehow I have no idea what to do.

Regards,
Marcus
-- 
Institut für Organische Chemie der RWTH Aachen
Landoltweg 1, 52074 Aachen - Deutschland

My PGP-key 0xBAB58229 is available on public keyservers




Bug#385556: ITP: lsjk -- development files for arbitrary-precision numeric evaluation

2006-09-01 Thread Gürkan Sengün

Package: wnpp
Severity: wishlist

* Package name: lsjk (source package name)
 Version : 1.0.1
 Upstream Authors : M.Yu. Kalmykov [EMAIL PROTECTED],
 A. Sheplyakov [EMAIL PROTECTED]
* URL : http://thsun1.jinr.ru/~varg/dist/
* License : GNU GPL
 Description : development files for arbitrary-precision numeric evaluation
 This is a C++ library for arbitrary-precision numeric evaluation of
log-sine integrals.
.
Homepage: http://thsun1.jinr.ru/~varg/dist/


Pre test the package here (soon):
http://io.debian.net/~tar/debian/lsjk/


-- System Information:
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux ibook 2.4.23-ben1 #7 Sat Dec 27 11:20:38 CET 2003 ppc
Locale: LANG=POSIX, LC_CTYPE=POSIX



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



Bug#384832: Broken links for debian manual

2006-09-01 Thread Martin Schulze
Hi!

Osamu Aoki wrote:
 On Mon, Aug 28, 2006 at 10:18:28PM -0700, Matt Kraai wrote:
  On Mon, Aug 28, 2006 at 11:09:09PM +0200, Stephan Fuhrmann wrote:
   this one http://www.debian.org/doc/user-manuals#quick-reference
   
   seems to be broken on all web servers (404, not found) for all languages
   i tried in HTML form:
   
   * http://www.debian.org/doc/manuals/reference/reference.en.html
   * http://www.debian.org/doc/manuals/reference/reference.fr.html
   * http://www.debian.org/doc/manuals/reference/reference.de.html
   * ...
 
 Yep.  Someone changed build script.

See [EMAIL PROTECTED] copied to you.

  http://www.debian.org/doc/manuals/reference/index.de.html
 now exist.

Yes, that's what it should look like.  I only forgot to alter the
references

   Best regards and keep up your very very good work,
  
  Thanks for reporting this.  I've copied this message to the debian-doc
  team, who maintain that section of the web site.
 
 (My mail may be rejected by debian-ML due to some funny filter.)

I hope not.

 I was told via Joey:
the /doc/manuals/debian-reference webpage has no index.html file, while
the package debian-reference has one - maybe someone with admins rights
could copy that over?
 
 Then without thinking too much, someone changed above URL ending
 index.??.html

Not without but with a lot of thinking.

 Sigh.  Whoever touched file, please put it back or discuss with me how
 to addres issues without causing other issues.  This is also reported as
 Bug#384832.

Same bug we're talking about.

Why do you object to having the reference index page built as index
page?  Can't be that bad since the other DDP documents are built in a
similar fashion.

 I thought I told bug reporter there is the reason why I did this
 intentionally.  If someone wants index.??.html, please make old link as
 symlinks or so so old links will be OK.  Also let's fix upstream CVS and
 copy contents.  The souce is version tracked with upstream CVS contents.
 Anyway, let's talk how to go at this first, please.

With regards to the Debian website, the upstream source is the
debian-doc CVS repository.

Your rationale against the index.$(LANG).html files was that users may
want another language.  However, on the Debian website, this is
usually achieved via content negotiation and not via a directory
listing as index page.  There's no reason to handle these two
references differently.

Regards,

Joey

-- 
If you come from outside of Finland, you live in wrong country.
-- motd of irc.funet.fi

Please always Cc to me when replying to me on the lists.


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



Bug#385567: Javascript animations/effects don't work on AMD64

2006-09-01 Thread Joe Ferris
Package: firefox
Version: 1.5.dfsg+1.5.0.4-1

Many Javascript effects and animations (like fade in and fade out) aren't 
working on the AMD64 build of Firefox. This site shows the problem pretty 
clearly:

http://wiki.script.aculo.us/scriptaculous/show/CombinationEffectsDemo

Any fade-in effect I've tried dies half way through the fade. It works fine in 
Opera and even Internet Explorer (through Wine), as well as a Mozilla install 
in a 32-bit chroot.

A quick Google search seems to indicate other Debian AMD64 users are having 
trouble as well.

Versions:
Debian testing/etch
Linux 2.6.16-2-amd64-k8-smp
Xorg 1:7.0.22
nvidia commercial driver 8774


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



Bug#385566: videolink: Please don't depend on strict versions of libxul0d, and remove build dependency on mozilla-dev

2006-09-01 Thread Mike Hommey
Package: videolink
Version: 0.9-1
Severity: normal

The libxul0d package has correct shlibs, so please don't depend on strict
versions of it.

As for mozilla-dev, it is going to be removed. Please don't build depend
on it.

Mike

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#385559: p7zip: Use of ! in command-line switches requires escaping in Bash; please use different character

2006-09-01 Thread Mohammed Adnène Trojette
On Fri, Sep 01, 2006, Adam Porter wrote:
 Package: p7zip
 Version: 4.42.dfsg.1-2
 Severity: wishlist
 
 Running this produces a Bash error:
 
 $ 7zr a test.7z Scripts/ -x!Nothing
 bash: !Nothing: event not found
 
 However, according to the man page and the p7zip manual, it's correct syntax. 
  However, it's also very non-standard, as far as I know.  It doesn't seem 
 like you should have 
 to escape a character like that in normal usage.  Could the ! be changed to 
 something else, maybe an = or...?

Hi Adam, and thanks for keeping me updated on your use of p7zip.
That really helps improving p7zip.

As for the escaping ! problem, I don't consider it a bug in p7zip to
use ! as a command line switch. ! is an extension in bash and zsh,
but it is not here in dash. So, as far as I am concerned, it is totally
OK to have ! in the command-line. And if you see the use of find or
egrep, you'll find that you have to escape (, ), |, ...

With zsh:

% echo !a
zsh: event not found: a

With dash:
% echo !a
!a

I don't think upstream is going to include such a change because DOS
command lines don't need escaping !. So forwarding is not worth it.

So I really tend to tag this bug wontfix or even close it.

-- 
adn
Mohammed Adnène Trojette



Bug#385535: don't use uname in extras/x264/configure to detect architecture

2006-09-01 Thread Sam Hocevar
On Fri, Sep 01, 2006, David Madore wrote:

 The (apparently handwritten) configure script in extras/x264/ uses
 uname in various ways to detect host+build architecture (it apparently
 won't allow for cross-compilation, but that's not Debian's problem).
 This is a problem in at least one situation: when running a 32-bit
 userland over a 64-bit Linux kernel, uname -m reports x86_64 whereas
 we want to compile for i486 - this causes a package compilation
 failure.
 
 I suggest the attached patch.

   Thanks for the suggestion. As I have commit access upstream, I think
I'll rather make it use the autotool's config.guess so that it does not
remain Debian-specific.

-- 
Sam.


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



Bug#385569: ITP: jboss-hibernate -- object/relational persistence service for Java

2006-09-01 Thread marcus
Package: wnpp
Severity: wishlist

* Package name: jboss-hibernate
  Version : 3.2.0.cr4
  Upstream Author : JBoss, Inc.
* URL or Web page : http://www.hibernate.org
* License : LGPL
  Description : object/relational persistence service for Java

Hibernate is a powerful, high performance object/relational
persistence and query service. Hibernate lets you develop persistent
classes following object-oriented idiom - including association,
inheritance, polymorphism, composition, and collections.



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



Bug#385269: backup-manager: updated patch for #385269

2006-09-01 Thread Alexis Sukrieh

Hi,

Thomas Parmelan wrote:

Hi,

[...]

The following patch fixes this for me but is probably specific to bash.

[...]


# First list all the files to process
# and ask bakup-manager-purge what to remove
list=$(mktemp /tmp/bm-list.XX)
find -H $directory -type f -print \
| /usr/bin/backup-manager-purge --ttl=$BM_ARCHIVE_TTL  $list



For your information, that patch has just been applied upstream (in the 
SVN repository).


It will be available in the next development version.

Thanks for your report and useful comments.

Cheers,

Alexis.


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



Bug#385150: Tests with PPPoE connection

2006-09-01 Thread Gregory Colpart
On Thu, Aug 31, 2006 at 04:21:33AM +0300, Eddy Petri??or wrote:
 
 It should be in /var/lib/dpkg/ppp-udeb.postinst, sorry for forgetting that 
 info.

/var/lib/dpkg/info/ppp-udeb.postinst ;)

 Then tell me if things improve? With logs, if not.

Same problem with debconf error.
Logs are here:
http://gcolpart.evolix.net/debian/d-i/syslog-for-pppoe.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#385564: wesnoth-httt: segfault in Bay of Pearls when grabbing trident

2006-09-01 Thread Isaac Clerencia
On Friday 01 September 2006 10:10, Jochen Schulz wrote:
 Package: wesnoth-httt
 Version: 1.1.9-1
 Severity: normal

 Hi!

Thank you for your report, it's already reported upstream though :)

Check: https://gna.org/bugs/?func=detailitemitem_id=6792

It will be fixed in next upstream release. In the meanwhile you can edit:
/usr/share/games/wesnoth/data/items.cfg and remove everything between
[animation] and [/animation] in the storm trident definition. AFAIK that 
should fix the problem.

Best regards


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



Bug#385532: /var/lib/dpkg/tmp.ci/preinst: line 90: cfgval: command not found

2006-09-01 Thread Hilmar Preusse
reassign 385532 tex-common
stop

On 01.09.06 Mathieu Malaterre ([EMAIL PROTECTED]) wrote:

Hi,

 In order to install pdftricks.sty, I had to install a package from
 unstable: texlive-pdfetex. Doing so I get:
 
 $ sudo apt-get install -t unstable texlive-pdfetex
 ...
 Selecting previously deselected package tex-common.
 Unpacking tex-common (from .../tex-common_0.28_all.deb) ...
 mktemp: option requires an argument -- p
 Usage: mktemp [-V] | [-dqtu] [-p prefix] [template]
 mktemp: option requires an argument -- p
 Usage: mktemp [-V] | [-dqtu] [-p prefix] [template]
 cp: missing destination file operand after
 `/usr/share/tex-common/00updmap.cfg'
 Try `cp --help' for more information.
 /var/lib/dpkg/tmp.ci/preinst: line 90: cfgval: command not found
 /var/lib/dpkg/tmp.ci/preinst: line 90: cfgval: command not found
 /var/lib/dpkg/tmp.ci/preinst: line 90: cfgval: command not found
 /var/lib/dpkg/tmp.ci/preinst: line 90: cfgval: command not found
 /var/lib/dpkg/tmp.ci/preinst: line 90: cfgval: command not found
 Selecting previously deselected package texlive-common.
 ...
 
AFAICT this is rather a bug in the tex-common package and it is
sitting in the preinst script. Just to make sure, we know what is
going on: Please add the following two lines below the #!/bin/sh -e
(first line) in /var/lib/dpkg/info/tex-common.preinst:

exec  /tmp/non_existing_file 21
set -x

and run again dpkg --configure tex-common. Compress the resulting
file in /tmp and send it in.

Regards,
  Hilmar
-- 
sigmentation fault


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



Bug#385329: kernel-package: failure with 2.6.18-rc4 (wireless-dev tree)

2006-09-01 Thread Marcus Better
I found a workaround: First do make menuconfig, exit the menu and save
the configuration. Then make-kpkg works as usual.


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



Bug#385568: konsole may freeze himself and the current KDE desktop

2006-09-01 Thread Nicolas Caval
Package: konsole
Version: 4:3.5.4-2
Severity: normal

trying to reproduce the bug previously reported, i randomly clicked on every 
button of my mouse several times.
i've run into another bug : while clicking i opened the ''rename the session'' 
(thing when you doubleclick a tab) but then 
konsole was unresponsive, the current desktop was unresponsive too, i could 
move the mouse, but it was unresponsive to my 
clicks
 
switching to another desktop using keyboard shortcut and reswitching to the 
faulty one, everything is normal but 
konsole. focusing it make the desktop unresponsive like before

to make konsole work again, one must click the [X] close button of the dialog
while in another desktop, i've attached a gdb and issued a bt and a info 
all-registers (attached)

i've reproduced this bug two times, but it need several click...
so if you're bored ...

step to (try to) reproduce :
- open konsole
- try to click with very button of your mouse, mostly on the tab bar

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11batchyx3.0
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages konsole depends on:
ii  kdelibs4c2a  4:3.5.4-3   core libraries and binaries for al
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-11  GCC support library
ii  libstdc++6   4.1.1-11The GNU Standard C++ Library v3
ii  libxrender1  1:0.9.0.2-4 X Rendering Extension client libra
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 

konsole recommends no packages.

-- no debconf information

*** konsoleclickingbug
(gdb) bt
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7d75f0d in select () from /lib/tls/i686/cmov/libc.so.6
#2  0xb71a5258 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#3  0xb721803d in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#4  0xb71ff601 in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3
#5  0xb7418ff5 in QDialog::exec () from /usr/lib/libqt-mt.so.3
#6  0xb6df060c in KInputDialog::text () from /usr/lib/libkdeui.so.4
#7  0xb6df0790 in KInputDialog::getText () from /usr/lib/libkdeui.so.4
#8  0xb679eee8 in Konsole::renameSession () from /usr/lib/libkdeinit_konsole.so
#9  0xb679efe7 in Konsole::slotRenameSession () from 
/usr/lib/libkdeinit_konsole.so
#10 0xb67b7517 in Konsole::qt_invoke () from /usr/lib/libkdeinit_konsole.so
#11 0xb7265b87 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#12 0xb7266618 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#13 0xb6cb2759 in KAction::activated () from /usr/lib/libkdeui.so.4
#14 0xb6ce8fe1 in KAction::slotActivated () from /usr/lib/libkdeui.so.4
#15 0xb6dc6f4e in KAction::slotPopupActivated () from /usr/lib/libkdeui.so.4
#16 0xb6dc7221 in KAction::qt_invoke () from /usr/lib/libkdeui.so.4
#17 0xb7265b87 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#18 0xb75eec0b in QSignal::signal () from /usr/lib/libqt-mt.so.3
#19 0xb728570a in QSignal::activate () from /usr/lib/libqt-mt.so.3
#20 0xb738aba1 in QPopupMenu::mouseReleaseEvent () from /usr/lib/libqt-mt.so.3
#21 0xb6cb7bae in KPopupMenu::mouseReleaseEvent () from /usr/lib/libkdeui.so.4
#22 0xb729c528 in QWidget::event () from /usr/lib/libqt-mt.so.3
#23 0xb71fdaea in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#24 0xb71ffc8d in QApplication::notify () from /usr/lib/libqt-mt.so.3
#25 0xb78d952e in KApplication::notify () from /usr/lib/libkdecore.so.4
#26 0xb7191445 in QApplication::sendSpontaneousEvent () from 
/usr/lib/libqt-mt.so.3
#27 0xb718fe38 in QETWidget::translateMouseEvent () from /usr/lib/libqt-mt.so.3
#28 0xb718e660 in QApplication::x11ProcessEvent () from /usr/lib/libqt-mt.so.3
---Type return to continue, or q return to quit---
#29 0xb71a4cb2 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#30 0xb721803d in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#31 0xb7217e5e in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#32 0xb71ff683 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#33 0xb67bbab5 in kdemain () from /usr/lib/libkdeinit_konsole.so
#34 0xb67ed524 in kdeinitmain () from /usr/lib/kde3/konsole.so
#35 0x0804e9d7 in ?? ()
#36 0x0001 in ?? ()
#37 0x080aea18 in ?? ()
#38 0x0001 in ?? ()
#39 0x in ?? ()


eax0xfdfe   -514
ecx0x80d7e90135102096
edx0x80d8014135102484
ebx0x10 16
esp0xbf85ce70   0xbf85ce70
ebp0xbf85d068   0xbf85d068
esi0x80d8198135102872
edi0xb773abd4   -1217156140
eip0xe410   0xe410 __kernel_vsyscall+16
eflags 0x246[ PF ZF IF ]
cs 0x73  

Bug#385565: istanbul: Please, do not depend on the ugly set of gstreamer plugins

2006-09-01 Thread Eddy Petrisor
Package: istanbul
Version: 0.2.1-2
Severity: wishlist

Hello,

I installed istanbul on my system today and found that its dependencies
are a little too heavy (taking into account that I have K Desktop
Environment, that seems heavier).

I found it surprising that it depended on the ugly set of gstreamer
plugins, since that implies that in some cases there could be issues
when distributing the resulted clips.

Since, IMH and uninfoormed O, the good plugins should provide enough
tools to properly encode a clip, I propose the ugly plugins to be a
recomends (of course, if that is possible).


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (900, 'unstable'), (100, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-powerpc
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

Versions of packages istanbul depends on:
ii  gconf2 2.14.0-4  GNOME configuration database syste
ii  gettext0.15-1GNU Internationalization utilities
ii  gstreamer0.10-alsa 0.10.9-2  GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-base 0.10.9-2  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good 0.10.3-2  GStreamer plugins from the good 
ii  gstreamer0.10-plugins-ugly 0.10.4-1  GStreamer plugins from the ugly 
ii  gstreamer0.10-x0.10.9-2  GStreamer plugins for X11 and Pang
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libgstreamer0.10-0 0.10.9-1  Core GStreamer libraries and eleme
hi  libice61:1.0.0-3 X11 Inter-Client Exchange library
hi  libsm6 1:1.0.0-4 X11 Session Management library
ii  libx11-6   2:1.0.0-8 X11 client-side library
hi  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  python 2.4.3-11  An interactive high-level object-o
ii  python-glade2  2.8.6-5   GTK+ bindings: Glade support
ii  python-gnome2  2.12.4-4  Python bindings for the GNOME desk
ii  python-gnome2-extras   2.14.2-1  Python bindings for the GNOME desk
ii  python-gst0.10 0.10.5-3  generic media-playing framework (P
ii  python-support 0.4.1 automated rebuilding support for p

istanbul recommends no packages.

-- no debconf information


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



Bug#385147: When php4-mysql is enabled, php prints Illegal Instruction and terminates

2006-09-01 Thread Steve Langasek
On Fri, Sep 01, 2006 at 01:16:11AM +0200, Christian Hammers wrote:
 On 2006-08-31 Steve Langasek wrote:
  On Thu, Aug 31, 2006 at 11:30:58PM +0200, Christian Hammers wrote:

It was downgraded, I guess, to enable the propagation of the last
mysql security uploads to testing.  The problem affects only us, the
second class citizens that have old machines.  It was tagged
wontfix because Christian Hammers (the mysql maintainer) believes
that it won't be fixed by upstream.  I tend to agree with him with
regret.
   Yes, upstream won't disable assembler optimization as the problem only
   occurs only on very early i486 and clones like Cyrix, not even on most
   real i486. There are just too a few of you unlucky guys left :)

  AFAIK it's not required to disable the assembler -- it's only required to
  handle the illegal instruction?

 You volunteer to write the patch or know an assembler coder? ;-) 
 I doubt that MySQL spends time for it.

Neither, sorry.  It's just my understanding that this illegal instruction
can be trapped and handled.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#381503: gpa: new upstream version 0.7.4 available

2006-09-01 Thread Bernhard Reiter
Package: gpa
Version: 0.7.0-1
Followup-For: Bug #381503


There is 0.7.4 of gpa available.


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



Bug#307927: stlport4.6 and kfreebsd

2006-09-01 Thread Petr Salinger

reopen 307927
thanks

Hi,

the report is still valid for stlport4.6, please leave it open
(or apply the patch) as long as stlport4.6 is in sid.
It help us to not reinvent wheel (patches) ;-)

For stlport5, separate bugs have been filled - #342211, #375567.
Both are now closed, thanks.

Regards

Petr






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



Bug#273713: Lustre packaging

2006-09-01 Thread Alastair McKinstry
Goswin von Brederlow wrote:
 Alastair McKinstry [EMAIL PROTECTED] writes:

   
 Hi,

 I've initial packaging done for 1.5.91 (alias 1.6 beta 4). This is for
 kernel 2.6.16; I'm
 porting it to 2.6.17, but have work to do for this, because of the
 changes for 2.6.17 in ext3;
 now is a good time to put it up and merge our work :-)
 

   
The svn repository has been created, and I've uploaded my work so far to
svn.debian.org/pkg-lustre.

 I have patches for 2.6.18rc3 but haven't yet test booted the
 result. The 2.6.15/16 patches though work fine in productive use
 here. Maybe you missed something.

   

Hi,  have you got copies of those patches that you can show? I'm trying
to move forward
from 2.6.16 because:
(1) our test cluster has SATA drives that have buggy drivers in 2.6.16,
fixed in 2.6.17, it appears,
and
(2) it looks like 2.6.17 is going to be in Debian/Etch.

so i'm anxious to move to 2.6.17/18.

Regards
Alastair

 Regards
 Alastair
 

 MfG
 Goswin
   


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



Bug#385233: Debian Netinstall 3.1r2 cannot detect cdrom on Intel D945GNT motherboard

2006-09-01 Thread Dave Bechtel
Unfortunately I had to scrap the install due to continuous errors that were
popping up with the RTC clock, and inability of Vmware Server Win32 client to
access the virtual-machine console.

I will try to file bugs against these issues.  BTW, AFAICanTell, my DVD burner
is IDE instead of SATA.

From my standpoint, it would be beneficial for the distro to concentrate on
getting Etch working flawlessly with Vmware out of the box; I highly recommend
Sarge as a minimal Linux host, but its kernel is having trouble with newer
hardware.

( I can volunteer for testing if you like; still have some free space on the
host HD. )

See:
http://www.vmware.com/community/thread.jspa?messageID=424107#424107

My best Sarge success story to date involves an ancient dual-200MHz rackmount
SCSI server running 2.4 kernel with 768MB RAM and Vmware Server(!).  Box
refuses to boot any 2.6 kernel, but vmware can run a 2.6 guest.  With Sarge,
it runs well with 2.4.27-3-686-smp and Vmware Server response is good with a
single Win2kpro guest. :)

Keep up the good work, good ol' Sarge helped to save that server from being
junked.  Debian should always be a good alternative for lower-end systems that
other distros won't boot or install on - low memory systems especially.  As I
said in the vmware posting above, I ain't worried about no fancy GUI installer
- I just want it to Work. ;-)

--- Geert Stappers [EMAIL PROTECTED] wrote:

 On Wed, Aug 30, 2006 at 07:32:42PM -0700, Dave Bechtel wrote:
  Thanks. :)  I used the Testing (etch) nightly snapshot and it worked OK.
 
 Okay! That is good to known / hear / read.
 
 Have fun with you Debian GNU/Linux computer system.
 
  However, there is a minor annoyance that should be addressed before the
 next
  Stable release. 
 
 Please file new bugreports for it. Do this with writing an E-mail to
 [EMAIL PROTECTED] with a content like
 
 |Package: debian-installer
 |Version: nightly snapshot of $DATE # or better 
 |Severity: wishlist
 |
 |When selecting Reiserfs for root partition, /etc/fstab gets
 |created with the notail mount option even when it is not selected during
 |install.  Noatime is fine and desired (and was selected) but notail on a
 |Reiser v3 filesystem is a waste of space due to no tail-packing.
 
 Add also a nice subject to the E-mail.
 More information about the Debian Bug Tracking Sytem is
 at http://www.nl.debian.org/Bugs/Reporting it even starts with
 
   Please don't report multiple unrelated bugs - especially ones in
   different packages - in a single bug report. It makes our lives much
   easier if you send separate reports.
 
 So try it with:
  Also, the Ethernet device detection order could use some work; eth0 should
 be
  the motherboard Intel 1000 (it showed up as eth2 with DHCP); there is also
 a
  PCI card using the 8139too driver, which got detected as eth0.  There is
 no
  3rd ethernet device.
  
  Referring back to lspci:
  [[
  02:00.0 Ethernet controller: Intel Corporation 82573V Gigabit Ethernet
 Controller (Copper) (rev 03)
  07:02.0 Ethernet controller: D-Link System Inc RTL8139 Ethernet (rev 10)
  ]]
  
  The motherboard Ethernet device is 1st.
  
  [[ dmesg output ]]
  
  Thanks for the links.
 
 Thank you for considering the next time to reply below the text.
 Visit http://bugs.debian.org/385233 for good and bad examples of quoting.
 
 
 Cheers
 Geert Stappers
 


Contents above ThisLine (C)ThisYear KingNeutron Ltd.
= Check out KNOPPIX Debian/Linux 700MB Live CD:
= http://www.knopper.net/knoppix/index-old-en.html
C00K13 M0N573R 0WNZ J00!! PH34R C00K13 M0N573R 4ND 0SC4R 4ND
3LM0 4ND 5NUFFL3UP46U5 4ND 7H3 31337 535AM3 57R337 CR3W!!
.dotgoeshere.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Bug#384659: (sin asunto)

2006-09-01 Thread Carlos Galisteo
Package:pyracerz
retitle 384659 ITA: pyracerz -- multiplayer top view 2D racing game
thank

 I'm a big fan of pyracerz! :)

 I'll try to keep it in a good shape for Debian.

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




Bug#385559: p7zip: Use of ! in command-line switches requires escaping in Bash; please use different character

2006-09-01 Thread Adam Porter
On Friday 01 September 2006 03:50, you wrote:
 Hi Adam, and thanks for keeping me updated on your use of p7zip.
 That really helps improving p7zip.

No problem.  Thank you for packaging it.

 I don't think upstream is going to include such a change because DOS
 command lines don't need escaping !. So forwarding is not worth it.

 So I really tend to tag this bug wontfix or even close it.

Oh well, I tried.  :)


pgphLCUkEkAtY.pgp
Description: PGP signature


Bug#385570: please provide a way to expire upstream caches

2006-09-01 Thread martin f krafft
Package: lftp
Version: 3.5.4-1
Severity: wishlist

lftp is *sweet*. Thanks!

I run into some problems though from time to time, when my squid has
cached a file and thus prevents lftp from downloading a newer
version until squid expires the cache.

With wget, I can use --no-cache to work around this. I wish lftp
provided an option to send the required request headers. Ideally,
this would be a switch to get/mget, but it would also be nice to
just have an option to turn on so that get/mget send the header by
default.

Thanks,

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages lftp depends on:
ii  libc6   2.3.999.2-12 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-11   GCC support library
ii  libgcrypt11 1.2.2-3  LGPL Crypto library - runtime libr
ii  libgnutls13 1.4.2-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.2-1library for common error values an
ii  libncurses5 5.5-2Shared libraries for terminal hand
ii  libreadline55.1-7GNU readline and history libraries
ii  libtasn1-3  0.3.5-2  Manage ASN.1 structures (runtime)
ii  netbase 4.26 Basic TCP/IP networking system
ii  zlib1g  1:1.2.3-13   compression library - runtime

lftp recommends no packages.

-- no debconf information

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#385536: missing build-dependencies

2006-09-01 Thread Sam Hocevar
On Fri, Sep 01, 2006, David Madore wrote:
 Package: vlc
 Version: 0.8.6-svn20060823.debian-3
 Severity: minor
 
 I believe the following packages are missing from vlc's
 build-dependencies: freeglut3-dev and libncurses5w-dev (the latter
 owing to the libcaca plugin; not sure about the former).

   It seems they are both needed by caca-config, but that's broken.
Fixing libcaca's #385076 will probably fix this as well.

-- 
Sam.


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



Bug#385571: /etc/default/cdrecord entries useless?

2006-09-01 Thread Olaf Zaplinski

Package: cdrecord
Version: 4:2.01+01a01-2

I put this into /etc/default/cdrecord:

CDR_DEVICE=samsung
samsung ATA:1,0,0   -1  -1  burnfree


and get:

ridcully:~# cdrecord -prcap
Cdrecord-Clone 2.01.01a01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg 
Schilling

NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord
  and thus may have bugs that are not present in the original version.
  Please send bug reports and support requests to 
[EMAIL PROTECTED].

  The original author should not be bothered with problems of this version.

cdrecord: Warning: Running on Linux-2.6.16-2-686
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
scsidev: 'samsung'
devname: 'samsung'
scsibus: -2 target: -2 lun: -2


cdrecord dev=ATA:1,0,0 -prcap works fine, so I guess /etc/default/cdrecord 
entries are not read correctly by cdrecord.




Bug#250743: bug present with krfb 3.4.2-2

2006-09-01 Thread Jérôme Bataille

Hi Pierre, sorry to come back to you so late.

I finally launched my debian with a non smp kernel (2.4.27-1-686).
It solved the issue.
So the issue is linked to real-time I think (pretty hard to solve then !)
Tell me I you need more informations.
Thanks a lot.

Jérome


Pierre Habouzit a écrit :

Le Lun 22 Mai 2006 16:39, [EMAIL PROTECTED] a écrit :


Hi Pierre,

I don't think it's a network / firewall issue, because I have another
computer that I access from the Internet the same way, and on which
Krfb works well.

This other computer (a dell laptop) is configured with almost the
same distribution (a kubuntu with recent Kde packages).

The two computers access the network the same way from another
gateway + firewall computer. On the main computer, there is no local
firewall.

Another specificity of the computer on which krfb crashes is that
it's a bi processor.



could you boot a non smp kernel and see if that solves your problem 
(that seems unlikely, but the test is really simple for you) ? (or 
disable one CPU or hypertheading or ... from the bios if possible).



I need a way to reproduce the bug, a backtrace, a strace log, anything 
that can help understanding the problem.


to generate backtraces, please have qt-x11-free-dbg, kdelibs-dbg, 
kdebase-dbg and kdenetwork-dbg installed a please send the output in 
the KDE crash handler. without those information, I just cannot report 
that upstream's.



--
Jérôme Bataille
Dom.  : 04-67-54-97-82
Bur.  : 04-67-99-40-13
Mob. Perso: 06-63-59-63-34
La réalité est le seul moyen de s'échapper des rêves...



Bug#358575: Doesn't seem to be fixed in 3.1r3

2006-09-01 Thread Sam Morris

I installed mailman 2.1.5-8sarge3 this morning, but the harmful sed
command is still present in '/var/lib/dpkg/info/mailman.postrm'.

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#385572: xhost not working

2006-09-01 Thread Olaf Zaplinski

Package: xbase-clients
Version: 6.9.0.dfsg.1-5bpo2

As some ordinary user I say:

[EMAIL PROTECTED]:~$ xhost localhost
localhost being added to access control list

But it does not work:

ridcully:~# xterm -display :0
Xlib: connection to :0.0 refused by server

ridcully:~# xterm -display localhost:0

does not work also.




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



Bug#385577: apt: indicate the ip address of the server used when fetching operations fail

2006-09-01 Thread Sam Morris
Package: apt

[This mail was also posted to gmane.linux.debian.devel.security.]

On Thu, 31 Aug 2006 16:52:06 -0700, Hedges, Mark wrote:
 But then, I tried apt-get update about 5 minutes later with NO CHANGES
 and got these erorrs:
 
 Failed to fetch
 http://ftp.us.debian.org/debian/dists/testing/main/binary-i386/PackagesI
 ndex  MD5Sum mismatch
 [...]

$ host ftp.us.debian.org
ftp.us.debian.org has address 128.101.240.212
ftp.us.debian.org has address 204.152.191.7
ftp.us.debian.org has address 216.37.55.114
ftp.us.debian.org has address 35.9.37.225

It would be helpful if apt-get informed the user of which server it is
having problems with to ease the tasks of troubleshooting and
contacting the correct mirror admin. For example:

Failed to fetch 
http://ftp.us.debian.org/debian/dists/testing/main/binary-i386/PackagesIndex 
[128.101.240.212] MD5Sum mismatch

-- 
Sam Morris
http://robots.org.uk/

PGP key id 1024D/5EA01078
3412 EA18 1277 354B 991B  C869 B219 7FDB 5EA0 1078


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


Bug#385573: synaptic: needs user action when apt-listbugs installed

2006-09-01 Thread Olivier Schwander
Package: synaptic
Version: 0.57.11
Severity: minor

After downloading the packages, apt-listbugs retrieves the list of
outstanding bugs, but as the Applying Changes windows doesn't show
the apt-listbugs confirm dialog, operations are suspended silently
until the user clicks on Details and confirms installation of possibly buggy
packages.
Because it may be a problem for some users, Synaptic should detect any
confirmation dialog and shows a popup dialog.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-live-usb
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages synaptic depends on:
ii  apt [libapt-pkg-libc6.3-6- 0.6.45Advanced front-end for dpkg
ii  apt-utils [libapt-inst-lib 0.6.45APT utility programs
ii  libatk1.0-01.12.1-1  The ATK accessibility toolkit
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-1   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libgcc11:4.1.1-11GCC support library
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.10.3-3  The GLib library of C routines
ii  libgtk2.0-02.8.20-1  The GTK+ graphical user interface 
ii  libncurses55.5-2 Shared libraries for terminal hand
ii  libpango1.0-0  1.12.3-2  Layout and rendering of internatio
ii  libstdc++6 4.1.1-11  The GNU Standard C++ Library v3
ii  libvte41:0.12.2-3Terminal emulator widget for GTK+ 
ii  libx11-6   2:1.0.0-8 X11 client-side library
ii  libxcursor11.1.7-3   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:3.0.1.2-4   X11 miscellaneous 'fixes' extensio
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.26.dfsg-3 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  scrollkeeper   0.3.14-11 A free electronic cataloging syste

Versions of packages synaptic recommends:
ii  deborphan 1.7.18 Find orphaned libraries
ii  gksu  1.9.4-1graphical frontend to su
ii  libgnome2-perl1.040-1Perl interface to the GNOME librar

-- no debconf information


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



Bug#385574: Dom0 crashes with linux-image-2.6.16-2-xen-686

2006-09-01 Thread steffen . elste

Package: linux-image-2.6.16-2-xen-686
Version: 2.6.16-18
Severity: normal

*** Please type your report below this
line ***
Hi,
i can't boot this kernel on a Fujitsu
Siemens Scenic W600 with xen-hypervisor-3.0-i386 installed, please find
the output below.
The standard kernel (linux-image-2.6-16-2-686)
boots without any problems whatsoever.
So i set up a simple test:
'apt-get source xen-3.0 linux-source-2.6.16'
Symlinked the kernel source into Xen,
used the kernel config from linux-image-2.6.16-2-xen-686 to build
a custom kernel with Xen ... and this
one works like a charm!
Regards,

Steffen Elste

Xen version 3.0.2-3 (Debian 3.0.2+hg9697-1)
([EMAIL PROTECTED]) (gcc version 4.0.4 20060507 (prerelease) (Debian
4.0.3-3)) Wed May 31 10:05:36 UTC 2006
(XEN) Command line: /xen-3.0-i386.gz
noreboot com1=9600,8n1
(XEN) Physical RAM map:
(XEN)  - 0009f800
(usable)
(XEN) 0009f800 - 000a
(reserved)
(XEN) 000e - 0010
(reserved)
(XEN) 0010 - 7fef
(usable)
(XEN) 7fef - 7fefb000
(ACPI data)
(XEN) 7fefb000 - 7ff0
(ACPI NVS)
(XEN) 7ff0 - 7ff8
(usable)
(XEN) 7ff8 - 8000
(reserved)
(XEN) fec0 - fed00400
(reserved)
(XEN) fee0 - fef0
(reserved)
(XEN) ffb8 - ffc0
(reserved)
(XEN) fff0 - 0001
(reserved)
(XEN) System RAM: 2047MB (2096188kB)
(XEN) Xen heap: 10MB (10528kB)
(XEN) Using scheduler: Simple EDF Scheduler
(sedf)
(XEN) PAE disabled.
(XEN) DMI present.
(XEN) Using APIC driver default
(XEN) ACPI: RSDP (v000 PTLTD 
  
) @ 0x000f7500
(XEN) ACPI: RSDT (v001 PTLTD 
RSDT  0x06040001 LTP 0x) @ 0x7fef7498
(XEN) ACPI: FADT (v001 FSC  D156x
 0x06040001   0x000f4240) @ 0x7fef74cc
(XEN) ACPI: ASF! (v016 OEMID OEMTBL
 0x06040001 PTL 0x0001) @ 0x7fefaef1
(XEN) ACPI: MADT (v001 FSC  
APIC  0x06040001 CSF 0x)
@ 0x7fefaf76
(XEN) ACPI: BOOT (v001 PTLTD $SBFTBL$
0x06040001 LTP 0x0001) @ 0x7fefafd8
(XEN) ACPI: DSDT (v001 FSC  D156x
 0x06040001 MSFT 0x010e) @ 0x
(XEN) ACPI: Local APIC address 0xfee0
(XEN) ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00]
enabled)
(XEN) Processor #0 15:2 APIC version
20
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01]
disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff]
high edge lint[0x1])
(XEN) ACPI: IOAPIC (id[0x01] address[0xfec0]
gsi_base[0])
(XEN) IOAPIC[0]: apic_id 1, version
32, address 0xfec0, GSI 0-23
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq
0 global_irq 2 high edge)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq
9 global_irq 9 high level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode: Flat.
Using 1 I/O APICs
(XEN) Using ACPI (MADT) for SMP configuration
information
(XEN) Initializing CPU#0
(XEN) Detected 2992.548 MHz processor.
(XEN) CPU: Trace cache: 12K uops, L1
D cache: 8K
(XEN) CPU: L2 cache: 512K
(XEN) CPU: Physical Processor ID: 0
(XEN) Intel machine check architecture
supported.
(XEN) Intel machine check reporting
enabled on CPU#0.
(XEN) CPU0: Intel P4/Xeon Extended MCE
MSRs (12) available
(XEN) CPU0: Thermal monitoring enabled
(XEN) CPU0: Intel(R) Pentium(R) 4 CPU
3.00GHz stepping 09
(XEN) Total of 1 processors activated.
(XEN) ENABLING IO-APIC IRQs
(XEN) - Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2
apic2=-1 pin2=-1
(XEN) Platform timer is 1.193MHz PIT
(XEN) Brought up 1 CPUs
(XEN) Machine check exception polling
timer started.
(XEN) Using IPI Shortcut mode
(XEN) *** LOADING DOMAIN 0 ***
(XEN) Domain 0 kernel supports features
= { 001f }.
(XEN) Domain 0 kernel requires features
= {  }.
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN) Dom0 alloc.:  7e00-7f00
(480569 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN) Loaded kernel: b010-b036a5f4
(XEN) Init. ramdisk: b036b000-b05c8a00
(XEN) Phys-Mach map: b05c9000-b07a24e4
(XEN) Start info:  b07a3000-b07a4000
(XEN) Page tables:  b07a4000-b07a8000
(XEN) Boot stack:  b07a8000-b07a9000
(XEN) TOTAL:   
 b000-b0c0
(XEN) ENTRY ADDRESS: b010
(XEN) Dom0 has maximum 1 VCPUs
(XEN) Initrd len 0x25da00, start at
0xb036b000
(XEN) Scrubbing Free RAM: .done.
(XEN) Xen trace buffers: disabled
(XEN) *** Serial input - DOM0 (type
'CTRL-a' three times to switch input to Xen).
(XEN) domain_crash_sync called from
entry.S (ff14dba5)
(XEN) Domain 0 (vcpu#0) crashed on cpu#0:
(XEN) [ Xen-3.0.2-3  Not
tainted ]
(XEN) CPU:  0
(XEN) EIP:  e019:[b03060c0]
(XEN) EFLAGS: 0286  CONTEXT:
guest
(XEN) eax: fff3  ebx: b02fff14
 ecx:   edx: 
(XEN) esi: 000f  edi: 001c
 ebp: 000f  esp: b02ffed0
(XEN) cr0: 8005003b  cr3: 7e7a4000
(XEN) ds: e021  es: e021 
fs:   gs:   ss: e021  cs: e019
(XEN) Guest stack trace from esp=b02ffed0:
(XEN)  b03060c0 0001e019
00010086 

Bug#384886: more information

2006-09-01 Thread Karsten Hilbert
New upstream translation files have been prepared.

The --unicode-gettext option has been removed upstream as it
is not needed anymore.

Karsten
-- 
GPG key ID E4071346 @ wwwkeys.pgp.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


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



Bug#385572: xhost not working

2006-09-01 Thread Michel Dänzer
On Fri, 2006-09-01 at 11:44 +0200, Olaf Zaplinski wrote:
 Package: xbase-clients
 Version: 6.9.0.dfsg.1-5bpo2
 
 As some ordinary user I say:
 
 [EMAIL PROTECTED]:~$ xhost localhost
 localhost being added to access control list
 
 But it does not work:
 
 ridcully:~# xterm -display :0
 Xlib: connection to :0.0 refused by server

:0 (UNIX socket connection) isn't the same thing as localhost:0 (TCP
socket connection over the local loopback interface). To allow a local
user to connect via UNIX sockets, you need

xhost local:username


 ridcully:~# xterm -display localhost:0
 
 does not work also.

How does it fail?


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



Bug#385575: libgl1-mesa-dri: Is it possible to split up the package into hardware-specific binaries?

2006-09-01 Thread Gerrit Jan Baarda
Package: libgl1-mesa-dri
Version: 6.5.0.cvs.20060524-1
Severity: wishlist


The libgl1-mesa-dri i/ckages nstalls  30Mb of files on my system of 
which  90% will never be used ( I only have a i915 card). My guess is 
this is true for most other systems.

Is it possible to package it more or less like the
xserver-xorg-video-* packages, so that only the modules that are
actually used need to be installed?

Yours,
Gerrit Jan.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.3mingo
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libgl1-mesa-dri depends on:
ii  libgl1-mesa-glx 6.5.0.cvs.20060524-1 A free implementation of the OpenG

libgl1-mesa-dri recommends no packages.

-- no debconf information


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



Bug#382334: bootsplash: progress bar patch still missing from initscripts

2006-09-01 Thread Free Ekanayaka
  PC El Jueves, 31 de Agosto de 2006 13:53, Free Ekanayaka
 =?iso-8859-1?Q?escribi=F3=3A?=
  Anyway I've updated my unofficial package, and this time I've uploaded
  it to Debian. At the moment is in the  NEW queue, but  you can find it
  here as well:
  
  http://archive.64studio.com/pool/main/s/sysv-rc-bootsplash/
  PC   Hello, now the file /usr/share/initramfs-tools/scripts/functions
 doesn't 
  PC need to be patched and it should assure that the new version 
  PC of /sbin/splash.sh is installed, without this script the patch doesn't
 work.
Ok, fine.   I'll   upload a   new  bootsplash  package   with  updated
/sbin/splash.sh  as  soonas   sysv-rc-bootsplash is  accepted  by  the
ftp-master.
Thanks again for your contribution!
Ciao,
Free




Bug#385435: Unable to fix with the patch

2006-09-01 Thread Cyril Bouthors
I've tried to patch from allee. It does not seem to work.

Maybe I've missed something...

By the way, are you sure this is a wishlist bug? The system has no
keyboard support!
-- 
Cyril Bouthors


pgpkkYYVOlM6D.pgp
Description: PGP signature


Bug#385576: bobcat - FTBFS: invalid conversion from 'size_t*' to 'unsigned int*'

2006-09-01 Thread Bastian Blank
Package: bobcat
Version: 1.10.1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of bobcat_1.10.1-1 on debian-31 by sbuild/s390 85
[...]
 g++ -c -o xpointer/o/58get.o -Itmp -Wall -O3 xpointer/get.cc
 xpointer/get.cc: In member function 'bool FBB::Xpointer::get(int*, int*) 
 const':
 xpointer/get.cc:14: error: invalid conversion from 'size_t*' to 'unsigned 
 int*'
 xpointer/get.cc:14: error:   initializing argument 9 of 'int 
 XQueryPointer(Display*, Window, Window*, Window*, int*, int*, int*, int*, 
 unsigned int*)'
 system - failure of system call (status 256)
 system - failure of system call (status 256)
 make: *** [build-stamp] Error 1
 **
 Build finished at 20060829-0852
 FAILED [dpkg-buildpackage died]


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



Bug#325099: always in Grsbi 0.5.8-1

2006-09-01 Thread Cyril Mougel
I have install grisbi 0.5.8-1 today for the first time and I have too
the miss of library :

shingara-11:52:42:~$ grisbi
grisbi: error while loading shared libraries: libofx.so.2: cannot open
shared object file: No such file or directory

This bug is always here.


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



Bug#385391: Fix bashism

2006-09-01 Thread Michal Čihař
Package: grub
Version: 0.97-14
Followup-For: Bug #385391

Hi

Attached patch to fix bashisms in this script.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- no debconf information
--- /tmp/update-grub2006-09-01 12:00:49.0 +0200
+++ /sbin/update-grub   2006-09-01 12:01:54.0 +0200
@@ -15,11 +15,11 @@
 fi
 
 if [ -x /usr/sbin/update-grub.real ]; then
-   if [ $0 == /sbin/update-grub ]; then
+   if [ $0 = /sbin/update-grub ]; then
echo You shouldn't call /sbin/update-grub. Please call 
/usr/sbin/update-grub instead!
echo
fi
-   exec -a update-grub /usr/sbin/update-grub.real $*
+   exec /usr/sbin/update-grub.real $*
 else
echo Your /usr is broken, please fix it before call this wrapper!
 fi


Bug#385580: gcc generates incorrect code on s390

2006-09-01 Thread Michael Stone

Severity: serious
Package: gcc

gcc has been building parts of coreutils on s390 (sha384  sha512) in a 
way that silently generates incorrect results. (Caught by tests during 
the coreutils build process.) This has been traced to a bug in gcc:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196369

Info about the fix is here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28146 

severity set to serious because it causes ftbfs (and because other 
packages without test scripts may be simply outputting incorrect answers 
rather than ftbfs)


Mike Stone


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



Bug#385578: linux-image-2.6.16-2-k7: unable to install

2006-09-01 Thread Erwan David
Package: linux-image-2.6.16-2-k7
Version: 2.6.16-18
Severity: important

At setup time I get :

Setting up linux-image-2.6.16-2-k7 (2.6.16-18) ...
Running depmod.
Finding valid ramdisk creators.
Using mkinitrd.yaird to build the ramdisk.
Not updating initrd symbolic links since we are being updated/reinstalled 
(2.6.16-17 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(2.6.16-17 was configured last, according to dpkg)
The provided postinst hook script [/sbin/update-grub] could not be run.
dpkg: error processing linux-image-2.6.16-2-k7 (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 linux-image-2.6.16-2-k7
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up linux-image-2.6.16-2-k7 (2.6.16-18) ...
Running depmod.
Finding valid ramdisk creators.
Using mkinitrd.yaird to build the ramdisk.
Not updating initrd symbolic links since we are being updated/reinstalled 
(2.6.16-17 was configured last, according to dpkg)
Not updating image symbolic links since we are being updated/reinstalled 
(2.6.16-17 was configured last, according to dpkg)
The provided postinst hook script [/sbin/update-grub] could not be run.
dpkg: error processing linux-image-2.6.16-2-k7 (--configure):
 subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
 linux-image-2.6.16-2-k7

It seems clear that grub cannot be updated : 
dpkg -l \*grub\*
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
pn  grub   none (no description available)
un  grub-doc   none (no description available)
un  grubconf   none (no description available)

grub is not installed on the system.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.16-2-k7 depends on:
ii  module-init-tools 3.2.2-3tools for managing Linux kernel mo
ii  yaird [linux-initramfs-tool]  0.0.12-17  Yet Another mkInitRD

Versions of packages linux-image-2.6.16-2-k7 recommends:
ii  libc6-i686   2.3.6.ds1-4 GNU C Library: Shared libraries [i

-- debconf information:
  linux-image-2.6.16-2-k7/preinst/elilo-initrd-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/preinst/failed-to-move-modules-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/prerm/would-invalidate-boot-loader-2.6.16-2-k7: true
* linux-image-2.6.16-2-k7/preinst/already-running-this-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/postinst/bootloader-error-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/postinst/bootloader-test-error-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/postinst/really-run-bootloader-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/postinst/kimage-is-a-directory:
  linux-image-2.6.16-2-k7/preinst/bootloader-initrd-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/preinst/lilo-has-ramdisk:
  linux-image-2.6.16-2-k7/preinst/abort-overwrite-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/preinst/abort-install-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/postinst/depmod-error-2.6.16-2-k7: false
  linux-image-2.6.16-2-k7/postinst/old-dir-initrd-link-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/postinst/create-kimage-link-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/postinst/old-system-map-link-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/preinst/lilo-initrd-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/preinst/initrd-2.6.16-2-k7:
  linux-image-2.6.16-2-k7/postinst/old-initrd-link-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/prerm/removing-running-kernel-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/preinst/overwriting-modules-2.6.16-2-k7: true
  linux-image-2.6.16-2-k7/postinst/depmod-error-initrd-2.6.16-2-k7: false


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



Bug#379902: Re: [Pkg-kde-extras] Bug#379902: ksynaptics: sometimes crashes at kde shutdown

2006-09-01 Thread Marc Haber
On Mon, Jul 31, 2006 at 11:14:05PM +0200, Marc Haber wrote:
 On Mon, Jul 31, 2006 at 12:05:32PM +0200, Marc Haber wrote:
  I tried building a package with debugging symbols myself, but failed. 
 
 With your help on IRC, I was finally successful.
 
 Here the backtrace:
 Using host libthread_db library /lib/tls/libthread_db.so.1.
 [Thread debugging using libthread_db enabled]
 [New Thread -1228806464 (LWP 3159)]
 [KCrash handler]
 #5  0xb7eff46f in ~SynDock (this=0x80d5680)
 at /home/mh/ksynaptics/ksynaptics-0.3.1/./ksynaptics/src/syndock.cpp:134
 #6  0xb7f01331 in kdemain (argc=1, argv=0xbf9c3234)
 at /home/mh/ksynaptics/ksynaptics-0.3.1/./ksynaptics/src/main.cpp:62
 #7  0x08048622 in main (argc=)
 at /home/mh/ksynaptics/ksynaptics-0.3.1/./ksynaptics/src/syndock.la.cpp:2

Any news on this issue?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Bug#382445: Does not start at all, too on 1.5.0.5-1 package

2006-09-01 Thread Fernando Cerezal
Today i only update this:
Commit Log for Fri Sep  1 12:21:52 2006


Actualizó los paquetes siguientes:
atftpd (0.7.dfsg-0.1) to 0.7.dfsg-0.2
base-files (3.1.14) to 3.1.16
gtk2-engines (1:2.6.10-1) to 1:2.6.10-2
gtk2-engines-clearlooks (1:2.6.10-1) to 1:2.6.10-2
gtk2-engines-crux (1:2.6.10-1) to 1:2.6.10-2
gtk2-engines-lighthouseblue (1:2.6.10-1) to 1:2.6.10-2
gtk2-engines-mist (1:2.6.10-1) to 1:2.6.10-2
gtk2-engines-redmond95 (1:2.6.10-1) to 1:2.6.10-2
gtk2-engines-smooth (1:2.6.10-1) to 1:2.6.10-2
gtk2-engines-thinice (1:2.6.10-1) to 1:2.6.10-2
jikes (1:1.22-4) to 1:1.22-5
jikes-gij (1:1.22-4) to 1:1.22-5
libcompress-zlib-perl (1.41-1) to 1.42-1
libgmp3c2 (4.1.4-10) to 2:4.2.1+dfsg-4
libxmlsec1 (1.2.9-2) to 1.2.9-5
libxmlsec1-nss (1.2.9-2) to 1.2.9-5
libxmlsec1-openssl (1.2.9-2) to 1.2.9-5
ltsp-server (0.87debian1) to 0.93debian1
python-numeric (24.2-5) to 24.2-6
ucf (2.0013) to 2.0014

and thunderbird works again, i find no sense on this. The machine was
not reboot and i have not changed of user account, neither i close this
user sesion.

Bye.


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



Bug#385579: spamassassin process opened a variety of UDP sockets

2006-09-01 Thread [EMAIL PROTECTED]
Package: spamassassinVersion: 3.0.3-2sarge1Severity: normalSpamassassin opened a variety of UDP ports (46317 - 46338) on a Debian sarge mail server where it is invoked from a user .procmailrc as below.
| /usr/bin/spamassassin -PThe server has the latest updates applied. The ports were then closed around four hours later. I guess that some malicious email(s) hijacked the process(es) and opened these ports? 
The process(es) were running as a user which gets a fair volume of spamand ham.The warning messages I received were from the Tiger automatic auditor.On Sat, 12 Aug 2006 20:00:10 +0100 it reported the ports opened:
# Checking listening processesNEW: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46317 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46318 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46320 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46321 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46322 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46323 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46324 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46325 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46326 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46327 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46328 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46329 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46330 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46332 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46333 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46334 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46335 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46337 (UDP on every interface) is run by aa.NEW: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46338 (UDP on every interface) is run by aa.Then on Sun, 13 Aug 2006 00:00:16 +0100 it reported the ports closed:
# Checking listening processesOLD: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46317 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46318 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46320 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46321 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46322 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46323 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46324 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46325 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46326 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46327 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46328 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46329 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46330 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46332 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46333 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on 
socket 46334 (UDP on every interface) is run by aa.OLD: --WARN-- [lin003w] The process `spamassassin' is listening on socket 46335 (UDP on every 

Bug#385581: libuim-data: Needs to conflict with libuim1

2006-09-01 Thread Matijs van Zuijlen
Package: libuim-data
Version: 1:1.2.1-2
Severity: normal

Upgrate to the new version of uim fails, like this:

  Unpacking libuim-data (from .../libuim-data_1%3a1.2.1-2_powerpc.deb) ...
  dpkg: error processing
  /var/cache/apt/archives/libuim-data_1%3a1.2.1-2_powerpc.deb (--unpack):
   trying to overwrite `/usr/lib/uim/plugin/libuim-custom-enabler.so', which
   is also in package libuim1

Hence, libuim-data needs to conflict with libuim1.

Incidentally, libuim3 also needs to conflict with libuim1, for similar
reasons:

  Unpacking libuim3 (from .../libuim3_1%3a1.2.1-2_powerpc.deb) ...
  dpkg: error processing
  /var/cache/apt/archives/libuim3_1%3a1.2.1-2_powerpc.deb (--unpack):
   trying to overwrite `/usr/lib/libuim-custom.so.2.0.0', which is also in
   package libuim1


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-powerpc
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)


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



Bug#379869: xzgv: tumbnails do not show up at all

2006-09-01 Thread Stanislav Maslovski
Package: xzgv
Version: 0.8-5.1
Followup-For: Bug #379869


Confirm seeing the same on my system.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-minimal
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages xzgv depends on:
ii  gdk-imlib11 1.9.14-30imaging library for use with gtk
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libglib1.2  1.2.10-10.1  The GLib library of C routines
ii  libgtk1.2   1.2.10-18The GIMP Toolkit set of widgets fo
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libtiff43.8.2-6  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.0-8X11 client-side library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  zlib1g  1:1.2.3-13   compression library - runtime

xzgv recommends no packages.

-- no debconf information


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



Bug#385146: Not a supported combination

2006-09-01 Thread Mike Ashton
On Thu, Aug 31, 2006 at 06:04:29PM +0100, Helge Kreutzmann wrote:
 severity 385146 wishlist
 thanks
 
 I've never used trac, but saw your report and felt a little strange.
 You blame a Debian version which version requirements are perfectly
 fullfilled (as you say, trac works with stable subversion) as shipped
 by Debian for a
 system you created by installing software not shipped in Debian.
 Moreover, trac broke because a *dependency* changed. How do you think
 the author of trac should have estimated this before the release of
 Sarge?
 
 I think you can do one or more of the following:
 a) complain against the person who installed the backported subversion
for breaking your setup
 b) backport a more recent trac
 c) check if tracs depencency in *sid* are correct; if they are not,
then update this bug with that info
 d) point out which part of Debian policy is violated by your
combination of a Debian release with your own software packages
 e) provide a solution how to avoid such situation in the future
 f) explain what in your opinion should happen now: stable is only
updated with severe bugs (e.g. security, read the www.debian.org
or d-d-a for details), certainly not to fix some random dependency
for a backport

Hi Helge.  That was a very defensive response, so I'd like to clarify
first of all that I'm not _blaming_ _anyone_.  It's an open source
project, people contribute their efforts for free, how could I
complain or blame anyone?  I'm trying to help make things slightly
better by correcting what I see as a problem that could impact other
people.  It's already impacted on me, so I've got nothing left to gain
personally by having things changed.

In reverse order, for no apparent reason:

f) the stability of debian systems and packages should refer to the
   packages themselves, a policy in place for good and sensible
   reasons, but not necessary to remedial fixes to their metadata.

e) I would advocate updating package dependencies if they are found
   to be incorrect.  I don't necessarily advocate providing an
   updated package number for this, as the package itself hasn't changed,
   but that's debatable.

d) I'm interested in things being correct and working reliably,
   giving the end user a positive and consistent experience.  That's
   why I work very hard to get debian, rather than redhat, into every
   environment I work in.  It's hard work, but ultimately worth it mainly
   because debian's packaging and dependency subsystem enables me to run
   a better service as a result.  I'd like debian to be as reliable as
   possible, and backports are a part of life when providing a service to
   a technical team - nobody is going to accept a bug riddled version of
   software from a year ago because it's stable; that argument won't
   wash.  If you're going to quote policy over correctness, and dismiss
   an issue because it's not supported (I've got a support contract!?
   Nice!) then I might as well talk to redhat, because at least
   they'll be apologetic while doing the wrong thing.

c) I can't imagine that being an issue, because that version of trac
   will have been compiled against a sid system.  The issue is that
   the dependencies for stable trac are misstated and as such are too
   loose.

b) That's my department's plan, as it happens, but this will take a
   little while due to the schema for trac (against which one writes
   reports within the tool) being fairly fluid.  As I said, my concern
   isn't about _me_ and I can change the package on my system with ease,
   but I don't believe that people should be able to install conflicting
   or incompatible packages from any combinations of distribution.  As
   Steve points out, this will be a problem when mixing pure debian
   distributions as well.

a) I installed it.  That's why I'm raising this issue that I
   encountered.  Backports usually work flawlessly, but what's happened
   in this case is that they've not realised there's a problem because
   the dependencies specified by trac allow the system to install
   incompatible packages without warning.  That's nobody's _fault_,
   but it _is_ something that isn't as good as it could be, given a
   small, low-impact change.

Ta,
Mike.


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



Bug#385564: wesnoth-httt: segfault in Bay of Pearls when grabbing trident

2006-09-01 Thread Jochen Schulz
Isaac Clerencia:
 
 Thank you for your report, it's already reported upstream though :)

Fine! Actually I wanted to search upstream bugs before reporting to
Debian, but obviously I forgot to do that. Thank you for being very
responsive anyway.

 Check: https://gna.org/bugs/?func=detailitemitem_id=6792
 
 It will be fixed in next upstream release. In the meanwhile you can edit:
 /usr/share/games/wesnoth/data/items.cfg and remove everything between
 [animation] and [/animation] in the storm trident definition. AFAIK that 
 should fix the problem.

Thanks. For the record: it looks like you have to restart the scenario
(but not the campaign) in order for this to take effect. I didn't test
it, though. I have a city to invade.

J.
-- 
Television advertisements are the apothesis of twentieth century culture.
[Agree]   [Disagree]
 http://www.slowlydownward.com/NODATA/data_enter2.html


signature.asc
Description: Digital signature


Bug#383417: cdb_seek returns incorrect data length

2006-09-01 Thread Tatsuya Kinoshita
I'm forwarding this bug report to the members of bug#299026, `ITP: tinycdb'.

On August 17, 2006 at 3:06PM +0900,
ueno (at unixuser.org) wrote:

 Package: tinycdb
 Version: 0.74-1
 Tags: patch
 
 If dlenp arg of cdb_seek point to the integer variable whose value is 0,
 cdb_seek does not set dlenp correctly.  This behavior is not documented
 and I think it is unintended.  Due to this, the dbskkd-cdb package
 compiled with gcc-4.0 does not work well.
 
 To reproduce
 
 $ echo +3,5:one-Hello\n | cdbmake test.cdb test.cdb.tmp

or use
$ /bin/echo -e +3,5:one-Hello\n | cdbmake test.cdb test.cdb.tmp
if your shell's `echo' doesn't enable interpretation of backslash escapes.

 $ gcc -o testcdb testcdb.c -lcdb
 $ ./testcdb ./test.cdb one
 dlen = 0 # - it should be 5
 $ cat testcdb.c
 #include stdio.h
 #include string.h
 #include assert.h
 #include sys/types.h
 #include sys/stat.h
 #include fcntl.h
 #include cdb.h
 
 int main (int argc, char **argv)
 {
   int fd, ret;
   const char *key;
   unsigned klen, dlen = 0; // if dlen = 1, it works as expected
 
   assert (argc == 3);
   fd = open (argv[1], O_RDONLY);
   if (fd == -1)
 {
   perror (open);
   return 1;
 }
 
   key = argv[2];
   klen = strlen (key);
   ret = cdb_seek (fd, key, klen, dlen);
   if (ret == -1)
 return 1;
   else if (ret == 0)
 printf (not found);
   else
 printf (dlen = %d\n, dlen);
 
   return 0;
 }
 
 Here is a patch to fix it
 
 --- cdb_seek.c~   2006-08-17 15:02:16.0 +0900
 +++ cdb_seek.c2006-08-17 15:02:43.0 +0900
 @@ -75,7 +75,7 @@
   /* read the key from file and compare with wanted */
   unsigned l = klen, c;
   const char *k = (const char*)key;
 - if (*dlenp)
 + if (dlenp)
 *dlenp = cdb_unpack(rbuf + 4); /* save value length */
   for(;;) {
 if (!l) /* the whole key read and matches, return */
 
 Regards,
 -- 
 Daiki Ueno

Daiki, thanks for your report.

This bug causes my packages dbskkd-cdb and skksearch unusable.
I'm thinking about applying workaround patches to dbskkd-cdb and
skksearch due to this bug for the moment.  Anyway, I hope this bug
will be fixed shortly...

Michael, could you fix this bug in tinycdb 0.76?  Could anyone
update the Debian tinycdb package?

Thanks,
-- 
Tatsuya Kinoshita


pgpHxivJ8MNKX.pgp
Description: PGP signature


Bug#379902: Re: [Pkg-kde-extras] Bug#379902: ksynaptics: sometimes crashes at kde shutdown

2006-09-01 Thread Fathi Boudra
Le vendredi 1 septembre 2006 12:39, Marc Haber a écrit :
 Any news on this issue?

i'll take a look this week-end.

cheers,

Fathi



Bug#385580: gcc generates incorrect code on s390

2006-09-01 Thread Matthias Klose
reassign 385580 gcc-4.1
clone 385580 -1
reassign -1 coreutils
severity 385580 important
forwarded 385580 http://gcc.gnu.org/PR28146
retitle 385580 [4.1 regression, fixed in 4.2] gcc generates incorrect code on 
s390
tags 385580 + upstream
tags 385580 + fixed-upstream
thanks

according to PR 28789 this cannot be fixed in 4.1.  Please either
build using gcc-3.4 on s390 or use the workaround mentioned in the
redhat report.

Michael Stone writes:
 Severity: serious
 Package: gcc
 
 gcc has been building parts of coreutils on s390 (sha384  sha512) in a 
 way that silently generates incorrect results. (Caught by tests during 
 the coreutils build process.) This has been traced to a bug in gcc:
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=196369
 
 Info about the fix is here: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28146 
 
 severity set to serious because it causes ftbfs (and because other 
 packages without test scripts may be simply outputting incorrect answers 
 rather than ftbfs)


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



Bug#385531: further comment

2006-09-01 Thread Erhard Sailer

- due to a lack of experience in debian I did not succeed to install the fglrx 
driver of ati
- I fixed the problem by substituing vesa for ati in xorg.config:

Section Device
   Identifier  ATI Technologies, Inc. Radeon X700 Pro (RV410)
   Driver  vesa
   BusID   PCI:1:0:0

Thus I have not the specific properties of my ati card (dual head, tv out),
but I get an operating X environment

Best regards   
Erhard






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



Bug#314847: Same problem with maildrop 2.0.2-5

2006-09-01 Thread Micha Lenk
Hello Marcus,

do you have the package courier-authdaemon installed? I assume maildrop
needs it for some features to work (but which? hmm...).

If this solves the problem maildrop should probably recommend
courier-authdaemon in it's dependencies.

On Fri, Sep 01, 2006 at 10:09:18AM +0200, Marcus Frings wrote:
 I also run into the same problem with maildrop 2.0.2 after upgrading
 from 1.5.3-2:
 
 ,[ /var/log/mail.info ]
 | postfix/local[15140]: 91E7230281:
 | to=mail-address-removed, orig_to=root, relay=local,
 | delay=11201, delays=11200/0.05/0/0.37, dsn=4.3.0, status=deferred
 | (temporary failure. Command output: ERR: authdaemon: s_connect() failed:
 | No such file or directory /usr/bin/maildrop: Temporary authentication
 | failure. )
 `
 
 Maildrop is called from postfix by this command:
 
 ,[ /etc/postfix/main.cf ]
 | mailbox_command = /usr/bin/maildrop -d $USER -f $SENDER $EXTENSION
 `
 
 If I go back to maildrop 1.5.3 everything works again and local mails are
 delivered to my user's maildir.

As far as I understand it maildrop 1.5.3 has the functionality (or at
least a reduced set of functionalities) of courier-authdaemon compiled
in. I assume this has been changed in order to prevent code duplication.

Have a nice day
  Micha


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



Bug#376426: libnss-ldap: Can't login even as local user

2006-09-01 Thread Stian Jordet

Stephen Gran wrote:

Hello all,

We just got bitten by this bug yesterday, and found that disabling tls
(.e., changing ldaps:// to ldap:// in our uri's) made it work just fine
again.  Turned out our machine was low on entropy.  Can people see if it
is tls related for them as well?  It seems to me it's not properly
handling a tls handshake failure, but I don't see the bug yet.
  

As Michael said, the entropy was just as low before, but it worked with 238.

Besides, I have symlinked /dev/random to /dev/urandom, but I still have 
this problem. Or isn't libnss-ldap using /dev/random?


-Stian


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



Bug#385585: gnumed-client: add menu entry for documentation ?

2006-09-01 Thread Karsten Hilbert
Package: gnumed-client
Version: 0.2-1
Severity: wishlist

Could we add a menu entry pointing the default browser at http://wiki.gnumed.de 
?

Karsten

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gnumed-client depends on:
ii  debconf [debconf-2.0]1.5.3   Debian configuration management sy
ii  file 4.17-3  Determines file type using magic
ii  python   2.3.5-11An interactive high-level object-o
ii  python-pgsql 2.5.1-2 A Python DB-API 2.0 interface to P
ii  python-support   0.4.1   automated rebuilding support for p
ii  python-wxgtk2.6  2.6.3.2.1.1 wxWidgets Cross-platform C++ GUI t

Versions of packages gnumed-client recommends:
pn  libextractor  none (no description available)
ii  python-imaging-sane   1.1.5-10   Python Imaging Library SANE interf

-- debconf information:
  gnumed-client/server:


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



Bug#385344: gnome-panel consume 100% CPU when GAMIN is use instead FAM

2006-09-01 Thread Josselin Mouette
Le jeudi 31 août 2006 à 18:50 +0200, hatori a écrit :
 (gdb) thread apply all bt
 
 Thread 2 (Thread -1228551248 (LWP 4349)):
 #0  0xb75e6e19 in poll () from /lib/tls/libc.so.6
 #1  0xb77451a9 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
 #2  0xb7745537 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 #3  0xb7864a90 in link_set_io_thread () from /usr/lib/libORBit-2.so.0
 #4  0xb775f5df in g_thread_create_full () from /usr/lib/libglib-2.0.so.0
 #5  0xb77bf0bd in start_thread () from /lib/tls/libpthread.so.0
 #6  0xb75f08fe in clone () from /lib/tls/libc.so.6
 
 Thread 1 (Thread -1224939840 (LWP 4324)):
 #0  0xb77c4361 in __write_nocancel () from /lib/tls/libpthread.so.0
 #1  0xb768dd5e in _X11TransGetMyAddr () from /usr/lib/libX11.so.6
 #2  0xb768d8bf in _X11TransWrite () from /usr/lib/libX11.so.6
 #3  0xb76931c6 in _XSend () from /usr/lib/libX11.so.6
 #4  0xb769414c in _XEventsQueued () from /usr/lib/libX11.so.6
 #5  0xb767fd33 in XPending () from /usr/lib/libX11.so.6
 #6  0xb79b966d in gdk_event_send_client_message_for_display ()
from /usr/lib/libgdk-x11-2.0.so.0
 #7  0xb79b9761 in gdk_event_send_client_message_for_display ()
from /usr/lib/libgdk-x11-2.0.so.0
 #8  0xb774465d in g_main_context_prepare () from /usr/lib/libglib-2.0.so.0
 #9  0xb7744e25 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
 ---Type return to continue, or q return to quit---
 #10 0xb7745537 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 #11 0xb7b23141 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
 #12 0x08062863 in main ()
 #0  0xb77c4361 in __write_nocancel () from /lib/tls/libpthread.so.0

Is it the backtrace with gamin installed? At that moment, gnome-panel
was using 100% of the CPU?

Is the backtrace always the same if you retry later?
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#345958: please include this patch

2006-09-01 Thread Robert Millan [ackstorm]

Hi!

Any news on this?  The patch works pretty well for me.  Is etch going to release
with 1.1, or with 1.0 ?  If 1.0 is being released it better not be unpatched..

-- 
Robert Millan

ACK STORM, S.L.  -  http://www.ackstorm.es


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



Bug#385584: med-practice: misleading menu entry for GNUmed

2006-09-01 Thread Karsten Hilbert
Package: med-practice
Version: 0.11
Severity: minor

The menu entry for GNUmed shouldn't read Developer's preview
anymore. It should be aligned with the menu entries of gnumed-client
in Apps/Tools/.

Karsten

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages med-practice depends on:
ii  gnumed-client 0.2-1  [Med] Medical practice management 
ii  med-common0.11   Debian-Med Project common package

med-practice recommends no packages.

-- no debconf information


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



Bug#385583: depmod: command not found; tar: -: file name read contains nul character

2006-09-01 Thread shaulka
Package: kernel-package
Version: 10.054
Severity: normal

  While running

$ make-kpkg clean; fakeroot -- make-kpkg --initrd --revision pentium1.1 
--append-to-version -7.pentium1.1 kernel_image 2../err-2.6.17-7.pentium1.1 
../out-2.6.17-7.pentium1.1

I get the  following messages on stderr:

/bin/sh: depmod: command not found
make: [install/linux-image-2.6.17-7.pentium1.1] Error 127 (ignored)
tar: -: file name read contains nul character

It does looks to me a kernel-package issue because the build target to make-kpkg
doesn't seem to have them.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (600, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kernel-package depends on:
ii  dpkg  1.13.22package maintenance system for Deb
ii  dpkg-dev  1.13.22package building tools for Debian
ii  file  4.17-3 Determines file type using magic
ii  gcc [c-compiler]  4:4.1.1-6  The GNU C compiler
ii  gcc-4.1 [c-compiler]  4.1.1-11   The GNU C compiler
ii  gettext   0.14.6-1   GNU Internationalization utilities
ii  make  3.81-2 The GNU version of the make util
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction
ii  po-debconf1.0.5  manage translated Debconf template

Versions of packages kernel-package recommends:
ii  bzip21.0.3-3 high-quality block-sorting file co
ii  libc6-dev [libc-dev] 2.3.6.ds1-4 GNU C Library: Development Librari

-- no debconf information




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



Bug#385586: gnumed-doc: add menu entry for local documentation ?

2006-09-01 Thread Karsten Hilbert
Package: gnumed-doc
Version: 0.2-1
Severity: wishlist

Could we add a menu entry pointing a browser at 
/usr/share/doc/gnumed-doc/$something.html ?

Karsten

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

-- no debconf information


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



Bug#299595: jpilot-sync loop is endless with network sync

2006-09-01 Thread Ludovic Rousseau
Le Tuesday 17 January 2006 à 10:40:47, martin f krafft a écrit:
 also sprach Ludovic Rousseau [EMAIL PROTECTED] [2005.03.19.1843 +0100]:
  Can you recompile jpilot and test it with pilot-link 0.12.0-pre2
  (libpisick9)?
  
  I don't know if it is a bug in jpilot or in pilot-link.
 
 The problem persists with libpisock9 0.11.8-0.12.0-pre4-3 and jpilot
 0.99.8-0.99.9-pre1-1

The bug was reported upstream as http://bugs.pilot-link.org/1645 and the
upstream maintainer of pilot-link said:

  net:any is an invalid construct, and was deprecated quite a few
  releases ago. Please try with the 'net:' protocol, with the current
  -pre4 pilot-link and J-Pilot releases, and see if you can reproduce
  this issue.

  I just tested this here with pilot-link 0.12.0 and the latest J-Pilot,
  and did not receive any sort of errors as you described above.

Can you confirm the suggestion above solves your problem?

Bye,

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --



Bug#385587: improve in-GUI docs accessability by link from gnumed-client to gnumed-doc

2006-09-01 Thread Karsten Hilbert
Package: gnumed-client
Version: 0.2-1
Severity: normal

Setting a link

 /usr/share/doc/gnumed-client/user-manual - ../gnumed-doc/user-manual

would enable access to the local copy of the docs
from within the GUI.

Karsten

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages gnumed-client depends on:
ii  debconf [debconf-2.0]1.5.3   Debian configuration management sy
ii  file 4.17-3  Determines file type using magic
ii  python   2.3.5-11An interactive high-level object-o
ii  python-pgsql 2.5.1-2 A Python DB-API 2.0 interface to P
ii  python-support   0.4.1   automated rebuilding support for p
ii  python-wxgtk2.6  2.6.3.2.1.1 wxWidgets Cross-platform C++ GUI t

Versions of packages gnumed-client recommends:
pn  libextractor  none (no description available)
ii  python-imaging-sane   1.1.5-10   Python Imaging Library SANE interf

-- debconf information:
  gnumed-client/server:


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



Bug#385588: apache2-mpm-worker *** glibc detected *** double free or corruption

2006-09-01 Thread Ruben Puettmann
Package: apache2-mpm-worker
Version: 2.0.55-4.1
Severity: normal


apache2 with apache2-mpm-worker dies often with :

*** glibc detected *** double free or corruption (!prev): 0x083af378 ***
[Fri Sep 01 13:54:19 2006] [notice] child pid 20732 exit signal Aborted (6)
*** glibc detected *** double free or corruption (!prev): 0x084355d0 ***
[Fri Sep 01 13:54:23 2006] [notice] child pid 23834 exit signal Aborted (6)


Installed modules:

ii  apache2   2.0.55-4.1next generation, 
scalable, extendable web server
ii  apache2-common2.0.55-4.1next generation, 
scalable, extendable web server
ii  apache2-mpm-worker2.0.55-4.1high speed threaded 
model for Apache2
ii  apache2-utils 2.0.55-4.1utility programs for 
webservers
ii  libapache2-mod-jk 1.2.18-1  Apache 2 connector for 
the Tomcat Java servlet engine


Configured modules:

[/etc/apache2/mods-enabled]  ls -la
drwxr-xr-x 2 root root 4096 2006-06-22 18:25 .
drwxr-xr-x 8 root root 4096 2006-09-01 13:02 ..
lrwxrwxrwx 1 root root   37 2006-06-22 15:37 cgid.conf - 
/etc/apache2/mods-available/cgid.conf
lrwxrwxrwx 1 root root   37 2006-06-22 15:37 cgid.load - 
/etc/apache2/mods-available/cgid.load
lrwxrwxrwx 1 root root   25 2006-06-22 18:08 jk.conf - 
../mods-available/jk.conf
lrwxrwxrwx 1 root root   25 2006-06-22 15:04 jk.load - 
../mods-available/jk.load

The Apache2 serves only 2 servlets running inside tomcat5. No other
content


Ruben


-- 
Ruben Puettmann
[EMAIL PROTECTED]
http://www.puettmann.net


signature.asc
Description: Digital signature


Bug#384699: aptitude is difficult to read in 256 color terms

2006-09-01 Thread Thomas Dickey
On Fri, Sep 01, 2006 at 04:30:08AM +0200, Daniel Burrows wrote:
   I'm not sure exactly what causes this, but it goes away if I limit
 aptitude to only allocating 100 colors. (that's foreground and
 background, for a total of 10,000 color pairs used).
 
   It appears that xterm advertises 32767 available colors, which
 obviously should be enough.  However, since I doubt anyone really uses
 higher colors with aptitude, I'll limit it to only using the basic
 8-color space for now as a workaround.

It would work with ncurses using the extended-colors feature (which would
make ncurses binary-incompatible).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpWfmW7Cgh8Q.pgp
Description: PGP signature


Bug#385517: ifrit: please migrate to VTK 5

2006-09-01 Thread Mark Hymers
On Thu, 31, Aug, 2006 at 04:51:22PM -0400, Aaron M. Ucko spoke thus..
 Package: ifrit
 Version: 2.9.6-2
 Severity: important
 
 Could you please migrate to VTK 5 (which recently hit unstable)?  What
 makes this important is that it is only possible to have one version
 installed on a system at a time.
 
 It looks like this will entail taking upstream's recent 3.0.0 release.

I'm already working on this.  Should be done this weekend sometime.

Mark

-- 
Mark Hymers mark at hymers dot org dot uk

I never make predictions.  I never have and I never will.
 Tony Blair


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



Bug#314847: Same problem with maildrop 2.0.2-5

2006-09-01 Thread Marcus Frings
* Micha Lenk [EMAIL PROTECTED] wrote:

 do you have the package courier-authdaemon installed? I assume maildrop
 needs it for some features to work (but which? hmm...).
 If this solves the problem maildrop should probably recommend
 courier-authdaemon in it's dependencies.

No, courier-authdaemon was not installed but after installation and
restarting postfix I now get:

,
| postfix/local[21762]: 13EE02FEFC: to=mail-address-removed,
| orig_to=marcus, relay=local, delay=75, delays=75/0.01/0/0.11,
| dsn=4.3.0, status=deferred (temporary failure. Command output: ERR:
| authdaemon: s_connect() failed: Permission denied /usr/bin/maildrop:
| Temporary authentication failure. )
`

ll /usr/bin/maildrop 
-rwxr-sr-x 1 root mail 162132 Aug 30 14:21 /usr/bin/maildrop

Regards,
Marcus
-- 
Institut für Organische Chemie der RWTH Aachen
Landoltweg 1, 52074 Aachen - Deutschland

My PGP-key 0xBAB58229 is available on public keyservers




Bug#380918: diff for 0.4-4.1 NMU

2006-09-01 Thread Pierre HABOUZIT
Hi,

Attached is the diff for my pyslide 0.4-4.1 NMU.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org
diff -u pyslide-0.4/debian/control pyslide-0.4/debian/control
--- pyslide-0.4/debian/control
+++ pyslide-0.4/debian/control
@@ -2,14 +2,14 @@
 Section: python
 Priority: optional
 Maintainer: Daniel Baumann [EMAIL PROTECTED]
-Build-Depends: debhelper (= 4.1.67), python, python2.3, python2.3-dev, 
python2.3-pygame, libsdl1.2-dev
-Standards-Version: 3.6.2
+Build-Depends: debhelper (= 4.1.67), python-dev, python-pygame, 
libsdl1.2-dev, python-support (= 0.4)
+Standards-Version: 3.7.2
 
 Package: pyslide
 Architecture: any
 Section: python
-Depends: ${python:Depends}, ${shlibs:Depends}, python2.3-pygame, python2.3-xml
-Suggests: python2.3-imaging
+Depends: ${python:Depends}, ${shlibs:Depends}, python-pygame, python-xml
+Suggests: python-imaging
 Description: Tiny but powerful program to make animated presentations
  Pyslide allows you to make presentations with text, images and shapes, loads
  different fonts from TTF files, animate them and make a variety of alpha
diff -u pyslide-0.4/debian/changelog pyslide-0.4/debian/changelog
--- pyslide-0.4/debian/changelog
+++ pyslide-0.4/debian/changelog
@@ -1,3 +1,11 @@
+pyslide (0.4-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update package to the last python policy (Closes: 380918).
+  * Bump Standards-Version to 3.7.2.
+
+ -- Pierre Habouzit [EMAIL PROTECTED]  Fri,  1 Sep 2006 14:16:52 +0200
+
 pyslide (0.4-4) unstable; urgency=low
 
   * New maintainer (Closes: #343255).
diff -u pyslide-0.4/debian/rules pyslide-0.4/debian/rules
--- pyslide-0.4/debian/rules
+++ pyslide-0.4/debian/rules
@@ -19,7 +19,7 @@
dh_testdir
 
# Building package
-   python2.3 setup.py build
+   python setup.py build
 
touch build-stamp
 
@@ -29,7 +29,7 @@
rm -f build-stamp
 
# Cleaning package
-   python2.3 setup.py clean
+   python setup.py clean
rm -rf build
 
dh_clean
@@ -41,7 +41,7 @@
dh_installdirs
 
# Installing package
-   python2.3 setup.py install --no-compile 
--prefix=$(CURDIR)/debian/pyslide/usr
+   python setup.py install --no-compile 
--prefix=$(CURDIR)/debian/pyslide/usr
 
 binary-indep: build install
 
@@ -57,7 +57,7 @@
dh_strip
dh_compress -Xexamples
dh_fixperms
-   dh_python
+   dh_pysupport
dh_makeshlibs
dh_installdeb
dh_shlibdeps


signature.asc
Description: Digital signature


Bug#383880: Fixed package not available yet?

2006-09-01 Thread Michael Biebl
Package: libsvn0-dev
Version: 1.3.2-5+b1
Followup-For: Bug #383880

You closed the bug on 20 Aug 2006 but the fixed version you mentioned 
(1.4.0~rc4-2) is still not available in unstable (there is only a 
version in experimental which is imho not sufficient to close this bug).
Please also provide fixed packages for subversion-1.3.x
(libsvn0+libsvn0-dev).
I'm currently blocked by this bug as I wanted to upload an updated
version of kdesvn which atm is not possible.

Cheers,
Michael

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (300, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.11
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages libsvn0-dev depends on:
ii  libapr0-dev2.0.55-4.1development headers for libapr
ii  libdb4.3-dev   4.3.29-6  Berkeley v4.3 Database Libraries [
ii  libneon25-dev  0.25.5.dfsg-6 Header and static library files fo
ii  libsvn01.3.2-5+b1Shared libraries used by Subversio

libsvn0-dev recommends no packages.

-- no debconf information


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



  1   2   3   4   >