Bug#365559: ftbfs [sparc] Error: Architecture mismatch on membar.

2006-09-04 Thread Jurij Smakov

reopen 365559
found 365559 1.0.3-1
tags 365559 patch
thanks

Hi,

The fix for this bug applied in 1.0.3-1 did not resolve the problem, as 
the latest libmthca failed again to build on sparc [0] with messages:


 cc -DHAVE_CONFIG_H -I. -I. -I. -g -Wall -D_GNU_SOURCE -g -Wall -O2 -c 
src/cq.c  -fPIC -DPIC -o .libs/src_mthca_la-cq.o

/tmp/cc3nmfCC.s: Assembler messages:
/tmp/cc3nmfCC.s:336: Error: Unknown opcode: `sync'
/tmp/cc3nmfCC.s:369: Error: Unknown opcode: `sync'
[...]

This is caused by an incorrect definition of mb() in the infiniband/arch.h 
include file. I believe that the correct definition (at least, according 
to the /usr/include/asm-sparc/system.h file installed on my system) is


#define mb()__asm__ __volatile__ ( : : : memory)

With the simple attached patch libmthca builds successfully on sparc 
(I don't have a way to test it due to lack of hardware though).


[0] 
http://buildd.debian.org/fetch.php?pkg=libmthcaver=1.0.2-1arch=sparcstamp=1151946922file=logas=raw

Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CCdiff -aur a/include/infiniband/arch.h b/include/infiniband/arch.h
--- a/include/infiniband/arch.h 2006-05-01 15:59:23.0 -0700
+++ b/include/infiniband/arch.h 2006-09-03 22:25:47.0 -0700
@@ -82,7 +82,7 @@
 
 #elif defined(__sparc__)
 
-#define mb()   asm volatile(sync ::: memory)
+#define mb()   asm volatile( ::: memory)
 
 #else
 


Bug#385815: Filed under wrong package name

2006-09-04 Thread B Big Man

I'm very sorry but I filed this report under the wrong
package name. Package should be initscripts and
file /etc/init.d/mountall.sh.
Seems I hadn't had my coffee that day:(
Please correct.

Regards,
BigMan

_
MSN Search, for accurate results! http://search.msn.nl



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



Bug#111672: blue pill :)

2006-09-04 Thread Mai Eleanora
The three brand name drugs available to improve sex lives are now available in 
generic form at a significantly
lower price.

Pick up the one that is best for you at:

http://laz.com.opptltre9c8aqg9qvl3q5o3w8333.riaen.st







brass copy



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



Bug#385942: xrandr reports negative refreshrates in mergedfb mode

2006-09-04 Thread Soeren Sonnenburg
Package: xserver-xorg-video-ati
Version: 1:6.6.1-2
Severity: normal
Tags: patch

This is basically bug https://bugs.freedesktop.org/show_bug.cgi?id=6966
, which has a patch attached + which is confirmed to be ok by Alex
Deucher.

As this is breaking all screen-resolution change utilities (e.g.
gnome/kde) I am filing this bug to make sure that at least etch
will have this fix in (as it is currently not yet applied upstream - for
no known reason).

Soeren.

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

Versions of packages xserver-xorg-video-ati depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  xserver-xorg-core2:1.1.1-5   X.Org X server -- core server

xserver-xorg-video-ati recommends no packages.

-- no debconf information


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



Bug#385941: xulrunner: FTBFS (ppc64): cast from 'void*' to 'PRUint32' loses precision

2006-09-04 Thread Andreas Jochens
Package: xulrunner
Version: 1.8.0.5-4
Severity: wishlist
Tags: patch

Hello,

the introduction of the new 'debian/patches/80_uname.dpatch' somehow broke
the ppc64 build.

When building 'xulrunner' on ppc64/unstable, I now get the following error:

xptcinvoke_ppc_linux.cpp:96: error: cast from 'void*' to 'PRUint32' loses 
precision
xptcinvoke_ppc_linux.cpp:104: error: cast from 'PRUint32*' to 'PRUint32' loses 
precision
xptcinvoke_ppc_linux.cpp:123: error: cast from 'PRUint32*' to 'PRUint32' loses 
precision
make[8]: *** [xptcinvoke_ppc_linux.o] Error 1
make[8]: Leaving directory 
`/xulrunner-1.8.0.5/xpcom/reflect/xptcall/src/md/unix'

With the attached patch 'xulrunner' can be compiled on ppc64.

The patch changes 80_uname.dpatch so that the package builds again on ppc64.
The patch also removes the 28_ppc64_build patch, which does not seem to
be necessary anymore, from the debian/patches/00list.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xulrunner-1.8.0.5/debian/patches/00list 
./debian/patches/00list
--- ../tmp-orig/xulrunner-1.8.0.5/debian/patches/00list 2006-09-03 
17:12:35.0 +
+++ ./debian/patches/00list 2006-09-03 17:11:54.0 +
@@ -35,7 +35,7 @@
 25_passwdmgr_crash
 25_xpidl
 25_xrender_bug_workaround
-28_ppc64_build
+#28_ppc64_build
 30_distclean
 30_embedding_tests
 30_killAll
diff -urN ../tmp-orig/xulrunner-1.8.0.5/debian/patches/80_uname.dpatch 
./debian/patches/80_uname.dpatch
--- ../tmp-orig/xulrunner-1.8.0.5/debian/patches/80_uname.dpatch
2006-09-03 17:12:35.0 +
+++ ./debian/patches/80_uname.dpatch2006-09-03 16:51:19.0 +
@@ -44,7 +44,7 @@
  #
 -ifeq ($(OS_ARCH)$(OS_TEST),Linuxppc)
 +ifeq ($(OS_ARCH),Linux)
-+ifneq (,$(filter powerpc powerpc64,$(OS_TEST)))
++ifeq ($(OS_TEST),powerpc)
  CPPSRCS   := xptcinvoke_ppc_linux.cpp xptcstubs_ppc_linux.cpp
  ASFILES   := xptcinvoke_asm_ppc_linux.s xptcstubs_asm_ppc_linux.s
  AS:= $(CC) -c -x assembler-with-cpp


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



Bug#382419: Seems to be a problem with more programs...

2006-09-04 Thread Ola Lundqvist
See:
http://mielke.cc/pipermail/brltty/2005-October/000376.html and the
thread around it.

It seems also to be related to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=326561 as
well.

I quote where the solution may be:

That would be http://bugs.debian.org/326561, so I'll Cc them.

If you could please apply that fix.

It seems to be fixed in linux-headers-2.6.15-rc5-amd64-k8
but not in linux-kernel-headers.


Please fix ASAP so I can get vnc4 into testing again.

Regards,

// Ola

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#385213: texlive-latex-extra: caption3 package is not provided but needed

2006-09-04 Thread Frank Küster
Norbert Preining [EMAIL PROTECTED] wrote:

 Next revision of the package will recommend texlive-latex-recommended
 (but then, who installs latex-extra without latex-recommended? Most
 things wont work..)

This sounds as if texlive-latex-extra should actually Depend on
-recommended.  

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#382956: mozilla: Shipping secure Mozilla in Etch would require unreasonable maintainance

2006-09-04 Thread Simon Valiquette


Alexander Sack - Debian Bugmail un jour écriva:
 On Tue, Aug 29, 2006 at 04:59:04AM -0400, Simon Valiquette wrote:

  Maybe I worry too much for nothing, and that Mozilla 1.8
 (SeaMonkey) will allow migration without any problems, but I wanted
 to express my concerns about it.  Also, many user will never
 forgive you if you just blindly remove Mozilla.


 Thanks for pointing out your concerns. I understand it ... and we
 are working on it as much as possible. I would guess that
 migrating to seamonkey should not cause any pain.

  With the years, I was able to migrate my emails from a PC with 
Netscape to Solaris (on Sparc), then from Netscape to Mozilla (on 
Solaris), then to SuSE (on a PC) then later on PowerPC.  But I have 
done so manualy, and sometime with some efforts.  I also don't think 
it will be a problem, but I don't want to take a chance, or force the 
other Mozilla users to take a chance.


  We will have to be sure it can be done automaticaly and safely. 
Probably the installation program should offer the user the 
possibility to keep a backup copy somewhere.


 You can of course help by testing
 the package as soon as it becomes available.

  Sure, send me an email when it is done.  I am subscribed to 
debian-powerpc@lists.debian.org and some other debian mailing lists, 
but not debian-devel, so I will not automatically know when it will 
become available.


  Because the SeaMonkey package dont exist yet, I can't follow it 
using the Package Tracking System.


  I have another G4 system I use mostly for testing purpose, so I can 
install experimental packages with Sid and/or Etch and also try 
migrating from Sarge or Woody with some old backup of my mails.


Simon Valiquette
http://gulus.USherbrooke.ca





Bug#385940: manpages/docbook.xsl: incorrect paragraph indent after parascreen/screen/para

2006-09-04 Thread Jakub Wilk

Package: docbook-xsl
Version: 1.70.1.dfsg.1-0.2
Severity: normal


$ cat buggy.xml
!DOCTYPE refentry PUBLIC '-//OASIS//DTD DocBook XML V4.1.2//EN' 
'http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd'
refentry
refnamediv
 refnamebuggy/refname
 refpurpose/refpurpose
/refnamediv
refsect1
 title /title
 variablelist
   varlistentry
 termFoo/term
 listitem
   paraFoo1/para
   paraFoo2 screenFooScreen/screen/para
   paraFoo3/para
 /listitem
   /varlistentry
 /variablelist
/refsect1
/refentry

$ /usr/bin/xsltproc --nonet 
/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl buggy.xml
$ man -l buggy.1
BUGGY(1)  BUGGY(1)



NAME
  buggy -


  Foo
 Foo1

 Foo2

 FooScreen

  Foo3



 09/04/2006  BUGGY(1)



-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (900, 'testing'), (600, 'unstable'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-1-686
Locale: LANG=C, LC_CTYPE=pl_PL (charmap=ISO-8859-2)

Versions of packages docbook-xsl depends on:
ii  xml-core  0.09-0.1   XML infrastructure and XML catalog

Versions of packages docbook-xsl recommends:
ii  docbook-xml   4.4-5  standard XML documentation system,
pn  docbook-xsl-doc   none (no description available)

-- no debconf information

--
Jakub Wilk


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



Bug#385943: libgtk-java: Needs rebuild against libgcj7-0

2006-09-04 Thread Kurt Roeckx
Package: libgtk-java
Version: 2.8.5-1
Severity: serious

Hi,

Since libgcj7 has been renamed to libgcj7-0, your package is now
uninstallable.  It's also an arch all pacakge and is not binNMU save, so
you will need to do an upload to fix this.


Kurt



-- 
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-04 Thread Frank Küster
Hilmar Preusse [EMAIL PROTECTED] wrote:

 AFAICT this is rather a bug in the tex-common package and it is
 sitting in the preinst script. 

You are right - cfgval is a function defined in postinst.functions, but
this file is not included in preinst.in.

Thanks, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#385815: Filed under wrong package name

2006-09-04 Thread Amaya
reassign 385815 initscripts
thanks

B Big Man wrote:
 I'm very sorry but I filed this report under the wrong package name.
 Package should be initscripts and file /etc/init.d/mountall.sh.
 Seems I hadn't had my coffee that day:(

No problem!

 Please correct.

Done!

-- 
  ·''`.   The geek shall inherit the earth 
 : :' : 
 `. `'   Proudly running unstable Debian GNU/Linux
   `- www.amayita.com  www.malapecora.com  www.chicasduras.com



Bug#385909: pyversions: command not found

2006-09-04 Thread Raphael Hertzog
On Sun, 03 Sep 2006, Steve Langasek wrote:
 On Sun, Sep 03, 2006 at 11:38:19PM +0200, Julien Danjou wrote:
  Suggested packages:
python-doc python-profiler
  The following NEW packages will be installed:
python-minimal
  The following packages will be upgraded:
python
  1 upgraded, 1 newly installed, 0 to remove and 212 not upgraded.
  221 not fully installed or removed.
  Need to get 0B/152kB of archives.
  After unpacking 119kB of additional disk space will be used.
  (Reading database ... 142617 files and directories currently installed.)
  Preparing to replace python 2.3.5-5 (using .../python_2.4.3-11_all.deb)
  running python pre-rtupdate hooks for python2.4...
  /usr/share/python/runtime.d/python-gnome2.rtupdate: line 4: pyversions:
  command not found
 
 Whoops, apparently there's a whole in python policy, packages which use
 pyversions (which is pretty much anything doing bytecompiling, right?) need
 a dependency on python (= 2.3.5-6)...

Pyversions is mainly used at build-time and not at installation time.
Whatever requires pyversions (and in this case python-gnome2) should be
depending on the first version of python that provides it (and now the
good question: how do you do that while still using ${python:Depends}?).

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/



Bug#188677: it`s all about SOFT Cornelia

2006-09-04 Thread Kenya
The three brand name drugs available to improve sex lives are now available in 
generic form at a significantly
lower price.

Pick up the one that is best for you at:

http://zjr.com.nsrqge1wzvfd3edi88dsb8jd888.semiringml.cc







stiff possible



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



Bug#385909: pyversions: command not found

2006-09-04 Thread Steve Langasek
On Mon, Sep 04, 2006 at 08:41:55AM +0200, Raphael Hertzog wrote:
 On Sun, 03 Sep 2006, Steve Langasek wrote:
  On Sun, Sep 03, 2006 at 11:38:19PM +0200, Julien Danjou wrote:
   Suggested packages:
 python-doc python-profiler
   The following NEW packages will be installed:
 python-minimal
   The following packages will be upgraded:
 python
   1 upgraded, 1 newly installed, 0 to remove and 212 not upgraded.
   221 not fully installed or removed.
   Need to get 0B/152kB of archives.
   After unpacking 119kB of additional disk space will be used.
   (Reading database ... 142617 files and directories currently installed.)
   Preparing to replace python 2.3.5-5 (using .../python_2.4.3-11_all.deb)
   running python pre-rtupdate hooks for python2.4...
   /usr/share/python/runtime.d/python-gnome2.rtupdate: line 4: pyversions:
   command not found

  Whoops, apparently there's a whole in python policy, packages which use

arghhole/argh

  pyversions (which is pretty much anything doing bytecompiling, right?) need
  a dependency on python (= 2.3.5-6)...

 Pyversions is mainly used at build-time and not at installation time.
 Whatever requires pyversions (and in this case python-gnome2) should be
 depending on the first version of python that provides it (and now the
 good question: how do you do that while still using ${python:Depends}?).

By depending on python (= 2.3.5-6), ${python:Depends}, which will duplicate
a dependency but still work?

-- 
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#385935: Proposal for virtual package 'stardict' and 'stardict-dictdata'

2006-09-04 Thread Andrew Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

retitle 385935 debian-policy: Request for the 'stardict' virtual package.
thanks.

Roy Hiu Yeung Chan wrote:
 I would like notice you that I already request a virtual-package
 stardict-dictionary
 which mean any dictionary in stardict format years ago. and It already
 in debian-policy.
 I recommend you use stardict-dictionary instead of stardict-dictdata.

Thanks for the notice, I am changing the title of the wishlist bug to
debian-policy.

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

iD8DBQFE+88QnQYz4bYlCYURAm7TAJ4qAbKSiAwSqV4oC7apaxGJbUpzPgCdGME3
DqnSax0ubB39XFU+oYL400I=
=fIId
-END PGP SIGNATURE-


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



Bug#383034: libcairo2: every gtk app crashes when runs on remote

2006-09-04 Thread Marcelo Monteiro

I was idem problem.

I use vncserver and gtk application crash with 1.2.2.

When I downgrade to 1.0.4 everything works fine.

Marcelo Monteiro


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



Bug#385944: mdadm: init scripts called directly?

2006-09-04 Thread Adrian von Bidder
Package: mdadm
Version: 2.5.2-7
Severity: normal

Yodel!

Are you calling mdadm's init script directly instead of via invoke-rc.d from 
postinst?  (I'm just guessing - make-fai-nfsroot fails, apparently because 
mdadm's init script is being called, which should obviously not happen 
since I'm preparing an nfsroot.  Haven't investigated as I don't use 
sw-raid in this setup.  Sorry for the sloppy bug report - consquently, feel 
free to just close.)

cheers
-- vbi


-- 
... or were you driving the PONTIAC that HONKED at me in MIAMI last Tuesday?


pgp7emE601n83.pgp
Description: PGP signature


Bug#139749: **SPAM** How to double your company recognition on the market?

2006-09-04 Thread Jörg Schmidt
In der Zeit vom 19.08.-03.09.2006 bin ich nicht am Institut erreichbar. In 
dringenden Fällen wenden Sie sich bitte an meinen Kollegen André Horstkötter 
(Tel. 0251-8321940, Email: [EMAIL PROTECTED]).

Mit freundlichem Gruß
Jörg Schmidt


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



Bug#334320: sparc FTBFS

2006-09-04 Thread Clint Adams
02-alignment-hppa-sparc.dpatch from the tla package fixes the sparc bus
error problem in bazaar.


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



Bug#385788: [pkg-horde] Bug#385788: Fails to unencrypt admin passwd from servers.php

2006-09-04 Thread Ola Lundqvist
Hi

This is fixed in the version in unstable/testing. I do not think
it is severe enough for a stable update.

Regards,

// Ola

On Sun, Sep 03, 2006 at 12:27:07AM -0400, sam wrote:
 Package: imp4
 Version: 4.0.2-2
 
 When trying to administer IMAP users by filing in the admin array  
 in servers.php, an error is generated when going to Users under the  
 Horde Administration tab.  The problem appears to be that the  
 password is encrypted in the session, but not decrypted for login to  
 the IMAP server for administration purposes.  (Regular user IMAP  
 login does decrypt, and so works fine.)
 
 The fix is easy.  Change /usr/share/horde3/imp/lib/api.php line 265 from
 
 $params['admin_password'] = $params['password'];
 
 to
 
 $params['admin_password'] = Secret::read(Secret::getKey('imp'),  
 $params['password']);
 
 
 This change appears to have always been in upstream, so I'm not sure  
 how the bug crept in here.  See  http://cvs.horde.org/diff.php? 
 r1=1.86r2=1.87f=imp%2Flib%2Fapi.php
 
 
 ___
 pkg-horde-hackers mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-horde-hackers
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#385792: consider including gromacs stresscpu

2006-09-04 Thread Aurelien Jarno

reassign 385792 wnpp
retitle 385792 RFP: gromacs stresscpu
severity 385792 wishlist
thanks

dean gaudet wrote:

Package: cpuburn
Version: 1.4-23

there's another burn-in program which is based on gromacs inner loops 
(such as those used in [EMAIL PROTECTED]) which tends to drive up cpu 
temperatures even more than the programs already in cpuburn package.  it 
has the additional advantage of checking its consistency as it goes.


http://www.gromacs.org/contributed_by_users/task,doc_details/gid,14/

its license isn't specified explicitly but gromacs itself is GPL and 
stresscpu is a derived work... so it must be GPL.


Well on one hand it is a derived work, but on the other hand, this 
program is not linked to gromacs and can run independently. This 
reasoning is not enought to know the license of this software. There is 
not even the name of the author in the sources! Care to contact the 
author of the software to clarify that ?



please consider including it in cpuburn package...


This has to be a separate package. cpuburn and stresscpu are different 
programs, with different source tarballs, it's not a good idea to put 
both of them in the same debian package. I am therefore reassigning this 
bug to wnpp.



--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#385945: boson: crashes on singleplayer game start

2006-09-04 Thread Eddy Petrisor
Package: boson
Version: 0.12dfsg1-1
Severity: grave
Justification: renders package unusable

Hello,

While trying to understand why the dependency on libvorbis-dev was added
(bug #385189) I intended to try to break the dependency on the -dev
package and have only the regular library package. to see is I could
reproduce the bug.

I couldn't since the game crashed when trying to start the game in
single player mode.


Backtrace (as is generated by the crash handling application of KDE) is
attached (I had the boson-dbg package installed).


-- 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.16.17-merci
Locale: LANG=ro_RO.UTF-8, LC_CTYPE=ro_RO.UTF-8 (charmap=UTF-8)

Versions of packages boson depends on:
ii  boson-data   0.12-1  Datas for Boson, a real-time strat
ii  kdelibs4c2a  4:3.5.4-3   core libraries and binaries for al
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-13  GCC support library
hi  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  libopenal0a  1:0.0.8-1   OpenAL is a portable library for 3
ii  libqt3-mt3:3.3.6-4   Qt GUI Library (Threaded runtime v
hi  libsm6   1:1.0.1-2   X11 Session Management library
ii  libstdc++6   4.1.1-13The GNU Standard C++ Library v3
ii  libvorbis-dev1.1.2-1 The Vorbis General Audio Compressi
ii  libx11-6 2:1.0.0-8   X11 client-side library
hi  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
hi  libxmu6  1:1.0.2-2   X11 miscellaneous utility library
hi  libxrandr2   2:1.1.0.2-4 X11 RandR extension library
ii  python2.42.4.3-8 An interactive high-level object-o

Versions of packages boson recommends:
pn  boson-music   none (no description available)

-- no debconf information
Using host libthread_db library /lib/tls/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread 805516384 (LWP 7361)]
[New Thread 816002272 (LWP 7362)]
[KCrash handler]
#5  0x0f6e8fac in raise () from /lib/tls/libc.so.6
#6  0x0f6eaa4c in abort () from /lib/tls/libc.so.6
#7  0x0f6e1318 in __assert_fail () from /lib/tls/libc.so.6
#8  0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#9  0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#10 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#11 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#12 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#13 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#14 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#15 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#16 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#17 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#18 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#19 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#20 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#21 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#22 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#23 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#24 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#25 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#26 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#27 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#28 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#29 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#30 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#31 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#32 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#33 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#34 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#35 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#36 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#37 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#38 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#39 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#40 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#41 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#42 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#43 0x0de59a18 in __glXPushArrayState () from /usr/lib/libGL.so.1
#44 0x0de59a18 in 

Bug#385948: k3b crash while exiting while heaving meany projects/tabs?

2006-09-04 Thread Rafal Maj
Package: k3b
Version: 0.12.15-2
Severity: normal

K3B crashed while exiting it.
There where several tabs (projects) opened. All where DVD data.
Perhaps the reason was that one or two from 5 tabs where refering to a
directory that was deleted outside of k3b before closing k3b. But
perhaps not, I dunno.

ii  k3b   0.12.15-2
ii  k3b-i18n  0.12.15-1
rc  k3blibs   0.12.8-1+b1
ii  libk3b2   0.12.15-2

(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1235278144 (LWP 17365)]
0xb7f2f792 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#0  0xb7f2f792 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0xb66aabb6 in nanosleep () from /lib/tls/i686/cmov/libc.so.6
#2  0xb66aa9b3 in sleep () from /lib/tls/i686/cmov/libc.so.6
#3  0xb74c0ace in KCrash::startDrKonqi () from /usr/lib/libkdecore.so.4
#4  0xb74ecc74 in KCrash::defaultCrashHandler () from
/usr/lib/libkdecore.so.4
#5  0xb6642768 in killpg () from /lib/tls/i686/cmov/libc.so.6
#6  0xb6643f9b in abort () from /lib/tls/i686/cmov/libc.so.6
#7  0xb6679157 in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
#8  0xb667f727 in malloc_usable_size () from /lib/tls/i686/cmov/libc.so.6
#9  0xb667fbc2 in free () from /lib/tls/i686/cmov/libc.so.6
#10 0xb6835051 in operator delete () from /usr/lib/libstdc++.so.6
#11 0x0817e130 in K3bDataUrlAddingDialog::staticMetaObject ()
#12 0xb6e9f61d in QWidget::~QWidget () from /usr/lib/libqt-mt.so.3
#13 0xb6f2668b in QFrame::~QFrame () from /usr/lib/libqt-mt.so.3
#14 0xb6f9fd66 in QScrollView::~QScrollView () from /usr/lib/libqt-mt.so.3
#15 0xb6f6dc87 in QListView::~QListView () from /usr/lib/libqt-mt.so.3
#16 0xb77c5c7d in KListView::~KListView () from /usr/lib/libkdeui.so.4
#17 0xb7e6b688 in K3bListView::~K3bListView () from /usr/lib/libk3b.so.2
#18 0x0815f338 in K3bDataFileView::staticMetaObject ()
#19 0xb6e9f61d in QWidget::~QWidget () from /usr/lib/libqt-mt.so.3
#20 0xb6f2668b in QFrame::~QFrame () from /usr/lib/libqt-mt.so.3
#21 0xb6faaf1d in QSplitter::~QSplitter () from /usr/lib/libqt-mt.so.3
#22 0xb6e9f61d in QWidget::~QWidget () from /usr/lib/libqt-mt.so.3
#23 0x08179aa1 in K3bView::staticMetaObject ()
#24 0x081671c9 in K3bDataPropertiesDialog::staticMetaObject ()
#25 0x0816f09e in K3bBootImageView::staticMetaObject ()
#26 0x0809a2ae in QValueListint::detachInternal ()
#27 0x0809fcc0 in QValueListint::detachInternal ()
#28 0xb7815ec3 in KMainWindow::closeEvent () from /usr/lib/libkdeui.so.4
#29 0xb6ea10f7 in QWidget::event () from /usr/lib/libqt-mt.so.3
#30 0xb6f72bfc in QMainWindow::event () from /usr/lib/libqt-mt.so.3
#31 0xb6dfc87a in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#32 0xb6dfd5f5 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#33 0xb759024e in KApplication::notify () from /usr/lib/libkdecore.so.4
#34 0xb6d8e001 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#35 0xb6ea0093 in QWidget::close () from /usr/lib/libqt-mt.so.3
#36 0xb6d7c468 in QETWidget::translateCloseEvent ()
   from /usr/lib/libqt-mt.so.3
#37 0xb6d81f07 in QApplication::x11ClientMessage ()
   from /usr/lib/libqt-mt.so.3
#38 0xb6d884a8 in QApplication::x11ProcessEvent () from
/usr/lib/libqt-mt.so.3
#39 0xb6da12a2 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#40 0xb6e15255 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#41 0xb6dfb3b9 in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3
#42 0xb70197c4 in QDialog::exec () from /usr/lib/libqt-mt.so.3
#43 0x0818105d in K3bDataUrlAddingDialog::staticMetaObject ()
#44 0x08161305 in K3bDataFileView::staticMetaObject ()
#45 0x081618c0 in K3bDataFileView::staticMetaObject ()
#46 0xb6e6654b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#47 0xb77d0302 in KListView::dropped () from /usr/lib/libkdeui.so.4
#48 0xb77d0421 in KListView::contentsDropEvent () from
/usr/lib/libkdeui.so.4
#49 0xb6f9ade9 in QScrollView::viewportDropEvent ()
   from /usr/lib/libqt-mt.so.3
#50 0xb6f9d68b in QScrollView::eventFilter () from /usr/lib/libqt-mt.so.3
#51 0xb6f61b8f in QListView::eventFilter () from /usr/lib/libqt-mt.so.3
#52 0xb7e6df23 in K3bListView::eventFilter () from /usr/lib/libk3b.so.2
#53 0xb6e636b0 in QObject::activate_filters () from /usr/lib/libqt-mt.so.3
#54 0xb6e6372e in QObject::event () from 

Bug#314847: Same problem with maildrop 2.0.2-5

2006-09-04 Thread Marcus Frings
Sorry for late response but I decided to have a computer-free
weekend. :-)

* Josip Rodin [EMAIL PROTECTED] wrote:

 Maybe the severity of these problems for upgraders warrants a debconf note,
 even.

Here are my current results and to make it short: My setup works
again. However, it included some manual interaction:

1) I had to install `courier-authdaemon' manually. There were no
   dependencies on this package.
2) I had to `chmod a+x /var/run/courier/authdaemon' manually to make it
   work as Micha suggested.
3) I still must use `mailbox_command = /usr/bin/maildrop -d $USER -f
   $SENDER $EXTENSION' in /etc/postfix/main.cf to make everything
   work.

If I just use `mailbox_command = /usr/bin/maildrop -f $SENDER
$EXTENSION' (as Josip suggested) mails will not be delivered to my
maildir, even with courier-authdaemon installed or with the additional
modified permissions at /var/run/courier/authdaemon.

When courier-authdaemon is installed and permissions on
/var/run/courier/authdaemon are modified BUT `-d $USER' is removed I
get the following error in mail.info:

,
| status=deferred (temporary failure. Command output: /usr/bin/maildrop: Unable 
to open filter file, errno=2. )
`

When I add `-d $USER' again my mails will be delivered. I guess that
steps (1) and (2) from above are essential for not breaking setups on
upgrades.

On the other hand I'm quite unhappy that I have to run a daemon on
my machine just for making my MDA work. Whereas I have courier-imap
running at home (and therefore courier-authdaemon, too) I have neither
POP3 nor IMAP running here on my lab PC and deliver directly to maildirs
where my Gnus reads from. I preferred the old solution (i.e. maildrop
1.x) where no courier-authdaemon was needed.

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#385519: [Pkg-octave-devel] Bug#385519: octaviz: please migrate to VTK 5

2006-09-04 Thread Rafael Laboissiere
* Laurent Bonnaud [EMAIL PROTECTED] [2006-09-02 23:48]:

 I'm going to raise the severity of this bug because:
 
 # apt-get install octaviz
 [...]
 The following packages have unmet dependencies:
   octaviz: Depends: libvtk4c2a (= 4.4.2) but it is not installable
 E: Broken packages

This was the right thing to do.  Unfortunately, we are lacking manpower
right now to deal withe the octaviz package, which needs to be rebuilt
against VTK 5, preferably from the CVS sources.  Take this as a RFH (request
for help).  Laurent, if you have interest in helping us, please drop me a
note and I will add you to the DOG.

-- 
Rafael


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



Bug#384945: texlive system will not install

2006-09-04 Thread Frank Küster
Ross Boylan [EMAIL PROTECTED] wrote:

 Package: texlive
 Version: 2005.dfsg.1-1
 Severity: normal

Hi all,

after reading through the bug log and what you've found out so far, it
seems to me that there are a couple of issues:

 The various tex's have a checkered history on this system.  I think I
 first tried texlive, found it was incompatible with some other stuff,
 removed it, and installed tetex.

 In the recent upgrade to KDE 3.5.4 kdegraphics seemed to require texlive
 packages, but these failed with  an error that a file was owned by two
 packages, and that I should remove texlive.  I attempted to do so.

 I was able to proceed with the dist-upgrade.  Then I upgraded
 kdegraphics, which no longer seemed to require texlive.

1. Why does or did kdegraphics require texlive, and is not satisfied
   with tetex?

 Then I attempted to install texlive, leading to the kind of errors
 seen in the attached log.

 -- Package-specific info:
 ##
  List of ls-R files

 lrwxrwxrwx 1 root root 27 2006-08-27 23:16 /usr/share/texmf-texlive/ls-R - 
 /var/lib/texmf/ls-R-TEXLIVE

2. It is strange that there is only one ls-R file.  Please send us the
   output of

dpkg -l tex-common
kpsewhich --var-value='TEXMF'
grep '^TEXMF =' /etc/texmf/texmf.cnf

 ##
  Config files
 total 20
 drwx-- 2 ross ross  256 2006-06-26 09:18 Desktop
 drwxr-xr-x 3 ross ross  256 2006-02-15 21:18 download
 drwx-- 2 ross ross   48 2006-02-14 10:42 Mail
 -rw-r--r-- 1 root root 1828 2006-03-31 21:14 pci
 -rw--- 1 ross ross0 2006-04-16 15:21 postponed
 drwxr-xr-x 2 ross ross   80 2006-06-17 16:16 RCS
 -rw--- 1 ross ross 8612 2006-07-22 12:13 sent
 -rw-r--r-- 1 ross ross  850 2006-06-25 23:18 testspam

3. I've never seen such an output in a texlive bugreport, but then I
   haven't seen lots of them, being focused on teTeX until recently.  Is
   this expected? 

 Versions of packages texlive depends on:
 pn  texlive-context   none (no description available)
 pn  texlive-doc-ennone (no description available)
 pn  texlive-fonts-recommended none (no description available)
 pn  texlive-latex-base | tetex-ba none (no description available)
 pn  texlive-latex-recommended none (no description available)

 texlive recommends no packages.

4. All texlive packages that do not directly depend on tex-common should
   have a reportbug control file that has a report-with: tex-common
   statement, and maybe more packages.

5. As far as I understood, dvipdfmx calls mktexlsr unconditionally, this
   should probably be a separate bug.

[ from a later mail by Ross ]
 dpkg: error processing preview-latex-style (--remove):
  Package is in a very bad inconsistent state - you should
  reinstall it before attempting a removal.
 (Reading database ... terminate called after throwing an instance of 
 'std::logic_error'
   what():  basic_string::_S_construct NULL not valid
 Aborted

6. We seem to have exposed a bug in aptitude - or maybe in dpkg.  To
   find out which, please try the following:

strace -o aptitude.trace aptitude -q install # or any commands that trigger 
that error
dpkg --remove preview-latex-style

   and if the latter gives the same error,

strace -o dpkg.trace dpkg --remove preview-latex-style

   and send the resulting files dpkg.trace and aptitude.trace.


7. Finally, try to fix the problems by downloading a preview-latex-style
   deb from testing or unstable and doing

dpkg --force-depends --install debfile
dpkg --purge preview-latex-style

Regards, Frank

-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#385356: lablgtksourceview: FTBFS: relocation R_X86_64_32 against `ml_table_source_search_flag' can not be used when making a shared object

2006-09-04 Thread Stefano Zacchiroli
tags 385356 + pending
thanks

On Sat, Sep 02, 2006 at 06:11:10AM +0200, Julien Cristau wrote:
 Actually -fPIC is used inconsistently. It is part of the compile flags,
 but not used at link time, which (I think) causes this FTBFS. The
 attached patch should fix this.

Tnx for the patch. Actually, the one I applied to the package came from
Maxence Guesdon, and consists in letting ocamlc compile all .c files, so
that -fPIC is (consistently) used depending on the architecture where
the package is being built.

 By the way, lablgtksourceview is currently a native package; is this
 intended?

Yes. I used to follow the scheme x.y.z-k even for native debian
packages. Incrementing only the k component when changes where applied
only to the debian packaging, not inducing a new upstream release.
Nowadays it seems that the debian packaging tools are more and more
discouraging this practice (see the quite new lintian warning); I will
eventually quit this practice ..., even I don't think there's anything
wrong with that.

Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
If there's any real truth it's that the entire multidimensional infinity
of the Universe is almost certainly being run by a bunch of maniacs. -!-


signature.asc
Description: Digital signature


Bug#385947: mysql-server-5.0: typo in datadir partition size test

2006-09-04 Thread Bruno Muller
Package: mysql-server-5.0
Version: 5.0.24a-1
Severity: normal

--- mysql.orig  2006-09-04 09:41:14.0 +0200
+++ mysql   2006-09-04 09:41:32.0 +0200
@@ -45,7 +45,7 @@
   fi

   datadir=`mysqld_get_param datadir`
-  if LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{ exit 
($44096) }'; then
+  if LC_ALL=C BLOCK_SIZE= df --portability $datadir/. | tail -n 1 | awk '{ 
exit ($44096) }'; then
 /bin/echo ERROR: The partition with $datadir is too full! | $ERR_LOGGER 
-s
 exit 1
   fi


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

Versions of packages mysql-server-5.0 depends on:
ii  adduser 3.97 Add and remove users and groups
ii  debconf [debconf-2.0]   1.5.3Debian configuration management sy
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libdbi-perl 1.52-1   Perl5 database interface by Tim Bu
ii  libgcc1 1:4.1.1-13   GCC support library
ii  libmysqlclient15off 5.0.24a-1mysql database client library
ii  libncurses5 5.5-2Shared libraries for terminal hand
ii  libreadline55.1-7GNU readline and history libraries
ii  libstdc++6  4.1.1-13 The GNU Standard C++ Library v3
ii  libwrap07.6.dbs-11   Wietse Venema's TCP wrappers libra
ii  mysql-client-5.05.0.24a-1mysql database client binaries
ii  mysql-common5.0.24a-1mysql database common files (e.g. 
ii  passwd  1:4.0.18.1-2 change and administer password and
ii  perl5.8.8-6.1Larry Wall's Practical Extraction 
ii  psmisc  22.3-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages mysql-server-5.0 recommends:
ii  mailx1:8.1.2-0.20050715cvs-1 A simple mail user agent

-- debconf information:
  mysql-server-5.0/really_downgrade: false
  mysql-server-5.0/start_on_boot: true
  mysql-server-5.0/nis_warning:
  mysql-server-5.0/postrm_remove_databases: false
  mysql-server-5.0/no_upgrade_with_isam_tables:
  mysql-server-5.0/mysql_install_db_notes:


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



Bug#385899: ltsp-build-client: Unrecognized `--root' option and manpage update

2006-09-04 Thread Jordà Polo
On Sun, Sep 03, 2006 at 08:09:32PM -0700, Vagrant Cascadian wrote:
 with the new plugins system, it may be difficult to document all
 possible options in the man page, especially since other packages could
 add options, and options available for debian and ubuntu differ. but the
 core functionality should be properly documented in the manpage, and
 maybe we can refer to (and improve) the --help output for a complete
 list of options?

Yeah, that would be fine.
  
 thanks for your patch. i will try and apply it or something similar
 (though in the future, please submit patches using diff -u).

Oups. I always use -u (see the previous patch), but for some reason
I forgot about it this time. Here is the patch again.
--- ltsp-build-client.orig.82006-09-04 01:51:48.0 +0200
+++ ltsp-build-client.8 2006-09-04 01:51:48.0 +0200
@@ -3,7 +3,7 @@
 ltsp-build-client \(em Builds an LTSP client system for use with the LTSP 
server 
 .SH SYNOPSIS 
 .PP 
-\fBltsp-build-client\fR [\-\-root ]  [\-\-dist ]  [\-\-components ]  
[\-\-mirror ]  [\-\-extra-mirror ]  [\-\-security-mirror ]  [\-\-exclude ]  
[\-\-early-packages ]  [\-\-late-packages ]  [\-\-serial-console ]  [\-\-arch ] 
 [\-\-debconf-seeds ]  [\-\-apt-keys ]  [\-\-help ]  
+\fBltsp-build-client\fR [\-\-base ]  [\-\-dist ]  [\-\-components ]  
[\-\-config ]  [\-\-mirror ]  [\-\-early-mirror ]  [\-\-extra-mirror ]  
[\-\-security-mirror ]  [\-\-exclude ]  [\-\-early-packages ]  
[\-\-late-packages ]  [\-\-serial-console ]  [\-\-arch ]  [\-\-debconf-seeds ]  
[\-\-prompt-rootpass ]  [\-\-apt-keys ]  [\-\-accept-unsigned-packages ]  
[\-\-debug ]  [\-\-help ]  
 .SH DESCRIPTION 
 .PP 
 \fBltsp-build-client\fR uses the ubuntu archive mirrors in order to 
@@ -13,7 +13,7 @@
 can be overridden using the command line options. 
 Visit http://www.ltsp.org for more information  
 .SH OPTIONS 
-.IP \fB\-\-root\fP \fIrootpath\fR 10 
+.IP \fB\-\-base\fP \fIbasepath\fR 10 
 Sets the default path for the ltsp chroot to be installed into,  
 default /opt/ltsp/\fBARCH\fP
 .IP \fB\-\-dist\fP \fIdistribution\fR 10 
@@ -24,11 +24,20 @@
 Allows a list of archive components to be chosen for download,  
 default main restricted 
  
+.IP \fB\-\-config\fP \fIfile\fR 10 
+Load a user specific configuration file
+
 .IP \fB\-\-mirror\fP \fImirror_url\fR 10 
 Allows a local Ubuntu mirror to be chosen for a faster download, urls  
 like file://cdrom can also be specified here. 
 default http://archive.ubuntu.com/ubuntu 
  
+.IP \fB\-\-early-mirror\fP \fImirror_url dist components\fR 10 
+Adds a mirror which takes priority over the default mirror.  This option
+can also have dist and component variables associated as demonstrated
+above. If no dist and components are specified the defaults are used.
+Urls like file://cdrom can also be specified here.
+
 .IP \fB\-\-extra-mirror\fP \fImirror_url dist components\fR 10 
 Sets the inclusion of an extra mirror if downloading pacakges from 
 an alternative location.  This option can also have dist and component 
@@ -62,9 +71,18 @@
 .IP \fB\-\-debconf-seeds\fP 10 
 Loads the debconf pre-seeding files into the new chroot environment 
  
+.IP \fB\-\-prompt-rootpass\fP 10 
+Prompt to set the root password, defaults to disabled
+ 
 .IP \fB\-\-apt-keys\fP \fIkey1 key2\fR 10 
 Specifies keys to add to the apt keyring 
  
+.IP \fB\-\-accept-unsigned-packages\fP 10 
+Allow unsigned packages during install
+
+.IP \fB\-\-debug\fP 10 
+Enable debug support
+
 .IP \fB\-\-help\fP 10 
 Displays the ltsp-build-client help message 
  


Bug#385946: fmit: crashes at startup

2006-09-04 Thread Alexandre Fayolle
Package: fmit
Version: 0.96.5-1
Severity: grave
Justification: renders package unusable

Hi,

fmit segfaults at startup, before any application window is displayed on
screen:

$ fmit
Free Music Instrument Tuner version 0.96.5 built at Sep  2 2006 15:25:55
Install directory '/usr'
CaptureThread: INFO: Built in transports
CaptureThread: INFO:JACK   unavailable
CaptureThread: INFO:ALSA   available
CaptureThread: INFO: Auto detecting a working transport ... using ALSA
CaptureThread: INFO: ALSA: try to set format to Signed 16 bit Little
Endian success
CaptureThread: WARNING: ALSA: cannot set channel count to one. channels
will be mixed
CaptureThread: INFO: ALSA: try to set sampling rate to 96000 failed
CaptureThread: INFO: ALSA: try to set sampling rate to 48000 success
CaptureThread: WARNING: ALSA: cannot set channel count to one. channels
will be mixed
Segmentation fault

Running with gdb shows that the stacktrace at crash time is the
following:

#0  0xe410 in __kernel_vsyscall ()
#1  0xa71e6821 in raise () from /lib/tls/i686/cmov/libc.so.6
#2  0xa71e7fb9 in abort () from /lib/tls/i686/cmov/libc.so.6
#3  0xa721bc4a in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
#4  0xa72234df in mallopt () from /lib/tls/i686/cmov/libc.so.6
#5  0xa7223582 in free () from /lib/tls/i686/cmov/libc.so.6
#6  0xa7d7b9cd in XFree () from /usr/lib/libX11.so.6
#7  0xa7e806e0 in __glXSendLargeImage () from /usr/lib/libGL.so.1
#8  0xa7e5ad0a in glGetString () from /usr/lib/libGL.so.1
#9  0xa7e66aa1 in glXMakeCurrentReadSGI () from /usr/lib/libGL.so.1
#10 0xa7e66b43 in glXMakeCurrent () from /usr/lib/libGL.so.1
#11 0xa798e0c5 in QGLContext::makeCurrent () from /usr/lib/libqt-mt.so.3
#12 0xa798a3be in QGLWidget::makeCurrent () from /usr/lib/libqt-mt.so.3
#13 0xa798f0a3 in QGLWidget::resizeEvent () from /usr/lib/libqt-mt.so.3
#14 0xa7736976 in QWidget::event () from /usr/lib/libqt-mt.so.3
#15 0xa7697aea in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#16 0xa769a49a in QApplication::notify () from /usr/lib/libqt-mt.so.3
#17 0xa762b3d1 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#18 0xa7698b12 in QApplication::sendPostedEvents () from
/usr/lib/libqt-mt.so.3
#19 0xa7738cef in QWidget::show () from /usr/lib/libqt-mt.so.3
#20 0xa7735b5c in QWidget::showChildren () from /usr/lib/libqt-mt.so.3
#21 0xa7738f76 in QWidget::show () from /usr/lib/libqt-mt.so.3
#22 0xa7735b5c in QWidget::showChildren () from /usr/lib/libqt-mt.so.3
#23 0xa7738f76 in QWidget::show () from /usr/lib/libqt-mt.so.3
#24 0xa780b660 in QMainWindow::show () from /usr/lib/libqt-mt.so.3
#25 0x08065148 in QLabel::metaObject ()
#26 0xa71d2ea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#27 0x08055531 in ?? ()



-- 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: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages fmit depends on:
ii  freeglut32.4.0-5 OpenGL Utility Toolkit
ii  libasound2   1.0.11-7ALSA library
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-13  GCC support library
ii  libgl1-mesa-glx [libgl1] 6.4.2-1.1   A free implementation of the OpenG
ii  libglu1-mesa [libglu1]   6.4.2-1.1   The OpenGL utility library (GLU)
ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  libjack0.100.0-0 0.101.1-1   JACK Audio Connection Kit (librari
ii  libqt3-mt3:3.3.6-4   Qt GUI Library (Threaded runtime v
ii  libsm6   1:1.0.1-2   X11 Session Management library
ii  libstdc++6   4.1.1-13The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.0-8   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxmu6  1:1.0.2-2   X11 miscellaneous utility library
ii  libxt6   1:1.0.2-2   X11 toolkit intrinsics library

fmit recommends no packages.

-- no debconf information


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



Bug#385909: pyversions: command not found

2006-09-04 Thread Josselin Mouette
Le dimanche 03 septembre 2006 à 18:48 -0500, Steve Langasek a écrit :
 On Sun, Sep 03, 2006 at 11:38:19PM +0200, Julien Danjou wrote:
  Suggested packages:
python-doc python-profiler
  The following NEW packages will be installed:
python-minimal
  The following packages will be upgraded:
python
  1 upgraded, 1 newly installed, 0 to remove and 212 not upgraded.
  221 not fully installed or removed.
  Need to get 0B/152kB of archives.
  After unpacking 119kB of additional disk space will be used.
  (Reading database ... 142617 files and directories currently installed.)
  Preparing to replace python 2.3.5-5 (using .../python_2.4.3-11_all.deb)
  running python pre-rtupdate hooks for python2.4...
  /usr/share/python/runtime.d/python-gnome2.rtupdate: line 4: pyversions:
  command not found
 
 Whoops, apparently there's a whole in python policy, packages which use
 pyversions (which is pretty much anything doing bytecompiling, right?) need
 a dependency on python (= 2.3.5-6)...

No, python-gnome2 already depends on python-support which has this
requirement. I think this is rather a bug in python. The preinst calls
the hooks, while the pyversions.py script is held in python-minimal, and
there is no Pre-Depends: on python-minimal.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#385909: pyversions: command not found

2006-09-04 Thread Raphael Hertzog
On Mon, 04 Sep 2006, Steve Langasek wrote:
  Pyversions is mainly used at build-time and not at installation time.
  Whatever requires pyversions (and in this case python-gnome2) should be
  depending on the first version of python that provides it (and now the
  good question: how do you do that while still using ${python:Depends}?).
 
 By depending on python (= 2.3.5-6), ${python:Depends}, which will duplicate
 a dependency but still work?

Yes and generate an annoying lintian warning. :)

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/



Bug#385950: libpam-ldap: Broken regexp in postinst script

2006-09-04 Thread Saku Ytti
Package: libpam-ldap
Version: 180-1.1
Severity: important

perl -i -p -e s/$replacestring/$parameter $value/i

doesn't go well with 'ldaps://127.0.0.1/', some 
other separator must be used, or /'s need to be escaped.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-rc4-xen
Locale: LANG=fi_FI, LC_CTYPE=fi_FI (charmap=ISO-8859-15) (ignored: LC_ALL set 
to [EMAIL PROTECTED])

Versions of packages libpam-ldap depends on:
ii  debconf [debconf-2.0]   1.5.3Debian configuration management sy
ii  libc6   2.3.6.ds1-4  GNU C Library: Shared libraries
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpam0g0.79-3.2 Pluggable Authentication Modules l

libpam-ldap recommends no packages.

-- debconf information:
* shared/ldapns/base-dn: dc=ytti,dc=fi
  libpam-ldap/override: true
* shared/ldapns/ldap_version: 3
* libpam-ldap/dblogin: false
* shared/ldapns/ldap-server: ldaps://127.0.0.1/
* libpam-ldap/pam_password: md5
  libpam-ldap/binddn: cn=proxyuser,dc=example,dc=net
* libpam-ldap/rootbinddn: cn=admin,dc=ytti,dc=fi
* libpam-ldap/dbrootlogin: true


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



Bug#385942: xrandr reports negative refreshrates in mergedfb mode

2006-09-04 Thread Michel Dänzer
forwarded 385942 https://bugs.freedesktop.org/show_bug.cgi?id=6966
tags 385942 upstream
kthxbye

On Mon, 2006-09-04 at 08:18 +0200, Soeren Sonnenburg wrote:
 Package: xserver-xorg-video-ati
 Version: 1:6.6.1-2
 Severity: normal
 Tags: patch
 
 This is basically bug https://bugs.freedesktop.org/show_bug.cgi?id=6966
 , which has a patch attached + which is confirmed to be ok by Alex
 Deucher.
 
 As this is breaking all screen-resolution change utilities (e.g.
 gnome/kde) I am filing this bug to make sure that at least etch
 will have this fix in (as it is currently not yet applied upstream - for
 no known reason).

It is now, first commit after the 6.6.2 tag.


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



Bug#385952: fvwm: MenuStyle fontcolor option ignored (Black used instead)

2006-09-04 Thread Nicola Manini

Package: fvwm
Version: 1:2.5.17-1
Severity: normal

*** Please type your report below this line ***
fvwm ignores the first (foreground) color after MenuStyle in ~/.fvwm2rc ,
e.g. in:
MenuStyle White NavyBlue Grey50 10x20 fvwm
It uses Black regardless of what I put there.
The following (background) color option work fine, though.

Same improper behavior with the alternative syntax:
MenuStyle * Foreground gold

This misbehavior appeared at the latest debian upgrade after the summer.
All the best,
Nick

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

Versions of packages fvwm depends on:
ii  debconf [debconf-2.0]  1.5.3 Debian configuration management sy
ii  gdk-imlib111.9.14-30 imaging library for use with gtk
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libfontconfig1 2.3.2-7   generic font configuration library
ii  libfreetype6   2.2.1-2   FreeType 2 font engine, shared lib
ii  libfribidi00.10.7-3  Free Implementation of the Unicode
ii  libglib1.2 1.2.10-10.1   The GLib library of C routines
ii  libgtk1.2  1.2.10-18 The GIMP Toolkit set of widgets fo
ii  libice61:1.0.0-3 X11 Inter-Client Exchange library
ii  libncurses55.5-2 Shared libraries for terminal hand
ii  libpng12-0 1.2.8rel-5.2  PNG library - runtime
ii  libreadline5   5.1-7 GNU readline and history libraries
ii  librplay3  3.3.2-11  Shared libraries for the rplay net
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libstroke0 0.5.1-4   support for mouse strokes like tho
ii  libx11-6   2:1.0.0-8 X11 client-side library
ii  libxext6   1:1.0.0-4 X11 miscellaneous extension librar
ii  libxft22.1.7-1   FreeType-based font drawing librar
ii  libxi6 1:1.0.0-5 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxpm41:3.5.4.2-3   X11 pixmap library
ii  libxrender11:0.9.0.2-4   X Rendering Extension client libra
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

Versions of packages fvwm recommends:
ii  fvwm-icons  2001.08.13-3 XPMs for fvwm

-- debconf information:
  fvwm/upgrade/pre_2.5.8: false


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



Bug#272079: initrd-tools: Oh why has not this bug been fixed???

2006-09-04 Thread Jesse Molina
Package: initrd-tools
Version: 0.1.84.1
Followup-For: Bug #272079


Here I am, six months later, having the same bug when a fix is clearly 
available but the maintainers don't want to implement it.

My situation is completely legit.  I have LVM compiled in but need an initrd 
for a SATA card, and mkinitrd freaks out because of incorrect sanity checking.

Please, please, someone on the kernel team, apply the patch to fix this thing 
so that I don't have to patch my mkinitrd every dang time I want to compile a 
new kernel.



-- System Information:
Debian Release: testing/unstable
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.31-2005062601
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages initrd-tools depends on:
ii  coreutils [fileutils] 5.97-4 The GNU core utilities
ii  cpio  2.6-17 GNU cpio -- a program to manage ar
ii  cramfsprogs   1.1-6  Tools for CramFs (Compressed ROM F
ii  dash  0.5.3-3The Debian Almquist Shell
ii  fileutils 5.97-4 The GNU file management utilities 
ii  util-linux2.12r-10   Miscellaneous system utilities

initrd-tools recommends no packages.

-- no debconf information


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



Bug#345958: please include this patch

2006-09-04 Thread Robert Millan [ackstorm]
On Sat, Sep 02, 2006 at 09:13:37AM +1000, Drew Parsons wrote:
 
  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..
 
 The patch is applied to xserver 1.1.1.

xserver 1.1.1 is in experimental only.  This usualy means it isn't intended to
make it into the upcoming release.  If this is so, the one in sid needs
patching.  Otherwise, why not uploading to sid directly?

 The second of the two patch blocks is inside an #if 0 ... #endif
 block.  What's the point of it then? Why not just delete the entire
 block?

Sorry, I don't know.  I didn't write the patch, I can only confirm it solved the
problem in my hardware.  But if the code is really disabled, it's pointless to
include that hunk of course :)

-- 
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#385694: nut: Fails to properly start on boot.

2006-09-04 Thread Arnaud Quette

Hi again Kurt,

2006/9/2, Kurt Roeckx [EMAIL PROTECTED]:

Package: nut
Version: 2.0.2-2
Severity: important

Hi,

Every time I reboot, nut fails to start proplery.  If I then stop nut,
and start it again, things work as expected.

From the log:
Sep  2 07:09:01 intrepid mge-shut[2540]: Startup successful
Sep  2 07:09:01 intrepid upsd[2541]: Connected to UPS [myups]: mge-shut-ttyS0
Sep  2 07:09:05 intrepid upsd[2542]: Startup successful
Sep  2 07:09:05 intrepid upsmon[2544]: Startup successful
Sep  2 07:09:05 intrepid upsd[2542]: Connection from 127.0.0.1
Sep  2 07:09:05 intrepid upsd[2542]: Client [EMAIL PROTECTED] logged into UPS 
[myups]
Sep  2 07:11:16 intrepid upsd[2542]: Data for UPS [myups] is stale -
check driver
Sep  2 07:11:20 intrepid upsmon[2545]: Poll UPS [EMAIL PROTECTED] failed - Data
stale
Sep  2 07:11:20 intrepid upsmon[2545]: Communications with UPS [EMAIL 
PROTECTED] lost
Sep  2 07:11:25 intrepid upsmon[2545]: Poll UPS [EMAIL PROTECTED] failed - Data
stale
Sep  2 07:11:30 intrepid upsmon[2545]: Poll UPS [EMAIL PROTECTED] failed - Data
stale
Sep  2 07:11:35 intrepid upsmon[2545]: Poll UPS [EMAIL PROTECTED] failed - Data
stale
Sep  2 07:11:40 intrepid upsmon[2545]: Poll UPS [EMAIL PROTECTED] failed - Data
stale
Sep  2 07:11:45 intrepid upsmon[2545]: Poll UPS [EMAIL PROTECTED] failed - Data
stale
Sep  2 07:11:50 intrepid upsmon[2545]: Poll UPS [EMAIL PROTECTED] failed - Data
stale
Sep  2 07:11:55 intrepid upsmon[2545]: Poll UPS [EMAIL PROTECTED] failed - Data
stale
Sep  2 07:12:00 intrepid upsmon[2545]: Poll UPS [EMAIL PROTECTED] failed - Data
stale
Sep  2 07:12:10 intrepid last message repeated 2 times
Sep  2 07:12:15 intrepid upsd[2542]: Signal 15: exiting
Sep  2 07:12:15 intrepid upsmon[2545]: Signal 15: exiting
Sep  2 07:12:15 intrepid upsmon[2544]: upsmon parent: read: Success
Sep  2 07:12:26 intrepid mge-shut[2540]: Signal 15: exiting
Sep  2 07:13:31 intrepid mge-shut[3092]: Startup successful
Sep  2 07:13:31 intrepid upsd[3093]: Connected to UPS [myups]: mge-shut-ttyS0
Sep  2 07:13:35 intrepid upsd[3094]: Startup successful
Sep  2 07:13:35 intrepid upsmon[3096]: Startup successful
Sep  2 07:13:35 intrepid upsd[3094]: Connection from 127.0.0.1
Sep  2 07:13:35 intrepid upsd[3094]: Client [EMAIL PROTECTED] logged into UPS 
[myups]

At this point things work properly.

I have no idea why I need to stop it each time, or why it fails from
the boot scripts and works when I start it manually.


which system are you running (sarge, testing, ...)?
This might be due to several things (serial perms settings, /var dir
still offline when nut starts, ...)

a good thing would be to replace the init.d/nut script redirection
from /dev/null to something like /tmp/nut-trace.log and send it back
for analysis.

Arnaud
--
Linux / Unix Expert - MGE UPS SYSTEMS - RD Dpt
Network UPS Tools (NUT) Project Leader - http://www.networkupstools.org/
Debian Developer - http://people.debian.org/~aquette/
OpenSource Developer - http://arnaud.quette.free.fr/


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



Bug#385951: Fail to scan array in some case when partition is at the end of the disk

2006-09-04 Thread Klaus Ethgen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: mdadm
Version: 2.5.2-7
Severity: critical

Tha actual mdadm in testing makes the whole system to unbootable if on
raid slice is on the end of a disk. (In some cases)

My config:
- ---mdadm.conf---
DEVICE partitions
ARRAY /dev/md0 level=raid1 num-devices=2 
UUID=88cf7fb7:6fab12d7:b713c983:af6eaca5
MAILADDR root
- 

- ---hdc---
Disk /dev/hdc: 60.0 GB, 60060155904 bytes
16 heads, 63 sectors/track, 116374 cylinders
Units = cylinders of 1008 * 512 = 516096 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hdc1   *   1 496  249983+  83  Linux
/dev/hdc2 4971488  499968   82  Linux swap / Solaris
/dev/hdc31489  11637457902544   fd  Linux raid autodetect
- -
- ---hdd---
Disk /dev/hdd: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/hdd1   1972878140159+  8e  Linux LVM
/dev/hdd29729   1945678140160   8e  Linux LVM
/dev/hdd3   31705   3891357906292+  fd  Linux raid autodetect
- -

- ---/proc/mdstat---
Personalities : [raid1] 
read_ahead 1024 sectors
md0 : active raid1 hdd3[0]
  57902464 blocks [2/1] [U_]
  
unused devices: none
- --

Please note that I had to run the raid in degraded mode as /dev/hdc3
cannot be in the array (See below).

When I do a mdadm --assemble --scan --auto=yes (as done in
/etc/init.d/mdadm-raid) then I get the following error:

- ---
mdadm: no recogniseable superblock on /dev/hda2
mdadm: /dev/hda2 has wrong uuid.
mdadm: no recogniseable superblock on /dev/hda1
mdadm: /dev/hda1 has wrong uuid.
mdadm: no recogniseable superblock on /dev/hda
mdadm: /dev/hda has wrong uuid.
mdadm: no RAID superblock on /dev/hdd2
mdadm: /dev/hdd2 has wrong uuid.
mdadm: no RAID superblock on /dev/hdd1
mdadm: /dev/hdd1 has wrong uuid.
mdadm: no RAID superblock on /dev/hdd
mdadm: /dev/hdd has wrong uuid.
mdadm: no RAID superblock on /dev/hdc2
mdadm: /dev/hdc2 has wrong uuid.
mdadm: no RAID superblock on /dev/hdc1
mdadm: /dev/hdc1 has wrong uuid.
mdadm: no RAID superblock on /dev/vg1/lv_hathi
mdadm: /dev/vg1/lv_hathi has wrong uuid.
mdadm: no RAID superblock on /dev/vg1/lv_misc
mdadm: /dev/vg1/lv_misc has wrong uuid.
mdadm: no RAID superblock on /dev/vg1/lv_mirror
mdadm: /dev/vg1/lv_mirror has wrong uuid.
mdadm: WARNING /dev/hdc3 and /dev/hdc appear to have very similar superblocks.
  If they are really different, please --zero the superblock on one
  If they are the same, please remove one from the list.
- ---

Cleaning the superblock of /dev/hdc also clean the one of /dev/hdc3 and
so leaving the raid in a degraded state. But at least I can now boot the
system after running the md0 by hand.

Note that the partition /dev/hdd3 is also at the end of the disk but do
not make problemes.

This is a very critical bug and should be fixed in etch (I think, this
is release critical!!!)

- -- Package-specific info:
- --- mount output
/dev/hda1 on / type ext3 (rw)
proc on /proc type proc (rw)
tmpfs on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev,mode=1777)
/dev/sysvg/lv_usr on /usr type ext3 (rw,noatime)
/dev/sysvg/lv_var on /var type reiserfs (rw)
/dev/sysvg/lv_local on /usr/local type ext3 (rw,noatime)
/dev/sysvg/lv_home on /home type reiserfs (rw,nosuid,nodev)
/dev/vg1/lv_misc on /misc type reiserfs (rw,nosuid,nodev)
/dev/vg1/lv_mirror on /mirror type reiserfs (rw,nosuid,nodev)
/dev/vg1/lv_hathi on /hathi type ext2 (ro)
capifs on /dev/capi type capifs (rw,mode=0666)
/proc/bus/usb on /proc/bus/usb type usbdevfs (rw)
AFS on /afs type afs (rw)
localhost:/var/lib/cfs/.cfsfs on /var/cfs type nfs 
(rw,port=3049,intr,nfsvers=2,addr=127.0.0.1)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)

- --- mdadm.conf
DEVICE partitions
ARRAY /dev/md0 level=raid1 num-devices=2 
UUID=88cf7fb7:6fab12d7:b713c983:af6eaca5
MAILADDR root

- --- /proc/mdstat:
Personalities : [raid1] 
read_ahead 1024 sectors
md0 : active raid1 hdd3[0]
  57902464 blocks [2/1] [U_]
  
unused devices: none

- --- /proc/partitions:
major minor  #blocks  name rio rmerge rsect ruse wio wmerge wsect wuse 
running use aveq

   9 0   57902464 md0 0 0 0 0 0 0 0 0 0 0 0
  58 1   32768000 lvmb 0 0 0 0 0 0 0 0 0 0 0
  58 26815744 lvmc 0 0 0 0 0 0 0 0 0 0 0
  58 3   32669696 lvmd 0 0 0 0 0 0 0 0 0 0 0
  58 4   36044800 lvme 0 0 0 0 0 0 0 0 0 0 0
  58 55242880 lvmf 0 0 0 0 0 0 0 0 0 0 0
  58 6 360448 lvmg 0 0 0 0 0 0 0 0 0 0 0
  58 91048576 lvmj 0 0 0 0 0 0 0 0 0 0 0
  22 0   58652496 hdc 288 2376 15528 2120 1127 7727 70854 8760 -20 582540 
32154602
  22 1 249983 hdc1 11 269 560 80 0 0 0 0 0 60 80
  22 2 499968 

Bug#383690: Latest update breaks ntp

2006-09-04 Thread Rick Thomas


On Sep 2, 2006, at 1:35 PM, Rick Thomas wrote:

I plan to do a non-network install (dvd-only) of the beta3 dvd  
(which should get me to the condition I was in before the problems)  
then add a network repo to sources.list (which should attempt to  
update to the dfsg versions) and see what happens.



I did this.  The attached typescript and /var/log/aptitude files  
will give you all the gory details.  But here's the executive summary:


After the non-network (DVD-only) install, I added the repository at  
debian.lcs.mit.edu to my sources.list and did an aptitude update  
and aptitude upgrade to get up to the latest levels of everything  
*but* the ntp packages, so as to avoid a lot of irrelevant noise from  
updates of other packages.  Then I switched back to the DVD-only  
sources.list to install the ntp packages at level 4.2.0a 
+stable-2sarge1 from the DVD.


I switched back to the network enabled sources.list and did aptitude  
update and aptitude upgrade in an attempt to pick up the 4.2.2 
+dfsg.2-1 level of the ntp packages from the network repository.  I got:



The following packages have been kept back:
  ntp
The following packages will be upgraded:
  ntpdate psmisc
2 packages upgraded, 0 newly installed, 0 to remove and 1 not  
upgraded.

Need to get 142kB of archives. After unpacking 73.7kB will be used.
Do you want to continue? [Y/n/?]
Get:1ohttp://debian.lcs.mit.edu etch/main ntpdate 1:4.2.2+dfsg.2-1  
[59.6kB]

Get:2Whttp://debian.lcs.mit.edu etch/main psmisc 22.3-1 [82.0kB]
Fetchedo142kB]in80s0(635kB/s)
(Reading database ... 22527 files and directories currently  
installed.)
Preparing to replace ntpdate 1:4.2.0a+stable-2sarge1 (using .../ 
ntpdate_1%3a4.2.2+dfsg.2-1_powerpc.deb) ...

Unpacking replacement ntpdate ...
Preparing to replace psmisc 22.2-1 (using .../ 
psmisc_22.3-1_powerpc.deb) ...

Unpacking replacement psmisc ...
Setting up ntpdate (4.2.2+dfsg.2-1) ...
Installing new version of config file /etc/default/ntpdate ...
Installing new version of config file /etc/init.d/ntpdate ...
Installing new version of config file /etc/logcheck/ignore.d.server/ 
ntpdate ...


Setting up psmisc (22.3-1) ...


So the first question is, Why was the ntp package held back?

I did aptitude -v show ntp ntp-server ntp-simple ntpdate to see the  
dependency relations of those packages.  Perhaps you can make enough  
sense out of them to explain?


Then, in an effort to get it to update the ntp packages other than  
ntpdate (which was already updated), I did aptitude dist-upgrade  
and got:



The following packages are unused and will be REMOVED:
  libssl0.9.7 ntp
The following packages will be automatically REMOVED:
  ntp-server ntp-simple
The following packages will be REMOVED:
  ntp-server ntp-simple
0 packages upgraded, 0 newly installed, 4 to remove and 0 not  
upgraded.

Need to get 0B of archives. After unpacking 2642kB will be freed.
Do you want to continue? [Y/n/?]
Writing extended state information... Done
(Reading database ... 22530 files and directories currently  
installed.)

Removing ntp-server ...
Stopping NTP server: ntpd.
Removing ntp ...
Removing ntp-simple ...
Removing libssl0.9.7 ...


which left me without any ntp packages at all installed (except  
ntpdate).


So the second question is, Why did it think the ntp package was  
unused?
And the third question is, Why didn't it install the updated ntp  
package?


Curiouser and curiouser!, cried Alice.

Finally, doing aptitude install ntp brought in the 4.2.2+dfsg.2-1  
level from the network repository.



Hope this helps!

Rick




typescript
Description: Binary data





aptitude_log
Description: Binary data





Bug#385949: initramfs-tools: lilo not run after installation; system did not boot any more

2006-09-04 Thread Sebastien Blondeel
Package: initramfs-tools
Version: 0.77b
Severity: critical
Justification: breaks the whole system

*** Please type your report below this line ***

I use Debian testing.
The latest apt-get update; apt-get upgrade installed version 0.77b.
After that, the system would not boot again:

-=-=-=
[...]
ACPI wakeup devices
PCI0 UAR1 USB1 USB2 USB3 [...]
ACPI: (supports S0 S1 S4 S5)
RAMDISK: Compressed image found at block 0
invalid compressed format (err=1)
VFS: cannot open root device 305 or unknown-block(3,5)
Please append a correct root= boot option
Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block(3,5)
-=-=-=

A web search ran from a live CD led me think this was because lilo had failed 
to
be run after the update. The following sequence, inspired from this URL:
http://www.developpez.net/forums/archive/index.php/t-40078.html
fixed it for me (commands run as root in a terminal on the live CD ---
YMMV as hda/hda5 depend on every system):

-=-=-=
mkdir -p /mnt/hda/proc /mnt/hda/dev/shm /mnt/hda/sys
mount -t proc proc /mnt/hda/proc
mount -t sysfs sysfs /mnt/hda/sys #si c'est un kernel 2.6.x
mount -f -t tmpfs tmpfs /mnt/hda/dev
mount -f -t tmpfs tmpfs /mnt/hda/dev/shm
mount -f -t devpts -o gid=4,mode=620 devpts /mnt/hda/dev/pts
mount /dev/hda5 /mnt/hda
chroot /mnt/hda
-=-=-=

Then I could run:

-=-=-=
Knoppix:/# lilo
-=-=-=

(Actually I had to run lilo -P ignore, as suggested by lilo, because
of a problem, but I think this is unrelated. I reran lilo without
problems or warnings once I had correctly booted up the usual system).

Suggestion: (I will now try to switch to GRUB but) DO include this lilo
check in your non-regression tests!

lilo is normally installed on my system:

-=-=-=
# dpkg -l lilo
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)
||/ NameVersion Description
+++-===-===-==
ii  lilo22.6.1-7.1  LInux LOader - The 
Classic OS loader can load Linux and others
-=-=-=

-- Package-specific info:
-- /proc/cmdline
auto BOOT_IMAGE=Linux-2.6.16 ro root=305

-- /proc/filesystems
13: cramfs
17: ext3

-- lsmod
Module  Size  Used by
ipt_MASQUERADE  3200  1 
xt_tcpudp   3072  1 
iptable_filter  2816  0 
ip_nat_ftp  3072  0 
ip_conntrack_ftp7324  1 ip_nat_ftp
iptable_nat 7684  1 
ip_nat 16116  3 ipt_MASQUERADE,ip_nat_ftp,iptable_nat
ip_tables  11352  2 iptable_filter,iptable_nat
ip_conntrack   48952  5 
ipt_MASQUERADE,ip_nat_ftp,ip_conntrack_ftp,iptable_nat,ip_nat
nfnetlink   6168  2 ip_nat,ip_conntrack
x_tables   11396  4 ipt_MASQUERADE,xt_tcpudp,iptable_nat,ip_tables
radeon 96032  1 
drm62228  2 radeon
ipv6  218912  8 
ppdev   8324  0 
lp 10496  0 
dm_mod 48180  0 
snd_emu10k1_synth   6400  0 
snd_emux_synth 30528  1 snd_emu10k1_synth
snd_seq_virmidi 6272  1 snd_emux_synth
snd_seq_midi_emul   5760  1 snd_emux_synth
snd_seq_dummy   3588  0 
snd_seq_oss27812  0 
snd_seq_midi8096  0 
snd_seq_midi_event  6592  3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq43852  9 
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_emu10k199940  1 snd_emu10k1_synth
snd_rawmidi22496  3 snd_seq_virmidi,snd_seq_midi,snd_emu10k1
snd_ac97_codec 82848  1 snd_emu10k1
snd_ac97_bus2112  1 snd_ac97_codec
i2c_viapro  7956  0 
snd_pcm_oss44128  0 
snd_mixer_oss  15744  1 snd_pcm_oss
i2c_core   19536  1 i2c_viapro
mousedev   10496  1 
tsdev   7296  0 
snd_pcm74504  3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_seq_device  8332  8 
snd_emu10k1_synth,snd_emux_synth,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq,snd_emu10k1,snd_rawmidi
via_ircc   23252  0 
snd_timer  20420  3 snd_seq,snd_emu10k1,snd_pcm
snd_page_alloc  9864  2 snd_emu10k1,snd_pcm
snd_util_mem4352  2 snd_emux_synth,snd_emu10k1
irda  161596  1 via_ircc
snd_hwdep   8580  2 snd_emux_synth,snd_emu10k1
snd46400  13 
snd_emux_synth,snd_seq_virmidi,snd_seq_oss,snd_seq,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_device,snd_timer,snd_hwdep
crc_ccitt   2048  1 irda
shpchp 39424  0 
pci_hotplug24308  1 shpchp
emu10k1_gp  3520  0 
evdev   

Bug#384945: texlive system will not install

2006-09-04 Thread Norbert Preining
Hi all!

On Mon, 04 Sep 2006, Frank Küster wrote:
  In the recent upgrade to KDE 3.5.4 kdegraphics seemed to require texlive
  packages, but these failed with  an error that a file was owned by two
  packages, and that I should remove texlive.  I attempted to do so.
 
 1. Why does or did kdegraphics require texlive, and is not satisfied
with tetex?

kdegraphics never required texlive, not even provide alternative deps on
texlive. Eg. kdegraphcs depends on kdvi which in turn recommends
tetex-bin.

   List of ls-R files
 
  lrwxrwxrwx 1 root root 27 2006-08-27 23:16 /usr/share/texmf-texlive/ls-R - 
  /var/lib/texmf/ls-R-TEXLIVE
 
 2. It is strange that there is only one ls-R file.  Please send us the
output of

Probably because most other packages are removed, and mktexlsr has never
been called.

  ##
   Config files
  total 20
  drwx-- 2 ross ross  256 2006-06-26 09:18 Desktop
  drwxr-xr-x 3 ross ross  256 2006-02-15 21:18 download
  drwx-- 2 ross ross   48 2006-02-14 10:42 Mail
  -rw-r--r-- 1 root root 1828 2006-03-31 21:14 pci
  -rw--- 1 ross ross0 2006-04-16 15:21 postponed
  drwxr-xr-x 2 ross ross   80 2006-06-17 16:16 RCS
  -rw--- 1 ross ross 8612 2006-07-22 12:13 sent
  -rw-r--r-- 1 ross ross  850 2006-06-25 23:18 testspam
 
 3. I've never seen such an output in a texlive bugreport, but then I
haven't seen lots of them, being focused on teTeX until recently.  Is
this expected? 

This comes from an unchecked code in the bug script, where texmf.cnf
fmtutuil.cnf updmap.cnf is NOT found:
for i in texmf.cnf fmtutil.cnf updmap.cfg ; do
  f=`kpsewhich --format='web2c files' $i`
  ls -l $f 3
done

Already changed in the svn depot.

  texlive recommends no packages.
 
 4. All texlive packages that do not directly depend on tex-common should
have a reportbug control file that has a report-with: tex-common
statement, and maybe more packages.

Good idea, will do this...

 5. As far as I understood, dvipdfmx calls mktexlsr unconditionally, this
should probably be a separate bug.

Yes, should be.

Best wishes

Norbert



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



Bug#385954: dget: please add options to override upstream caches

2006-09-04 Thread martin f krafft
Package: devscripts
Version: 2.9.21
Severity: wishlist
File: /usr/bin/dget

It would be nice if dget could be told to call curl/wget in such
a way that it tells caches to expire the content.

piper:/tmp dget -x http://snow.ethz.ch/debian/foremost/foremost_1.3-1.dsc
/usr/bin/dget: retrieving http://snow.ethz.ch/debian/foremost/foremost_1.3-1.dsc
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
100   327  100   3270 0541  0 --:--:-- --:--:-- --:--:-- 0
/usr/bin/dget: using existing foremost_1.3.orig.tar.gz
/usr/bin/dget: md5sum for foremost_1.3-1.diff.gz does not match

-- 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 devscripts depends on:
ii  debianutils 2.17 Miscellaneous utilities specific t
ii  dpkg-dev1.13.22  package building tools for Debian
ii  libc6   2.3.999.2-12 GNU C Library: Shared libraries
ii  perl5.8.8-6.1Larry Wall's Practical Extraction 
ii  sed 4.1.5-1  The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot  1.5.10 Gives a fake root environment

-- 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#385275: tar: -: file name contains nul character

2006-09-04 Thread Eric
reassign 385275 dpkg-dev
forcemerge 375749 385275
thanks

It's not a java-package but a generic dpkg-dev issue (caused by a tar
change), and it's pending, fix should come soon.

Cheers, Eric

 Package: java-package
 Version: 0.28
 Severity: minor

 There's a warning about a nul character in a file name. I don't know if
 there are any problems because of this or if it's just the warning, so I
 set severity to minor.

 [EMAIL PROTECTED]:~$ fakeroot make-jpkg jre-1_5_0_06-linux-i586.bin
 [..]
 Create debian package:
 dh_testdir
 dh_testroot
 dh_installchangelogs
 dh_installdocs
 dh_compress
 dh_fixperms
 dh_installdeb
 dh_shlibdeps
 dh_gencontrol
 dh_md5sums
 dh_builddeb
 dpkg-deb: bygger paketet sun-j2re1.5 i
 /tmp/make-jpkg.RTDKYf6007/sun-j2re1.5_1.5.0+update06_i386.deb.
 tar: -: file name read contains nul character

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

 Versions of packages java-package depends on:
 ii  debhelper 5.0.37.3   helper programs for
 debian/rules
 ii  fakeroot  1.5.10 Gives a fake root environment
 ii  unzip 5.52-8 De-archiver for .zip files

 java-package recommends no packages.

 -- no debconf information


 ___
 pkg-java-maintainers mailing list
 pkg-java-maintainers@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers




-- 
Eric de France, d'Allemagne et de Navarre



Bug#385953: sox: segmentation fault when using pitch

2006-09-04 Thread Ying-Chun Liu (PaulLiu)
Subject: sox: segmentation fault when using 'pitch' effect
Package: sox
Version: 12.17.9-1
Severity: normal

sox is sometimes crashed when using 'pitch' effect to change some wave
files.

For example:
freya:/tmp sox crash.wav crash2.wav pitch 350
Segmentation fault
freya:/tmp gdb sox
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...Using host libthread_db
library /lib/tls/i686/cmov/libthread_db.so.1.

(gdb) set args crash.wav crash2.wav pitch 350
(gdb) run
Starting program: /tmp/sox-12.17.9/sox-12.17.9/src/sox crash.wav crash2.wav
pitch 350

Program received signal SIGSEGV, Segmentation fault.
0x08067552 in st_pitch_drain (effp=0x8098274, obuf=0x80b38a0,
osamp=0x8098294)
at pitch.c:592
592 obuf[i++] = clip(pitch, pitch-acc[pitch-iacc++]);
(gdb) backtrace
#0  0x08067552 in st_pitch_drain (effp=0x8098274, obuf=0x80b38a0,
osamp=0x8098294) at pitch.c:592
#1  0x08049e05 in drain_effect (e=1) at sox.c:1341
#2  0x0804a7d8 in flow_effect_out () at sox.c:1177
#3  0x0804ba4b in main (argc=Cannot access memory at address 0x2000
) at sox.c:1330

regards,
 Ying-Chun Liu

-- 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-k7
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)

Versions of packages sox depends on:
ii  libasound2   1.0.11-7ALSA library
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libmad0  0.15.1b-2.1 MPEG audio decoder library
ii  libogg0  1.1.3-2 Ogg Bitstream Library
ii  libvorbis0a  1.1.2-1 The Vorbis General Audio
Compressi
ii  libvorbisenc21.1.2-1 The Vorbis General Audio
Compressi
ii  libvorbisfile3   1.1.2-1 The Vorbis General Audio
Compressi

sox recommends no packages.

-- no debconf information

-- 
PaulLiu(劉穎駿)
E-mail address: [EMAIL PROTECTED]


crash.wav.bz2
Description: application/bzip


signature.asc
Description: OpenPGP digital signature


Bug#385595: libc6: smb:// opening file is not supported in mosta application when it i sby nautilus

2006-09-04 Thread Josselin Mouette
reassign 385595 libgnomevfs2-0
severity 385595 wishlist
retitle 385595 There should be a way to restrict the supported URI schemes
thanks

Le samedi 02 septembre 2006 à 22:00 +0200, Aurelien Jarno a écrit :
 Jean-Michel a écrit :
  When I try to open a file (shared by a windows machine) from nautilus,
  the software (openoffice, firefox, galeon ) crashes, because it does not
  knwo how to open the file.

Then these are mostly bugs in the applications.

As for openoffice, I've just checked and it works if you install
openoffice.org-gnome.

For firefox, epiphany and galeon, this is because nautilus assumes they
are capable of opening all URIs, because their .desktop file contains a
%U in their command line, while they are only able to open URIs
supported by libxul (meaning, http, ftp and the like).

KDE already has a key to define the list of supported URI schemes
(X-KDE-Protocols), but GNOME doesn't. This is probably where the problem
lies.

 nautilus should retrieve the file and pass the local file to the 
 application.

This cannot work reliably, this is why GNOME developers are privileging
gnome-vfs instead.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#385952: merge #383435 #384695

2006-09-04 Thread Nicola Manini

I realize only now that #385952 is yet another version of #383435 #384695
Sorry...
Maybe their headers are not specific enough.
I suggest to merge the 3 bugs...

All the best,
Nick


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



Bug#348316: faubackup: Return with non-zero exit value on full disk

2006-09-04 Thread Jan-Benedict Glaw
Hi!

One of my backup systems went out of disk space last night. I saw the
disk full message, but faubackup exited with return code zero...

This is an excerpt of the log file I was sent:

Rotating backup
Will execute: ssh -i /root/.ssh/back2print_backup_key [EMAIL PROTECTED] 
faubackup --one-file-system 
/mnt/backup/faubackup/staging/backprint/root_mnt_samba 
/mnt/backup/faubackup/daily/backprint/root_mnt_samba
faubackup-scatter: fwrite ..inodes/fe04/00/4c/00/58: No space left on device
Result: 0

The Result:  line really is the $? value:-/  Both client and server
run faubackup-0.5.8.  Any chance to get it fixed to return non-zero
exit values after errors?

Thanks, JBG

-- 
  Jan-Benedict Glaw  [EMAIL PROTECTED]  +49-172-7608481
Signature of:   ...und wenn Du denkst, es geht nicht mehr,
the second  :  kommt irgendwo ein Lichtlein her.


signature.asc
Description: Digital signature


Bug#385840: package build-depends on g++-3.4, which is not available on hppa

2006-09-04 Thread Eddy Petrisor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthias Klose wrote:
 Package: vdrift
 Version: 0.0.2006.02.21-1
 Severity: normal
 
 the package build-depends on g++-3.4 or g++-4.0, which is not
 available on hppa. Please build using g++-4.1.
 
 If the package cannot be built using g++-4.1, please make sure that a
 bug report is filed against the g++-4.1 package.

I tried removing the dependency on g++-3.4, thus defaulting to the
default compiler. It failed compiling (arch=powerpc) with a weird error.
All the build dependencies are installed.


So, at a first glance, this seems to be there for a reason (not that is
doesn't need fixing :-)



merci:/vdrift-0.0.2006.02.21# dpkg-buildpackage
dpkg-buildpackage: source package is vdrift
dpkg-buildpackage: source version is 0.0.2006.02.21-1
dpkg-buildpackage: source changed by Gonéri Le Bouder [EMAIL PROTECTED]
dpkg-buildpackage: host architecture powerpc
dpkg-buildpackage: source version without epoch 0.0.2006.02.21-1
 debian/rules clean
test -x debian/rules
test `id -u` = 0
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/vdrift-0.0.2006.02.21'
make[1]: Nothing to be done for `reverse-config'.
make[1]: Leaving directory `/vdrift-0.0.2006.02.21'
if [ reverse-patches = reverse-patches ]; then rm -f
debian/stamp-patched; fi
patches: debian/patches/01_add_libalut+fix_build.patch
debian/patches/02_set_g++-3.4.patch
Trying reverse patch debian/patches/02_set_g++-3.4.patch at level 1 ...
success.
Trying reverse patch debian/patches/01_add_libalut+fix_build.patch at
level 1 ... success.
if [ reverse-patches != reverse-patches ]; then touch
debian/stamp-patched; fi
if [ reverse-patches != reverse-patches ] ; then \
/usr/bin/make -f debian/rules update-config ; \
fi
for dir in debian/patches ; do \
rm -f $dir/*.log ; \
done
scons --directory . CFLAGS=-g -Wall -O2 CXXFLAGS=-g -Wall -O2  .
destdir=/vdrift-0.0.2006.02.21/debian/vdrift/ release=1 --keep-going
- --clean || true
scons: Reading SConscript files ...
Checking for main() in C library openal... yes
Checking for C++ header file GL/gl.h... yes
Checking for C++ header file GL/glu.h... yes
Checking for C++ header file SDL/SDL.h... yes
Checking for C++ header file SDL/SDL_image.h... yes
Checking for C++ header file SDL/SDL_net.h... yes

scons: *** Target `$destdir$bin' of Install() is a file, but should be a
directory.  Perhaps you have the Install() arguments backwards?
File src/SConscript, line 76, in ?
rm -f debian/stamp-scons-build
rm -rf .sconf_temp/
rm -f .sconsign.dblite config.log
dh_clean
 dpkg-source -b vdrift-0.0.2006.02.21
dpkg-source: building vdrift using existing
vdrift_0.0.2006.02.21.orig.tar.gz
dpkg-source: building vdrift in vdrift_0.0.2006.02.21-1.diff.gz
dpkg-source: building vdrift in vdrift_0.0.2006.02.21-1.dsc
 debian/rules build
test -x debian/rules
mkdir -p .
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/vdrift-0.0.2006.02.21'
make[1]: Nothing to be done for `reverse-config'.
make[1]: Leaving directory `/vdrift-0.0.2006.02.21'
if [ debian/stamp-patched = reverse-patches ]; then rm -f
debian/stamp-patched; fi
patches: debian/patches/01_add_libalut+fix_build.patch
debian/patches/02_set_g++-3.4.patch
Trying patch debian/patches/01_add_libalut+fix_build.patch at level 1
... success.
Trying patch debian/patches/02_set_g++-3.4.patch at level 1 ... success.
if [ debian/stamp-patched != reverse-patches ]; then touch
debian/stamp-patched; fi
if [ debian/stamp-patched != reverse-patches ] ; then \
/usr/bin/make -f debian/rules update-config ; \
fi
make[1]: Entering directory `/vdrift-0.0.2006.02.21'
make[1]: Nothing to be done for `update-config'.
make[1]: Leaving directory `/vdrift-0.0.2006.02.21'
scons --directory . CFLAGS=-g -Wall -O2 CXXFLAGS=-g -Wall -O2
destdir=/vdrift-0.0.2006.02.21/debian/vdrift/ release=1
scons: Reading SConscript files ...
Checking for main() in C library openal... yes
Checking for C++ header file GL/gl.h... no
You do not have the GL/gl.h headers installed. Exiting.
make: *** [debian/stamp-scons-build] Error 1


- --
Regards,
EddyP
=
Imagination is more important than knowledge A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE++HrY8Chqv3NRNoRAnFbAJ9QV1uNK2KsmmhtWGYYhd9nCDr9WwCg1LKF
iBcAVrp9aClGw/8wAJBp/3A=
=lLLL
-END PGP SIGNATURE-


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



Bug#385934: [Pkg-xen-devel] Bug#385934: xen-hypervisor-3.0-i386: Hypervisor reboots before starting Dom0

2006-09-04 Thread Thomas Schwinge
Hello!

On Sun, Sep 03, 2006 at 11:43:45PM -0400, Mike Edwards wrote:
 Package: xen-hypervisor-3.0-i386
 Version: 3.0.2+hg9697-2
 Severity: grave
 Justification: renders package unusable
 
 Hypervisor reboots system after printing:
 (XEN) Xen trace buffers: disabled
 
 From what I've found online, Xen should start booting the linux kernel at
 this point, but never does so.

You beat me with reporting that.  I'm seeing exactly the same here.


ii  linux-image-2.6.16-2-xen-686  2.6.16-18 Linux kernel 
2.6.16 image on PPro/Celeron/PII/PIII/P4 machines
ii  xen-hypervisor-3.0-i386   3.0.2+hg9697-2The Xen 
Hypervisor for i386


 System used is custom-built, using an Intel D815EEA2 motherboard and 1 GHz
 PIII with 512 MB RAM (hardware should be supported by Xen).

Pentium II with 300 MHz for me and also, Xen was working previously,
which is three weeks ago.  (Been away for three weeks.)  It broke after I
updated to the above versions of the hypervisor and / or kernel.


Regards,
 Thomas


signature.asc
Description: Digital signature


Bug#385956: linkchecker: will not accept URLs containing numerals

2006-09-04 Thread Olivier Berger
Package: linkchecker
Version: 4.3-1
Severity: normal


The javascript URL checking is obviously too restrictive :

http://localhost/whatever is a valid URL whereas http://localhost/2006
is not :(

Best regards,

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
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 linkchecker depends on:
ii  python2.4.3-11   An interactive high-level object-o
ii  python-central0.5.5  register and build utility for Pyt
ii  python2.4 2.4.3-8An interactive high-level object-o

linkchecker recommends no packages.

-- no debconf information


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



Bug#272079: initrd-tools: Oh why has not this bug been fixed???

2006-09-04 Thread maximilian attems
On Mon, Sep 04, 2006 at 12:50:50AM -0700, Jesse Molina wrote:
 Package: initrd-tools
 Version: 0.1.84.1
 Followup-For: Bug #272079
 
 
 Here I am, six months later, having the same bug when a fix is clearly
 available but the maintainers don't want to implement it.

no qualified for a stable update afais.
 
 My situation is completely legit.  I have LVM compiled in but need an
 initrd for a SATA card, and mkinitrd freaks out because of incorrect
 sanity checking.
 
 Please, please, someone on the kernel team, apply the patch to fix
 this thing so that I don't have to patch my mkinitrd every dang time I
 want to compile a new kernel.

mkinitrd is no longer supported,
initramfs-tools is the default successor you'll find it on backports.org
see also http://wiki.debian.org/InitrdReplacementOptions
 
best regards
 
-- 
maks


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



Bug#385949: initramfs-tools: lilo not run after installation; system did not boot any more

2006-09-04 Thread maximilian attems
severity 385949 important
tags 385949 moreinfo
stop works for many lilo installs

On Mon, Sep 04, 2006 at 09:55:10AM +0200, Sebastien Blondeel wrote:
 *** Please type your report below this line ***
 
 I use Debian testing.
 The latest apt-get update; apt-get upgrade installed version 0.77b.
 After that, the system would not boot again:

i need more information, please post the output of
cat /etc/kernel-img.conf
ls -l /etc/lilo.conf
ls -l /sbin/lilo
dpkg -l grub

 
best regards

-- 
maks


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



Bug#383945: Status of bloboats

2006-09-04 Thread Alexander Schmehl
[ cc-ing the ITP, so people know that work is going on :) ]

Hi!

I just checked the copyright-file of your package, and if I understand
it corectly is (not yet) fit for an upload to main.

Citing debian/copyright:
==
 This license holds for the program itself: the source code
 and the data files except some of the sounds files.

[... usual GPL stuff...]

 Sound files are licensed under Sampling Plus 1.0 license.
 (http://creativecommons.org/licenses/sampling+/1.0/)
==

Without further checking those statement seems to contradict each other
some of the soundfiles and Sound files (I would read the last one as
all sound files).  If it's just some of them, then there should be
list of which of them falls under the Sampling Plus 1.0 license.

Second point would be, that just mentioning the URL of the license is
against Policy 4.5 Every package must be accompanied by a verbatim copy
of its copyright and distribution license

Thirst and last point (the most important one):  I think the Sampling
Plus 1.0 license is non-free; quoting the long versions § 3.b:
==
  Prohibition on advertising. All advertising and promotional uses are
  excluded from the above rights, except for advertisement and promotion
  of the Derivative Work(s) that You are creating from the Work and
  Yourself as the author thereof.
==

I think that fails §6 DFSG.

I'm not sure, §3.a ii of this license is okay for the DFSG, but tend to
think yes.


So, I don't intend to upload this package, until this is resolved (or
someone convinces me, that this license is dfsg free).


Yours sincerely,
  Alexander

-- 
http://learn.to/quote/
http://www.catb.org/~esr/faqs/smart-questions.html


signature.asc
Description: Digital signature


Bug#383766: Fwd: [vendor-sec] Question about PostgreSQL SQL injection fix in 7.6.86

2006-09-04 Thread Martin Pitt
Hi,

FYI, a while ago I asked upstream about this issue, since the
release announcement was not really helpful to track down the issue.

So basically upstream confirms that this is the same quoting fix as
applied to other PostgreSQL client packages (he just got the CVE
wrong; CVE-2006-2313 was an internal PostgreSQL server issue while
CVE-2006-2314 is the client quoting bug).

HTH,

Martin

- Forwarded message from Martin Pitt [EMAIL PROTECTED] -

From: Martin Pitt [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: Vendor Security [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED], Vendor Security [EMAIL PROTECTED]
Mail-Followup-To: [EMAIL PROTECTED], Vendor Security [EMAIL PROTECTED]
Subject: [vendor-sec] Question about PostgreSQL SQL injection fix in 7.6.86
Date: Thu, 17 Aug 2006 09:41:40 +0200
X-Spam-Status: No, score=0.0 required=4.0 tests=AWL,BAYES_50,
RCVD_IN_SORBS_WEB autolearn=no version=3.0.3

Hi Pike developers,

The 7.6.86 announcement advertises a Fix for potential SQL injection
vulnerability in Postgres. Mitre assigned CVE-2006-4041 to this, but
there is very little information about the vulnerability.

I found this in CVS:


/cvs/Pike/7.6/lib/modules/Sql.pmod/Sql.pike
revision 1.26
date: 2006/06/06 03:25:59;  author: adam;  state: Exp;  lines: +4 -2
Make Sql.postgres objects use the safe quote() method if available.

/cvs/Pike/7.6/src/modules/Postgres/
revision 1.25
date: 2006/05/24 17:49:56;  author: adam;  state: Exp;  lines: +5 -2
backport SQL injection fix from 7.7

revision 1.40
date: 2006/05/24 17:49:56;  author: adam;  state: Exp;  lines: +39 -2
backport SQL injection fix from 7.7


which seems to be the fix for the recent general PostgreSQL/MySQL 
\' - '' quote escaping issue (CVE-2006-2314 for PostgreSQL). Does
that announcement refer to this quoting fix (it would match the
description)?

Thank you,

Martin

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?



- End forwarded message -
- Forwarded message from Adam Montague [EMAIL PROTECTED] -

From: Adam Montague [EMAIL PROTECTED]
To: [EMAIL PROTECTED], Vendor Security [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED]
Subject: [vendor-sec] Re: Question about PostgreSQL SQL injection fix in 7.6.86
Date: Thu, 17 Aug 2006 11:35:50 -0400
X-Spam-Status: No, score=0.5 required=4.0 tests=AWL,BAYES_60 autolearn=no 
version=3.0.3

Martin Pitt [EMAIL PROTECTED] wrote:

 
 /cvs/Pike/7.6/lib/modules/Sql.pmod/Sql.pike
 revision 1.26
 date: 2006/06/06 03:25:59;  author: adam;  state: Exp;  lines: +4 -2
 Make Sql.postgres objects use the safe quote() method if available.

This makes Sql.postgres use the right quote() method.  This didn't get
into a release though, so Sql.postgres is still unsafe in 7.6.86, only
Postgres.postgres is safe.  We really should do a new release with this
fix in it.

 
 /cvs/Pike/7.6/src/modules/Postgres/
 revision 1.25
 date: 2006/05/24 17:49:56;  author: adam;  state: Exp;  lines: +5 -2
 backport SQL injection fix from 7.7
 
 revision 1.40
 date: 2006/05/24 17:49:56;  author: adam;  state: Exp;  lines: +39 -2
 backport SQL injection fix from 7.7
 
 
 which seems to be the fix for the recent general PostgreSQL/MySQL 
 \' - '' quote escaping issue (CVE-2006-2314 for PostgreSQL). Does
 that announcement refer to this quoting fix (it would match the
 description)?

No, its actually for CVE-2006-2313, but it adds a safe quoting method to
the Postgres.postgres module which uses the postgresql library's escaping
functions.  So as long as you have a postgresql version that fixes
CVE-2006-2314 when you compile the pike postgresql module, then it will
be safe too.  Any future problems with encodings shouldn't require changes
to the pike module either.

Adam
___
Vendor Security mailing list
Vendor [EMAIL PROTECTED]
https://www.lst.de/cgi-bin/mailman/listinfo/vendor-sec

- End forwarded message -

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?


signature.asc
Description: Digital signature


Bug#385857: [Pkg-bluetooth-maintainers] Bug#385857: please upgrade to bluez-utils and bluez-libs 3.4

2006-09-04 Thread Marcel Holtmann
Hi Flavio,

 Package: bluez-utils
 Version: 3.1-4
 Severity: wishlist
 
 Yesterday I bought a Bluetooth USB dongle to connect with my mobile
 phone, but I had some problems with discovery and sending files from
 phone to computer. I'm using bluez-utils and kdebluetooth on Debian
 testing/unstable.
 
 The problem with discovery was the well-known issue with ISCAN, but
 after I fixed that I still wasn't able to send files from phone to
 computer. Finally I packaged bluez-libs and bluez-utils 3.4 and it
 worked at the first try, so I suspect the couple of issues of the D-Bus
 based API fixed in 3.2, 3.3 and 3.4 are significant after all.

the 3.5 is coming really soon and fixes another couple of rare race
conditions that can lead to segmentation faults of hcid. The 3.1 version
is not really suited for daily use.

 bluez-libs compiled out of the box by just unpacking and moving the
 debian directory over, but bluez-utils needs some work:
 
 * remove bluez-bcm203x package (bcm203x firmware loader removed upstream)

Not needed at all. You don't wanna support a 2.4 kernel and even if you
really want to, you won't find any of these devices anymore. For all 2.6
kernels the bcm203x kernel module takes care of loading the firmware.

This package has to die and from an USB and udev perspective it was a
really nasty hack.

 * remove 000_rfcomm_conf_example.patch: the example is already commented
 * remove 004_rfcomm_usage.patch: applied upstream

Sometimes it is a good idea to feed patches back to upstream so I don't
have to extract them from the packages.

 Also note that apparently it is important to remove leftover stuff from
 /var/lib/bluetooth/device to fix the ISCAN issue; it is also probably
 a good idea to add discovto 0; to the default configuration file (see
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384379).

Adding discovto makes a device more insecure. It should go back to
non-discoverable mode unless the user configures it otherwise.

And removing all files from /var/lib/bluetooth is a really bad idea. You
will also remove link keys and the name cache. If you wanna reset the
settings then only look at the config files (plural, because some people
actually use multiple adapters) in that directory. However I wouldn't
advise to touch the configuration storage at all.

 Finally, upstream added udev rules for Bluetooth serial PCMCIA cards; I
 don't know if these udev rules are useful.

They are a fully replacement for the ones in the Debian package. That is
another thing that always needs to be discussed with upstream.

To install them --enable-pcmciarules is needed and the correct configure
call. Example is in the README. Otherwise the wrong directory will be
picked for them.

 -- System Information:
 Debian Release: testing/unstable
   APT prefers testing
   APT policy: (500, 'testing'), (10, 'unstable')
 Architecture: i386 (i686)
 Shell:  /bin/sh linked to /bin/bash
 Kernel: Linux 2.6.17.11-athlon
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 
 Versions of packages bluez-utils depends on:
 ii  dbus 0.62-4  simple interprocess messaging 
 syst
 ii  libbluetooth23.1-1   Library to use the BlueZ Linux 
 Blu
 ii  libc62.3.6-15GNU C Library: Shared libraries
 ii  libdbus-1-2  0.62-4  simple interprocess messaging 
 syst
 ii  libusb-0.1-4 2:0.1.12-2  userspace USB programming library
 ii  lsb-base 3.1-14  Linux Standard Base 3.1 init 
 scrip
 ii  makedev  2.3.1-82creates device files in /dev
 ii  module-init-tools3.2.2-3 tools for managing Linux kernel 
 mo
 ii  modutils 2.4.27.0-6  Linux module utilities
 ii  sysvinit 2.86.ds1-15 System-V-like init utilities
 ii  udev 0.093-1 /dev/ and hotplug management 
 daemo
 
 bluez-utils recommends no packages.
 
 -- no debconf information




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



Bug#385955: firefox crashes lunching kaffeine (several times) to play video (backtrace included)

2006-09-04 Thread Rafal Maj
Package: kaffeine-mozilla
Version: 0.4.3.1.dfsg-0.1
Severity: majorki

I rate it major severity, because crashing remotely a web browwser can
mean some buffer overflow etc. and perhaps can lead to security problems
- just in case.

Firefox often crashes when I lunch video files from it.

Firefox starts kaffeine to play the video (.avi, streams etc). Firefox
is in background with window Kaffeine plugin started, and kaffeine is
playing the video. When I go back to Firefox and open othe pages with
other video, then quite often the browser crashes after a while of doing
so (few minutes).

In the example crash below I opened a page with video stream, and while
it was playing in started Kaffeine, I opened two more pages each playing
a stream, then kaffeine freezed and in gdb I saw the SIGSEGV error.


ii  firefox  1.5.dfsg+1.5.0.4-1  lightweight web
ii  firefox-dbg  1.5.dfsg+1.5.0.4-1  debugging
ii  firefox-dom-inspector1.5.dfsg+1.5.0.4-1  tool for ii
firefox-gnome-support1.5.dfsg+1.5.0.4-1  Support for Gnome
ii  firefox-webdeveloper 1.0.2-1 web developer
ii  mozilla-firefox  1.5.dfsg+1.5.0.4-1  Transition
ii  mozilla-firefox-dom-inspector1.5.dfsg+1.5.0.4-1  Transition
ii  mozilla-firefox-gnome-support1.5.dfsg+1.5.0.4-1  Transition
ii  mozilla-firefox-webdeveloper 1.0.2-1 web developer

[EMAIL PROTECTED]:~$ dpkg --list *kaffeine* | grep ii
ii  kaffeine   0.8.1-3  versatile media player for KDE
ii  kaffeine-mozilla   0.4.3.1.dfsg-0.1 mozilla plugin that lanches

[EMAIL PROTECTED]:~$ dpkg --list *xine* | grep ii
ii  amarok-xine   1.4.0a-1+b1xine engine for the amaroK
ii  gxine 0.5.6-0.1  the xine video player,
ii  libarts1-xine 3.5.3-2aRts plugin enabling xine
ii  libxine-dev   1.1.1-2the xine video player library,
ii  libxine1  1.1.1-2the xine video/media player
ii  libxinerama-dev   1.0.1-4X11 Xinerama extension library
ii  libxinerama1  1.0.1-4X11 Xinerama extension library
ii  totem-xine1.4.1-2A simple media player for the p
ii  x11proto-xinerama-dev 1.1.2-3X11 Xinerama extension wire
ii  xine-ui   0.99.3-1.1 the xine video player, user
ii  xinetd2.3.14-1   replacement for inetd with many

-

[EMAIL PROTECTED]:~$ md5sum /usr/lib/firefox/firefox-bin
05c073908fc914f8e2564a53c0e23661  /usr/lib/firefox/firefox-bin
[EMAIL PROTECTED]:~$ gdb /usr/lib/firefox/firefox-bin
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...startUsing host
libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.

(gdb) start
Breakpoint 1 at 0x807856b: file nsBrowserApp.cpp, line 59.
Starting program: /usr/lib/firefox/firefox-bin
/usr/lib/firefox/firefox-bin: error while loading shared libraries:
libxpcom_core.so: cannot open shared object file: No such file or directory

Program exited with code 0177.
(gdb) quit
[EMAIL PROTECTED]:~$ /usr/lib/firefox/firefox-bin
/usr/lib/firefox/firefox-bin: error while loading shared libraries:
libxpcom_core.so: cannot open shared object file: No such file or directory
[EMAIL PROTECTED]:~$ vim /usr/lib/firefox/firefox
[EMAIL PROTECTED]:~$ man firefox
Reformatting firefox(1), please wait...
[EMAIL PROTECTED]:~$ md5sum /usr/lib/firefox/firefox-bin
05c073908fc914f8e2564a53c0e23661  /usr/lib/firefox/firefox-bin
[EMAIL PROTECTED]:~$ firefox -g
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type show copying to see the conditions.
There is absolutely no warranty for GDB.  Type show warranty for details.
This GDB was configured as i486-linux-gnu...Using host libthread_db
library /lib/tls/i686/cmov/libthread_db.so.1.

(gdb) run
Starting program: /usr/lib/firefox/firefox-bin -a firefox
[Thread debugging using libthread_db enabled]
[New Thread -132384 (LWP 25800)]
[New Thread -1222788176 (LWP 24878)]
[New Thread -1357939792 (LWP 6008)]
[New Thread -1496749136 (LWP 17590)]
[New Thread -1630970960 (LWP 15193)]
[New Thread -1765192784 (LWP 3824)]
[New Thread -1899414608 (LWP 31355)]
[New Thread -2038027344 (LWP 30893)]
[New Thread 2122718128 (LWP 27619)]
[Thread -2038027344 (LWP 30893) exited]
/dev/dvb/adapter0/frontend0 : : No such file or directory
QLayout unnamed added to QWidget unnamed, which 

Bug#385720: m4: INTERNAL ERROR: recursive push_string (fwd)

2006-09-04 Thread Paul Eggert
Eric Blake [EMAIL PROTECTED] writes:

 In the meantime, perhaps Autoconf should document that
 all autom4te input files should always end in newline.

Nh.  Let's just fix the bug in M4.  It's clearly a bug.
The GNU tradition is to handle arbitrary input files,
and not to insist on text files in the POSIX sense.


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



Bug#385957: claimbug: please consider

2006-09-04 Thread martin f krafft
Package: devscripts
Version: 2.9.21
Severity: wishlist

http://svn.madduck.net/pub/bin/debian/claimbug

Thanks,

-- 
 .''`.   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#385959: Kino DV editor is on 0.9.2 now (contains many bugfixes), please update Debian packages!

2006-09-04 Thread Mantas Kriaučiūnas
Package: kino
Severity: wishlist

Kino Digital Video editor is on 0.9.2 now, please update Debian packages!

Kino versions 0.9.1 and 0.9.2 Release Notes:

* Many bugfixes due to recent changes (0.7.1 - 0.9.0).
* W3C SMIL 2.0 compliance in project file format. (Save As dialog 
supports saving to legacy XML format.)
* Export/MPEG can output audio as AC-3 if you have ffmpeg with AC-3 
encoding enabled by specifying ffmpeg in the Advanced Options/Audio 
Encoding entry.
* Export/MPEG can encode video only by setting the Advanced 
Options/Audio Encoding entry blank.
* Export/MPEG/Advanced values are saved between sessions (maximum 
512 characters each).
* configure script now requires explicit --with-dv1394 if building 
without libiec61883 to make deprecation warning more obvious.
* bug fixes of bad FFMPEG DV rendering and segfault when saving a 
project file.

-- 
Labanaktis/Good luck,
Mantas Kriaučiūnas   Jabber ID: [EMAIL PROTECTED]GPG ID: 43535BD5
Public organization Open Source for Lithuania - www.akl.lt



Bug#332781: merge

2006-09-04 Thread Alan Woodland

severity 332781 normal
merge 157084 332781
thanks

These two bugs are the same problem. Merging them accordingly.

Alan


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



Bug#385359: opensync-plugin-syncml: Still not listing plugin in msynctool

2006-09-04 Thread Marc Fargas
Package: opensync-plugin-syncml
Version: 0.4.0+svn20060725-4
Followup-For: Bug #385359

Hi, just updated the package on my machine, but it still not listed. 
Other plugins are listed just fine.


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

Versions of packages opensync-plugin-syncml 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  libopensync0 0.18-2.2Synchronisation framework for emai
ii  libsyncml0   0.4.0+svn20060721-3 SyncML protocol library
ii  libxml2  2.6.26.dfsg-3   GNOME XML library

opensync-plugin-syncml recommends no packages.

-- no debconf information


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



Bug#385946: fmit: crashes at startup

2006-09-04 Thread Ludovic RESLINGER
On Mon, Sep 04, 2006 at 09:21:12AM +0200, Alexandre Fayolle wrote:
 Package: fmit
 Version: 0.96.5-1
 Severity: grave
 Justification: renders package unusable
 
 Hi,
 
 fmit segfaults at startup, before any application window is displayed on
 screen:
 
 $ fmit
 Free Music Instrument Tuner version 0.96.5 built at Sep  2 2006 15:25:55
 Install directory '/usr'
 CaptureThread: INFO: Built in transports
 CaptureThread: INFO:JACK   unavailable
 CaptureThread: INFO:ALSA   available
 CaptureThread: INFO: Auto detecting a working transport ... using ALSA
 CaptureThread: INFO: ALSA: try to set format to Signed 16 bit Little
 Endian success
 CaptureThread: WARNING: ALSA: cannot set channel count to one. channels
 will be mixed
 CaptureThread: INFO: ALSA: try to set sampling rate to 96000 failed
 CaptureThread: INFO: ALSA: try to set sampling rate to 48000 success
 CaptureThread: WARNING: ALSA: cannot set channel count to one. channels
 will be mixed
 Segmentation fault
 
 Running with gdb shows that the stacktrace at crash time is the
 following:
 
 #0  0xe410 in __kernel_vsyscall ()
 #1  0xa71e6821 in raise () from /lib/tls/i686/cmov/libc.so.6
 #2  0xa71e7fb9 in abort () from /lib/tls/i686/cmov/libc.so.6
 #3  0xa721bc4a in __fsetlocking () from /lib/tls/i686/cmov/libc.so.6
 #4  0xa72234df in mallopt () from /lib/tls/i686/cmov/libc.so.6
 #5  0xa7223582 in free () from /lib/tls/i686/cmov/libc.so.6
 #6  0xa7d7b9cd in XFree () from /usr/lib/libX11.so.6
 #7  0xa7e806e0 in __glXSendLargeImage () from /usr/lib/libGL.so.1
 #8  0xa7e5ad0a in glGetString () from /usr/lib/libGL.so.1
 #9  0xa7e66aa1 in glXMakeCurrentReadSGI () from /usr/lib/libGL.so.1
 #10 0xa7e66b43 in glXMakeCurrent () from /usr/lib/libGL.so.1
 #11 0xa798e0c5 in QGLContext::makeCurrent () from /usr/lib/libqt-mt.so.3
 #12 0xa798a3be in QGLWidget::makeCurrent () from /usr/lib/libqt-mt.so.3
 #13 0xa798f0a3 in QGLWidget::resizeEvent () from /usr/lib/libqt-mt.so.3
 #14 0xa7736976 in QWidget::event () from /usr/lib/libqt-mt.so.3
 #15 0xa7697aea in QApplication::internalNotify () from
 /usr/lib/libqt-mt.so.3
 #16 0xa769a49a in QApplication::notify () from /usr/lib/libqt-mt.so.3
 #17 0xa762b3d1 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
 #18 0xa7698b12 in QApplication::sendPostedEvents () from
 /usr/lib/libqt-mt.so.3
 #19 0xa7738cef in QWidget::show () from /usr/lib/libqt-mt.so.3
 #20 0xa7735b5c in QWidget::showChildren () from /usr/lib/libqt-mt.so.3
 #21 0xa7738f76 in QWidget::show () from /usr/lib/libqt-mt.so.3
 #22 0xa7735b5c in QWidget::showChildren () from /usr/lib/libqt-mt.so.3
 #23 0xa7738f76 in QWidget::show () from /usr/lib/libqt-mt.so.3
 #24 0xa780b660 in QMainWindow::show () from /usr/lib/libqt-mt.so.3
 #25 0x08065148 in QLabel::metaObject ()
 #26 0xa71d2ea8 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
 #27 0x08055531 in ?? ()
 
 
 
 -- 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: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
 
 Versions of packages fmit depends on:
 ii  freeglut32.4.0-5 OpenGL Utility Toolkit
 ii  libasound2   1.0.11-7ALSA library
 ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
 ii  libgcc1  1:4.1.1-13  GCC support library
 ii  libgl1-mesa-glx [libgl1] 6.4.2-1.1   A free implementation of the 
 OpenG
 ii  libglu1-mesa [libglu1]   6.4.2-1.1   The OpenGL utility library (GLU)
 ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
 ii  libjack0.100.0-0 0.101.1-1   JACK Audio Connection Kit 
 (librari
 ii  libqt3-mt3:3.3.6-4   Qt GUI Library (Threaded runtime 
 v
 ii  libsm6   1:1.0.1-2   X11 Session Management library
 ii  libstdc++6   4.1.1-13The GNU Standard C++ Library v3
 ii  libx11-6 2:1.0.0-8   X11 client-side library
 ii  libxext6 1:1.0.1-2   X11 miscellaneous extension 
 librar
 ii  libxi6   1:1.0.1-3   X11 Input extension library
 ii  libxmu6  1:1.0.2-2   X11 miscellaneous utility library
 ii  libxt6   1:1.0.2-2   X11 toolkit intrinsics library
 
 fmit recommends no packages.
 
 -- no debconf information
 

Hello,

Thank you for the bug report. 
The problem seem to be known by upstream, I will contact him today or 
tomorrow to have more informations, and to solve it.

Regards

-- 
.---.  Ludovic RESLINGER
   / \
   [EMAIL PROTECTED]@./ Trumpet Student in CNR
   /`\_/`\ Free Software Developer
  // )X( \\
 | \  :  )|_   _,'|   .''`.
/`\_`  _/ \ @==TTT=::_  |  : :'  :
\__/'---'\__/   ((_=HHH___))   `.|  `. `'`
 `---UUU---'= `-


signature.asc
Description: 

Bug#385956: proposed patch

2006-09-04 Thread Olivier Berger
I'm not sure it's perfect yet, but at least adding 0-9 and _ helps a
bit ;) :

# diff -ibwu check.js.orig check.js
--- check.js.orig   2006-09-04 11:19:33.0 +0200
+++ check.js2006-09-04 11:02:19.0 +0200
@@ -17,6 +17,6 @@

 // check url syntax
 function checkSyntax (url) {
-var syntax = /^https?:\/\/[-a-zA-Z.\/=%?~]+$/;
+var syntax = /^https?:\/\/[-a-zA-Z0-9.\/=%?~_]+$/;
 return syntax.test(url);
 }

Best regards,
-- 
Olivier BERGER [EMAIL PROTECTED]
Ingénieur Recherche - Dept INF
INT Evry (http://www.int-evry.fr)
OpenPGP-Id: 1024D/6B829EEC





Bug#381823: infinite loop somewhere in gnome-cups-icon

2006-09-04 Thread Arthur Petitpierre
Same config, same conditions, but a slightly different backtrace :

Backtrace was generated from '/usr/bin/gnome-cups-icon'

(no debugging symbols found)
Using host libthread_db library /lib/tls/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1497082176 (LWP 5830)]
[New Thread -1498739792 (LWP 22899)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xa748574b in __waitpid_nocancel ()
   from /lib/tls/i686/cmov/libpthread.so.0
#2  0xa7eb4655 in gnome_gtk_module_info_get () from /usr/lib/libgnomeui-2.so.0
#3  signal handler called
#4  0xe410 in __kernel_vsyscall ()
#5  0xa7481d76 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/tls/i686/cmov/libpthread.so.0
#6  0xa7534be3 in gnome_cups_request_execute_async ()
   from /usr/lib/libgnomecups-1.0.so.1
#7  0xa7532ad4 in gnome_cups_printer_set_default ()
   from /usr/lib/libgnomecups-1.0.so.1
#8  0xa7532d20 in _gnome_cups_printer_init ()
   from /usr/lib/libgnomecups-1.0.so.1
#9  0xa7532d09 in _gnome_cups_printer_init ()
   from /usr/lib/libgnomecups-1.0.so.1
#10 0xa7406684 in ?? () from /usr/lib/libglib-2.0.so.0
#11 0xafb0f3d8 in ?? ()
#12 0xa73a5556 in g_source_get_current_time () from /usr/lib/libglib-2.0.so.0
#13 0xa73a5556 in g_source_get_current_time () from /usr/lib/libglib-2.0.so.0
#14 0xa73a4e2c in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#15 0xa73a8176 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#16 0xa73a8537 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#17 0xa7af04e1 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#18 0x0804bd92 in ?? ()
#19 0x0805b000 in ?? ()
#20 0x0804cde4 in _IO_stdin_used ()
#21 0x0804bb20 in ?? ()
#22 0x in ?? ()

Thread 2 (Thread -1498739792 (LWP 22899)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xa7484b48 in recv () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xa750f0ef in httpRead2 () from /usr/lib/libcups.so.2
No symbol table info available.
#3  0xa751551a in ippDelete () from /usr/lib/libcups.so.2
No symbol table info available.
#4  0xa7513c11 in ippReadIO () from /usr/lib/libcups.so.2
No symbol table info available.
#5  0xa7513ead in ippRead () from /usr/lib/libcups.so.2
No symbol table info available.
#6  0xa751f1f2 in cupsDoFileRequest () from /usr/lib/libcups.so.2
No symbol table info available.
#7  

Bug#385863: System Information (hardinfo) no open

2006-09-04 Thread Enrique Quezada Riveros

Hi, in the menu ApplicationsSystem ToolsSystem Information
(Hardinfo). When I do click, no open utility. No run, you know?

2006/9/3, Martin Michlmayr [EMAIL PROTECTED]:

* Enrique Quezada Riveros [EMAIL PROTECTED] [2006-09-03 09:59]:
 Package: System Information
 Version: I can't see

  The package no work.

What doesn't work?
--
Martin Michlmayr
http://www.cyrius.com/




--
Linux Registered User # 417515


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



Bug#348316: faubackup: Return with non-zero exit value on full disk

2006-09-04 Thread Martin Waitz
hoi :)

On Mon, Sep 04, 2006 at 10:26:31AM +0200, Jan-Benedict Glaw wrote:
 One of my backup systems went out of disk space last night. I saw the
 disk full message, but faubackup exited with return code zero...

hmm, that should not happen.

I will have a look at it.

-- 
Martin Waitz


signature.asc
Description: Digital signature


Bug#337570: xprint: Maybe the same bug

2006-09-04 Thread Eugen Dedu

Drew Parsons wrote:

On Fri, 2006-09-01 at 21:09 +0200, Eugen Dedu wrote:
The same for me, with the same message (I tried both print and print 
to file).  I work on powerpc and use: [..]


I'm not experiencing this crash with the new version of xprint from
experimental.  I'll be able to bring it into unstable in a couple more


The version in experimental is available only for i386 :o(

http://packages.debian.org/cgi-bin/search_packages.pl?searchon=namesversion=allexact=1keywords=xprint

Eugen


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



Bug#385958: gnome-session: Startup fails with my configuration

2006-09-04 Thread Heikki Kantola
Package: gnome-session
Version: 2.14.3-1
Severity: important

There is something weird happening when I attempt to start GNOME with 
my session settings (included below), namely the startup begins
normally and then kaboom the session ends prematurely and I am
returned to the login manager (or shell where startx was invoked).
My prime suspect for this behaviour is the fact that I am using
two display setup without Xinerama and therefor there has to be two
instances of my favourite window manager FVWM (currently from Debian
package fvwm-gnome 2.5.17-1) and given that there has already been 
reports on that gnome-session fails to launch multiple instances of 
xterm, my problems may be related to that. I've tried with another
user account, where the window manager is sawfish and there seems to
be no problem. Also on a laptop I manage to run the very same GNOME 
and FVWM versions fine, but there I have just one screen, so the 
problem most likely has something to do with my desktop dualhead X 
configuration.

-- 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-2-686
Locale: LANG=C, LC_CTYPE=fi_FI (charmap=ISO-8859-1)

Versions of packages gnome-session depends on:
ii  gconf2   2.14.0-4GNOME configuration database syste
ii  gnome-control-center 1:2.14.2-3  utilities to configure the GNOME d
ii  libatk1.0-0  1.12.1-1The ATK accessibility toolkit
ii  libbonobo2-0 2.14.0-1Bonobo CORBA interfaces library
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libesd0  0.2.36-3Enlightened Sound Daemon - Shared 
ii  libgconf2-4  2.14.0-4GNOME configuration database syste
ii  libglib2.0-0 2.10.3-3The GLib library of C routines
ii  libgnome-desktop-2   2.14.3-1Utility library for loading .deskt
ii  libgnome2-0  2.14.1-3The GNOME 2 library - runtime file
ii  libgnomeui-0 2.14.1-2The GNOME 2 libraries (User Interf
ii  libgtk2.0-0  2.8.20-1The GTK+ graphical user interface 
ii  libice6  1:1.0.0-3   X11 Inter-Client Exchange library
ii  liborbit21:2.14.0-2  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.12.3-2Layout and rendering of internatio
ii  libsm6   1:1.0.1-2   X11 Session Management library
ii  libwrap0 7.6.dbs-11  Wietse Venema's TCP wrappers libra
ii  libx11-6 2:1.0.0-8   X11 client-side library
ii  libxau6  1:1.0.0-4   X11 authorisation library
ii  libxrandr2   2:1.1.0.2-4 X11 RandR extension library

Versions of packages gnome-session recommends:
ii  dbus 0.62-4  simple interprocess messaging syst
ii  desktop-base 0.3.17  common files for the Debian Deskto
ii  gnome-panel  2.14.3-1launcher and docking facility for 
ii  metacity 1:2.14.5-1  A lightweight GTK2 based Window Ma
ii  nautilus 2.14.3-1file manager and graphical shell f
ii  sawfish  1:1.3+cvs20060518-3 a window manager for X11

-- no debconf information

-- my .gnome2/session

[Default]
0,id=117f010001036080598001160
0,Program=swisswatch
0,CloneCommand=swisswatch -g -5+5 
0,RestartCommand=swisswatch -g -5+5 
1,id=117f019382912080006310007
1,RestartStyleHint=2
1,Priority=40
1,Program=gnome-panel
1,CurrentDirectory=/home/hezu
1,CloneCommand=gnome-panel --sm-config-prefix /gnome-panel-tLMLI7/ --profile 
default 
1,RestartCommand=gnome-panel --sm-config-prefix /gnome-panel-tLMLI7/ 
--sm-client-id 117f019382912080006310007 --screen 0 --profile 
default 
2,id=11c0a800010001077701252013001
2,Program=hardware-monitor
2,CurrentDirectory=/home/hezu
2,CloneCommand=hardware-monitor --sm-config-prefix /hardware-monitor-Ry5nfh/ 
2,RestartCommand=hardware-monitor --sm-config-prefix /hardware-monitor-Ry5nfh/ 
--sm-client-id 11c0a800010001077701252013001 --screen 0 
3,id=11c0a8000100010776703740032340062
3,Program=xterm
3,CloneCommand=xterm -g +560+806 
3,RestartCommand=xterm -xtsessionID 11c0a8000100010776703740032340062 -g 
+560+806 
4,id=11c0a8000100010777014170130010003
4,Program=xterm
4,CloneCommand=xterm -display :0.1 -g +1+25 -T Muffin\\ window 
4,RestartCommand=xterm -xtsessionID 11c0a8000100010777014170130010003 
-display :0.1 -g +1+25 -T Muffin\\ window 
5,id=11c0a8000100010777014350130010004
5,Program=xterm
5,CloneCommand=xterm -fn 
-sony-fixed-medium-r-normal--16-120-100-100-c-80-iso8859-1 -g -1+150 
5,RestartCommand=xterm -xtsessionID 11c0a8000100010777014350130010004 -fn 

Bug#384596: Buggy serial bus support

2006-09-04 Thread Frédéric Massot

Hi,

I changed the mouse for the same one but with a PS/2 connector. Since I 
do not have any more any problems.


It seems that the support of the serial bus is buggy, in particular when 
one click with the left boutton.


Regards.
--
==
|  FREDERIC MASSOT   |
| http://www.juliana-multimedia.com  |
|   mailto:[EMAIL PROTECTED]   |
===Debian=GNU/Linux===


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



Bug#359707: Status?

2006-09-04 Thread Alan Woodland

Hi,

What is the current status of this bug? Have you any plans to upload 
0.9.4 soon? If you need any help preparing this upload feel free to give 
me a shout - I'd like to see Eterm release with Etch.


Thanks,
Alan


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



Bug#385881: tinysnmp-agent: does not start due to libabz0 ABI change

2006-09-04 Thread Abraham vd Merwe
Hi Steve @2006.09.03_23:26:54_+0200

 reassign 385881 libabz0
 found 385881 0.6.3
 thanks
 
 On Sun, Sep 03, 2006 at 08:45:26PM +0300, Niko Tyni wrote:
  starting tinysnmp-agent currently fails on current sid with:
 
  # /etc/init.d/tinysnmp-agent start
  Starting router-monitoring daemon: tinysnmpd/usr/sbin/tinysnmpd: symbol
  lookup error: /usr/sbin/tinysnmpd: undefined symbol: tokens_parse
  .
 
  This happens because of this change in libabz0 0.6.3:
 
  In my understanding, the right fix is to either revert the change
  in libabz or to bump its soname and recompile tinysnmp (and other
  reverse-depends as well.)
 
 Correct, and therefore reassigned to libabz0.
 
 (And why is libabz a native package?)

Because I wrote it?

-- 

Regards
 Abraham

___
 Abraham vd Merwe - The Debian Project
 1st Floor, Albion Springs, 183 Main Road, Newlands
 Phone: +27 21 689 3867 Cell: +27 82 565 4451
 Http: http://people.debian.org/~abz/
 Email: [EMAIL PROTECTED]



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



Bug#385785: installation failure

2006-09-04 Thread Geert Stappers
On Sun, Sep 03, 2006 at 01:37:22PM -0400, [EMAIL PROTECTED] wrote:
 On Sun, 3 Sep 2006 08:39:36 +0200, Christian Perrier
 
  Can you run (lspci ; lspci -n)|sort on that machine
  Then send us the output relevant to your NIC and
  the interface your CD is attached on.
 
 [ I don't understand the request, I don't dare to ask what
 (lspci ; lspci -n)| sort -n
   means. I just do
 lspci
 lspci -n
  and see want happens.
  I even don't care to filter the relevant parts ]

That is what I did read.


This is more what was expected:

:00:07.1 0101: 8086:7111 (rev 01)
:00:07.1 IDE interface: Intel Corp. 82371AB/EB/MB PIIX4 IDE (rev 01)
:00:0d.0 0100: 9004:8178
:00:0d.0 SCSI storage controller: Adaptec AHA-2940U/UW/D / AIC-7881U
:00:12.0 0180: 1095:3112 (rev 02)
:00:12.0 Unknown mass storage controller: Silicon Image, Inc.  (formerly 
CMD Technology Inc) SiI 3112 [SATALink/SATARaid] Serial ATA
:00:14.0 0200: 1113:1211 (rev 10)
:00:14.0 Ethernet controller: Accton Technology Corporation SMC2-1211TX 
(rev 10)

Question:
  the interface your CD is attached on.



Geert Stappers


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



Bug#385949: initramfs-tools: lilo not run after installation; system did not boot any more

2006-09-04 Thread maximilian attems
On Mon, Sep 04, 2006 at 11:09:38AM +0200, Sebastien Blondeel wrote:
 On Mon, Sep 04, 2006 at 10:53:09AM +0200, maximilian attems wrote:
  i need more information, please post the output of
 
 Thanks for the quick reaction.

sure, sorry for the trouble,
please keep bugreport on cc.

 
  cat /etc/kernel-img.conf
 
 # cat /etc/kernel-img.conf
 # Do not create symbolic links in /
 do_symlinks = No
 # Fri Aug 18 23:01:26 CEST 2006
 # message from ``Configuring linux-image-2.6.16-2-k7''
 do_initrd = Yes

if you want to have lilo run at the end of an linux-image install
or after an update of an initramfs you need to add to aboves file:
do_bootloader = Yes
or if you use grub
do_bootloader = no
 
  ls -l /etc/lilo.conf
 
 # ls -l /etc/lilo.conf
 -rw-r- 1 root root 4587 2006-09-04 09:42 /etc/lilo.conf

ok
  ls -l /sbin/lilo
 
 # ls -l /sbin/lilo
 -rwxr-xr-x 1 root root 602 2006-07-31 22:27 /sbin/lilo

detto
 
  dpkg -l grub
 
 # 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)
 ||/ NameVersion Description
 +++-===-===-==
 ii  grub0.97-13 GRand Unified 
 Bootloader
 
hmm you have both installed, without indication of which one
to run, so you need to run lilo manualy on upgrades of linux-image
or after update-initramfs runs. as lilo stores an hardcoded block
and has no idea about the fs
 
 Note on this last one: I had tried to switch to grub typing apt-get install
 grub but this did nothing and I did not insist (I''l try to make the actual
 switch today). Maybe this is what fooled your installation scripts into
 thinking re-rerunning lilo was not necessary?

try to use grub-install or grub directly
http://www.itp.tuwien.ac.at/~mattems/blog/2006/01/18#grub_install

best regards

-- 
maks


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



Bug#385857: [Pkg-bluetooth-maintainers] Bug#385857: please upgrade to bluez-utils and bluez-libs 3.4

2006-09-04 Thread Filippo Giunchedi
Hi,

On Mon, Sep 04, 2006 at 12:52:40PM +0200, Marcel Holtmann wrote:
 the 3.5 is coming really soon and fixes another couple of rare race
 conditions that can lead to segmentation faults of hcid. The 3.1 version
 is not really suited for daily use.

allright, I'm going to wait for bluez 3.5 and then package it.

 
  bluez-libs compiled out of the box by just unpacking and moving the
  debian directory over, but bluez-utils needs some work:
  
  * remove bluez-bcm203x package (bcm203x firmware loader removed upstream)
 
 Not needed at all. You don't wanna support a 2.4 kernel and even if you
 really want to, you won't find any of these devices anymore. For all 2.6
 kernels the bcm203x kernel module takes care of loading the firmware.

I'm going to drop it after etch release when we'll discontinue support for 2.4
kernels.

 
 This package has to die and from an USB and udev perspective it was a
 really nasty hack.
 
  * remove 000_rfcomm_conf_example.patch: the example is already commented
  * remove 004_rfcomm_usage.patch: applied upstream
 
 Sometimes it is a good idea to feed patches back to upstream so I don't
 have to extract them from the packages.

yep, I'm used to do it, I must have overlooked these patches.

 They are a fully replacement for the ones in the Debian package. That is
 another thing that always needs to be discussed with upstream.

indeed, this has been discussed extensively in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378839 and on bluez-devel

 
 To install them --enable-pcmciarules is needed and the correct configure
 call. Example is in the README. Otherwise the wrong directory will be
 picked for them.

okay, thanks.

filippo


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



Bug#379476: broken ca.po

2006-09-04 Thread Marc Haber
Hi Jordi,

On Thu, Aug 17, 2006 at 01:31:27PM +0200, Robert Millan wrote:
 It appears that the ca.po you attached has been truncated.
 
 Btw, I reviewed the current translation and found a pair of mistakes.  Please
 could you include the attached (2 hunk) patch in your next revision?
 
 (note: my patch is already converted to UTF-8)

May I remind? I plan doing an adduser upload later this week and would
like to include the catalan update.

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#385213: texlive-latex-extra: caption3 package is not provided but needed

2006-09-04 Thread Norbert Preining
Hi Frank!

On Mon, 04 Sep 2006, Frank Küster wrote:
  Next revision of the package will recommend texlive-latex-recommended
  (but then, who installs latex-extra without latex-recommended? Most
  things wont work..)
 
 This sounds as if texlive-latex-extra should actually Depend on
 -recommended.  

No, I want to leave it to recommends. Why:
- packages *can* work, but not necessarily all of them
- latex-extra should be installable with tetex

Best wishes

Norbert



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



Bug#385913: vim-scripts: ftplugin's po.vim is not matching fuzzy and unstranslated strings

2006-09-04 Thread Michael Piefel
Am Sonntag, den 03.09.2006, 19:40 -0300 schrieb Andre Luis Lopes:
 ftplugin's po.vim functionality of matching the next fuzzy and the next
 unstralated strings, as well as matching a fuzzy or a unstranstaled string
 forward isn't working.

It all works for me, both in console and GUI vim, both with my
own .vimrc and yours.

Do the other keybindings of the plugin work?
Does ‘:map’ list anything suspicious?

Bye,
  Mike
-- 
|=| Michael Piefel
|=| Member of the Debian project



Bug#353116: why is this an important dselect bug?

2006-09-04 Thread Bruce Sass
Hi,

I can see why #351406 was cloned to dselect...

Date: Thu, 16 Feb 2006 10:53:46 +0100
From: Loïc Minier [EMAIL PROTECTED]
To: Gary Koskenmaki [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject: Re: Rhythmbox: No volume slider, does not play radio stations 
or library music
Message-ID: [EMAIL PROTECTED]
...
 This was a missing installation of gstreamer0.10-alsa, which is
 presumably a synaptic + apt-get problem, and a dselect problem on
 installs and upgrades.
...

...but a little later on...

Date: Tue, 28 Feb 2006 16:24:51 +0100
From: Loïc Minier [EMAIL PROTECTED]
To: Filipus Klutiero [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: Shouldn't make Recommends useless
Message-ID: [EMAIL PROTECTED]
...
 (BTW, dselect does install Recommends by default.)
...

...and #353115 has been downgraded to wishlist.

Even if this issue crops up with dselect+apt-method[1], it is an APT 
problem and can be worked around in dselect simply by using a different 
access method.

I think this bug should be closed.


- Bruce

[1] I may have seen it twice in all the time dselect has supported the 
APT access method, but both times I was aiming for a broken 
installation (just wanted part of a suite) and didn't feel like wget + 
dpkg -i.



Bug#385887: ITP: daemonize -- run a command as a Unix daemon

2006-09-04 Thread Marc Haber
On Sun, 03 Sep 2006 21:35:03 +0200, Stanley Jaddoe
[EMAIL PROTECTED] wrote:
Most programs that are designed to be run as daemons do that work for
themselves. However, you?ll occasionally run across one that does not. When you
must run a daemon program that does not properly make itself into a true Unix
daemon, you can use daemonize to force it to run as a true daemon.

|Package: daemon
|Version: 0.6.3-1
|Description: turns other processes into daemons
| There are many tasks that need to be performed to correctly set up a
| daemon process. This can be tedious. Daemon performs these tasks for
| other processes. This is useful for writing daemons in languages other
| than C, C++ or Perl (e.g. /bin/sh, Java).
| .
| If you want to write daemons in languages that can link against C functions
| (e.g. C, C++), see libslack which contains the core functionality of daemon.
| .
| Upstream URL: http://www.libslack.org/daemon/

Can daemonize do things that daemon cannot?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



Bug#321505: the default collation should be latin1_general_ci instead of latin1_swedish_ci

2006-09-04 Thread [EMAIL PROTECTED]

Hello,
I really don't understand why latin1_swedish_ci is used as default instead of 
latin1_general_ci
which is general as its name says...



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



Bug#385928: RFA: ncurses -- Shared libraries for terminal handling (32-bit)

2006-09-04 Thread Daniel Baumann
Daniel Jacobowitz wrote:
 I request an adopter for the ncurses package.

I would like to adopt it if you agree.

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


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



Bug#366855: Please support mirroring of pdiff files

2006-09-04 Thread Peter Colberg
Hi,

not having found anything similar yet, I have extended debmirror to
support Packages and Sources pdiff files. The patch below makes
debmirror download {Packages,Sources}.diff/Index files in case they
exist, and fetches the appropriate pdiff files. I payed attention not
to mess up the overall download statistics, but the percentages shown
during the Packages and Sources download phase will not represent
the actual progress.

As I am employing debmirror on a 4 Mb flash device (OpenWRT router)
with only 32 Mb of RAM and a 200 MHz CPU (mipsel), I did not dare to
actually use the pdiff files for patching Packages or Sources files
and saving some bandwidth, especially in light of seeing how much
CPU power the rred patch algorithm uses even on faster machines
(for example my Pentium-M laptop throttled to 600 MHz).

Another feature still missing is Contents.diff support.
Contents-*.diff/Index files are not listed in the Release file, so
it is not known whether these exist or not prior to actually
downloading them. However, the remote_get method triggers an error
upon failure, so a query method would have to be implemented for
all supported download methods (ftp, hftp, http, rsync).

Regards,
Peter
diff -urN debmirror-20051209~/debian/control debmirror-20051209/debian/control
--- debmirror-20051209~/debian/control  2004-12-09 18:56:46.0 +0100
+++ debmirror-20051209/debian/control   2006-09-03 16:17:31.0 +0200
@@ -6,7 +6,7 @@
 
 Package: debmirror
 Architecture: all
-Depends: libnet-perl, libdigest-md5-perl, liblockfile-simple-perl, rsync, 
libcompress-zlib-perl, bzip2, libwww-perl
+Depends: libnet-perl, libdigest-md5-perl, liblockfile-simple-perl, rsync, 
libcompress-zlib-perl, bzip2, libwww-perl, libdigest-sha1-perl
 Recommends: gnupg
 Description: Debian partial mirror script, with ftp and package pool support
  This program downloads and maintains a partial local Debian mirror.
diff -urN debmirror-20051209~/debmirror debmirror-20051209/debmirror
--- debmirror-20051209~/debmirror   2005-12-09 19:13:09.0 +0100
+++ debmirror-20051209/debmirror2006-09-04 11:17:49.0 +0200
@@ -355,6 +355,7 @@
 use LockFile::Simple;
 use Compress::Zlib;
 use Digest::MD5;
+use Digest::SHA1;
 use LWP::UserAgent;
 
 # Yeah, I use too many global variables in this program.
@@ -468,8 +469,9 @@
 say(Download at most $rsync_batch files per rsync call.) if 
($download_method eq rsync);
 say(Dry run.) if $dry_run_var;
 
-my $md5;
+my ($md5, $sha1);
 $md5=Digest::MD5-new;
+$sha1=Digest::SHA1-new;
 
 # Set up mirror directory and resolve $mirrordir to a full path for
 # locking and rsync
@@ -634,6 +636,7 @@
   add_bytes(dists/$dist/$section/binary-$arch/Packages.gz);
   add_bytes(dists/$dist/$section/binary-$arch/Packages.bz2);
   add_bytes(dists/$dist/$section/binary-$arch/Release);
+  add_bytes(dists/$dist/$section/binary-$arch/Packages.diff/Index);
 }
 # d-i has no sources over there, sources are in main
 next if ($section =~ /debian-installer/);
@@ -642,6 +645,7 @@
   add_bytes(dists/$dist/$section/source/Sources.gz);
   add_bytes(dists/$dist/$section/source/Sources.bz2);
   add_bytes(dists/$dist/$section/source/Release);
+  add_bytes(dists/$dist/$section/source/Sources.diff/Index);
 }
   }
 }
@@ -650,10 +654,12 @@
   add_bytes($_/Packages.gz);
   add_bytes($_/Packages.bz2);
   add_bytes($_/Release);
+  add_bytes($_/Packages.diff/Index);
   if ($do_source) {
 add_bytes($_/Sources);
 add_bytes($_/Sources.gz);
 add_bytes($_/Sources.bz2);
+add_bytes($_/Sources.diff/Index);
   }
 }
 if ($getcontents) {
@@ -1059,6 +1065,25 @@
   return 0;
 }
 
+# Check uncompressed pdiff content against sha1sum from Index file.
+sub check_pdiff {
+  my ($filename, $size, $sha1sum)[EMAIL PROTECTED];
+  my $ret=0;
+
+  if (-f $filename.gz) {
+system_redirect_io(gunzip, $filename.gz, $filename);
+if ($size == -s $filename) {
+  open HANDLE, $filename or
+die $filename: $!;
+  $sha1-addfile(*HANDLE);
+  my $digest = $sha1-hexdigest;
+  $ret = ($sha1sum eq $digest);
+}
+unlink ($filename);
+  }
+  return $ret;
+}
+
 # Check file against md5sum and size from the Release file.
 # It will return true if the md5sum matches.
 sub check_lists {
@@ -1340,15 +1365,35 @@
   $bytes_gotten += $file_lists_size{$tempdir/$subdir/Release};
 }
   }
+  if (exists $file_lists_size{$tempdir/$subdir/Packages.diff/Index}) {
+if (!check_lists ($tempdir/$subdir/Packages.diff/Index)) {
+  make_dir($subdir/Packages.diff);
+  make_dir($tempdir/$subdir/Packages.diff);
+  say($subdir/Packages.diff/Index needs fetch);
+  remote_get($subdir/Packages.diff/Index);
+  if (!check_lists ($tempdir/$subdir/Packages.diff/Index)) {
+   say($subdir/Packages.diff/Index failed md5sum check, removing);
+   push (@errlog,$subdir/Packages.diff/Index failed md5sum check, 
removing\n);
+   unlink 

Bug#321505: the default collation should be latin1_general_ci instead of latin1_swedish_ci

2006-09-04 Thread Christian Hammers


On 2006-09-04 [EMAIL PROTECTED] wrote:
 I really don't understand why latin1_swedish_ci is used as default instead of
 latin1_general_ci which is general as its name says...

Backwards compatibility with older mysql versions.

bye,

-christian-


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



Bug#385857: [Pkg-bluetooth-maintainers] Bug#385857: please upgrade to bluez-utils and bluez-libs 3.4

2006-09-04 Thread Marcel Holtmann
Hi Filippo,

  the 3.5 is coming really soon and fixes another couple of rare race
  conditions that can lead to segmentation faults of hcid. The 3.1 version
  is not really suited for daily use.
 
 allright, I'm going to wait for bluez 3.5 and then package it.

should be out this week. If I am not going to be to distracted at the
Linux-Kongress.

   bluez-libs compiled out of the box by just unpacking and moving the
   debian directory over, but bluez-utils needs some work:
   
   * remove bluez-bcm203x package (bcm203x firmware loader removed upstream)
  
  Not needed at all. You don't wanna support a 2.4 kernel and even if you
  really want to, you won't find any of these devices anymore. For all 2.6
  kernels the bcm203x kernel module takes care of loading the firmware.
 
 I'm going to drop it after etch release when we'll discontinue support for 2.4
 kernels.

You can drop it now actually. A Liunx 2.4 kernel user and owner of this
device is a really really unlikely combination. I mean it. It would take
me at least a couple of hours to find my dongle.

  This package has to die and from an USB and udev perspective it was a
  really nasty hack.
  
   * remove 000_rfcomm_conf_example.patch: the example is already commented
   * remove 004_rfcomm_usage.patch: applied upstream
  
  Sometimes it is a good idea to feed patches back to upstream so I don't
  have to extract them from the packages.
 
 yep, I'm used to do it, I must have overlooked these patches.

Do you have any other patches that are not upstream?

  They are a fully replacement for the ones in the Debian package. That is
  another thing that always needs to be discussed with upstream.
 
 indeed, this has been discussed extensively in
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=378839 and on bluez-devel
 
  
  To install them --enable-pcmciarules is needed and the correct configure
  call. Example is in the README. Otherwise the wrong directory will be
  picked for them.
 
 okay, thanks.

Please test the installation. The current version contains a nasty hack
to get them into the right place.

And please drop your passkey agent think completely. This will be
distribution specific and can't be a solution. It is better to put the
passkey-agent.c example in the docs directory as an example and mention
it in a README.Debian.

That said. I am missing a package for bluez-gnome which contains the
graphical passkey agent. New version is coming up also this week. It
will fix a small glitch with the status icon.

Regards

Marcel




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



Bug#385960: mysql-dfsg-5.1: default charset modified in last release

2006-09-04 Thread tech
Package: mysql-dfsg-5.1
Version: accentued characters doesn't show right
Severity: important

Since I upgraded to the last testing version of mysql (5.0.24-3)
all accentuated characters in databases are rotten.
I always used iso-8859-15 as charset for all my databases, but it seems that 
the upgrade modified something in the parameters to use utf-8 instead.
I would like to know how I could get back the previous behaviour.
For the moment all my databases are unusable

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


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



Bug#385958: gnome-session: Startup fails with my configuration

2006-09-04 Thread Josselin Mouette
Le lundi 04 septembre 2006 à 12:12 +0300, Heikki Kantola a écrit :
 Package: gnome-session
 Version: 2.14.3-1
 Severity: important
 
 There is something weird happening when I attempt to start GNOME with 
 my session settings (included below), namely the startup begins
 normally and then kaboom the session ends prematurely and I am
 returned to the login manager (or shell where startx was invoked).
 My prime suspect for this behaviour is the fact that I am using
 two display setup without Xinerama and therefor there has to be two
 instances of my favourite window manager FVWM (currently from Debian
 package fvwm-gnome 2.5.17-1) and given that there has already been 
 reports on that gnome-session fails to launch multiple instances of 
 xterm, my problems may be related to that. I've tried with another
 user account, where the window manager is sawfish and there seems to
 be no problem. Also on a laptop I manage to run the very same GNOME 
 and FVWM versions fine, but there I have just one screen, so the 
 problem most likely has something to do with my desktop dualhead X 
 configuration.

It looks like just another libxklavier crash...

Question 1: after that happens, is there a trace of a crash
in /var/log/Xorg.0.log.old ?

Question 2: what if you run:
gconftool-2 -- recursive-unset 
/desktop/gnome/peripherals/keyboard/bell_custom_file

-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom




Bug#385747: [DebianGIS-dev] Bug#385747: libgdal1-1.3.2-dev: gdal-config reports wrong path for -L and -I (/tmp/buildd/gdal-1.3.2/debian/tmp/*)

2006-09-04 Thread Francesco P. Lovergine
On Sat, Sep 02, 2006 at 08:54:54PM +0200, Sylvain Joyeux wrote:
 Package: libgdal1-1.3.2-dev
 Version: 1.3.2-2
 Severity: normal
 
 
 The gdal-config utility reports wrong path for -L and -I:
  [~]% gdal-config --libs
  -L/tmp/buildd/gdal-1.3.2/debian/tmp/usr/lib -lgdal1.3.2
 
  [~]% gdal-config --cflags
  -I/tmp/buildd/gdal-1.3.2/debian/tmp/usr/include
 
 This is not a problem since /usr/lib and /usr/include are searched
 by default, but it is a bug anyway
 

Uhm, nice. This could potentially introduce some subdle bug in
compiling dependencies...

-- 
Francesco P. Lovergine


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



Bug#385213: texlive-latex-extra: caption3 package is not provided but needed

2006-09-04 Thread Frank Küster
Norbert Preining [EMAIL PROTECTED] wrote:

 Hi Frank!

 On Mon, 04 Sep 2006, Frank Küster wrote:
  Next revision of the package will recommend texlive-latex-recommended
  (but then, who installs latex-extra without latex-recommended? Most
  things wont work..)
 
 This sounds as if texlive-latex-extra should actually Depend on
 -recommended.  

 No, I want to leave it to recommends. Why:
 - packages *can* work, but not necessarily all of them
 - latex-extra should be installable with tetex

That's a good point.

Regards, Frank
-- 
Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#305227: ITP: libdom4j-java -- flexible XML framework for Java

2006-09-04 Thread Marcus Better
reopen 305227
block 385569 by 305227
thanks

Re-opening this. It is needed to package JBoss.


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



Bug#385319: r2e run hangs and doesn't finish

2006-09-04 Thread Christian Surchi
Il giorno ven, 01/09/2006 alle 19.17 -0400, Joey Hess ha scritto:
 I have a suspicion that it's sendmail that's really hanging. You might
 see it as a child process of r2e when it's locked.

I made a try switching from smtp to sendmail in r2e config.py. 
I have the same situation but I see a lot of postfix sendmail zombie
process!

Christian




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



Bug#383905: gnome-btdownload prevents move to new python version

2006-09-04 Thread Marco Cabizza
This patch updates the package for the new Python policy, required for
Etch.
Gerardo, if you agree I can NMU the package in a week.

Ciao
~marco

diff -Naur gnome-btdownload-0.0.22/debian/control gnome-btdownload-0.0.22.patched/debian/control
--- gnome-btdownload-0.0.22/debian/control	2006-09-04 12:14:47.0 +0200
+++ gnome-btdownload-0.0.22.patched/debian/control	2006-09-04 12:12:53.0 +0200
@@ -2,13 +2,13 @@
 Section: net
 Priority: optional
 Maintainer: Gerardo Curiel [EMAIL PROTECTED]
-Build-Depends-Indep: python (= 2.3.0), intltool, gconf2
-Build-Depends: cdbs, debhelper (= 5.0.32)
-Standards-Version: 3.7.0
+Build-Depends: cdbs, debhelper (= 5.0.32), python-central, intltool, gconf2
+Standards-Version: 3.7.2
+XS-Python-Version: = 2.4
 
 Package: gnome-btdownload
 Architecture: all
-Depends: bittorrent (= 3.2), python2.3 (= 2.3), python(2.4), python-gtk2, python-gnome2, python-glade2 (= 2.0.0), ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}, bittorrent (= 3.2), python-gtk2, python-gnome2, python-glade2 (= 2.0.0)
 Description: Gnome interface for 'executing' BitTorrent files
  A simple Gnome interface designed as a mime-sink for BitTorrent files.
  gnome-btdownload allow a user to download files using bittorrent, 
diff -Naur gnome-btdownload-0.0.22/debian/patches/07_python23_depends.patch gnome-btdownload-0.0.22.patched/debian/patches/07_python23_depends.patch
--- gnome-btdownload-0.0.22/debian/patches/07_python23_depends.patch	2006-09-04 12:14:47.0 +0200
+++ gnome-btdownload-0.0.22.patched/debian/patches/07_python23_depends.patch	1970-01-01 01:00:00.0 +0100
@@ -1,8 +0,0 @@
 src/gnome-btdownload.orig	2006-05-09 01:03:44.0 -0400
-+++ src/gnome-btdownload	2006-05-09 01:03:57.0 -0400
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2.3
- 
- # BitTorrent related modules.
- import BitTorrent.download, BitTorrent.bencode
diff -Naur gnome-btdownload-0.0.22/debian/pycompat gnome-btdownload-0.0.22.patched/debian/pycompat
--- gnome-btdownload-0.0.22/debian/pycompat	1970-01-01 01:00:00.0 +0100
+++ gnome-btdownload-0.0.22.patched/debian/pycompat	2006-09-04 12:13:14.0 +0200
@@ -0,0 +1 @@
+2
diff -Naur gnome-btdownload-0.0.22/debian/rules gnome-btdownload-0.0.22.patched/debian/rules
--- gnome-btdownload-0.0.22/debian/rules	2006-09-04 12:14:47.0 +0200
+++ gnome-btdownload-0.0.22.patched/debian/rules	2006-09-04 12:13:51.0 +0200
@@ -9,3 +9,7 @@
 
 install/gnome-btdownload::
 	install -m644 debian/gnome-btdownload.mime  debian/gnome-btdownload/usr/lib/mime/packages/gnome-btdownload
+
+binary-install/gnome-btdownload::
+dh_pycentral
+dh_python -V 2.4


signature.asc
Description: Questa è una parte del messaggio	firmata digitalmente


Bug#385962: xcache: Please do not abuse debconf

2006-09-04 Thread Thomas Huriaux
Package: xcache
Version: 1.0-1
Severity: minor

Hi,

The debconf-devel(7) manual states that note templates should be used
only for important notes that the user really should see.
The policy also ask maintainers to try to minimize the amount of
prompting they need to do (section 3.9.1).

Displaying a note with a low priority really shows that the note is not
very important. Your two notes should therefore be moved to a
README.Debian.

Cheers,

-- 
Thomas Huriaux


signature.asc
Description: Digital signature


Bug#385294: Acknowledgement (konsole: vi/vim causes titlebar text repetition

2006-09-04 Thread João Batista


Update:

This seems to be solved if the environment variable $PROMPT_COMMAND is not 
unset. For example, doing


export PROMPT_COMMAND=echo -ne 
\033]0;[EMAIL PROTECTED]:${PWD/$HOME/~}\007


effectively changes the text in the text in the titlebar, and invoking vim 
doesn't append unuseful trash. However, doing again


unset PROMPT_COMMAND

returns to the previous condition.

_
MSN Messenger: converse com os seus amigos online. 
http://messenger.msn.com.br




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



Bug#385960: mysql-dfsg-5.1: default charset modified in last release

2006-09-04 Thread Christian Hammers
Hello

On 2006-09-04 tech wrote:
 Package: mysql-dfsg-5.1
 Version: accentued characters doesn't show right
 Severity: important
 
 Since I upgraded to the last testing version of mysql (5.0.24-3)
 all accentuated characters in databases are rotten.
The bug report says mysql-dfsg-5.1 above? This is a version that
is only available in experimental. Please show 
dpkg -l *mysql* | grep ^.i
to see what package versions you really have installed.

 I always used iso-8859-15 as charset for all my databases, but it seems that
 the upgrade modified something in the parameters to use utf-8 instead.  I
 would like to know how I could get back the previous behaviour.  For the
 moment all my databases are unusable
As far as I know that have been no changes to the locales. Can you show
SHOW CREATE DATABASE xxx;
SHOW CREATE TABLE xxx.yyy;
SHOW VARIABLES LIKE char%;
to see which charset is configured for your tables.

You might also want to lookup dev.mysql.com - Manual - History to see
if there have been any changes in between 5.0.23 and 5.0.24 that are
related.

bye,

-christian-


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



Bug#385961: apt-cacher: cache cleanup fails and requires manual intervention

2006-09-04 Thread Dietrich Clauss
Package: apt-cacher
Version: 1.5.3
Severity: normal

Hi,

sometimes i get messages like this from cron.daily:

| zcat:
| /var/cache/apt-cacher/temp/somehost.mine.nu_debian_unstable_Packages.gz: 
unexpected end of file
| Error processing somehost.mine.nu_debian_unstable_Packages.gz in 
/var/cache/apt-cacher/packages, cleanup stopped.
| Remove the file if the repository is no longer interesting and the packages 
pulled from it are to be removed.
| run-parts: /etc/cron.daily/apt-cacher exited with return code 1

Presumably a user has accessed an unreliable or unreachable server using
the http://proxy-host:3142/ftp.something.unofficial/ notation.
I have to delete that packages.gz file manually to make the cleanup
process work again.

As the proxy ist set up correctly, it should not bother the admin with
this problem, but proceed and do something with such repositories, e.g.
delete them completely if the server is unreachable for a configurable
amount of days.


Best regards,
- Dietrich

-- 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-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#385900: [pkg-ggz-maintainers] Bug#385900: suggests nonexistent package

2006-09-04 Thread Josef Spillner
Alle 22:32, domenica, 3. settembre 2006, Peter Eisentraut ha scritto:
 Package: ggz-utils
 Version: 0.0.13-2
 Severity: normal

 This package suggests the package ggz-server, but there is no (binary)
 package by that name.  Which of the several packages produced by the
 source package ggz-server is meant?

Ouch.
It should be suggesting 'ggzd' because this is usually installed when the 
metaserver (and to some extent also ggz-cmd) are used.

Josef

-- 
The GGZ Gaming Zone - http://www.ggzgamingzone.org/


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



Bug#385824: package build-depends on g++-4.0, which is not available on hppa

2006-09-04 Thread Miguel Gea Milvaques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Matthias Klose wrote:
 Package: synfig
 Version: 0.61.05-7
 Severity: serious

 the package build-depends on g++-3.4 or g++-4.0, which is not
 available on hppa. Please build using g++-4.1.

 If the package cannot be built using g++-4.1, please make sure that a
 bug report is filed against the g++-4.1 package.

This was a temporal workaround. The next upload will solve it.



 ___
 pkg-synfig-devel mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-synfig-devel


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

iD8DBQFE/Ac5NTNQylgICMQRAoumAKCo06tIbsVCzm4rsXOIaVn7e12+eQCffz8J
O9fPG1x95GoH35tAK7ftWXY=
=IEvs
-END PGP SIGNATURE-


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



Bug#385964: O: bchunk -- CD image format conversion from bin/cue to iso/cdr

2006-09-04 Thread Sam Powers
Package: wnpp
Severity: normal

I intend to orphan the bchunk package.

The package description is:
 The bchunk package contains a UNIX/C rewrite of the BinChunker program.
 BinChunker converts a CD image in a .bin/.cue format (sometimes .raw/.cue)
 into a set of .iso and .cdr/.wav tracks.  The .bin/.cue format is used by some
 non-UNIX CD-writing software, but is not supported on most other CD-writing
 programs.


signature.asc
Description: Digital signature


  1   2   3   4   >