Bug#506515: Please stop distributing pthread_* manpages

2008-11-22 Thread Martin Schulze
Package: glibc-doc
Version: 2.7-16

Please remove the following manpages from the glibc-doc distribution:

. pthread_attr_destroy(3)
. pthread_attr_getdetachstate(3)
. pthread_attr_getscope(3)
. pthread_attr_init(3)
. pthread_attr_setdetachstate(3)
. pthread_attr_setschedpolicy(3)
. pthread_attr_setscope(3)
. pthread_create(3)
. pthread_detach(3)
. pthread_equal(3)
. pthread_exit(3)
. pthread_join(3)
. pthread_self(3)

- Forwarded message from Michael Kerrisk [EMAIL PROTECTED] -

Subject: Bug#506479: manpages-dev: tries to overwrite 
/usr/share/man/man3/pthread_attr_setschedpolicy.3.gz from glibc-doc
Date: Fri, 21 Nov 2008 17:02:02 -0500
From: Michael Kerrisk [EMAIL PROTECTED]
To: Vincent Lefevre [EMAIL PROTECTED], [EMAIL PROTECTED]

Just for debian's info: you definitely want the man-pages page.  The
pthreads pages that I have been recently adding to man-pages are far
better than the ancient glibc pages.



- End forwarded message -

It would be nice if I could be informed when a new glibc-doc package
is available so I can re-enable these pages in manpages-dev.

Thanks,

Joey

-- 
No question is too silly to ask, but, of course, some are too silly
to answer.   -- Perl book

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



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



Bug#480041: confirmation that debian #480041 is a gnutls problem, and steps to reproduce

2008-11-22 Thread Joe Orton
On Sat, Nov 22, 2008 at 12:51:05AM -0500, Daniel Kahn Gillmor wrote:
 On Fri 2008-11-21 08:20:40 -0500, Joe Orton wrote:
 
  neon already has a callback which does that, yeah.
 
  Daniel, can you try this neon patch?
 
 OK, after figuring out how to build neon27 (don't try it in a path
 that contains the string libneon in it), i tried applying the patch.

I guess that's a problem with the Debian package build process?

 With tour patch, svn co just runs forever against an svn server
 configured with SSLVerifyClient optional, and never fetches anything.

Err, reading that patch again, it's complete rubbish.  Could you try the 
one below which is hopefully less rubbish?  Thanks a lot for working on 
this!

Index: src/ne_socket.c
===
--- src/ne_socket.c (revision 1607)
+++ src/ne_socket.c (working copy)
@@ -750,13 +750,18 @@
 static ssize_t read_gnutls(ne_socket *sock, char *buffer, size_t len)
 {
 ssize_t ret;
+unsigned reneg = 1; /* number of allowed rehandshakes */
 
 ret = readable_gnutls(sock, sock-rdtimeout);
 if (ret) return ret;
 
 do {
-ret = gnutls_record_recv(sock-ssl, buffer, len);
-} while (RETRY_GNUTLS(sock, ret));
+do {
+ret = gnutls_record_recv(sock-ssl, buffer, len);
+} while (RETRY_GNUTLS(sock, ret));
+
+} while (ret == GNUTLS_E_REHANDSHAKE  reneg--
+  (ret = gnutls_handshake(sock-ssl)) == GNUTLS_E_SUCCESS);
 
 if (ret = 0)
ret = error_gnutls(sock, ret);




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



Bug#505886: more info on beagle_util_daemon_is_running problem.

2008-11-22 Thread Jose Carlos Garcia Sogo
Hi,

On Sun, Nov 16, 2008 at 4:21 PM, Andreas Henriksson [EMAIL PROTECTED] wrote:

 Rebuilt libbeagle1 without optimization for more detailed info, see #2.

 #0  0x7f7ce9ea7fc0 in __nanosleep_nocancel () from /lib/libc.so.6
 #1  0x7f7ce9ed34c4 in usleep () from /lib/libc.so.6
 #2  0x7f7ce057247f in _beagle_connect_timeout (
path=0xe35cd0 /home/gem/.beagle/socket, err=0x0) at beagle-request.c:225
 #3  0x7f7ce0574cea in beagle_util_daemon_is_running () at 
 beagle-util.c:165
 #4  0x7f7ceb48d7c2 in _gtk_search_engine_beagle_new ()
at /scratch/build-area/gtk+2.0-2.12.11/gtk/gtksearchenginebeagle.c:399
 #5  0x7f7ceb2571a5 in _gtk_search_engine_new ()
at /scratch/build-area/gtk+2.0-2.12.11/gtk/gtksearchengine.c:125
 #6  0x7f7ceb2ea9e5 in gtk_file_chooser_default_constructor (
type=value optimized out, n_construct_properties=value optimized out,
construct_params=value optimized out)
at /scratch/build-area/gtk+2.0-2.12.11/gtk/gtkfilechooserdefault.c:277
 ...

 Maybe I was too impatient and the backtrace is a wild goose. It seems
 _beagle_connect_timeout will eventually give up (even though it seems
 it'll take 100 seconds which is way too much!)

I also consider 100 seconds too long for a timeout in a desktop
application. I will forward your bug upstream and let's see if this
can be reduced.

 Apparently gnome-apperance-properties will start up if you start it from
 a terminal and wait long enough.

 I'll have to investigate why it doesn't start up when you run it by
 clicking it's icon in gnome-control-center (Starting Apperance shows
 for a while in the activity bar and then it goes away, maybe timing out
 and killing off the process with it).
 Another program that has problems is Firefox which fails to run external
 programs when you choose to open a downloaded file directly and in other
 weird places.

 Maybe all programs are just as impatient as I am and bringing down the
 timeout in libbeagle will fix it all...

The main problem this causes is tha annoyance of unrelated programs breaking.
I will try this to be resolved asap, I could path beagle if upstream
is not responsive.

Thanks
--
José Carlos García Sogo
 [EMAIL PROTECTED]


Bug#506517: tcc: add package for armel

2008-11-22 Thread Paul Wise
Package: tcc
Severity: wishlist

The tcc version in sid/lenny supports armel but tcc is in
Packages-arch-specific and the source package restricts it to building
on i386. Please add a package for armel too.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#137574: (no subject)

2008-11-22 Thread Ryan Niebur
tag 137574 moreinfo

Hello,

First, I'd like to apologize for this going unresolved for so long. Do
you still have the file that caused the seg fault? Does it still cause
seg faults? Can you send me that file?

Thanks for the bug report,
Ryan

-- 
_
Ryan Niebur
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#243282: (no subject)

2008-11-22 Thread Ryan Niebur
tag 243282 moreinfo
tag 243282 unreproducable
thanks

Hello,

Can you still reproduce this? I can't reproduce it with command line
options and image you provided. With -fullscreen, it appears normal
(centered, but still scaled to fit all of it on the screen). With
-fillscreen it appears, but is (as it is supposed to be) stretched
out to the point where some of it is not visible.

Thanks for the bug report,
Ryan

-- 
_
Ryan Niebur
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#471121: (no subject)

2008-11-22 Thread Ryan Niebur
tag 471121 moreinfo
tag 471121 unreproducible
thanks

Hello,

I cannot reproduce this bug on either of my Debian Sid systems. There
may have been a change in X that makes this bug not noticable since
this bug was reported, so I will try with an Etch system the next
chance I get.

Can anybody still reproduce this on Sid? Even if it's only in Etch, it
is surely a bug in xli, so I will fix it either way.

Thanks for the bug report,
Ryan

-- 
_
Ryan Niebur
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#506406: [Pkg-xfce-devel] Bug#506406: xfce4: apt bug causes gdm to pull in unneeded/unwanted gnome dependencies; can a dependency change fix this?

2008-11-22 Thread Yves-Alexis Perez
On ven, 2008-11-21 at 19:23 -0500, Daniel Dickinson wrote:
 It was suggested to me by Frans Pop that I should let you xfce folks
 know since you're most likely to be motivated to solve it. 

Opening an important bug on our metapackage is not really the best way
to do that. We have a mailing list, you know?

And why are you dropping the bug from CC:?

  For example
 by figuring out an appropriate dependency that works and working with
 the gnome folks to get the gdm package changed to the new
 dependencies.
 Apt won't be fixed for lenny (I already filed the bug on aptitude and
 that's what I was told).

What I don't understand is exactly what you're doing to get the result?
xfce4-desktop doesn't exist. There is xfce4/xfce4-goodies metapackages,
and the xfce-desktop task. *what* are you installing, please.

 
  Btw are you trying with tasksel, aptitude or apt-get? With or
 without
  recommends?
 
 Either of aptitude and apt-get with recommends (I believe it happens
 without recommends as well, but I don't recall when I did that test).
 I
 first encountered it in aptitude, but another install revealed that
 apt-get has the same problem.  
 
 If I get the opportunity I will test in a uml box in a few days.

Well, when reporting bug please give usable information. Especially
since this seems to be a corner case of packages not maintained by us,
wether it be gdm or apt/aptitude/tasksel.

Cheers,
-- 
Yves-Alexis


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


Bug#475737: remove otrs2 from lenny?

2008-11-22 Thread Thomas Viehmann
Hi,

given that there seems to be limited interest in fixing the #475737 (3
weeks since reopen without further comments), how about removing otrs2
from lenny?

Kind regards

T.
-- 
Thomas Viehmann, http://thomas.viehmann.net/



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



Bug#492001: add cruft-detecting cron job

2008-11-22 Thread Marcin Owsiany
Hello Paul,

On Wed, Jul 23, 2008 at 02:25:05PM +0800, Paul Wise wrote:
 I'd like cruft to have a disabled-by-default weekly cron job that does
 something similar to the debsecan security report; a cruft report,
 delivered weekly detailing new cruft, removed cruft, changed cruft and
 unchanged cruft. The changed/unchanged cruft could be differentiated by
 taking the md5sum and the filesystem metadata of the cruft and comparing
 them. The cron job should ignore /srv, /home and /root at least and
 maybe /tmp and /var/tmp. This would be incredibly useful for finding
 postrm, postinst and other bugs. Some whitelist mechanism would probably
 by needed for cruft that is long-lived due to bugs or FHS violations in
 Debian packages.

I think such feature would be useful, although it's not high priority
for me, at least for now. I try to work towards making cruft not report
false-positives, rather then create tools for sifting through them.

Having said that, I would be glad to accept patches. A possible
implementation would be to have an option for cruft, which would change
its last stage of operation (report generation). Instead of merging and
indenting the result files, it should go through them and stat+md5sum
the files to be reported, and print out all that information. Then
another utility could diff that with the status from last week and
perhaps further process it before returning to the user. Obvious hurdles
include:
 - non-plain-file (including missing files) would require special
   treatment, because e.g. it's difficult to md5sum a directory
 - care should be taken for race conditions (file existed on the initial
   scan, but disappeared by the time we got to statting it)

regards,
-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



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



Bug#475737: remove otrs2 from lenny?

2008-11-22 Thread Luk Claes
Thomas Viehmann wrote:
 Hi,
 
 given that there seems to be limited interest in fixing the #475737 (3
 weeks since reopen without further comments), how about removing otrs2
 from lenny?

I'll have a look at fixing it.

Cheers

Luk



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



Bug#506518: calculix-ccx-1.8 packed as deb package

2008-11-22 Thread Oliver Borm
Package: calculix-ccx
Version: 1.8-1~ppa1~interpid1
Severity: wishlist


Hello,

I have packed a debian package for calculix-ccx on ubuntu. Calculix-ccx is a 
three dimensional 
structual Finite Element Solver (http://www.calculix.de). You can obtain the 
package from:

http://ppa.launchpad.net/oli-borm/ubuntu

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

Kernel: Linux 2.6.27-7-generic (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages calculix-ccx depends on:
ii  libarpack2 2.1+parpack96-5   Fortran77 subroutines to solve lar
ii  libatlas3gf-base [ 3.6.0-22ubuntu1   Automatically Tuned Linear Algebra
ii  libblas3gf [libbla 1.2-1.6   Basic Linear Algebra Subroutines 3
ii  libc6  2.8~20080505-0ubuntu7 GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1ubuntu11 GCC support library
ii  libgfortran3   4.3.2-1ubuntu11   Runtime library for GNU Fortran ap
ii  liblapack3gf [libl 3.1.1-0.4ubuntu1  library of linear algebra routines
ii  libspooles2.2  2.2-5 SPOOLES SParse Object Oriented Lin

calculix-ccx recommends no packages.

-- no debconf information




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



Bug#499772: cruft: does not ignore procfs, sysfs, devpts, etc in chroots

2008-11-22 Thread Marcin Owsiany
On Tue, Sep 23, 2008 at 01:08:41AM +0800, Paul Wise wrote:
 On Mon, 2008-09-22 at 13:40 +0100, Marcin Owsiany wrote:
 
  Do you run cruft in the chroot or host system?
 
 Host system.
 
  What does mount report in both of them?
 
 Outside:
 
 udev on /dev type tmpfs (rw,mode=0755)
 proc on /proc type proc (rw,noexec,nosuid,nodev)
 sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
 devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
 /proc on /home/pabs/tmp/chianamo/proc type none (rw,bind)

Hm.. type none is a bit too generic to just ignore in the same way
that for example sysfs is ignored.  This is because someone might have a
non-special filesystem bind-mounted somewhere and wanted files on it
scanned in the bound-to location. Just adding none to the list of
ignored filesystems would make this impossible.

From reading the code I think that cruft should properly ignore those
bindmounts if you run with --ignore /home/pabs/tmp/chianamo or -
alternatively - with an --ignore for each of the bindmount.
I think that is what you want to do anyway...

-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



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



Bug#506519: calculix-cgx-1.8 packed as deb package

2008-11-22 Thread Oliver Borm
Package: calculix-cgx
Version: 1.8-1~ppa1~interpid1
Severity: wishlist

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

Hello,

I have packed a debian package for calculix-cgx on ubuntu. Calculix-cgx
is a graphical
pre- and postprocessing tool based on X11 and OpenGL for the
calculix-ccx FEM solver
(http://www.calculix.de). You can obtain the package from:

http://ppa.launchpad.net/oli-borm/ubuntu

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

Kernel: Linux 2.6.27-7-generic (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages calculix-cgx depends on:
ii  freeglut3  2.4.0-6.1 OpenGL Utility Toolkit
ii  libc6  2.8~20080505-0ubuntu7 GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1ubuntu11 GCC support library
ii  libgl1-mesa-glx [l 7.2-1ubuntu2  A free implementation of
the OpenG
ii  libglu1-mesa [libg 7.2-1ubuntu2  The OpenGL utility library
(GLU)
ii  libice62:1.0.4-1 X11 Inter-Client Exchange
library
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.2-1ubuntu11   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2ubuntu1  X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension
librar
ii  libxi6 2:1.1.3-2build1   X11 Input extension library
ii  libxmu62:1.0.4-1 X11 miscellaneous utility
library
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library

calculix-cgx recommends no packages.

-- no debconf information



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



Bug#498676: nec2c 0.6-3 works on 32bit, fails on 64bit, but works from from debian 0.6-3 source on 64bit

2008-11-22 Thread Joop Stakenborg
Op donderdag 20-11-2008 om 21:12 uur [tijdzone -0600], schreef Jeffrey
Hundstad:
 Hello,
 
 This is strange.  I updated to nec2c 0.6-3 on both my 32bit and 64bit 
 machines.  It works fine on 32bit and fails on 64bit.  As part of the 
 debugging process I recompiled the 64bit version.  The newly recompiled 
 version works just fine.
 
 I did an apt-get --purge remove nec2c; then an apt-get install nec2c 
 to make sure my binary was updated and still it failed.  I used dpkg -i 
 (my compiled package nec2c 0.6-3) and then it worked fine.
 
 I'm using gcc 4:4.3.2-2.  I don't know where to start to try to debug 
 this one.
 

Neither do I... I have tried to lookup what gcc version the amd64
autobuilder uses, but I can't seem to find this information.

nec2c was updated to 0.6-4 yesterday because of a discovered memory
leak, would you have time to test the new version?

Thanks,
Joop


signature.asc
Description: Dit berichtdeel is digitaal ondertekend


Bug#506518: calculix-ccx-1.8 packed as deb package

2008-11-22 Thread Martin Michlmayr
* Oliver Borm [EMAIL PROTECTED] [2008-11-22 10:06]:
 I have packed a debian package for calculix-ccx on ubuntu.
 Calculix-ccx is a three dimensional structual Finite Element Solver
 (http://www.calculix.de). You can obtain the package from:

Are you planning to put this into Debian or are you looking for someone
to maintain this in Debian?

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



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



Bug#499792: cruft: needs enhancements that use ucf

2008-11-22 Thread Marcin Owsiany
On Mon, Sep 22, 2008 at 08:11:21PM +0800, Paul Wise wrote:
 Package: cruft
 Version: 0.9.11
 Severity: wishlist
 
 Currently cruft reports configuration files managed by ucf as cruft. It
 would be nice if cruft knew about the ucf database and checked it for
 missing files and used it to explain files that are otherwise
 unexplained by other explain scripts. Please reassign this to ucf if
 that is a better place to add the explain scripts.

Can you point me at an example reported file and package which owns it,
so that I can actually learn how ucf works? I have a very vague idea of
how it does what it does...

-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



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



Bug#499772: cruft: does not ignore procfs, sysfs, devpts, etc in chroots

2008-11-22 Thread Paul Wise
On Sat, 2008-11-22 at 09:11 +, Marcin Owsiany wrote:

 From reading the code I think that cruft should properly ignore those
 bindmounts if you run with --ignore /home/pabs/tmp/chianamo or -
 alternatively - with an --ignore for each of the bindmount.
 I think that is what you want to do anyway...

Hmm, OK. I guess this should be closed then. Sorry for the noise.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#506520: candystore packed as deb package

2008-11-22 Thread Oliver Borm
Package: candystore
Version: 0.0.3-1~ppa1~interpid1
Severity: wishlist

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

Hello,

I have packed a debian package for candystore on ubuntu. Candystore
is a graphical postprocessing tool based on qt4 for the calculix-ccx
FEM solver (http://www.fe-candy.de). You can obtain the package from:

http://ppa.launchpad.net/oli-borm/ubuntu

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

Kernel: Linux 2.6.27-7-generic (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages candystore depends on:
ii  libc6  2.8~20080505-0ubuntu7 GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1ubuntu11 GCC support library
ii  libgl1-mesa-glx [l 7.2-1ubuntu2  A free implementation of
the OpenG
ii  libglu1-mesa [libg 7.2-1ubuntu2  The OpenGL utility library
(GLU)
ii  libqglviewer-qt4-2 2.2.6-3-4 an OpenGL 3D viewer library
based
ii  libqt4-opengl  4.4.3-0ubuntu1Qt 4 OpenGL module
ii  libqt4-xml 4.4.3-0ubuntu1Qt 4 XML module
ii  libqtcore4 4.4.3-0ubuntu1Qt 4 core module
ii  libqtgui4  4.4.3-0ubuntu1Qt 4 GUI module
ii  libstdc++6 4.3.2-1ubuntu11   The GNU Standard C++ Library v3

candystore recommends no packages.

-- no debconf information




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



Bug#506429: confirmed : portmap init script doesn't work; uses pidofproc badly

2008-11-22 Thread Fabrice Lorrain
Package: portmap
Version: 6.0-8
Followup-For: Bug #506429


Hello Hannibal,

Just a quick mail to confirm this problem and Jamie Heilman analysis.
I'm getting the same since yesterday upgrade.

@+,
Fab


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

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

Versions of packages portmap depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libwrap0  7.6.q-16   Wietse Venema's TCP wrappers libra
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip

portmap recommends no packages.

portmap suggests no packages.

-- debconf information:
  portmap/loopback: false



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



Bug#499792: cruft: needs enhancements that use ucf

2008-11-22 Thread Paul Wise
On Sat, 2008-11-22 at 09:22 +, Marcin Owsiany wrote:

 Can you point me at an example reported file and package which owns it,
 so that I can actually learn how ucf works? I have a very vague idea of
 how it does what it does...

gpm and /etc/gpm.conf

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#506387: New version no-ip 2.1.9 available

2008-11-22 Thread Avi Rozen
Looking at the code, it seems they're reviewing it for more security
flaws.

All of these are already covered by patches I've pushed against 2.1.7,
except for stuff related to the new forced update feature (introduced
in 2.1.8).

I already had 2.1.8 working here before I saw this message. I think
I'll wait a few more days, just in case they release again by then...

Cheers,
Avi.




signature.asc
Description: OpenPGP digital signature


Bug#506521: gmsh with libopencascade6.2 support

2008-11-22 Thread Oliver Borm
Package: gmsh
Version: 2.2.3-1
Severity: wishlist

As libopencascade6.2 is now available in debian, is it possible to add
libopencascade6.2 support for gmsh? Gmsh uses the libopencascade6.2 to
import IGES and STEP files.




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



Bug#506522: kweather: Missing stations in isreal

2008-11-22 Thread Boris Shtrasman
Package: kweather
Version: 4:3.5.9-2
Severity: normal

Kweather lacs sevral Isreal weather stations : 

from weather.noa.gov :

LLBG;40;180;Ben-Gurion International 
Airport;;Israel;6;32-00N;034-54E;32-00N;034-54E;40;49;P
LLBS;40;191;Beer-Sheva;;Israel;6;31-14N;034-47E;31-14N;034-47E;275;280;P
LLET;40;199;Eilat;;Israel;6;29-33N;034-57E;29-33N;034-57E;12;12;P
LLHA;40;155;Sde-Haifa Haifa;;Israel;6;32-48N;035-02E;;;8;8;P
LLIB;--;---;Galilee / Pina;;Israel;6;32-58-48N;035-34-12E;
LLJR;40;290;Jerusalem 
Airport;;Israel;6;31-52N;035-13E;31-52N;035-13E;749;759;P
LLOV;40;198;Ovda;;Israel;6;30-00N;034-50E;;;432;445;
LLSD;--;---;Tel Aviv / Sde-Dov 
Airport;;Israel;6;32-06-53N;034-46-56E;;;13;;
 
Some more :

Full information (sea , wind etc ... ) 
http://www.merhavia.co.il/weather/otherstations.php



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

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

Versions of packages kweather depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al
ii  libc6   2.7-14   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.2-1GCC support library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.2-1  The GNU Standard C++ Library v3

Versions of packages kweather recommends:
ii  kicker  4:3.5.9.dfsg.1-5 desktop panel for KDE

Versions of packages kweather suggests:
ii  khelpcente 4:4.0.0.really.3.5.9.dfsg.1-5 help center for KDE

-- no debconf information



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



Bug#506523: netgen with libopencascade6.2 support

2008-11-22 Thread Oliver Borm
Package: netgen
Version: 4.4-14
Severity: wishlist

As libopencascade6.2 is now available in debian, is it possible to add
libopencascade6.2 support for netgen? Netgen uses the libopencascade6.2
to import IGES and STEP files.




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



Bug#506525: python-gpod should depend on python-gobject

2008-11-22 Thread Alessio Treglia
Package: libgpod
Version: 0.6.0-6
Severity: important

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

Binary package hint: python-gpod

  File /usr/lib/python2.5/site-packages/gpod/__init__.py, line 8, in module
from gpod import *
  File /usr/lib/python2.5/site-packages/gpod/gpod.py, line 17, in module
import _gpod
ImportError: could not import gobject (error was: 'No module named gobject')


On Ubuntu, sudo apt-get install python-gobject fix this.

Ubuntu bug: https://bugs.launchpad.net/ubuntu/+source/libgpod/+bug/271106


-- System Information:
Debian Release: lenny/sid
  APT prefers intrepid-updates
  APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 'int$
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.27-7-generic (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Alessio Treglia [EMAIL PROTECTED]
Homepage: http://www.alessiotreglia.com, IRC: quadrispro, Skype: quadrispro
0FEC 59A5 E18E E04F 6D40  593B 45D4 8C7C DCFC 3FD0



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



Bug#506524: gedit-latex-plugin: Error when enabling plugin; does not build documents

2008-11-22 Thread Sam Morris
Package: gedit-latex-plugin
Version: 0.1.3.2-1
Severity: grave
Justification: renders package unusable

When I enabled the latex plugin for gedit, the following traceback was printed
to the console:

Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/LaTeXPlugin/__init__.py, line 38, in activate
self.__window_helpers[window] = WindowHelper(self, window)
  File /usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py, line 60, in 
__init__
self.__document_helper_manager = DocumentHelperManager(self)
  File 
/usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelperManager.py, line 
49, in __init__
helper = DocumentHelper(self, view)
  File /usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelper.py, line 
64, in __init__
self.__do_check_language()
  File /usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelper.py, line 
114, in __do_check_language
self.__set_language(language)
  File /usr/lib/gedit-2/plugins/LaTeXPlugin/document/DocumentHelper.py, line 
121, in __set_language
self.__language_helper = LatexLanguageHelper(self)
  File /usr/lib/gedit-2/plugins/LaTeXPlugin/document/LatexLanguageHelper.py, 
line 64, in __init__
self.__window_helper.autocomplete_popup, \
  File /usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py, line 90, in 
autocomplete_popup
return self.__autocomplete_popup
AttributeError: 'WindowHelper' object has no attribute 
'_WindowHelper__autocomplete_popup'

When I tell the plugin to build the document, I get this exception:

Traceback (most recent call last):
  File /usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py, line 383, in 
__profile_activated
self.build(self.settings.get_profile(action.get_name()))
  File /usr/lib/gedit-2/plugins/LaTeXPlugin/WindowHelper.py, line 386, in 
build
self.__build_controller.build(profile)
AttributeError: 'WindowHelper' object has no attribute 
'_WindowHelper__build_controller'

And nothing is built. :(

Of course, please downgrade the bug if you can't reproduce it. :)

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)

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

Versions of packages gedit-latex-plugin depends on:
ii  gedit 2.22.3-1   official text editor of the GNOME 
ii  python-dbus   0.82.4-2   simple interprocess messaging syst
ii  rubber1.1-2.2an automated system for building L

gedit-latex-plugin recommends no packages.

gedit-latex-plugin suggests no packages.

-- no debconf information



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



Bug#506527: ijs ftbfs with DEB_BUILD_OPTIONS=parallel=2

2008-11-22 Thread Matthias Klose
Package: ijs
Version: 0.35-5
Severity: serious
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty

build-stamp is lacking a dependency on configure-stamp

seen at https://launchpad.net/ubuntu/+source/ijs/0.35-5/+build/759741
which is configured to build with DEB_BUILD_OPTIONS=parallel=2 by
default.



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



Bug#506526: alternative sounds

2008-11-22 Thread martin f krafft
Package: twinkle
Version: 1:1.3.2-1
Severity: wishlist

/usr/share/twinkle/ring{back,tone}.wav are cute, but it would be
nice if the default were some plain standard tones, a standard beep
during dialing, and a standard phone ringing for incoming calls. I'd
rather have them in the package than track them myself to be honest.

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

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

Versions of packages twinkle depends on:
ii  kdelibs4c2a4:3.5.10.dfsg.1-1 core libraries and binaries for al
ii  libasound2 1.0.16-2  ALSA library
ii  libboost-regex1.34.1   1.34.1-14 regular expression library for C++
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libccrtp1-1.6-11.6.1-2   Common C++ class framework for RTP
ii  libcommoncpp2-1.6-01.6.2-2   A GNU package for creating portabl
ii  libgcc11:4.3.2-1 GCC support library
ii  libgsm11.0.12-1  Shared libraries for GSM speech co
ii  libmagic1  4.26-1File type determination library us
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libsndfile11.0.17-4  Library for reading/writing audio 
ii  libspeex1  1.2~rc1-1 The Speex codec runtime library
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxml22.6.32.dfsg-5 GNOME XML library
ii  libzrtpcpp-1.3-0   1.3.0-1   ccrtp extension for zrtp/Zfone sup
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

twinkle recommends no packages.

Versions of packages twinkle suggests:
pn  kaddressbook  none (no description available)

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


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#505714: imlib2: diff for NMU version 1.4.0-1.2

2008-11-22 Thread Thomas Viehmann
tags 505714 + patch pending
thanks

Hi Laurance,

Here is the NMU for imlib2 (versioned as 1.4.0-1.2) and to be uploaded.

Kind regards

T.

diff -u imlib2-1.4.0/debian/control imlib2-1.4.0/debian/control
--- imlib2-1.4.0/debian/control
+++ imlib2-1.4.0/debian/control
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Laurence J. Lane [EMAIL PROTECTED]
-Build-Depends: libjpeg62-dev, libpng12-dev, libtiff4-dev, zlib1g-dev, 
libungif4-dev, libx11-dev, libxext-dev, libfreetype6-dev, cdbs, libltdl3-dev, 
libbz2-dev, libid3tag0-dev, debhelper ( 5)
+Build-Depends: libjpeg62-dev, libpng12-dev, libtiff4-dev, zlib1g-dev, 
libgif-dev, libx11-dev, libxext-dev, libfreetype6-dev, cdbs, libltdl3-dev, 
libbz2-dev, libid3tag0-dev, debhelper ( 5)
 Standards-Version: 3.7.2
 
 Package: libimlib2
@@ -22,7 +22,7 @@
 Architecture: any
 Section: libdevel
 Replaces: libimlib2
-Depends: libimlib2 (=${binary:Version}), libc6-dev, libjpeg62-dev, 
libpng12-dev, libtiff4-dev, zlib1g-dev, libungif4-dev, libx11-dev, libxext-dev, 
libfreetype6-dev, libltdl3-dev
+Depends: libimlib2 (=${binary:Version}), libc6-dev, libjpeg62-dev, 
libpng12-dev, libtiff4-dev, zlib1g-dev, libgif-dev, libx11-dev, libxext-dev, 
libfreetype6-dev, libltdl3-dev
 Description: Imlib2 development files
  Headers, static libraries and documentation for developing
  software that uses Imlib2.
diff -u imlib2-1.4.0/debian/libimlib2-dev.doc-base 
imlib2-1.4.0/debian/libimlib2-dev.doc-base
--- imlib2-1.4.0/debian/libimlib2-dev.doc-base
+++ imlib2-1.4.0/debian/libimlib2-dev.doc-base
@@ -3,7 +3,7 @@
 Author: Carsten Haitzler
 Abstract: This document describes Imlib2 API
  and provides sample C code.
-Section: Apps/Programming
+Section: Programming
 
 Format: HTML
 Index: /usr/share/doc/libimlib2-dev/html/index.html
diff -u imlib2-1.4.0/debian/changelog imlib2-1.4.0/debian/changelog
--- imlib2-1.4.0/debian/changelog
+++ imlib2-1.4.0/debian/changelog
@@ -1,3 +1,13 @@
+imlib2 (1.4.0-1.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Fix crash in XPM loader. Bug and test case by Julien Danjou, patch by
+Peter De Wachter, thanks! Closes: #505714 aka CVE-2008-5187
+  * Change libungif4-dev to libgif-dev in (Build-)Depends.
+  * Fix doc-base section to drop Apps/.
+
+ -- Thomas Viehmann [EMAIL PROTECTED]  Sat, 22 Nov 2008 10:45:27 +0100
+
 imlib2 (1.4.0-1.1) unstable; urgency=high
 
   * Non-maintainer upload by the Security Team.
diff -u imlib2-1.4.0/src/modules/loaders/loader_xpm.c 
imlib2-1.4.0/src/modules/loaders/loader_xpm.c
--- imlib2-1.4.0/src/modules/loaders/loader_xpm.c
+++ imlib2-1.4.0/src/modules/loaders/loader_xpm.c
@@ -246,8 +246,8 @@
  return 0;
   }
 ptr = im-data;
-end = ptr + (sizeof(DATA32) * w * h);
 pixels = w * h;
+end = ptr + pixels;
  }
else
  {



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



Bug#506524: gedit-latex-plugin: Error when enabling plugin; does not build documents

2008-11-22 Thread Sam Morris
severity 506524 important
thanks

After I have restarted gedit, the plugin works fine. So this bug appears
to only occur after the user has enabled the plugin, but before they
launch gedit again. :)

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

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


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


Bug#506518: calculix-ccx-1.8 packed as deb package

2008-11-22 Thread Oliver Borm
As I am not a debian developer, I cannot put this into debian. But if
somebody want to maintain CalculiX in debian, he can use my package as
basis (if he want).
Furthermore debian users should be able to compile the source package
for debian and just use them to install CalculiX on debian systems.


Martin Michlmayr schrieb:
 * Oliver Borm [EMAIL PROTECTED] [2008-11-22 10:06]:
   
 I have packed a debian package for calculix-ccx on ubuntu.
 Calculix-ccx is a three dimensional structual Finite Element Solver
 (http://www.calculix.de). You can obtain the package from:
 

 Are you planning to put this into Debian or are you looking for someone
 to maintain this in Debian?

   



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



Bug#443822: I've found a fix (for: hex-a-hop: Got bt from a segfault :D)

2008-11-22 Thread Jens Seidel
On Fri, Nov 21, 2008 at 01:03:21PM +0100, Gerfried Fuchs wrote:
 * Jens Seidel [EMAIL PROTECTED] [2007-12-17 10:49:49 CET]:
  tags 443822 +pending
  thanks
  
  On Sun, Dec 16, 2007 at 02:11:52PM +0100, Roland Clobus wrote:
   The attached patch is written on the fully patched source code.
  
   --- hex_puzzzle.cpp   2007-12-16 13:19:47.0 +0100
   +++ hex_puzzle.fixed.cpp  2007-12-16 13:19:05.0 +0100
   @@ -602,6 +602,9 @@
 {
 while (numStages  0  time[numStages-1] = t)
 numStages--;
   + if (currentStage  0  currentStage = numStages) {
   + currentStage = numStages - 1;
   + }
  
  Is this also save if numStages==0? I will try to check it during the
  next weekend and play some levels.
  
  Thanks again for the help and expect an upload after Christmas. I
  suggest to build now a new package from trunk and to test it ...
 
  Hmm, have you checked? The segfault still happens to me regularly, and
 strace isn't really helpful here, even gdb is acting strange to me:

Sorry, I do not remember it well. At least it seems that I cared about the
case numStages==0 (according to the bug log).

Clearly this package needs more care which requires more time. At least I
will try to increase both soon but I cannot promise it.
 
 gdb bt
 #0  0x0fbd68dc in ?? () from /lib/libc.so.6
 #1  0x0fbd5a20 in memmove () from /lib/libc.so.6
 #2  0x in ?? ()
 
  As I'm not too familiar with gdb I really would appreciate some help to
 debug this further and offer more helpful informations...

This happens on PowerPC, right? I have access to i386, mips, mipsel only.
I'm sure valgrind would help (valgrind hex-a-hop) but this doesn't support
exotic architectures and I could not reproduce this bug with it in the past.

Maybe a memory checker such as efence would help as well, not sure.

Jens



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



Bug#475737: remove otrs2 from lenny?

2008-11-22 Thread Torsten Werner
Hi Thomas,

On Sat, Nov 22, 2008 at 9:48 AM, Thomas Viehmann [EMAIL PROTECTED] wrote:
 given that there seems to be limited interest in fixing the #475737 (3
 weeks since reopen without further comments), how about removing otrs2
 from lenny?

I had sent the following reply to the list (but not to the bug) weeks
ago but I did not get an answer so far:

I agree that it is a FHS violation that will be fixed in unstable and
that we have lived with the problem in sarge and etch but I do not
agree that it is a security problem. That is why I ask for an
exception for lenny.  Let me quote from the bug report:

... every web application has read access to /etc/otrs/database.pm
which means it can create havoc in the database, install stored
procedures and so on. Every other webapp with a database has the same
problem - not only otrs. It is the duty of the local admin to make
sure that the installation is safe. I do not understand what is so
special about otrs...

It is not hard to modify foreign databases when it comes to webapps
that are executed by the same httpd user and BTW stored procedures are
executed in the context of the postgres user.

I am sorry that the FHS issue cannot be fixed easily but the bug
report came very late before the freeze.


Torsten



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



Bug#506515: Please stop distributing pthread_* manpages

2008-11-22 Thread Martin Schulze
Martin Schulze wrote:
 Package: glibc-doc
 Version: 2.7-16
 
 Please remove the following manpages from the glibc-doc distribution:

Here are some more that cause conflicts:

. pthread_attr_getschedpolicy(3)
. pthread_attr_getschedparam(3)
. pthread_attr_setschedpolicy(3)
. pthread_attr_setschedparam(3)
. pthread_getschedparam(3)
. pthread_setschedparam(3)

Regards,

Joey

-- 
No question is too silly to ask, but, of course, some are too silly
to answer.   -- Perl book

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



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



Bug#505479: Experimental: keyboard and mouse no longer work

2008-11-22 Thread Jiří Paleček

Hello,

I had similar problems. It is caused by the AllowEmptyInput option  
(mentioned in your log, also see the changelog.gz and Google). The only  
way I could resolve that issue was to remove xserver-xorg-input-evdev and  
set AEI to off. When I tried AEI on and evdev driver, some keys, eg.  
cursor, Num-/, backspace and others didn't work.


Regards
Jiri Palecek



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



Bug#506479: glibc-doc is nearly a stub

2008-11-22 Thread Joey Schulze
Adam Borowski wrote:
 The fun thing is, glibc-doc consists of... just the LinuxThreads libpthread
 docs!  Everything else is in glibc-doc-reference (non-free).
 
 The changelog is worth keeping, but congratulations, you just obsoleted the
 last bit of glibc-doc.

Haha.

Regards,

Joey

-- 
No question is too silly to ask, but, of course, some are too silly
to answer.   -- Perl book

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



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



Bug#506479: manpages-dev: tries to overwrite /usr/share/man/man3/pthread_attr_setschedpolicy.3.gz from glibc-doc

2008-11-22 Thread Martin Schulze
Michael Kerrisk wrote:
 Just for debian's info: you definitely want the man-pages page.  The
 pthreads pages that I have been recently adding to man-pages are far
 better than the ancient glibc pages.

Ack.  I've opened Bug#506515 requesting this.

Regards,

Joey

-- 
No question is too silly to ask, but, of course, some are too silly
to answer.   -- Perl book

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



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



Bug#505271: Bug#505071: login tty mis-determination (see bug#332198)

2008-11-22 Thread Moritz Muehlenhoff
On Fri, Nov 14, 2008 at 08:33:43PM +1100, Paul Szabo wrote:
 Dear Nekral,
 
 Long ago you wrote:
 
  ... Should I attempt to write an exploit/demo?
  That would be nice to check if it would be possible to chown
  /etc/shadow by cheating utmp.
 
 Done, I now have a working PoC/demo/exploit ... am not yet releasing
 it publicly.

What's the status? Could you verify that Nicolas' patch fixes the
problem?

Cheers,
Moritz



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



Bug#506420: incorrect hwcap line in /etc/ld.so.conf.d/libc6-xen.conf?

2008-11-22 Thread Richard Kettlewell

Aurelien Jarno wrote:

On Fri, Nov 21, 2008 at 10:14:29AM +, Richard Kettlewell wrote:

Package: libc6-xen
Version: 2.7-16

As shipped, /etc/ld.so.conf.d/libc6-xen.conf read as follows:

 # This directive teaches ldconfig to search in nosegneg subdirectories
 # and cache the DSOs there with extra bit 1 set in their hwcap match
 # fields. In Xen guest kernels, the vDSO tells the dynamic linker to
 # search in nosegneg subdirectories and to match this extra hwcap bit
 # in the ld.so.cache file.
 hwcap 1 nosegneg

However I still got thousands of 4gb seg fixup messages and ldd  
revealed that the runtime linker was not using the Xen-friendly Libc.


Changing the 1 to 0, based on a mailing list posting I found, fixed the  
problem.


Unfortunately I've not found where any of this is documented (the  
ldconfig man page does not contain any useful pointers) so this is  
slightly guesswork on my part.  Perhaps the man page could be improved.


The value in this file is the correct one.


Where is this documented?

ttfn/rjk



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



Bug#506530: Remote command execution and the possibility of attack with the help of symlinks

2008-11-22 Thread Giuseppe Iuculano
Package: verlihub
Severity: grave
Tags: security

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,

An exploit[0] has been published for verlihub:

 Verlihub  does not sanitize user input passed to the shell via its
 trigger
   mechanism.  Furthermore, the Verlihub daemon can optionally be
   configured to
   run  as  root.  This allows for the arbitrary execution of commands
   by users
   connected  to  the  hub  and,  in  the  case  of the daemon running
   as root,
   complete commandeering of the machine.


Also:

src/ctrigger.cpp line 108:
filename.append(/tmp/trigger.tmp); 

Malicious user could prepare a /tmp/trigger.tmp file to cause serious
data loss or compromise a system.

Author provides a fix.

If you fix the vulnerability please also make sure to include the CVE id
(if available) in the changelog entry.


[0]http://milw0rm.com/exploits/7183

Giuseppe.

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

iEYEARECAAYFAkkn4lMACgkQNxpp46476ar09wCeMT8YoPI+tozAdDQqmwBjAkcX
uUUAoI5tBGEPAYP+O7sOzDAvyPCE+8W5
=ZfcS
-END PGP SIGNATURE-



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



Bug#506531: link-grammar doesn't build on hppa (without java)

2008-11-22 Thread Matthias Klose
Package: link-grammar
Version: 4.3.5-1
Severity: important

Please allow the package to build on hppa (without any java
available).



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



Bug#499792: cruft: needs enhancements that use ucf

2008-11-22 Thread Marcin Owsiany
On Sat, Nov 22, 2008 at 06:40:48PM +0900, Paul Wise wrote:
 On Sat, 2008-11-22 at 09:22 +, Marcin Owsiany wrote:
 
  Can you point me at an example reported file and package which owns it,
  so that I can actually learn how ucf works? I have a very vague idea of
  how it does what it does...
 
 gpm and /etc/gpm.conf

Looks like this is an issue similar to #21104, with the comment in
#366616 also applying to it.  In this case, the problem will appear in
the following situation:
 - imagine there is a bug in gpm such that it fails to unregister and
   remove /etc/gpm.conf on purge,
 - assume that cruft ignores all ucf-installed conffiles based on the
   ucf database, rather than the information provided by gpm
 - gpm gets purged
 - suddenly /etc/gpm.conf becomes useless, but cruft fails to report it
   as cruft

If there was some association between the files registered in ucf and
the name of the package which registered them, then perhaps this could
be automated somewhat. I could then perhaps (without considering any
corner cases carefully) imagine ignoring ucf-registered files coming
from packages that are currently installed.

But without such association, I think we're stuck with specifying
ucf-installed conffiles in per-package explain/filter files. :-/

-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



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



Bug#366616: More cases

2008-11-22 Thread Marcin Owsiany
Just a note: other cases of this, apart from python byte-compiled code,
are (perhaps):
 - ucf-installed config files
 - alternatives

-- 
Marcin Owsiany [EMAIL PROTECTED] http://marcin.owsiany.pl/
GnuPG: 1024D/60F41216  FE67 DA2D 0ACA FC5E 3F75  D6F6 3A0D 8AA0 60F4 1216



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



Bug#505271: Bug#505071: login tty mis-determination (see bug#332198)

2008-11-22 Thread Paul Szabo
Dear Moritz,

Yes, Nicolas's patch does fix the problem. But please note:
(1) It is my patch, not Nicolas's, was first proposed in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505071#15
(2) There is no such patch, nobody has made a diff file,
much less a compiled/built package to try.

Cheers, Paul

Paul Szabo   [EMAIL PROTECTED]   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia



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



Bug#471121: (no subject)

2008-11-22 Thread Tim Connors
On Sat, 22 Nov 2008, Ryan Niebur wrote:

 tag 471121 moreinfo
 tag 471121 unreproducible
 thanks

 Hello,

 I cannot reproduce this bug on either of my Debian Sid systems. There
 may have been a change in X that makes this bug not noticable since
 this bug was reported, so I will try with an Etch system the next
 chance I get.

 Can anybody still reproduce this on Sid? Even if it's only in Etch, it
 is surely a bug in xli, so I will fix it either way.

 Thanks for the bug report,

It still appears for me in sid for both this and xloadimage (bug 325689).
From the patch supplied for 325689 for xloadimage (but not yet applied),
I'm wondering if it's a 64 bit issue.  Have you tried to reproduce this on
a 64 bit machine?

-- 
TimC
Bad command. Bad, bad command! Sit! Stay! Staaay.   -- unknown



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



Bug#505720: xserver-xorg-core: setxkbmap makes parts of the keyboard useless

2008-11-22 Thread Jiri Palecek
On Friday 14 November 2008 19:01:06 Julien Cristau wrote:
 On Fri, Nov 14, 2008 at 17:54:16 +0200, Yoram Bar-Haim wrote:
  (EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/evdev
  (EE) XKB: No components provided for device AT Translated Set 2 keyboard
  (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap

 You need to upgrade xkb-data to 1.4.

How about declaring a versioned dependency then?

Regards
Jiri Palecek




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



Bug#498573: Confirming problems with Phonon

2008-11-22 Thread Sune Vuorela
reassign 498573 libphonon4
retitle 498573 phonon does not find its backends
severity 498573 grave
thanks

A phonon that does not find its backends in a non-kde4 environment is release 
critical, especially for lenny that does not ship a full kde4 environment.

Luckily a fix is on its way

/Sune
-- 
Do you know how could I do for digiting from the analogic proxy from the 
control folder inside AutoCAD?

First from Excel XP you should digit on a Ultra hardware for telnetting to the 
Fast URL on the line.



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


Bug#506075: Bug in dh-make-perl fixed in revision 27064

2008-11-22 Thread pkg-perl-maintainers
tag 506075 + pending
thanks

Some bugs are closed in revision 27064
by Damyan Ivanov (dmn)

Commit message:

  files in /var/cache/apt/apt-file and cache the result.
  Closes: #506075 -- optimize apt-file invocations



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



Bug#506532: libcurl3-openssl-dev: broken dependency

2008-11-22 Thread Folkert van Heusden
Package: libcurl3-openssl-dev
Version: testing
Severity: normal


The following packages have unmet dependencies:
  libcurl3-openssl-dev: Depends: libcurl3 (= 7.15.5-1etch1) but 7.18.2-7 is to 
be installed
E: Broken packages

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

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash



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



Bug#506420: incorrect hwcap line in /etc/ld.so.conf.d/libc6-xen.conf?

2008-11-22 Thread Bastian Blank
On Sat, Nov 22, 2008 at 10:41:01AM +, Richard Kettlewell wrote:
 Aurelien Jarno wrote:
 The value in this file is the correct one.
 Where is this documented?

In the kernel.

However, I was not able to find the code which processes this hwcaps in
libc.

The traditional hwcaps are read from the interpreter data via AT_HWCAP.
The pseudo hwcaps are defined in the vdso, but I fail to find this code.

Bastian

-- 
Immortality consists largely of boredom.
-- Zefrem Cochrane, Metamorphosis, stardate 3219.8



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



Bug#506172: ecryptfs-utils sync up with Ubuntu changes

2008-11-22 Thread Daniel Baumann
Dustin Kirkland wrote:
 I just merged Debian unstable's ecryptfs-utils-66-2 package into Ubuntu
 Jaunty.

thanks.

  * /usr/share files for a .desktop link for on-demand mounting, and a
 readme.txt explaining why an encrypted private directory has been
 unmounted.  We're carrying these in debian/ right now, however, they
 have been committed upstream and should be available in the next (-67?)
 release, but for now, ecryptfs-setup-private will establish broken
 symlinks unless you drop these in debian/.  Changes in:
   - debian/ecryptfs-mount-private.desktop
   - debian/ecryptfs-mount-private.txt
   - debian/rules
   - debian/ecryptfs-utils.install
   - debian/ecryptfs-utils.dirs

for the records: this has been done in 64-3 already. i think your merge
was incomplete.

-- 
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#506468: Bug is created after version 2.0.0.16

2008-11-22 Thread Debian
Error is existent after upgrade of icedove
from version 2.0.0.16-1 to version 2.0.0.17-1
at 16-11-2008.




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



Bug#325689: xloadimage denial of service

2008-11-22 Thread Tim Connors
severity 325689 grave
thanks

(There are insufficient guidelines as to whether I can mark this critical
or not - I believe it should be because it does break unrelated software
on the system, in that if you run xloadimage multiple times in an X
session, you break X and any clients that want to run in X.  But it is
only temporary.  It's also a denial of service in the same way that fork
bombs are recognised denial of service attacks that have to be mitigated
against)

The patch previously supplied by Alex Perry in February works, and should
be applied in time for Lenny, or xloadimage should be removed from the
archive.  The patch supplied by Alex does not quite apply cleanly to the
current debian version.  I have attached a rebased version to be applied
after all of the other patches in debian/patches.

I suspect this is only an issue for 64 bit distributions, which maybe why
some people can't reproduce this?

-- 
TimC
Information wants to be beer, or something like that. --unknown
--- ../xloadimage-4.1.orig/root.c   2008-11-22 22:46:47.0 +1100
+++ ./root.c2008-11-22 22:45:55.0 +1100
@@ -16,24 +16,6 @@
 
 #define RETAIN_PROP_NAME   _XSETROOT_ID
 
-void updateProperty(dpy, w, name, type, format, data, nelem)
- Display   *dpy;
- Windoww;
- char  *name;
- Atom  type;
- int   format;
- int   data;
- int   nelem;
-{
-  /* intern the property name */
-  Atom atom = XInternAtom(dpy, name, 0);
-
-  /* create or replace the property */
-  XChangeProperty(dpy, w, atom, type, format, PropModeReplace, 
- (unsigned char *)data, nelem);
-}
-
-
 /* Sets the close-down mode of the client to 'RetainPermanent'
  * so all client resources will be preserved after the client
  * exits.  Puts a property on the default root window containing
@@ -47,9 +29,15 @@
 {
   /* create dummy resource */
   Pixmap pm= XCreatePixmap(dpy, w, 1, 1, 1);
+  unsigned char *data = (unsigned char *) pm;

-  /* create/replace the property */
-  updateProperty(dpy, w, RETAIN_PROP_NAME, XA_PIXMAP, 32, (int)pm, 1);
+  /* intern the property name */
+  char *name = RETAIN_PROP_NAME;
+  Atom atom = XInternAtom(dpy, name, 0);
+
+  /* create or replace the property */
+  XChangeProperty(dpy, w, atom, XA_PIXMAP, 32, PropModeReplace,
+ data, sizeof(Pixmap)/4);

   /* retain all client resources until explicitly killed */
   XSetCloseDownMode(dpy, RetainPermanent);
@@ -65,32 +53,57 @@
  Display   *dpy;
  Windoww;
 {
-  Pixmap *pm;  
-  Atom actual_type;/* NOTUSED */
+  Pixmap *pm;
+  unsigned char *charpm;
+  Atom actual_type;
   int  format;
-  int  nitems;
-  int  bytes_after;
+  unsigned longnitems;
+  unsigned longbytes_after;
+  int   returncode;
 
   /* intern the property name */
   Atom atom = XInternAtom(dpy, RETAIN_PROP_NAME, 0);
+  fprintf(stderr, info: freePrevious );
 
   /* look for existing resource allocation */
-  if ((XGetWindowProperty(dpy, w, atom, 0, 1, 1/*delete*/,
- AnyPropertyType, actual_type, format, (unsigned 
long *)nitems,
- (unsigned long *)bytes_after, (unsigned char **)pm) 
== Success) 
-  nitems == 1) {
-if ((actual_type == XA_PIXMAP)  (format == 32) 
-   (nitems == 1)  (bytes_after == 0)) {
-  /* blast it away */
-  XKillClient(dpy, (XID) *pm);
-  XFree((char *)pm);
-}
-else if (actual_type != None) {
-  fprintf(stderr,
- %s: warning: invalid format encountered for property %s\n,
- RETAIN_PROP_NAME, xloadimage);
-}
-  }
+  nitems = sizeof(Pixmap)/4;
+  returncode = XGetWindowProperty(dpy, w, atom,
+ 0, nitems, 1/*delete*/,
+XA_PIXMAP, actual_type,
+format, nitems,
+bytes_after, charpm);
+  if (returncode != Success) {
+fprintf(stderr, failed to look for %s with return code %i.\n,
+RETAIN_PROP_NAME, returncode);
+return;
+  }
+
+  /* Check if the property was found */
+  if (actual_type == None) {
+fprintf(stderr, didn't find evidence of prior run.\n);
+return;
+  }
+
+  /* Make sure the dummy value is still present */
+  if (actual_type != XA_PIXMAP) {
+fprintf(stderr, found wrong data type - skipped.\n);
+return;
+  }
+
+  /* Check size, in case we're a different architecture */
+  if ((nitems != sizeof(Pixmap)/4) ||
+  (format != 32) ||
+  (bytes_after != 0)) {
+fprintf(stderr, saw wrong %li / word size %i / architecture %li.\n,
+bytes_after, format, nitems);
+return;
+  }
+
+  /* blast it away */
+  pm = (Pixmap*) charpm;
+  XKillClient(dpy, (XID) *pm);
+  XFree(charpm);
+  fprintf(stderr, called KillClient and XFree for its prior image.\n);
 }
 
 #if FIND_DEC_ROOTWINDOW
@@ -185,15 +198,16 @@
 for(i = 0; i  numChildren; i++) {
   Atom actual_type;
   int actual_format;
-  long nitems, 

Bug#502903: Update

2008-11-22 Thread Sheridan Hutchinson
After investing some considerable amount of time I have succeeded in
getting Gnash to play YouTube videos with sound on my 64-bit box :)

The following package is needed for video to work:
gstreamer0.10-ffmpeg

The following package is needed for audio to work:
gstreamer0.10-fluendo-mp3

The following package is needed so that you can actually 'seek' between
segments of a YouTube (and presumably other) videos:
gstreamer0.10-gnomevfs

While these are recommended packages of Gnash itself, I wholeheartedly
suggest that you consider making these a hard depends on the mozilla
plugin because people just want to install the the browser plugin and
expect to visit their popular flash sites.

It really would help a lot with the out-of-the-box experience.

-- 
Regards,
Sheridan Hutchinson
[EMAIL PROTECTED]



signature.asc
Description: OpenPGP digital signature


Bug#506285: inkscape-0.46 with LaTeX formula rendering

2008-11-22 Thread Salvatore Bonaccorso
Hi

I patched the package with the patch, without the -quiet part, and
moved additionally python-lxml and texlive-latex-base and
texlive-base-bin to Recommends. It seems to work now perfectly, when
installing this dependencies. Maybe it's not a good idea to put the
texlive packages into recomments, better to suggests?

There is also a longer patch, to also disable the message box viewing
the pstoedit Version string in a dialogbox from Ubuntu people.

See: https://bugs.launchpad.net/inkscape/+bug/55273

Do you think, there is a possibility, to have at least the first one
getting in Debian, and maybe also in the lenny package? 
The LaTeX formula rendering functionality is really usefull.

Kind regards
Salvatore Bonaccorso


signature.asc
Description: Digital signature


Bug#506535: xulrunner-1.9: Upstream bug 457358 is present and prevent to save/restore/access password from iceweasel 3.0.3

2008-11-22 Thread Eric Valette
Package: xulrunner-1.9
Version: 1.9.0.3-1
Severity: important
Tags: patch

See https://bugzilla.mozilla.org/show_bug.cgi?id=457358.

Before applying the patch https://bugzilla.mozilla.org/attachment.cgi?id=341674 
to storage-Legacy.js, I was unable to access stored password annymore. Applying 
the fix manually and restarting FF3 I got them back and managed to export them 
to a brand new machine.

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

Kernel: Linux 2.6.27.6 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages xulrunner-1.9 depends on:
ii  libatk1.0-01.24.0-1  The ATK accessibility toolkit
ii  libbz2-1.0 1.0.5-1   high-quality block-sorting file co
ii  libc6  2.8+20080809-3GNU C Library: Shared libraries
ii  libcairo2  1.8.4-1   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-2~exp3GCC support library
ii  libglib2.0-0   2.18.2-1  The GLib library of C routines
ii  libgtk2.0-02.14.4-3  The GTK+ graphical user interface 
ii  libhunspell-1.2-0  1.2.8-1   spell checker and morphological an
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  liblcms1   1.17.dfsg-1   Color management library
ii  libmozjs1d 1.9.0.3-1 The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime Library
ii  libnss3-1d 3.12.0-5  Network Security Service libraries
ii  libpango1.0-0  1.22.2-1  Layout and rendering of internatio
ii  libpng12-0 1.2.33-1  PNG library - runtime
ii  libreadline5   5.2-3 GNU readline and history libraries
ii  libsqlite3-0   3.5.9-6   SQLite 3 shared library
ii  libstartup-notificatio 0.9-1 library for program launch feedbac
ii  libstdc++6 4.3.2-2~exp3  The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

xulrunner-1.9 recommends no packages.

Versions of packages xulrunner-1.9 suggests:
pn  xulrunner-1.9-gnome-support   none (no description available)

-- no debconf information




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



Bug#506482: Regression: shift+select no longer works in math mode

2008-11-22 Thread Marc J. Driftmeyer
Have you tried setting keybindings inside your lyxrc file for such  
customization? The Customization Help document speaks about setting  
up such functionality.



-Marc

Marc J. Driftmeyer
[EMAIL PROTECTED]
http://www.reanimality.com
(509)435-5212

On Nov 21, 2008, at 2:29 PM, Alex Roper wrote:


Package: lyx
Version: 1.6.0-1
Severity: normal


It used to be in older versions of LyX you could use SHIFT+arrows to
select in math mode. I find this feature crucial, as it allows me  
to do

algebraic manipulation in LyX far faster than I could write it out by
hand, eliminating my paper dependence. The new version looks snazzy  
and
has a bunch of cool new features, but I have pinned the old one  
because

this is simply a deal killer for me.

Having to reach all the way over to the mouse is irritating. I cannot
LyX notes in realtime anymore. Guess this is why you don't apt-get
upgrade during lecture:-)

If I'm the only person like this I can just never upgrade, old LyX
wasn't lacking anything I needed and didn't crash too often; but I'd
like the new stuff *drools over tab completion in math mode*

Thanks again for all the free software, etc etc. Debian saves me  
money AND time.


Best,
Al running Sid, deserves what he gets:-) ex

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

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

Versions of packages lyx depends on:
ii  libaiksaurus-1.2-0c2a  1.2.1+dev-0.12-6  an English-language  
thesaurus (dev
ii  libaspell150.60.6-1  GNU Aspell spell- 
checker runtime l
ii  libboost-regex1.34.1   1.34.1-14 regular expression  
library for C++
ii  libboost-signals1.34.1 1.34.1-14 managed signals and  
slots library
ii  libc6  2.7-16GNU C Library: Shared  
libraries

ii  libgcc11:4.3.2-1 GCC support library
ii  libqtcore4 4.4.3-1   Qt 4 core module
ii  libqtgui4  4.4.3-1   Qt 4 GUI module
ii  libstdc++6 4.3.2-1   The GNU Standard C++  
Library v3

ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  lyx-common 1.6.0-1   Architecture- 
independent files for
ii  mime-support   3.44-1MIME files  
'mime.types'  'mailcap
ii  xdg-utils  1.0.2-6   desktop integration  
utilities from
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library -  
runtime


Versions of packages lyx recommends:
ii  dvipng1.11-1 convert DVI files to  
PNG graphics
ii  evince [posts 2.22.2-4   Document (postscript,  
pdf) viewer
ii  ghostscript [ 8.62.dfsg.1-3.1The GPL Ghostscript  
PostScript/PDF
ii  gv [postscrip 1:3.6.5-2  PostScript and PDF  
viewer for X
ii  imagemagick   7:6.3.7.9.dfsg1-2.1+lenny1 image manipulation  
programs

ii  kghostview [p 4:3.5.9-3  PostScript viewer for KDE
ii  kpdf [pdf-vie 4:3.5.9-3  PDF viewer for KDE
ii  latex-xft-fon 0.1-8  Xft-compatible  
versions of some La
ii  preview-latex 11.83-7.2  extraction of elements  
from LaTeX
ii  psutils   1.17-26A collection of  
PostScript documen
ii  texlive-fonts 2007.dfsg.1-4  TeX Live: Recommended  
fonts
ii  texlive-latex 2007.dfsg.1-4  TeX Live: LaTeX  
recommended packag


Versions of packages lyx suggests:
pn  chktex  none   (no description  
available)
ii  cups-bsd [lpr]  1.3.8-1lenny2Common UNIX Printing  
System(tm) -
ii  cups-client 1.3.8-1lenny2Common UNIX Printing  
System(tm) -
pn  dvipost none   (no description  
available)
pn  gnuhtml2latex   none   (no description  
available)
ii  groff   1.18.1.1-21  GNU troff text- 
formatting system
ii  iceape-browser [www-bro 1.1.12-1 Iceape Navigator  
(Internet browser
ii  iceweasel [www-browser] 3.0.3-3  lightweight web  
browser based on M
ii  konqueror [www-browser] 4:3.5.9.dfsg.1-5 KDE's advanced file  
manager, web b
pn  latex2rtf   none   (no description  
available)
ii  libtiff-tools   3.8.2-11 TIFF manipulation and  
conversion t
pn  linuxdoc-tools  none   (no description  
available)
ii  menu2.1.41   generates programs  
menu for all me
pn  noweb   none   (no description  
available)
pn  rcs none   (no description  
available)
pn  sgmltools-lite  none   (no description  
available)
pn  tex4ht | hevea | tth |  none   (no description  
available)
pn  texlive-latex-extra

Bug#506536: cryptsetup: lvm binary name changed in initramfs

2008-11-22 Thread Marc Haber
Package: cryptsetup
Version: 2:1.0.6-6
Severity: important

Hi,

lvm2 2.02.39-4 has changed the name of the LVM binary in the initramfs
from vgchange to lvm. Hence, cryptsetup's local-top/cryptroot needs to
change, or booting systems with cryptroot fails.

This patch works for me:

$ diff -u cryptroot /usr/share/initramfs-tools/scripts/local-top/cryptroot
--- cryptroot   2008-11-22 13:33:51.0 +0100
+++ /usr/share/initramfs-tools/scripts/local-top/cryptroot  2008-11-22 
13:35:03.0 +0100
@@ -124,7 +124,7 @@
vg=${1#/dev/mapper/}

# Sanity checks
-   if [ ! -x /sbin/vgchange ] || [ $vg = $1 ]; then
+   if [ ! -x /sbin/lvm ] || [ $vg = $1 ]; then
return 1
fi

@@ -139,7 +139,7 @@
# Reduce padded --'s to -'s
vg=$(echo ${vg} | sed -e 's#--#-#g')

-   vgchange -ay ${vg}
+   lvm vgchange -ay ${vg}
return $?
 }


Greetings
Marc


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

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

Versions of packages cryptsetup depends on:
ii  dmsetup  2:1.02.27-4 The Linux Kernel Device Mapper use
ii  libc62.7-16  GNU C Library: Shared libraries
ii  libdevmapper1.02.1   2:1.02.27-4 The Linux Kernel Device Mapper use
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libuuid1 1.41.3-1universally unique id library

cryptsetup recommends no packages.

Versions of packages cryptsetup suggests:
ii  dosfstools3.0.0-1utilities for making and checking 
ii  initramfs-tools [linux-initra 0.92l  tools for generating an initramfs
ii  udev  0.125-7/dev/ and hotplug management daemo

-- no debconf information



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



Bug#471121: (no subject)

2008-11-22 Thread Tim Connors
On Sat, 22 Nov 2008, Tim Connors wrote:

 On Sat, 22 Nov 2008, Ryan Niebur wrote:

  tag 471121 moreinfo
  tag 471121 unreproducible
  thanks
 
  Hello,
 
  I cannot reproduce this bug on either of my Debian Sid systems. There
  may have been a change in X that makes this bug not noticable since
  this bug was reported, so I will try with an Etch system the next
  chance I get.
 
  Can anybody still reproduce this on Sid? Even if it's only in Etch, it
  is surely a bug in xli, so I will fix it either way.
 
  Thanks for the bug report,

 It still appears for me in sid for both this and xloadimage (bug 325689).
 From the patch supplied for 325689 for xloadimage (but not yet applied),
 I'm wondering if it's a 64 bit issue.  Have you tried to reproduce this on
 a 64 bit machine?

I just verified that the patch in 325689 works for xloadimage, and I'm
sure a similar patch will work for xli, given that root.c are based off
the same code.  I won't produce a patch myself just yet, but I'll
happily test.

Please send it upstream too, given that upstream seem to be of the
impression that this is only a debian problem.

-- 
TimC
Confucius say: He who play in root, eventually kill tree.



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



Bug#506537: FTBFS: cp: cannot stat `/usr/share/qt4/doc/qt4.tag': No such file or directory

2008-11-22 Thread Modestas Vainius
Package: soprano
Version: 2.1+dfsg.1
Severity: serious

The end of the log is below:

[ 99%] Building CXX object test/CMakeFiles/tstringtest.dir/tstringtest.o
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test  
/usr/lib/ccache/g++-g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long 
-ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-check-new -fno-common -I/tmp/buildd/soprano-2.1+dfsg.1 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu 
-I/tmp/buildd/soprano-2.1+dfsg.1/data -I/tmp/buildd/soprano-2.1+dfsg.1/soprano 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/util 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/query 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/vocabulary 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/soprano 
-I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtAssistant 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtDBus 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test -I/usr/lib   -o 
CMakeFiles/tstringtest.dir/tstringtest.o -c 
/tmp/buildd/soprano-2.1+dfsg.1/test/tstringtest.cpp 
 
/usr/bin/cmake -E cmake_progress_report 
/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/CMakeFiles 99   
 
[100%] Building CXX object test/CMakeFiles/tstringtest.dir/stringpool.o 
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test  
/usr/lib/ccache/g++-g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long 
-ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-check-new -fno-common -I/tmp/buildd/soprano-2.1+dfsg.1 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu 
-I/tmp/buildd/soprano-2.1+dfsg.1/data -I/tmp/buildd/soprano-2.1+dfsg.1/soprano 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/util 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/query 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/vocabulary 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/soprano 
-I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtAssistant 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtDBus 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test -I/usr/lib   -o 
CMakeFiles/tstringtest.dir/stringpool.o -c 
/tmp/buildd/soprano-2.1+dfsg.1/test/stringpool.cpp  
  
/usr/bin/cmake -E cmake_progress_report 
/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/CMakeFiles  
 
[100%] Building CXX object test/CMakeFiles/tstringtest.dir/__/index/tstring.o   
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test  
/usr/lib/ccache/g++-g -O2 -g -Wall -O2 -Wnon-virtual-dtor -Wno-long-long 
-ansi -Wundef -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-Wformat-security -fno-check-new -fno-common -I/tmp/buildd/soprano-2.1+dfsg.1 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu 
-I/tmp/buildd/soprano-2.1+dfsg.1/data -I/tmp/buildd/soprano-2.1+dfsg.1/soprano 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/util 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/query 
-I/tmp/buildd/soprano-2.1+dfsg.1/soprano/vocabulary 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/soprano 
-I/usr/include/qt4 -I/usr/include/qt4/Qt -I/usr/share/qt4/mkspecs/default 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtAssistant 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtUiTools 
-I/usr/include/qt4/QtTest -I/usr/include/qt4/QtDBus 
-I/tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test -I/usr/lib   -o 
CMakeFiles/tstringtest.dir/__/index/tstring.o -c 
/tmp/buildd/soprano-2.1+dfsg.1/index/tstring.cpp

Linking CXX executable tstringtest  
 
cd /tmp/buildd/soprano-2.1+dfsg.1/obj-x86_64-linux-gnu/test  /usr/bin/cmake 
-E cmake_link_script CMakeFiles/tstringtest.dir/link.txt --verbose=1
   

Bug#506538: tipptrainer: Typing mistake in package description

2008-11-22 Thread Johannes Röhl
Package: tipptrainer
Version: 0.6.0-17
Severity: minor

You wrote lession data in the package description. You propably mean lesson 
or maybe session?

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

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
set to de_DE.UTF8)
Shell: /bin/sh linked to /bin/bash

Versions of packages tipptrainer depends on:
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3
pn  libwxgtk2.4-1 none (no description available)
pn  tipptrainer-data  none (no description available)
pn  wx2.4-i18nnone (no description available)

tipptrainer recommends no packages.

tipptrainer suggests no packages.



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



Bug#506540: initramfs-tools - Always dereferences symlinks

2008-11-22 Thread Bastian Blank
Package: initramfs-tools
Version: 0.92j
Severity: important

mkinitramfs always expands symlinks. busybox for example is always added
two times.

Bastian

-- 
Deflector shields just came on, Captain.



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



Bug#409482: python-moinmoin: GUI editing to text breaks contents

2008-11-22 Thread Frank Lin PIAT
forwarded 409482 http://moinmo.in/MoinMoinBugs/IndentingTableFails
severity 409482 minor
--

I am downgrading the severity of this bug, because the GUI editor will
be disabled in Lenny, so it can't break anything.

I am not closing the bug because the GUI will be re-introduced in 1.8.

Franklin




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



Bug#506498: dpkg fails with parse error in /var/lib/dpkg/status

2008-11-22 Thread Raphael Hertzog
severity 506498 serious
thanks

On Sat, 22 Nov 2008, Raj Kiran Grandhi wrote:
 Package: dpkg
 Version: 1.14.23
 Severity: normal
 
 dpkg fails complaining about the following parse error in the `status' file.

Please send us a copy of the status file and of any file in
/var/lib/dpkg/updates/.

 
 Log started: 2008-11-21  18:34:54
 (Reading database ... 283360 files and directories currently installed.)
 Preparing to replace dpkg 1.14.22 (using .../archives/dpkg_1.14.23_i386.deb) 
 ...
 Unpacking replacement dpkg ...
 Log ended: 2008-11-21  18:35:26
 
 Log started: 2008-11-21  18:36:06
 dpkg: parse error, in file `/var/lib/dpkg/status' near line 2881 package 
 `python
 -4suite-xml':
  package has status installed but triggers are awaited
 Log ended: 2008-11-21  18:36:07
 

Was there nothing else before this that could explain how the package
python-4suite-xml got into this inconsistent state ?

Please show us /var/log/dpkg.log.

 Following the error, dpkg is unusable with every invocation resulting in
 the above error.

I'll tell you more how to get out of this when you have sent us the
relevant files. Most probably removing the Triggers-Awaited line
concerning python-4suite-xml in the status file should be enough.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/



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



Bug#421443: linux-image-2.6.18-4-686: ide tape broken and ide scsi disabled, ide tapes unuseable

2008-11-22 Thread Moritz Muehlenhoff
On Sun, Apr 29, 2007 at 08:37:17AM +0100, Anton Ivanov wrote:
 Package: linux-image-2.6.18-4-686
 Version: 2.6.18.dfsg.1-12
 Severity: important
 
 
 Kernel detects ide tape
 
 ide-tape: hdb - ht0: Seagate STT2A rev 8A51
 ide-tape: hdb - ht0: 1000KBps, 6*54kB buffer, 9720kB pipeline, 108ms tDSC, 
 DMA
 
 After which all userland utilities fail to access it or issue any
 commands to it.
 
 The drive mostly works using ide-tape in 2.6.14 and 2.6.16 on write (some 
 read problems). Works fine in 2.6.16 using ide-scsi read/write.
 
 Frankly, anyone who has had to use ide-tapes knows that Linus can go get
 lost with his statement about the IDE tape driver now being a perfect
 replacement for ide-scsi (multiple times on lkm since 2003). It isn't. 
 In fact I have yet to see a kernel release where it works fine. 
 
 So disabling IDE-SCSI is not nice. That is the only means to use ide
 tape drives at the moment.

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#417121: can you reproduce with a later kernel?

2008-11-22 Thread Moritz Muehlenhoff
On Thu, May 31, 2007 at 12:55:41PM +0200, Subhashis Roy wrote:
 Hi,

 I do find similar problem with the latest 2.6.21.3 (i686 image) kernel in Sid.

 What is peculiar is that the kernel tries to access the card both as
 '/dev/sda' and '/dev/sdb' simultaneously, as the 'dmesg' shows. 'udev'
 does create '/dev/sda1', but access to '/dev/sdb' throws a bunch of
 Error messages with the final one being 'failure to read the partition
 table' (this is probably expected as the card is already accessed as
 '/dev/sda').
 I can mount the card and copy an image file from hard disk successfully
 to it (can be viewed in the camera LCD screen).  Successive mounting of 
 the card in the laptop (Acer Aspire 1524) shows 'md5sum' of
 that file to be different than the original file. Displaying it in the
 machine also fails. However, I noticed that the actual file on the card
 remained fine (viewable on the camera LCD).  Therefore, it appears
 that the problem is in 'reading' the contents of the card (the way
 kernel access the card seems incorrect).

 I checked the same behaviour with the earlier 2.6.18 kernel in Etch.

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#420582: atyfb: text mode console slightly broken

2008-11-22 Thread Moritz Muehlenhoff
On Mon, Apr 23, 2007 at 01:12:06PM +0200, [EMAIL PROTECTED] wrote:
 Package: linux-image-2.6.18-4-powerpc
 Version: 2.6.18.dfsg.1-12
 Severity: important
 
 I've just upgraded to etch and encountered the following problem: When
 using the console, I get strange columns from the top of my screen to the
 bottom in which the character which should be displayed at that position
 alternates quite quickly with the one four characters to the right. This
 happens so fast that the eye can't follow properly. There are 7 of
 these columns, and the first 20 or so columns from the left of the screen
 display correctly. X works fine, though. However, not being able to use
 the console properly is a serious limitation of the current kernel, at
 least in my opinion.

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#506488: [request-tracker-maintainers] Bug#506488: request-tracker3.8: fails to compile in Mason

2008-11-22 Thread Niko Tyni
On Fri, Nov 21, 2008 at 06:26:13PM -0500, Antoine Beaupre wrote:
 Package: request-tracker3.8
 Version: 3.8.1-1~experimental1~bpo40+1
 Severity: important
 
 So another issue we ran into was this:
 
 The following parameter was passed in the call to 
 HTML::Mason::CGIHandler-new() but was not listed in the validation options: 
 named_component_subs
 Compilation failed in require at 
 /usr/share/request-tracker3.8/libexec/mason_handler.fcgi line 55.

 ii  libhtml-ma 1:1.35-3  HTML::Mason Perl module

The option was introduced in HTML::Mason 1.36.

 http://www.masonhq.com/code/history.html

Not sure if the dependency should be bumped in the backports version or
if the line should be just commented out like you did.
-- 
Niko Tyni   [EMAIL PROTECTED]



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



Bug#429381: XFS internal error

2008-11-22 Thread Moritz Muehlenhoff
On Mon, Jun 18, 2007 at 12:17:39AM +0800, Chun Tian (binghe) wrote:
 Package: linux-image-2.6.18-4-amd64
 Version: 2.6.18.dfsg.1-12etch2
 Severity: important
 
 Hi,
 
 Recently, I meet many times on many servers, large (1TB) XFS filesystem 
 throw kernel internal error:
 
 Filesystem cciss/c0d2: XFS internal error xfs_trans_cancel at line 1138 of 
 file fs/xfs/xfs_trans.c.  Caller 0x881df006
 

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#439012: d-i: network not recognized on Sun nextra x1 / v100 + oops while unloading the wrong module

2008-11-22 Thread Moritz Muehlenhoff
On Sun, Sep 02, 2007 at 10:11:50PM +0200, Bernd Zeimetz wrote:
 Joey Hess wrote:
  Bernd Zeimetz wrote:

  Etch installer, booted via tftp. If there were any changes regarding
  this in the daily Lenny build, please let me now - I have enough
  machines to give it a try.
 
  It has a new kernel version, it would be good to know if that fixes the
  bug.

 First I have to say that I'm amazed that 2.6.21 booted at all on the
 v100, I didn't find a sparc machine where it booted successful yet.
 Removing and loading the dmfe module works well now, although it still
 doesn't have any function and needs to be blacklisted on a v100.

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#427658: linux-image-2.6.18-5-686: kernel BUG at mm/rmap.c:522

2008-11-22 Thread Moritz Muehlenhoff
On Tue, Jun 05, 2007 at 11:12:58AM -0300, Rodrigo Campos wrote:
 Package: linux-image-2.6.18-5-686
 Version: 2.6.18.dfsg.1-13
 Severity: grave
 Justification: renders package unusable

 Hi, the other day i upgrade from  lastest linux-image-2.6.18-4-686 to
 linux-image-2.6.18-5-686 from proposed-updates and all seems to be ok.
 But yesterday after i power it on, i hit this kernel bug. I dot know
 how to reproduce it, but the trace might be useful.

 Let me know if you need any other extra information or tests, and feel
 free to downgrade the severity :)

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#428847: linux-image-2.6.18-4-sparc64: Kernel oops on Ultra-10 serial break

2008-11-22 Thread Moritz Muehlenhoff
On Thu, Jun 14, 2007 at 04:45:46PM +, Mark Morgan Lloyd wrote:
 Package: linux-image-2.6.18-4-sparc64
 Version: 2.6.18.dfsg.1-12etch2
 Severity: important


 Using a terminal emulator such as gtkterm or cu with either /dev/ttyS0 or
 /dev/ttyS1 on an Ultra-10 an incoming break condition (pins 2-3 wired
 together or RD touched to an active DTR) oopses the kernel reliably if
 the console is controlled by the Sun keyboard.

 This appears to not happen on an Ultra-1 (i.e. an SBus rather than PCI system)
 or if the Sun keyboard is disconnected with the console on ttyS1. This latter
 point makes it very difficult to get the text of the oops.

 I believe I first saw this trying to set up the nut UPS monitor which I've
 had working on older hardware and kernels.

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#452624: kernel-image-2.6-powerpc: ooops signal 7 when insert pcmcia wifi card into lombard powerbook

2008-11-22 Thread Moritz Muehlenhoff
On Fri, Nov 23, 2007 at 10:23:04PM -0500, mike g wrote:
 Package: kernel-image-2.6-powerpc
 Version: etch
 Severity: important
 
 Inserting pcmcia wifi cards(tried ambicom and netgear) cause an oops and 
 the lombard powerbook halts. I tried reserve=0xfd00,0x
 but it didn't help. Others have had similar problems:
 
 http://lists.infradead.org/pipermail/linux-pcmcia/2007-April/004503.html

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#446535: linux-image-2.6.22-2-amd64: JFS makes kernel crash

2008-11-22 Thread Moritz Muehlenhoff
On Sat, Oct 13, 2007 at 09:50:00PM +0200, Arndt Heuvel wrote:
 Package: linux-image-2.6.22-2-amd64
 Version: 2.6.22-4
 Severity: important
 
 My system freezes by normal workload (compiling my openmoko environment) :-(
 I use jfs on 3 new hd's with LVM and cryto (to protect against stasi2.0 ;-))
 
 here my syslog entry after reboot:
 
 Oct 13 19:13:31 brain kernel: BUG at fs/jfs/jfs_metapage.c:747 
 assert(mp-count)
 Oct 13 19:13:31 brain kernel: [ cut here ]
 Oct 13 19:13:31 brain kernel: kernel BUG at fs/jfs/jfs_metapage.c:747!
 Oct 13 19:13:31 brain kernel: invalid opcode:  [1] SMP
 Oct 13 19:13:31 brain kernel: CPU 0

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#440223: reported upstream

2008-11-22 Thread Moritz Muehlenhoff
On Fri, Aug 31, 2007 at 08:26:29PM +0200, Alessandro Polverini wrote:
 For the record, this bug has been reported upstream here:
 
 http://bugzilla.kernel.org/show_bug.cgi?id=8942
 
 and a tentative fix has already been submitted.

According to the upstream bug it has been fixed in 2.6.23.
Can you confirm that this problem is solved in that version?

Cheers,
Moritz



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



Bug#506058: Fails to start after install probably due to missing /var/run/gkrellmd.pid

2008-11-22 Thread Sandro Tosi
severity 506058 normal
tag 506058 unreproducible
thanks

On Tue, Nov 18, 2008 at 02:46, Daniel Dickinson [EMAIL PROTECTED] wrote:
 gkrellmd doesn't start even with a manual /etc/init.d/gkrellmd start
 after install is reported to be successful.  Running gkrellmd manually
 once with

 gkrellmd

 fixes this.  It is likely that /var/run/gkrellmd.pid is not being
 created and this is what causes the failure, but I could be wrong about
 that.  In any event it looks like a necessary file is missing, which is
 a policy violation.

I cannot replicate this bug; I created a clean lenny chroot and try to
see what's happening, here's the transcript (hope gmail won't disrupt
it too much):

localhost:/home/morph/chroot/lenny# cat /etc/debian_version
lenny/sid
localhost:/home/morph/chroot/lenny# find . -name *gkrellmd*
./var/cache/apt/archives/gkrellmd_2.3.1-7_i386.deb
localhost:/home/morph/chroot/lenny# aptitude install gkrellmd
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following NEW packages will be installed:
  gkrellmd
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/106kB of archives. After unpacking 197kB will be used.
Writing extended state information... Done
Selecting previously deselected package gkrellmd.
(Reading database ... 31085 files and directories currently installed.)
Unpacking gkrellmd (from .../gkrellmd_2.3.1-7_i386.deb) ...
Processing triggers for man-db ...
Setting up gkrellmd (2.3.1-7) ...
Adding system user `gkrellmd' (UID 115) ...
Adding new user `gkrellmd' (UID 115) with group `nogroup' ...
Not creating home directory `/home/gkrellmd'.
Starting gkrellmd: gkrellmd.
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initializing package states... Done
Writing extended state information... Done
Reading task descriptions... Done
localhost:/home/morph/chroot/lenny# ps aux | grep gkrellmd
gkrellmd 10669  0.6  0.1  11248  1208 ?Rs   13:07   0:01
/usr/bin/gkrellmd --pidfile /var/run/gkrellmd.pid
root 11479  0.0  0.0   1716   516 pts/1S+   13:11   0:00 grep gkrellmd
localhost:/home/morph/chroot/lenny# find . -name *gkrellmd*
./var/lib/dpkg/info/gkrellmd.list
./var/lib/dpkg/info/gkrellmd.postinst
./var/lib/dpkg/info/gkrellmd.prerm
./var/lib/dpkg/info/gkrellmd.postrm
./var/lib/dpkg/info/gkrellmd.conffiles
./var/lib/dpkg/info/gkrellmd.md5sums
./var/cache/apt/archives/gkrellmd_2.3.1-7_i386.deb
./var/run/gkrellmd.pid
./etc/init.d/gkrellmd
./etc/rc1.d/K21gkrellmd
./etc/rc3.d/S21gkrellmd
./etc/rc4.d/S21gkrellmd
./etc/rc0.d/K21gkrellmd
./etc/rc6.d/K21gkrellmd
./etc/rc2.d/S21gkrellmd
./etc/rc5.d/S21gkrellmd
./etc/gkrellmd.conf
./usr/bin/gkrellmd
./usr/share/man/man1/gkrellmd.1.gz
./usr/share/doc/gkrellmd
./usr/include/gkrellm2/gkrellmd.h
localhost:/home/morph/chroot/lenny# /etc/init.d/gkrellmd stop
Stopping gkrellmd: gkrellmd.
localhost:/home/morph/chroot/lenny# /etc/init.d/gkrellmd start
Starting gkrellmd: gkrellmd.
localhost:/home/morph/chroot/lenny# cat ./var/run/gkrellmd.pid
12204
localhost:/home/morph/chroot/lenny# ps aux | grep gkrellmd
gkrellmd 12204  0.0  0.0   3032  1004 ?Ss   13:15   0:00
/usr/bin/gkrellmd --pidfile /var/run/gkrellmd.pid
root 12252  0.0  0.0   1716   516 pts/1S+   13:15   0:00 grep gkrellmd

Due to all of this, I downgraded the severity. I think there is
something weird on your box, even because this version is in debian
since mid August '08 and no-one reported such problem.

Please let me know if you want me to execute other tests, but I
suspect the fix is on your side (wrong permission on some dirs/files
or so).

Kindly,
-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#452931: linux-image-2.6.18-5-686: too much memory for EXT3 inode-cache in slab

2008-11-22 Thread Moritz Muehlenhoff
On Mon, Nov 26, 2007 at 09:08:19AM +0100, Ralf Schlatterbeck wrote:
 Package: linux-image-2.6.18-5-686
 Version: 2.6.18.dfsg.1-13etch4
 Severity: important
 
 On two very different systems (a desktop system and one running a
 database application) running debian kernel 2.6.18-5 I'm observing the
 following behaviour:

Does this error still occur with more recent kernel versions?

If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html

Cheers,
Moritz



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



Bug#506542: linux-image-2.6.26-1-686: Latest update breaks sleep on thinkpad x60s

2008-11-22 Thread David Raymond
Package: linux-image-2.6.26-1-686
Version: 2.6.26-10
Severity: normal

Upgrading from 2.6.26-8 to 2.6.26-10 caused waking up from
sleep mode to fail.  The system appears to go to sleep in
the normal way, but it hangs on wakeup.  Sometimes hitting
ctl-alt-backspace wakes it up, but not always.  Note that
I am using gnome and I put it to sleep while logged in.
Reverting to the 2.6.25-2-686 kernel solved the problem.

-- Package-specific info:

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

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

Versions of packages linux-image-2.6.26-1-686 depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92j  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.26-1-686 recommends:
ii  libc6-i6862.7-16 GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.26-1-686 suggests:
ii  grub  0.97-47GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.26  none (no description available)

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



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



Bug#506543: twidge: FTBFS: setup: At least the following dependencies are missing: HSH -any

2008-11-22 Thread Kurt Roeckx
Package: twidge
Version: 0.99.3
Severity: serious

Hi,

Your package is failing to build with the following error:
make[1]: Entering directory `/build/buildd/twidge-0.99.3'
ghc -package Cabal Setup.lhs -o setup
./setup configure
Configuring twidge-0.99.3...
setup: At least the following dependencies are missing:
HSH -any
make[1]: *** [all] Error 1



Kurt




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



Bug#506539: kooka does not display the Scan and Preview buttons making it impossible to aquire an image

2008-11-22 Thread Modestas Vainius
severity 506539 normal
retitle 506539 kooka GUI might not fit to screen under small resolutions
thanks

šeštadienis 22 Lapkritis 2008, Fernando J. Rodríguez rašė:
 Hi. I'm sorry to report a bug of this severity, but as the attached
 snapshot of kooka's window shows, the Scan and Preview buttons on the
 bottom are missing so I can't use this program to scan an image,
 rendering it useless.
Sorry, but you are wrong. The buttons and bottom part of the interface do not 
fit to screen because you're using small resolution. But this is not grave. 
Just move the window up and you will see the buttons.

-- 
Modestas Vainius [EMAIL PROTECTED]





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



Bug#506544: random crashes

2008-11-22 Thread Pol
Distribution: Debian 4.0
Package: gnome-panel
Severity: critical
Version: GNOME2.14.3 2.14.x
Gnome-Distributor: Debian
Synopsis: random crashes
Bugzilla-Product: gnome-panel
Bugzilla-Component: clock
Bugzilla-Version: 2.14.x
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
Description of the crash:


Steps to reproduce the crash:
1. 
2. 
3. 

Expected Results:


How often does this happen?


Additional Information:



Debugging Information:

Backtrace was generated from '/usr/bin/gnome-panel'

(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)
[Thread debugging using libthread_db enabled]
[New Thread -1223944512 (LWP 4696)]
(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)
(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)
0xb7f6c410 in ?? ()
#0  0xb7f6c410 in ?? ()
#1  0xbf870228 in ?? ()
#2  0x in ?? ()

Thread 1 (Thread -1223944512 (LWP 4696)):
#0  0xb7f6c410 in ?? ()
No symbol table info available.
#1  0xbf870228 in ?? ()
No symbol table info available.
#2  0x in ?? ()
No symbol table info available.
#0  0xb7f6c410 in ?? ()





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



Bug#505720: xserver-xorg-core: setxkbmap makes parts of the keyboard useless

2008-11-22 Thread Yoram Bar-Haim
On Saturday 22 November 2008 13:08:59 Jiri Palecek wrote:
 On Friday 14 November 2008 19:01:06 Julien Cristau wrote:
  On Fri, Nov 14, 2008 at 17:54:16 +0200, Yoram Bar-Haim wrote:
   (EE) XKB: Couldn't open rules file /usr/share/X11/xkb/rules/evdev
   (EE) XKB: No components provided for device AT Translated Set 2
   keyboard (WW) Couldn't load XKB keymap, falling back to pre-XKB keymap
 
  You need to upgrade xkb-data to 1.4.

 How about declaring a versioned dependency then?

 Regards
 Jiri Palecek
As far as I can see, it solves the problem.
-- 
Linux box 2.6.26-10 #1 Fri Nov 21 17:49:36 IST 2008 i686 GNU/Linux




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



Bug#506546: random crashes

2008-11-22 Thread Pol
Distribution: Debian 4.0
Package: gnome-applets
Severity: critical
Version: GNOME2.14.3 unspecified
Gnome-Distributor: Debian
Synopsis: random crashes
Bugzilla-Product: gnome-applets
Bugzilla-Component: battery
Bugzilla-Version: unspecified
BugBuddy-GnomeVersion: 2.0 (2.14.1)
Description:
Description of the crash:


Steps to reproduce the crash:
1. 
2. 
3. 

Expected Results:


How often does this happen?


Additional Information:



Debugging Information:

Backtrace was generated from '/usr/libexec/gtik2_applet2'

(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)
[Thread debugging using libthread_db enabled]
[New Thread -1224034624 (LWP 22074)]
[New Thread -1228616784 (LWP 22075)]
(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)
(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)
0xb7f31410 in ?? ()
#0  0xb7f31410 in ?? ()
#1  0xbfe86548 in ?? ()
#2  0x in ?? ()
#3  0x0001 in ?? ()
#4  0xb78788f3 in poll () from /lib/tls/i686/cmov/libc.so.6
#5  0xb7455f53 in XProcessInternalConnection () from
/usr/lib/libX11.so.6
#6  0xb7456361 in _XRead () from /usr/lib/libX11.so.6
#7  0xb7456d05 in _XReply () from /usr/lib/libX11.so.6
#8  0xb744e0b8 in XSync () from /usr/lib/libX11.so.6
#9  0xb7a608e8 in _gdk_window_process_expose ()
   from /usr/lib/libgdk-x11-2.0.so.0
#10 0xb7a60a05 in _gdk_windowing_window_queue_antiexpose ()
   from /usr/lib/libgdk-x11-2.0.so.0
#11 0xb7a48dab in gdk_window_is_viewable () from
/usr/lib/libgdk-x11-2.0.so.0
#12 0xb7a4905f in gdk_window_process_all_updates ()
   from /usr/lib/libgdk-x11-2.0.so.0
#13 0xb7a490e5 in gdk_window_process_all_updates ()
   from /usr/lib/libgdk-x11-2.0.so.0
#14 0xb79239b1 in g_source_is_destroyed () from
/usr/lib/libglib-2.0.so.0
#15 0xb7925731 in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#16 0xb79287a6 in g_main_context_check () from
/usr/lib/libglib-2.0.so.0
#17 0xb7928b67 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#18 0xb73dbb33 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#19 0xb73d9dab in bonobo_generic_factory_main_timeout ()
   from /usr/lib/libbonobo-2.so.0
#20 0xb73d9e34 in bonobo_generic_factory_main ()
   from /usr/lib/libbonobo-2.so.0
#21 0xb7f159b1 in panel_applet_factory_main_closure ()
   from /usr/lib/libpanel-applet-2.so.0
#22 0xb7f15a93 in panel_applet_factory_main ()
   from /usr/lib/libpanel-applet-2.so.0
#23 0x0804c347 in ?? ()
#24 0x08052100 in _IO_stdin_used ()
#25 0x080bdf60 in ?? ()
#26 0x08050750 in ?? ()
#27 0x in ?? ()

Thread 2 (Thread -1228616784 (LWP 22075)):
#0  0xb7f31410 in ?? ()
No symbol table info available.

Bug#506547: segfaults when (accidentially) opening a non-video file

2008-11-22 Thread Stanislav Maslovski
Package: gnome-mplayer
Version: 0.9.1-1
Severity: normal

When I (accidentially) tried to open a non-video file from within the
open dialog of gome-mplayer it crashed with a segmentaton fault:
This the output when the player is run from the terminal:

getting file metadata for /home/stas/5cm.jpg

(gnome-mplayer:10011): Gtk-CRITICAL **: gtk_list_store_get_value:
assertion VALID_ITER (iter, list_store)' failed

(gnome-mplayer:10011): GLib-GObject-WARNING **:
/tmp/buildd/glib2.0-2.16.6/gobject/gtype.c:3362: type id 0' is invalid

(gnome-mplayer:10011): GLib-GObject-WARNING **: can't peek value table
for type invalid' which is not currently referenced
zsh: segmentation fault  gnome-mplayer 5cm.jpg

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

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

Versions of packages gnome-mplayer depends on:
ii  dbus1.2.1-4  simple interprocess messaging syst
ii  gconf2  2.22.0-1 GNOME configuration database syste
ii  libasound2  1.0.16-2 ALSA library
ii  libc6   2.7-16   GNU C Library: Shared libraries
ii  libdbus-1-3 1.2.1-4  simple interprocess messaging syst
ii  libdbus-glib-1- 0.76-1   simple interprocess messaging syst
ii  libgconf2-4 2.22.0-1 GNOME configuration database syste
ii  libglib2.0-02.16.6-1 The GLib library of C routines
ii  libgtk2.0-0 2.12.11-4The GTK+ graphical user interface 
ii  libnotify1 [lib 0.4.4-3  sends desktop notifications to a n
ii  mplayer-nogui [ 1:1.0.rc2svn20080706-0.1 The Ultimate Movie Player For Linu

gnome-mplayer recommends no packages.

gnome-mplayer suggests no packages.

-- no debconf information



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



Bug#506548: jsvc: Uses legacy 32-bit capabilities

2008-11-22 Thread Michael Biebl
Package: jsvc
Version: 1.0.2~svn20061127-9
Severity: normal

When using jsvc, I'm getting the following messages in the kernel log:

[75888.963665] warning: `jsvc' uses 32-bit capabilities (legacy support
in use)

Cheers,
Michael


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

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



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



Bug#421443: linux-image-2.6.18-4-686: ide tape broken and ide scsi disabled, ide tapes unuseable

2008-11-22 Thread Anton Ivanov
I had no other choice but to switch to DVDs (and later REV) for the
backup so I no longer have a test setup.

Sorry, I am not in a position to help you with this one.

Best Regards,

On Sat, 2008-11-22 at 14:20 +0100, Moritz Muehlenhoff wrote:
 On Sun, Apr 29, 2007 at 08:37:17AM +0100, Anton Ivanov wrote:
  Package: linux-image-2.6.18-4-686
  Version: 2.6.18.dfsg.1-12
  Severity: important
  
  
  Kernel detects ide tape
  
  ide-tape: hdb - ht0: Seagate STT2A rev 8A51
  ide-tape: hdb - ht0: 1000KBps, 6*54kB buffer, 9720kB pipeline, 108ms 
  tDSC, DMA
  
  After which all userland utilities fail to access it or issue any
  commands to it.
  
  The drive mostly works using ide-tape in 2.6.14 and 2.6.16 on write (some 
  read problems). Works fine in 2.6.16 using ide-scsi read/write.
  
  Frankly, anyone who has had to use ide-tapes knows that Linus can go get
  lost with his statement about the IDE tape driver now being a perfect
  replacement for ide-scsi (multiple times on lkm since 2003). It isn't. 
  In fact I have yet to see a kernel release where it works fine. 
  
  So disabling IDE-SCSI is not nice. That is the only means to use ide
  tape drives at the moment.
 
 Does this error still occur with more recent kernel versions?
 
 If you're running Etch, could you try to reproduce this bug
 with the 2.6.24 based kernel added in 4.0r4?
 http://packages.qa.debian.org/l/linux-2.6.24.html
 
 Cheers,
 Moritz
 
-- 
   Understanding is a three-edged sword:
your side, their side, and the truth. --Kosh Naranek

A. R. Ivanov
E-mail:  [EMAIL PROTECTED]
WWW: http://www.sigsegv.cx/
pub 1024D/DDE5E715 2002-03-03 Anton R. Ivanov [EMAIL PROTECTED]
Fingerprint: C824 CBD7 EE4B D7F8 5331  89D5 FCDA 572E DDE5 E715




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



Bug#506549: suspendorhibernate: dbus-pm method is inherently broken

2008-11-22 Thread Fredrik Tolf
Package: acpi-support
Version: 0.109-9
Severity: normal

The dbus-pm suspend method in the suspendorhibernate script (which is enabled
by default) is inherently broken and, I think, should be removed altogether.

It uses the dbus-send program with the --session option, but since it does not
run in the desktop user's session, it will never actually find the right
session, and furthermore, will sometimes even create a new session.

Every time I suspend my laptop, it will create a new DBus session as root and
start gnome-power-manager inside it, running as root, so that I need to kill
it every time it wakes up again.

For some reason, this appears not to be a problem when running Gnome, however.
I can only assume that two g-p-m's can manage to lock out each other or
something.

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

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

Versions of packages acpi-support depends on:
ii  acpi-support-base 0.109-9scripts for handling base ACPI eve
ii  acpid 1.0.6-16   Utilities for using ACPI power man
ii  dmidecode 2.9-1  Dump Desktop Management Interface 
ii  finger0.17-12user information lookup program
ii  hdparm8.9-2  tune hard disk parameters for high
ii  laptop-detect 0.13.6 attempt to detect a laptop
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  powermgmt-base1.30   Common utils and configs for power
ii  vbetool   1.0-3  run real-mode video BIOS code to a
ii  x11-xserver-utils 7.3+5  X server utilities

Versions of packages acpi-support recommends:
ii  dbus  1.2.1-4simple interprocess messaging syst
ii  hal   0.5.11-6   Hardware Abstraction Layer
ii  nvclock   0.8b3-1Allows you to overclock your nVidi
ii  pm-utils  1.1.2.4-1  utilities and scripts for power ma
ii  radeontool1.5-5  utility to control ATI Radeon back
ii  toshset   1.73-3 Access much of the Toshiba laptop 

Versions of packages acpi-support suggests:
pn  laptop-mode-tools none (no description available)

-- no debconf information



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



Bug#506550: quassel: IRC client command injection vulnerability

2008-11-22 Thread Eckhart Wörner
Package: quassel
Severity: grave
Tags: security
Justification: user security hole

Quassel version in Debian is vulnerable to IRC command injection as described 
in http://www.frsirt.com/english/advisories/2008/3164
Updated packages are already available at http://quassel.irc.org/ , according 
to quassel developers a backport for the fix is also available.

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

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

Versions of packages quassel depends on:
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.2-1 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libqt4-network 4.4.3-1   Qt 4 network module
ii  libqtcore4 4.4.3-1   Qt 4 core module
ii  libqtgui4  4.4.3-1   Qt 4 GUI module
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.2-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxi6 2:1.1.4-1 X11 Input extension library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
pn  quassel-core   none(no description available)
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

quassel recommends no packages.

quassel suggests no packages.



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



Bug#429381: XFS internal error

2008-11-22 Thread Chun Tian (binghe)

Hi, Moritz

Sorry for not reply last mail from Niv Sardi on 08 Aug 2008 in this  
thread, I must miss that mail.


On 2008-11-22, at 21:24, Moritz Muehlenhoff wrote:


On Mon, Jun 18, 2007 at 12:17:39AM +0800, Chun Tian (binghe) wrote:

Package: linux-image-2.6.18-4-amd64
Version: 2.6.18.dfsg.1-12etch2
Severity: important

Hi,

Recently, I meet many times on many servers, large (1TB) XFS  
filesystem throw kernel internal error:


Filesystem cciss/c0d2: XFS internal error xfs_trans_cancel at  
line 1138 of file fs/xfs/xfs_trans.c.  Caller 0x881df006




Does this error still occur with more recent kernel versions?


Now we're using linux-image-2.6.18-6-amd64 package from etch update.  
Seems this issue still happens sometimes but very rare than before. We  
have 200+ Debian box (etch) and 1000+ XFS filesystems installed, since  
not all nodes' kernel package are up to date, I can say the new etch  
2.6.18 kernel fix this issue.





If you're running Etch, could you try to reproduce this bug
with the 2.6.24 based kernel added in 4.0r4?
http://packages.qa.debian.org/l/linux-2.6.24.html


Yes we're still running etch, and we may not upgrade to lenny soon  
even it's released.


OK, I'll try to upgrade, say, about 100 servers, before the end of  
this year, and see how many times the XFS internal error would happen  
in, say, one month, then report back.


We're running a big Web site in China and I personal am a little busy  
these days, so please give me more time since this bug report is  
already quite old:)





Cheers,
   Moritz


--
Chun Tian (binghe)
NetEase.com, Inc.
P. R. China








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



Bug#429381: XFS internal error

2008-11-22 Thread binghe




Now we're using linux-image-2.6.18-6-amd64 package from etch update.  
Seems this issue still happens sometimes but very rare than before.  
We have 200+ Debian box (etch) and 1000+ XFS filesystems installed,  
since not all nodes' kernel package are up to date, I can say the  
new etch 2.6.18 kernel fix this issue.


fix typo: I mean I cannot say the new etch 2.6.18 kernel fix that...




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



Bug#506544: random crashes

2008-11-22 Thread Josselin Mouette
severity 506544 important
thanks

Le samedi 22 novembre 2008 à 07:50 -0600, Pol a écrit :
 Thread 1 (Thread -1223944512 (LWP 4696)):
 #0  0xb7f6c410 in ?? ()
 No symbol table info available.
 #1  0xbf870228 in ?? ()
 No symbol table info available.
 #2  0x in ?? ()
 No symbol table info available.
 #0  0xb7f6c410 in ?? ()

Sorry but this trace is unusable. Please install debugging packages and
check whether the bug still applies to testing before reporting.

Thanks,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#506550: quassel: IRC client command injection vulnerability

2008-11-22 Thread Eckhart Wörner
Actually the problem lies within quassel-core (same source package), stupid 
me.



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



Bug#506546: random crashes

2008-11-22 Thread Josselin Mouette
severity 506546 important
tag 506546 + moreinfo
thanks

Le samedi 22 novembre 2008 à 07:51 -0600, Pol a écrit :
 Synopsis: random crashes

So that’s all? Without a description of how the bug appears and a full
backtrace with debugging symbols, how do you expect anyone to fix the
bug?

 #4  0xb78788f3 in poll () from /lib/tls/i686/cmov/libc.so.6
 #5  0xb7455f53 in XProcessInternalConnection () from
 /usr/lib/libX11.so.6
 #6  0xb7456361 in _XRead () from /usr/lib/libX11.so.6
 #7  0xb7456d05 in _XReply () from /usr/lib/libX11.so.6
 #8  0xb744e0b8 in XSync () from /usr/lib/libX11.so.6
 #9  0xb7a608e8 in _gdk_window_process_expose ()
from /usr/lib/libgdk-x11-2.0.so.0
 #10 0xb7a60a05 in _gdk_windowing_window_queue_antiexpose ()
from /usr/lib/libgdk-x11-2.0.so.0
 #11 0xb7a48dab in gdk_window_is_viewable () from
 /usr/lib/libgdk-x11-2.0.so.0
 #12 0xb7a4905f in gdk_window_process_all_updates ()
from /usr/lib/libgdk-x11-2.0.so.0
 #13 0xb7a490e5 in gdk_window_process_all_updates ()
from /usr/lib/libgdk-x11-2.0.so.0
 #14 0xb79239b1 in g_source_is_destroyed () from
 /usr/lib/libglib-2.0.so.0
 #15 0xb7925731 in g_main_context_dispatch () from
 /usr/lib/libglib-2.0.so.0
 #16 0xb79287a6 in g_main_context_check () from
 /usr/lib/libglib-2.0.so.0
 #17 0xb7928b67 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
 #18 0xb73dbb33 in bonobo_main () from /usr/lib/libbonobo-2.so.0
 #19 0xb73d9dab in bonobo_generic_factory_main_timeout ()
from /usr/lib/libbonobo-2.so.0
 #20 0xb73d9e34 in bonobo_generic_factory_main ()
from /usr/lib/libbonobo-2.so.0
 #21 0xb7f159b1 in panel_applet_factory_main_closure ()
from /usr/lib/libpanel-applet-2.so.0
 #22 0xb7f15a93 in panel_applet_factory_main ()
from /usr/lib/libpanel-applet-2.so.0

-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


signature.asc
Description: Ceci est une partie de message	numériquement signée


Bug#459420: uswsusp maintainer script modifies /etc/uswsusp.conf

2008-11-22 Thread Peter Palfrader
On Thu, 24 Jul 2008, Tim Dijkstra wrote:

  md2 is not usually enabled as a swapping device.  It only gets enabled
  when I want to suspend to it.
 
 Ah, there is the problem then. I think this is fixed in a later
 version.

It's not fixed in lenny either.

And it's still a policy violation.  I don't see how you can justify
downgrading this to normal.

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



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



Bug#506552: fontconfig-config: 2.6.0-3 changes sans-serif in iceweasel to a (badly anti-aliased) monospace font

2008-11-22 Thread Christian Ohm
Package: fontconfig-config
Version: 2.6.0-1
Severity: important

Hello,

After upgrading fontconfig-config to 2.6.0-3, my Iceweasel font (as far as I
could determine, it is sans-serif, which resulted in either Bitstream Vera or
Deja Vu before) changed to a very ugly anti-aliased (probably unhinted)
monospace font on some pages (e.g. on wz2100.net, I think anandtech was
another), which made reading those quite uncomfortable. Downgrading
fontconfig-config to 2.6.0-1 (and running fc-cache) restored the old legible
font (the headings on wz2100.net are still in that monospace font, I'm not sure
if that was the case before).

Best regards,
Christian Ohm


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

Kernel: Linux 2.6.26.7 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.utf8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fontconfig-config depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  gsfonts-x11   0.21   Make Ghostscript fonts available t
ii  ttf-bitstream-vera1.10-7 The Bitstream Vera family of free 
ii  ttf-dejavu2.25-3 Metapackage to pull in ttf-dejavu-
ii  ttf-freefont  20080323-3 Freefont Serif, Sans and Mono True
ii  ucf   3.0010 Update Configuration File: preserv

fontconfig-config recommends no packages.

fontconfig-config suggests no packages.

-- debconf information:
  fontconfig/subpixel_rendering: Automatic
  fontconfig/enable_bitmaps: false
  fontconfig/hinting_type: Native

-- 
One FISHWICH coming up!!



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



Bug#506553: live-helper: all includes for /home/user are owned by root:root

2008-11-22 Thread Andrei Popescu
Package: live-helper
Version: 1.0.1-2
Severity: normal

Hello,

I'm trying to include an .ssh/authorized_keys file on the image, but the 
file is now owned by root and the user can't login.

Regards,
Andrei

-- Package-specific info:

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

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

Versions of packages live-helper depends on:
ii  debootstrap   1.0.10 Bootstrap a basic Debian system

Versions of packages live-helper recommends:
ii  gettext-base  0.17-4 GNU Internationalization utilities

Versions of packages live-helper suggests:
pn  dosfstools   none  (no description available)
ii  fakeroot 1.11Gives a fake root environment
ii  genisoimage  9:1.1.9-1   Creates ISO-9660 CD-ROM filesystem
ii  grub 0.97-47lenny1   GRand Unified Bootloader (Legacy v
pn  memtest86+ | mem none  (no description available)
pn  mtools   none  (no description available)
ii  parted   1.8.8.git.2008.03.24-11 The GNU Parted disk partition resi
pn  squashfs-tools | none  (no description available)
ii  sudo 1.6.9p17-1  Provide limited super user privile
pn  uuid-runtime none  (no description available)
pn  win32-loader none  (no description available)

-- no debconf information

-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Bug#506554: apt-file: Missing build dependency on curl

2008-11-22 Thread James Westby
Package: apt-file
Version: 2.1.6
Severity: normal
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu jaunty

Hi,

Your package failed to build on the Ubuntu buildds, where
Arch: all packages are built for Ubuntu. You can see the log
at

  
https://launchpad.net/ubuntu/+source/apt-file/2.1.6/+build/785073/+files/buildlog_ubuntu-jaunty-i386.apt-file_2.1.6_FAILEDTOBUILD.txt.gz

I tracked this down to the tests requiring curl for the http
method but it not being installed. Adding a build-dependency
on curl allowed the package to build. Please consider doing the
same.

Thanks,

James




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



Bug#506553: live-helper: all includes for /home/user are owned by root:root

2008-11-22 Thread Daniel Baumann
tags 506553 +pending
thanks

Andrei Popescu wrote:
 I'm trying to include an .ssh/authorized_keys file on the image, but the 
 file is now owned by root and the user can't login.

fixed in git, see
http://git.debian.net/?p=debian-live/live-helper.git;a=commit;h=d8ed5095192c9c4057e86fa3177c4789c1a7996c

-- 
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#506556: pypy-dev: pypy-translate cannot find '/usr/share/pypy-1.0/py/__init__.py'

2008-11-22 Thread David
Package: pypy-dev
Version: 1.0.0-svn55443-1
Severity: important

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

When I try to use the pypy-translate utility, I get this error:

[EMAIL PROTECTED]:~$ pypy-translate
Traceback (most recent call last):
  File /usr/share/pypy-1.0/pypy/translator/goal/translate.py, line
9, in module
import autopath
  File /usr/share/pypy-1.0/pypy/translator/goal/autopath.py, line
120, in module
pypydir, this_dir = __dirinfo('pypy')
  File /usr/share/pypy-1.0/pypy/translator/goal/autopath.py, line
51, in __dirinfo
error)
EnvironmentError: Invalid source tree - bogus checkout! Cannot find
'/usr/share/pypy-1.0/py/__init__.py'

According to apt-file, the missing file is not present in any package in Sid.

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

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

Versions of packages pypy-dev depends on:
ii  pypy-lib1.0.0-svn55443-1 standard Python library for PyPy
ii  python  2.5.2-2  An interactive high-level object-o
ii  python-codespeak-lib0.9.1-3  The pylib library containing py.te
ii  python-ctypes   1.0.2-5  Python package to create and manip

Versions of packages pypy-dev recommends:
ii  gcc 4:4.3.2-2The GNU C compiler
ii  graphviz2.20.2-3 rich set of graph drawing tools
ii  jasmin-sable2.3.0-1  Java class (.class) file assembler
ii  libgc-dev   1:6.8-1.2conservative garbage collector for
ii  libreadline5-dev5.2-3GNU readline and history libraries
ii  llvm-gcc-4.2 [llvm-cfe] 2.2-1C front end for LLVM C/C++ compile
ii  mono-gmcs   1.9.1+dfsg-4 Mono C# 2.0 and C# 3.0 compiler fo
ii  pypy-doc1.0.0-svn55443-1 Documentation for PyPy
ii  python-dev  2.5.2-2  Header files and a static library
ii  python-pygame   1.7.1release-4.2 SDL bindings for games development
ii  spidermonkey-bin1.9.0.3-1standalone JavaScript/ECMAScript (

Versions of packages pypy-dev suggests:
pn  gcl-dev   none (no description available)

-- no debconf information



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



  1   2   3   >