Bug#404293: /usr/share/dbus-1/services/gaim.service not usable

2006-12-23 Thread Alexandre Fayolle
Package: gaim
Version: 1:2.0.0+beta5-9
Severity: normal
Tags: patch

Hi,

the file /usr/share/dbus-1/services/gaim.service is not useable because
it contains an unsubstituded variable ${exec_prefix}. 

The correct line is:

Exec=/usr/bin/gaim

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

Versions of packages gaim depends on:
ii  gaim-data1:2.0.0+beta5-9 multi-protocol instant messaging c
ii  libatk1.0-0  1.12.3-1The ATK accessibility toolkit
ii  libavahi-compat-howl00.6.15-2Avahi Howl compatibility library
ii  libc62.3.6.ds1-9 GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.0.2-1 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.71-3  simple interprocess messaging syst
ii  libfontconfig1   2.4.2-1 generic font configuration library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libgstreamer0.10-0   0.10.10-2   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libgtkspell0 2.0.10-3+b1 a spell-checking addon for GTK's T
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libncursesw5 5.5-5   Shared libraries for terminal hand
ii  libnspr4-0d  1.8.0.8-1   NetScape Portable Runtime Library
ii  libnss3-0d   1.8.0.8-1   Network Security Service libraries
ii  libpango1.0-01.14.8-3Layout and rendering of internatio
ii  libperl5.8   5.8.8-7 Shared Perl library
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libstartup-notification0 0.8-2   library for program launch feedbac
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxml2  2.6.27.dfsg-1   GNOME XML library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  libxss1  1:1.1.0-1   X11 Screen Saver extension library

Versions of packages gaim recommends:
ii  gstreamer0.10-alsa0.10.10-2  GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-base0.10.10-2  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.4-3   GStreamer plugins from the "good" 
ii  python2.4.4-2An interactive high-level object-o

-- no debconf information


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



Bug#404292: ITP: netcat6 -- an advanced netcat clone

2006-12-23 Thread Aníbal Monsalve Salazar
Package: wnpp
Severity: wishlist
Owner: Anibal Monsalve Salazar <[EMAIL PROTECTED]>

* Package name: netcat6
  Version : 1.0
  Upstream Authors: Mauro Tortonesi <[EMAIL PROTECTED]>
Chris Leishman <[EMAIL PROTECTED]>
Simone Piunno <[EMAIL PROTECTED]>
Filippo Natali <[EMAIL PROTECTED]>
* URL : http://deepspace6.net/projects/netcat6.html
* License : GPL
  Programming Lang: C
  Description : an advanced netcat clone
 Netcat6 is a total rewrite of netcat, with several advantages:
 .
  * It fully supports IPv6.
  * It is far more efficient, utilizing flexible buffering and
minimal (or no) data copying or analysis.
  * The source is well structured, documented and very easy to
follow. One of the main objectives of netcat6 is to produce
an excellent example of AF independent networking and
efficient data transfer. The code has minimal dependency on
the address family or protocol type and can be trivially
extended to talk many layer 3 protocols.
  * Greatly improved configuration and platform indipendence.
  * Can support servers or clients that use TCP half-close.
 .
 Some features of the original netcat are not present in netcat6,
 either because they haven't yet been implemented or because
 there exists better tools for the job. See the TODO file
 included in the netcat6 package for more information.
 .
 In the simplest usage, "nc6 host port" creates a TCP connection
 to the given port on the given target host (using either IPv4 or
 IPv6 as appropriate). Your standard input is then sent to the
 host, and anything that comes back across the connection is sent
 to your standard output. This continues indefinitely, until the
 network side of the connection shuts down. Note that this
 behavior is different from most applications which shut
 everything down and exit after an end-of-file on standard input.
 .
 Netcat6 can also function as a server, by listening for inbound
 connections on arbitrary ports and then doing the same reading
 and writing when a client connects. With minor limitations,
 netcat doesn't really care if it runs in "client" or "server"
 mode -- it still shovels data back and forth until there isn't
 any more left.
 .
 Netcat6 can also be used over UDP (using the '-u' or '--udp'
 option). UDP is an unreliable transport protocol, meaning some
 data can get lost, but it's a very useful capability to have.
 .
 Some of netcat6's major features are:
 .
  * Outbound or inbound connections, using TCP or UDP over any
suitable transport protocol available on the system (usually
IPv4 or IPv6).
  * Full DNS forward/reverse checking, with appropriate warnings.
  * Ability to use any local source port.
  * Ability to use any locally-configured network source address.
  * Flexible data buffering and control of MTU.
  * Flexible control of connection shutdown.
 .
  Homepage: http://deepspace6.net/projects/netcat6.html


Aníbal Monsalve Salazar
-- 
http://v7w.com/anibal


signature.asc
Description: Digital signature


Bug#404294: jpilot: Error message implies wrong sync order

2006-12-23 Thread Greg Kochanski
Package: jpilot
Version: 0.99.9.2-1
Severity: normal


When syncing to a Palm Z22 (or is it a Z23?),
it is necessary to start the sync from the handheld,
and then push the sync button on jpilot.
(Otherwise, nothing happens until the handheld times
out.)

That'd be OK, except that an error message you get
from jpilot is misleading.If you hit the
sync button a second time on jpilot, it tells you
  J-Pilot: sync PID = 27407
  J-Pilot: press the hotsync button on the cradle or "kill 27407"
which implies it ought to work if you push the button
on the handheld.But, it doesn't.

If you push the sync button on jpilot first,
there is no way to recover short of restarting
jpilot.

This is at least an incorrect error message,
and ideally, jpilot ought to be fixed so that
the order of button presses doesn't matter.
-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages jpilot depends on:
ii  libatk1.0-0  1.12.3-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libpango1.0-01.14.8-3Layout and rendering of internatio
ii  libpisock9   0.12.1-5library for communicating with a P
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra

Versions of packages jpilot recommends:
pn  jpilot-plugins (no description available)

-- no debconf information


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



Bug#404295: jpilot: Error message could be better.

2006-12-23 Thread Greg Kochanski
Package: jpilot
Version: 0.99.9.2-1
Severity: minor


If you run jpilot and press sync (on jpilot) while
the handheld has gone to sleep,
you get the following error message:
  pi_bind error: /dev/pilot No such file or directory
  Check your serial port and settings
  Exiting with status SYNC_ERROR_BIND
  Finished
That could be better; it could mention that it
also happens when the handheld goes to sleep.
(At least with a Palm Z2? that connects via USB.)

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages jpilot depends on:
ii  libatk1.0-0  1.12.3-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libpango1.0-01.14.8-3Layout and rendering of internatio
ii  libpisock9   0.12.1-5library for communicating with a P
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra

Versions of packages jpilot recommends:
pn  jpilot-plugins (no description available)

-- no debconf information


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



Bug#404289: 'man genisoimage' typos: "suplied" and "outout"

2006-12-23 Thread Peter Samuelson

tags 404289 + pending
thanks

[A. Costa]
> Found a few typos in '/usr/share/man/man8/genisoimage.8.gz', see attached 
> '.diff'.

Wow.  Lorenz Minder and I have actually edited 1500 lines of that file
since the last release, yet somehow we managed to miss those two typos.

Thanks!
Peter


signature.asc
Description: Digital signature


Bug#370710: same thing

2006-12-23 Thread Vladimir Zhuravlev

I second this bug. Option "Name" and Option "Phys" fix this though.


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



Bug#404286: O: ldap2dns

2006-12-23 Thread Ben Klang
Hi Aníbal,

Sorry if I went about this the wrong way.  I noticed that there were a three 
bugs outstanding (some over a year old) and so I was attempting to report 
that the package was apparently orphaned.  I do have an updated package which 
I want to submit.  Perhaps you can steer me back in the right direction.

Igor:  If you're getting these emails would you let me know if you're planning 
on updating the package?

I apologize for any inconvenience caused by this erroneous action.
/BAK/


On Saturday 23 December 2006 02:38, Aníbal Monsalve Salazar wrote:
> On Sat, Dec 23, 2006 at 01:47:58AM -0500, Ben Klang wrote:
> >Package: wnpp
> >Severity: normal
> >
> >I am the maintainer of this software.  I have recently repackged it for
> >Nexenta (which uses Debian for upstream packages) and I want to
> >contributed my fixed/updated package to Debian.  I am willing to
> >maintain this package in the future as well.
>
> Hello Ben,
>
> You are not allowed to orphan ldap2dns.
>
> Did Igor agree about orphaning ldap2dns?
>
> >-- System Information:
> >Debian Release: testing/unstable
> >  APT prefers testing
> >  APT policy: (500, 'testing')
> >Architecture: i386 (i686)
> >Shell:  /bin/sh linked to /bin/bash
> >Kernel: Linux 2.6.17-2-486
> >Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> >
> >--
> >Ben Klang
> >Alkaloid Networks
> >404.475.4850
> >[EMAIL PROTECTED]
> >http://projects.alkaloid.net
>
> Best Regards,
>
> Aníbal Monsalve Salazar

-- 
Ben Klang
Alkaloid Networks
404.475.4850
[EMAIL PROTECTED]
http://projects.alkaloid.net



Bug#404296: ITP: sshproxy -- sshproxy is an ssh gateway to apply ACLs on ssh connections

2006-12-23 Thread Vincent Bernat
Package: wnpp
Severity: wishlist
Owner: Vincent Bernat <[EMAIL PROTECTED]>


* Package name: sshproxy
  Version : 0.5.1
  Upstream Author : David Guerizec <[EMAIL PROTECTED]>
* URL : http://penguin.fr/sshproxy/
* License : GPLv2
  Programming Lang: Python
  Description : sshproxy is an ssh gateway to apply ACLs on ssh connections

sshproxy is a pure python implementation of an ssh proxy.
It allows users to connect to remote sites without having to remember
the password or key of the remote sites.

In fact, this ITP is almost a RFP since the package is ready and on
mentors.debian.net :

It builds these binary packages:
sshproxy   - sshproxy is an ssh gateway to apply ACLs on ssh connections
sshproxy-backend-mysql - sshproxy is an ssh gateway to apply ACLs on ssh 
connections
sshproxy-client - sshproxy is an ssh gateway to apply ACLs on ssh connections
sshproxy-extra-plugins - sshproxy is an ssh gateway to apply ACLs on ssh 
connections

The package can be found on mentors.debian.net:
- URL: http://mentors.debian.net/debian/pool/main/s/sshproxy
- Source repository: deb-src http://mentors.debian.net/debian unstable main 
contrib non-free
- dget 
http://mentors.debian.net/debian/pool/main/s/sshproxy/sshproxy_0.5.1-1.dsc

However, it depends on paramiko 1.6.4 which is not yet in unstable
(bug #344734). I have packaged it (as an NMU) on mentors.debian.net
too : http://mentors.debian.net/debian/pool/main/p/paramiko

When paramiko 1.6.4 hits unstable, I will ask for a sponsor for
sshproxy. In the meantime, I may use dbconfig-common to configure
MySQL.

There is currently one bug in the package due to a problem in cdbs :
bug #386970. I don't know wthat the correct work around is. This
results in sshproxy not being able to run on install (but this works
on upgrade). The current workaround is to default to not launch
sshproxy on install (a settings in /etc/default/sshproxy).

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#404234: CVE-2006-6669: WebCalendar XSS

2006-12-23 Thread Thijs Kinkhorst
tags 404234 patch moreinfo
thanks

Hi,

> A vulnerability has been found in webcalender:
> 
> Cross-site scripting (XSS) vulnerability in export_handler.php in
> WebCalendar 1.0.4 and earlier allows remote attackers to inject
> arbitrary web script or HTML via the format parameter.

I can see what this is most probably about, and a fix is included in the
attached patch.

Upstream does not have any indication of having this fixed yet.

> I think it would be nice if it was fixed in etch, but I guess one
> could also argue that this is not RC.

I haven't found a concrete way to exploit it yet, since some HTML inputs
are stripped from all input parameters. A concrete example would help to
confirm the status of this bug. Do you have one?


Thijs
--- webcalendar-1.0.4.orig/export_handler.php
+++ webcalendar-1.0.4/export_handler.php
@@ -1016,7 +1016,7 @@
 $format = getValue  ( 'format' );
 if ( $format != 'ical' && $format != 'vcal' && $format != 'pilot-csv' &&
   $format != 'pilot-text' )
-  die_miserable_death ( "Invalid format '" . $format . "'" );
+  die_miserable_death ( "Invalid format '" . htmlspecialchars($format) . "'" );
 
 $use_all_dates = getPostValue  ( 'use_all_dates' );
 if ( $use_all_dates != 'y' )


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


Bug#404292: ITP: netcat6 -- an advanced netcat clone

2006-12-23 Thread Peter Makholm
Aníbal Monsalve Salazar <[EMAIL PROTECTED]> writes:

> Package: wnpp
> Severity: wishlist
> Owner: Anibal Monsalve Salazar <[EMAIL PROTECTED]>
>
> * Package name: netcat6
>   Version : 1.0
>   Upstream Authors: Mauro Tortonesi <[EMAIL PROTECTED]>
> Chris Leishman <[EMAIL PROTECTED]>
> Simone Piunno <[EMAIL PROTECTED]>
> Filippo Natali <[EMAIL PROTECTED]>
> * URL : http://deepspace6.net/projects/netcat6.html
> * License : GPL
>   Programming Lang: C
>   Description : an advanced netcat clone
>  Netcat6 is a total rewrite of netcat, with several advantages:

Allready packaged, even with the latest version in testing. 

[EMAIL PROTECTED]:~/tmp$ apt-cache search netcat6
netcat6 - TCP/IP swiss army knife with IPv6 support
[EMAIL PROTECTED]:~/tmp$ 

//Peter Makholm



Bug#375308: webcalendar: die_miserable_death($error) echoes nothing

2006-12-23 Thread Thijs Kinkhorst
tags 375308 -patch +moreinfo
thanks

Hi,

> I suggest that the function (in includes/config.php) 
> die_miserable_death($error) needs to be altered to echo
> $error variable instead of nothing.
> Thanks.

Thanks for your report. However, I do not understand it, as the
die_miserable_death implementation as included in webcalendar *does*
echo $error... can you provide more information about your problem?


Thijs


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


Bug#404185: explanation for the bug...

2006-12-23 Thread Loïc Minier
On Fri, Dec 22, 2006, Lior Kaplan wrote:
> [EMAIL PROTECTED]:/tmp/sendbox2$ ls -l ./usr/share/doc/libglade2-dev/html/
> lrwxrwxrwx 1 kaplan kaplan46 2006-12-22 21:59 libglade ->
> /tmp/sendbox2/usr/share/gtk-doc/html/libglade/
> Notice the "nice" symlink that was added to the file list. Since
> /usr/share/doc/libglade2-dev/html already exists as a symlink, ln create
> the new symlink inside it, and uses the source name for the target name
> (hence libglade -> /tmp/sendbox2/usr/share/gtk-doc/html/libglade/).
> Ignore the /tmp/sendbox part... it's for the testing (:

 Ah thanks, I see now.  I thought the ln -sf was overwriting the
 previous symlink on upgrades, but it creates a symlink below the
 symlinked directory.

-- 
Loïc Minier <[EMAIL PROTECTED]>
 "Forget your stupid theme park! I'm gonna make my own! With hookers!
  And blackjack! In fact, forget the theme park!"  -- Bender



Bug#402764: [php-maint] Bug#402764: libapache2-mod-php5: php processes loop and eat all cpu and resources

2006-12-23 Thread Alessandro Polverini
Upgrading to apache 2.2.3-3.2 and php 5.2.0-8 seems to have solved my
problem!

I think the bug can be closed.



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



Bug#401372: iceape-browser: crashes on startup

2006-12-23 Thread Mike Hommey
On Fri, Dec 22, 2006 at 07:45:24PM +0100, Andreas Barth <[EMAIL PROTECTED]> 
wrote:
> BTW, these packages currently still contain /usr/lib/iceape/chrome in
> unstable:
> usr/lib/iceape/chrome   web/iceape-browser
> usr/lib/iceape/chrome/checkyweb/mozilla-checky

Dammit, I left one !

> usr/lib/iceape/chrome/imagezoom.jar 
> web/mozilla-imagezoom
> usr/lib/iceape/chrome/mozgest.jar   
> web/mozilla-mozgest
> usr/lib/iceape/chrome/stumbleupon.jar   
> web/mozilla-stumbleupon
> 
> I think we should file RC-bugs against all but the first to move their
> file out.

That won't be enough to be sure of the upgrade path. Moreover, iceape
itself generates files in usr/lib/iceape/chrome through
update-iceape-chrome (which are really intended to go in
usr/share/iceape/chrome). They would need to be removed before the
symlink may be created.

Mike


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



Bug#404297: webcalendar: default Debian config has register_globals on

2006-12-23 Thread Thijs Kinkhorst
Package: webcalendar
Version: 1.0.4-1
Severity: serious
Tags: security

Hi,

When doing a default Debian install of webcalendar, you end up with a
configuration that has register_globals set to On:


Options +FollowSymLinks
AllowOverride None
order allow,deny
allow from all
php_flag magic_quotes_gpc On
php_flag track_vars On
php_flag register_globals On
php_value include_path .
# you can use this environment variable to tell webcalendar to use a
# different conf file than the default listed here
SetEnv WEBCALENDAR_CONFIG_FILE /etc/webcalendar/settings.conf


This is bad - the register_globals setting has been defaulted to Off for
years in PHP for a very good reason: it opens up a lot more
possibilities for security issues.

The Debian security team does not support installations with
register_globals on. Hence, this package is unsupportable in its default
configuration. That warrants a "serious" bug to me.

Given that:
 * Webcalendar has had two unacknowledged NMU's;
 * The maintainer hasn't been active since 2005 in Debian with one
   exception an upload in April;
 * There's been a significant number of webcalendar security issues
   in the past years;
there should either be an active maintainer for this package or it
should not be shipped in etch.


Thijs


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


Bug#404298: skencil: Using fonts for fontnames leads to illegibility

2006-12-23 Thread Greg Kochanski
Package: skencil
Version: 0.6.17-7
Severity: normal


When a font is used to display its own name,
things can get illegible.Symbol fonts are an obvious
problem, as are IPA (phonetic) fonts (the tipa package)
and Chinese/Japanese.  Wingdings, too.

Ideally, the font name should be displayed in a default
font, and then a small sample of text should be displayed
in the font itself.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages skencil depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  python   2.4.4-1 An interactive high-level object-o
ii  python-imaging-tk1.1.5-11Python Imaging Library ImageTk Mod
ii  python-support   0.5.6   automated rebuilding support for p
ii  tcl8.4   8.4.12-1.1  Tcl (the Tool Command Language) v8
ii  tk8.48.4.12-1Tk toolkit for Tcl and X11, v8.4 -

skencil recommends no packages.

-- no debconf information


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



Bug#401372: iceape-browser: crashes on startup

2006-12-23 Thread Andreas Barth
* Mike Hommey ([EMAIL PROTECTED]) [061223 10:03]:
> On Fri, Dec 22, 2006 at 07:45:24PM +0100, Andreas Barth <[EMAIL PROTECTED]> 
> wrote:
> > BTW, these packages currently still contain /usr/lib/iceape/chrome in
> > unstable:
> > usr/lib/iceape/chrome   
> > web/iceape-browser
> > usr/lib/iceape/chrome/checky
> > web/mozilla-checky
> 
> Dammit, I left one !
> 
> > usr/lib/iceape/chrome/imagezoom.jar 
> > web/mozilla-imagezoom
> > usr/lib/iceape/chrome/mozgest.jar   
> > web/mozilla-mozgest
> > usr/lib/iceape/chrome/stumbleupon.jar   
> > web/mozilla-stumbleupon
> > 
> > I think we should file RC-bugs against all but the first to move their
> > file out.
> 
> That won't be enough to be sure of the upgrade path.

Of course - but I think that are still bugs?

> Moreover, iceape
> itself generates files in usr/lib/iceape/chrome through
> update-iceape-chrome (which are really intended to go in
> usr/share/iceape/chrome).

Can't we change the patch in update-iceape-chrome?

> They would need to be removed before the
> symlink may be created.

Can we safely remove them in all cases? I thought about moving them to
/usr/share/iceape/chrom in case the file doesn't exist there, and
bailing out with a resume instruction in case the file exists in both
places.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#402823: linux-image-2.6.18-3-686: Can't access /dev/rtc

2006-12-23 Thread Norbert Tretkowski
* Michael Richters wrote:
> On Fri, Dec 22, 2006 at 03:23:44PM +0100, Norbert Tretkowski wrote:
> > * Michael Richters wrote:
> > > I have a Dell PowerEdge 860, and the current stock Debian
> > > kernels cannot access /dev/rtc:
> > > 
> > > [EMAIL PROTECTED]:~]
> > > # hwclock --show
> > > select() to /dev/rtc to wait for clock tick timed out
> > > 
> > > This same error occurs when the system is booting.
> > 
> > Could you please retry the above command using the --directisa
> > option?
> 
> That works:
> 
> [EMAIL PROTECTED]:~]
> # hwclock --directisa --show
> Fri Dec 22 09:52:27 2006  -0.565819 seconds

Okay... as a temporary workaround, add the --directisa option to
$HWCLOCKPARS in /etc/init.d/hwclock.sh.

Norbert


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



Bug#404185: explanation for the bug...

2006-12-23 Thread Loïc Minier
 Would you please reopen this bug appropriately if the fix I've uploaded
 doesn't fix this bug?

   Thanks,
-- 
Loïc Minier <[EMAIL PROTECTED]>
 "Forget your stupid theme park! I'm gonna make my own! With hookers!
  And blackjack! In fact, forget the theme park!"  -- Bender



Bug#395211: NMU uploaded

2006-12-23 Thread Andreas Barth
Hi,

I uploaded an NMU of your package.

Please see this as help to get the package into a releaseable condition for
etch.

Please find the used diff below.


Cheers,
Andi

diff -ur ../libgd-text-perl-0.86~/debian/changelog 
../libgd-text-perl-0.86/debian/changelog
--- ../libgd-text-perl-0.86~/debian/changelog   2006-12-23 09:48:53.0 
+
+++ ../libgd-text-perl-0.86/debian/changelog2006-12-23 09:50:59.0 
+
@@ -1,3 +1,10 @@
+libgd-text-perl (0.86-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Disable copyright-check due to a race condition. Closes: #395211
+
+ -- Andreas Barth <[EMAIL PROTECTED]>  Sat, 23 Dec 2006 09:50:34 +
+
 libgd-text-perl (0.86-3) unstable; urgency=low
 
   * No longer (build-)depend on deprecated GD 1.x libraries. Closes:
diff -ur ../libgd-text-perl-0.86~/debian/rules 
../libgd-text-perl-0.86/debian/rules
--- ../libgd-text-perl-0.86~/debian/rules   2006-12-23 09:48:53.0 
+
+++ ../libgd-text-perl-0.86/debian/rules2006-12-23 09:50:32.0 
+
@@ -7,6 +7,7 @@
 # Load perlmodule after debhelper to dh_clean temporary files not in MANIFEST
 include /usr/share/cdbs/1/class/perlmodule.mk
 include debian/cdbs/1/rules/buildinfo.mk
-include debian/cdbs/1/rules/copyright-check.mk
+## race condition in (c)-check - yay! #395211
+#include debian/cdbs/1/rules/copyright-check.mk
 
 DEB_INSTALL_EXAMPLES_libgd-text-perl := demo
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#401372: iceape-browser: crashes on startup

2006-12-23 Thread Mike Hommey
On Sat, Dec 23, 2006 at 10:37:42AM +0100, Andreas Barth <[EMAIL PROTECTED]> 
wrote:
> > That won't be enough to be sure of the upgrade path.
> 
> Of course - but I think that are still bugs?

Yes, they are. I'm fixing checky right now.

> > Moreover, iceape
> > itself generates files in usr/lib/iceape/chrome through
> > update-iceape-chrome (which are really intended to go in
> > usr/share/iceape/chrome).
> 
> Can't we change the patch in update-iceape-chrome?
 
The files generated by update-iceape-chrome are actually generated by
iceape itself. Changing the path is not an easy thing to do there.
That's why we put symlinks in the first place.

> > They would need to be removed before the
> > symlink may be created.
> 
> Can we safely remove them in all cases? I thought about moving them to
> /usr/share/iceape/chrom in case the file doesn't exist there, and
> bailing out with a resume instruction in case the file exists in both
> places.

The files generated by update-iceape-chrome can be safely removed. They
are actually removed by update-iceape-chrome itself before regenerating
them with iceape.

Mike


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



Bug#404299: icedove-locale-de: XML error on invoking 'Credits' menu entry

2006-12-23 Thread Sven Joachim
Package: icedove-locale-de
Version: 1:1.5.0.8-1
Severity: normal
Tags: l10n

There's a problem in the 'Credits' menu entry (Help -> About Icedove -> Credits)
which does not show up in the untranslated Icedove version (i.e. with
LC_MESSAGES=C) but with the localized version, where I got a message window
saying

XML-Verarbeitungsfehler: Undefinierte Entität
Adresse: 
jar:file:///usr/lib/icedove/chrome/messenger.jar!/content/messenger/credits.xhtml
Zeile Nr. 168, Spalte 15:  &credit.package;
--^

Can you upload a new version matching Icedove 1.5.0.9?

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

Versions of packages icedove-locale-de depends on:
ii  icedove  1.5.0.9.dfsg1-1 free/unbranded thunderbird mail cl

icedove-locale-de recommends no packages.

-- no debconf information




Bug#404185: explanation for the bug...

2006-12-23 Thread Lior Kaplan
Loïc Minier wrote:
>  Would you please reopen this bug appropriately if the fix I've uploaded
>  doesn't fix this bug?

Sure. I'll test it soon.
-- 

Lior Kaplan
[EMAIL PROTECTED]

GPG fingerprint:
C644 D0B3 92F4 8FE4 4662  B541 1558 9445 99E8 1DA0




Bug#401372: iceape-browser: crashes on startup

2006-12-23 Thread Andreas Barth
* Mike Hommey ([EMAIL PROTECTED]) [061223 10:56]:
> On Sat, Dec 23, 2006 at 10:37:42AM +0100, Andreas Barth <[EMAIL PROTECTED]> 
> wrote:
> > > That won't be enough to be sure of the upgrade path.
> > 
> > Of course - but I think that are still bugs?
> 
> Yes, they are. I'm fixing checky right now.

Good. For the other packages, I'll open RC bugs then.

> > > Moreover, iceape
> > > itself generates files in usr/lib/iceape/chrome through
> > > update-iceape-chrome (which are really intended to go in
> > > usr/share/iceape/chrome).
> > 
> > Can't we change the patch in update-iceape-chrome?
>  
> The files generated by update-iceape-chrome are actually generated by
> iceape itself. Changing the path is not an easy thing to do there.
> That's why we put symlinks in the first place.

Ok.


> > > They would need to be removed before the
> > > symlink may be created.
> > 
> > Can we safely remove them in all cases? I thought about moving them to
> > /usr/share/iceape/chrom in case the file doesn't exist there, and
> > bailing out with a resume instruction in case the file exists in both
> > places.
> 
> The files generated by update-iceape-chrome can be safely removed. They
> are actually removed by update-iceape-chrome itself before regenerating
> them with iceape.

How can we check if files are generated by update-iceape-chrome? Or
should we just assume any file is generated by update-iceape-chrome?


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#404303: splashy: place file under /share

2006-12-23 Thread Olivier Trichet
Package: splashy
Version: 0.2.2
Severity: normal

Hello,

currently, splashy creates directories and places file under /share.
Since it is the sole package doing so on my system, it's certainly not expected.

Bye,
Olivier
diff -Nur splashy-0.2.2.orig/debian/rules splashy-0.2.2/debian/rules
--- splashy-0.2.2.orig/debian/rules	2006-12-23 10:54:13.0 +0100
+++ splashy-0.2.2/debian/rules	2006-12-23 10:42:34.0 +0100
@@ -4,7 +4,7 @@
 #include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/ --sbindir=/sbin --sysconfdir=/etc --enable-static
+DEB_CONFIGURE_EXTRA_FLAGS := --prefix=/usr --sbindir=/sbin --sysconfdir=/etc --enable-static
 DEB_DH_MAKESHLIB_ARGS_splashy := -V -X/usr/lib/libdirect -X/usr/lib/libglib
 DEB_DH_SHLIBDEPS_ARGS := -X/usr/lib/libdirect -X/usr/lib/libglib
 DEB_TAR_SRCDIR := splashy-$(DEB_UPSTREAM_VERSION)


Bug#404300: There must be no files in /usr/lib/iceape/chrome

2006-12-23 Thread Andreas Barth
Package: imagezoom
Version: 0.2.7-5
Severity: serious

Hi,

the package iceape has moved its files to /usr/share/iceape/chrome - so
your package must not ship files at that location as well.

The probably simplest solution is to just move the directory before
building the debs.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#403119: Bug#402903: I think this is a problem in apt actually

2006-12-23 Thread Colin Watson
On Tue, Dec 19, 2006 at 08:19:50PM +0100, Ola Lundqvist wrote:
> Good to know. Just of couriousity, what was the problem?

Your analysis indicating that the versioning in Replaces should be
removed was correct; it was just your comment that it wasn't solvable in
ssh that was incorrect.

This also came up on debian-devel earlier:
http://lists.debian.org/debian-devel/2006/12/msg00325.html

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#401372: iceape-browser: crashes on startup

2006-12-23 Thread Mike Hommey
On Sat, Dec 23, 2006 at 10:58:03AM +0100, Andreas Barth <[EMAIL PROTECTED]> 
wrote:
> How can we check if files are generated by update-iceape-chrome? Or
> should we just assume any file is generated by update-iceape-chrome?

As far as the chrome directory is concerned, update-iceape-chrome
generates the following files:
installed-chrome.txt
chrome.rdf
overlays.rdf
stylesheets.rdf

All these files are moved to /var after being generated, and a symlink
to the new location is put in the chrome directory.

Mike


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



Bug#404302: There must be no files in /usr/lib/iceape/chrome

2006-12-23 Thread Andreas Barth
Package: mozilla-stumbleupon
Version: 2.8.9-3
Severity: serious

Hi,

the package iceape has moved its files to /usr/share/iceape/chrome - so
your package must not ship files at that location as well.

The probably simplest solution is to just move the directory before
building the debs.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#404301: There must be no files in /usr/lib/iceape/chrome

2006-12-23 Thread Andreas Barth
Package: mozilla-mozgest
Version: 1.5.2-3
Severity: serious

Hi,

the package iceape has moved its files to /usr/share/iceape/chrome - so
your package must not ship files at that location as well.

The probably simplest solution is to just move the directory before
building the debs.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#404305: fails to display long share names

2006-12-23 Thread Dean Hamstead
Package: xsmbrowser
Version: 3.4.0-15
Severity: normal

long share names (possibly with spaces) dont appear in xsmbrowse when 
they are otherwise listed and usable with smbclient

this was discovered with a share name 'drivers and patches'

we tried making another share with 2 spaces, but shorter, and it worked.

sorry i havent determined the upper limit of characters before they 
disappear


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xsmbrowser depends on:
ii  expect5.43.0-8   A program that can automate intera
ii  expectk   5.43.0-8   A program that can automate intera
ii  smbclient 3.0.23d-2  a LanManager-like simple client fo

Versions of packages xsmbrowser recommends:
ii  smbfs 3.0.23d-2  mount and umount commands for the 

-- debconf information:
  xsmbrowser/etc_dir:


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



Bug#401372: iceape-browser: crashes on startup

2006-12-23 Thread Mike Hommey
On Sat, Dec 23, 2006 at 11:16:07AM +0100, Andreas Barth <[EMAIL PROTECTED]> 
wrote:
> (This script is untested - it just writes down my ideas. If we need the mv - 
> no idea.)

We need the mv to move out files from the packages you listed previously,
in case they are not upgraded before iceape...

Thanks for the script.

Mike


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



Bug#404306: ITP: libxsettings -- Xsettings protocol library for GPE

2006-12-23 Thread Neil Williams
Package: wnpp
Severity: wishlist
Owner: Neil Williams <[EMAIL PROTECTED]>

* Package name: libxsettings
  Version : 0.11
  Upstream Author : Owen Taylor <[EMAIL PROTECTED]>
* URL : http://standards.freedesktop.org/xsettings-spec/0.5/
* License : RedHat modified BSD
  Programming Lang: C
  Description : Xsettings protocol library for GPE

 Provides a mechanism to allow the configuration of settings such as
 double click timeout, drag-and-drop threshold, and default foreground and 
 background colors for all applications running within a desktop.
 
 Used by the GPE Palmtop Environment.

The package includes a -dev binary and a libxsettings0 shared library.

Note that the library itself has been renamed for Debian. Upstream uses
libXsettings.so and this package creates libxsettings.so

There is also a libxsettings-client package that I will also be
packaging.

Full licence text:

 Permission to use, copy, modify, distribute, and sell this software and
 its documentation for any purpose is hereby granted without fee, provided
 that the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation, and that the name of Red Hat not be used in advertising
 or publicity pertaining to distribution of the software without specific,
 written prior permission.  Red Hat makes no representations about the
 suitability of this software for any purpose.  It is provided "as is"
 without express or implied warranty.

RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 
SHALL
RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



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


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



Bug#400848: [Pbuilder-maint] Bug#400848: pbuilder-satisfydepends chokes on tab characters

2006-12-23 Thread Loïc Minier
On Fri, Dec 22, 2006, John Dong wrote:
> [EMAIL PROTECTED]:~$ update-alternatives --display awk

 I have the same awk.  While I can imagine where it breaks, and perhaps
 even how to fix it, I would really like to reproduce the bug myself to
 add it to the testsuite and make sure I truly fix it.  :-/

-- 
Loïc Minier <[EMAIL PROTECTED]>
 "Forget your stupid theme park! I'm gonna make my own! With hookers!
  And blackjack! In fact, forget the theme park!"  -- Bender



Bug#401372: iceape-browser: crashes on startup

2006-12-23 Thread Andreas Barth
* Mike Hommey ([EMAIL PROTECTED]) [061223 11:04]:
> On Sat, Dec 23, 2006 at 10:58:03AM +0100, Andreas Barth <[EMAIL PROTECTED]> 
> wrote:
> > How can we check if files are generated by update-iceape-chrome? Or
> > should we just assume any file is generated by update-iceape-chrome?
> 
> As far as the chrome directory is concerned, update-iceape-chrome
> generates the following files:
> installed-chrome.txt
> chrome.rdf
> overlays.rdf
> stylesheets.rdf
> 
> All these files are moved to /var after being generated, and a symlink
> to the new location is put in the chrome directory.

Ok, so the script could look like:

if [ -d /usr/lib/iceape/chrome ] && ! [ -L /usr/lib/iceape/chrome ]; then
# files autogenerated by update-iceape-chrome - we can remove them
for file in installed-chrome.txt chrome.rdf overlays.rdf stylesheets.rdf; do
rm -f /usr/lib/iceape/chrome/$file;
done

# move any remainings to the new directory unless they are there already
find . -maxdepth 1 -mindepth 1 -exec mv --reply=no {} 
/usr/share/iceape/chrome/ \;

# kill directory - if it fails, the user needs to work by hand
if ! rmdir /usr/lib/iceape/chrome; then
# we don't i18n this - it shouldn't happen within the stable release, 
but only
# for people running testing or unstable
echo "The directory /usr/lib/iceape/chrome needs to be empty or a 
symlink to /usr/share/iceape/chrome"
echo "Please clean it up and execute "dpkg --configure iceape"
exit 1
fi
ln -s /usr/share/iceape/chrome /usr/lib/iceape/chrome
fi

(This script is untested - it just writes down my ideas. If we need the mv - no 
idea.)


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#404304: xmms2-plugin-faad: faad2 needs to be removed from testing

2006-12-23 Thread Andreas Barth
Package: xmms2-plugin-faad
Severity: serious

Hi,

according to the maintainer of faad2, http://bugs.debian.org/404279
faad2 needs to be removed from Etch. For that to happen, this (binary)
package needs to be removed as well.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#404307: ITP: libxsettings-client -- utility functions for the Xsettings protocol (GPE)

2006-12-23 Thread Neil Williams
Package: wnpp
Severity: wishlist
Owner: Neil Williams <[EMAIL PROTECTED]>

* Package name: libxsettings-client
  Version : 0.17
  Upstream Author : Owen Taylor <[EMAIL PROTECTED]>
* URL : http://standards.freedesktop.org/xsettings-spec/0.5/
* License : RedHat modified BSD
  Programming Lang: C
  Description : utility functions for the Xsettings protocol (GPE)

 This library is used for applications making use of the Xsettings
 configuration setting propagation protocol. Controls setting of
 double click timeout, drag-and-drop threshold, and default foreground and
 background colors for all applications running within a desktop.
 .
 Used by the GPE Palmtop Environment.

The client side of libxsettings.

Full licence text:

 Permission to use, copy, modify, distribute, and sell this software and
 its documentation for any purpose is hereby granted without fee, provided
 that the above copyright notice appear in all copies and that both that
 copyright notice and this permission notice appear in supporting
 documentation, and that the name of Red Hat not be used in advertising
 or publicity pertaining to distribution of the software without specific,
 written prior permission.  Red Hat makes no representations about the
 suitability of this software for any purpose.  It is provided "as is"
 without express or implied warranty.

RED HAT DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT 
SHALL
RED HAT BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.



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


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



Bug#389704: tagging 389704

2006-12-23 Thread Loïc Minier
On Fri, Dec 22, 2006, Frank Lichtenheld wrote:
> I've uploaded libgpod 0.4.0-1 to experimental. It will have to go
> through NEW though. You can find the uploaded packages also
> at http://www.djpig.de/projekte/debian/upload/

 Thanks!  I've built rhythmbox against these successfully and will
 upload it to experimental when libgpod is accepted.

   Merry Christmas,
-- 
Loïc Minier <[EMAIL PROTECTED]>
 "Forget your stupid theme park! I'm gonna make my own! With hookers!
  And blackjack! In fact, forget the theme park!"  -- Bender



Bug#339978: openssh-client: more error reports on upgrade to etch

2006-12-23 Thread Colin Watson
On Mon, Dec 18, 2006 at 12:38:24PM -0800, jeff wrote:
> Unpacking openssh-client (from
> .../openssh-client_1%3a4.3p2-7_i386.deb) ...
> Transferring ownership of conffile /etc/ssh/moduli ...
> Transferring ownership of conffile /etc/ssh/ssh_config ...
> dpkg: error processing
> /var/cache/apt/archives/openssh-client_1%3a4.3p2-7_i386.deb
> (--unpack):
>  trying to overwrite `/etc/ssh/ssh_config', which is also in package
>  ssh

Not this bug; see bug #402804.

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#404184: upgrade severity to important

2006-12-23 Thread Bastian Venthur
severity 404184 important
stop

Since this bug seems to happen quite often, I think this bug should be
at least important, shouldn't it? I mean it *has* a major impact on the
usability of the package if I'm not able to get the new package-lists.


Cheers,

Bastian

-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org



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



Bug#395211: NMU uploaded

2006-12-23 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Andreas Barth wrote:

> I uploaded an NMU of your package.
> 
> Please see this as help to get the package into a releaseable condition for
> etch.

Thanks!


 - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFjQObn7DbMsAkQLgRAkG3AJ0RrRNdFR/iz/AVL1trhEMo+rxjNACghx/a
bMxwBqk7nH6xPqnhk0hqWs0=
=fKkE
-END PGP SIGNATURE-



Bug#404234: CVE-2006-6669: WebCalendar XSS

2006-12-23 Thread Stefan Fritsch
On Saturday 23 December 2006 10:00, Thijs Kinkhorst wrote:
> I haven't found a concrete way to exploit it yet, since some HTML
> inputs are stripped from all input parameters. A concrete example
> would help to confirm the status of this bug. Do you have one?

This page gives an example.

http://www.securityfocus.com/archive/1/archive/1/454810/100/0/threaded

I haven't tested it, though.

Stefan


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



Bug#404308: gcc-doc-base: Description has a typo

2006-12-23 Thread Seo Sanghyeon
Package: gcc-doc-base
Version: 4.1.1.nf3-1
Severity: minor

The description claims that this package provides fdl.7 manual page,
but it doesn't. The package contains gfdl.7 manual page instead.

Seo Sanghyeon


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



Bug#397961: openssh-server: security problem fixed in version 4.5

2006-12-23 Thread Colin Watson
severity 397961 wishlist
thanks

On Fri, Nov 10, 2006 at 08:00:44PM +0100, Laurent Bonnaud wrote:
>   http://www.openssh.org/txt/release-4.5

I backported the security fix in openssh 1:4.3p2-6; I'm avoiding newer
upstream releases until etch is out.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#404143: Fans unreliable under load, permanent memory leak

2006-12-23 Thread Andreas Barth
* Sven Luther ([EMAIL PROTECTED]) [061222 05:42]:
> On Fri, Dec 22, 2006 at 12:53:09PM +0100, Marc 'HE' Brockschmidt wrote:
> > maximilian attems <[EMAIL PROTECTED]> writes:
> > > On Fri, Dec 22, 2006 at 11:28:29AM +0100, Marc 'HE' Brockschmidt wrote:
> > >> Fix it or document it, I don't care. But the current state is not
> > >> releasable.
> > > we are not talking about "a" patch.
> > > what you need is an backport of the 2.6.19 acpi release to 2.6.18.
> > 
> > Read again what I wrote. I will not allow Debian to release with a
> > Kernel that may damage hardware without even a notice in the release
> > notes. If you are not able to fix it, note that you have provided a
> > broken kernel.
> 
> Cool, let's delay etch a couple of weeks and move to a (now released) 2.6.19
> kernel, to solve this issue.

Sven, stop this! I can remember well how you promised that moving to
2.6.18 will magically solve almost all of our issues - 6 (or more)
release critical bugs against 2.6.18 don't show that this has worked so
well. Please try helping us on solutions rather then breaking things
again.


Please try to look at it from another perspective:

Consider you have bought such a laptop, and you install Debian. You have
even read the release notes first.  Everything works well.  Until one
day you notice your laptop gets too warm, and eventually even breaks
because of this.  On deeper research, you notice that this issue was
well-known to Debian, but they refused to deal with it at all. How would
you feel as a user? I think this is an unacceptable perspective.


Ok, what can we do? 
1. ignore the problem,
2. document it in the release notes and README.Debian of the kernel,
3. prevent the kernel running on such buggy laptops [is this possible?],
4. backport ACPI from 2.6.19, or use 2.6.19,
5. isolate a smaller fix and apply it.

I personally consider options 1 and 4 to be unacceptable. Option 5 would
be the best, but I have yet to see that this is possible (or rather,
someone knowledgeable enough has time to do it).

So, we should at least document it inside of the release notes, and
README.Debian, and, if possible without being to invasive, get some
check inside the kernel to print a big warning on bootup, or even refuse
to work until some special parameter is used.


How does this proposal sound to the kernel team?



Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#404309: selinux-policy-refpolicy-targeted: Policy for dcc misses Debian's FHS paths

2006-12-23 Thread Devin Carraway
Package: selinux-policy-refpolicy-targeted
Version: 0.0.20061018-1
Severity: normal


Tried the targeted refpolicy on dcc-client/dcc-common tonight.  Many of the
files in these packages are overlooked when labelling files, because
refpolicy's dcc module stipulates paths not consistent with the Debian FHS
layout.  The files go unlabelled and dcc-client (at least) stops working.

The two major problems I can see in policy/modules/services/dcc.fc are the
references to /usr/libexec/dcc (damons, placed in /usr/sbin by the Debian
packages) and to /var/dcc (all sorts of things, placed under /var/lib/dcc).  A
side effect of the latter is that dccifd_t and probably domains need search on
var_lib_t, through which it must pass to get to /var/lib/dcc.



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

Versions of packages selinux-policy-refpolicy-targeted depends on:
ii  libpam-modules0.79-4 Pluggable Authentication Modules f
ii  libselinux1   1.32-3 SELinux shared libraries
ii  policycoreutils   1.32-1 SELinux core policy utilities
ii  python2.4.4-1An interactive high-level object-o

Versions of packages selinux-policy-refpolicy-targeted recommends:
ii  checkpolicy   1.32-1 SELinux policy compiler
pn  setools(no description available)

-- debconf-show failed


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



Bug#404184: Processed: upgrade severity to important

2006-12-23 Thread Christian Perrier
Quoting Debian Bug Tracking System ([EMAIL PROTECTED]):
> Processing commands for [EMAIL PROTECTED]:
> 
> > severity 404184 important
> Bug#404184: hangs on update, possible livelock? (strace attached)
> Severity set to `important' from `normal'


Could people who change bug severities in the BTS send explanations
along with their "bts" commands?

I'm not the aptitude package maintainer but would I be Daniel, that
would make me a bit angry. And anyway, people who will deal with that
bug in the future will really wonder why these successive changes
happened so quickly.

This severity is probably correct but giving even a small rationale
would be nice...:)






signature.asc
Description: Digital signature


Bug#404311: icedove-traybiff: traybiff depends on icedove 1.5.0.8 but latest etch is 1.5.0.9

2006-12-23 Thread Jeremy Lal
Package: icedove-traybiff
Version: 1.2.2-10
Severity: normal

No comment.
Happy Christmas.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages icedove-traybiff depends on:
ii  icedove  1.5.0.8.dfsg1-1 free/unbranded thunderbird mail cl
ii  libatk1.0-0  1.12.3-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libpango1.0-01.14.8-2Layout and rendering of internatio
ii  libstdc++6   4.1.1-19The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra

icedove-traybiff recommends no packages.

-- no debconf information



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



Bug#404312: ITP: gpe-soundserver-0.4 -- start and stop the GPE sound service

2006-12-23 Thread Neil Williams
Package: wnpp
Severity: wishlist
Owner: Neil Williams <[EMAIL PROTECTED]>

* Package name: gpe-soundserver-0.4
  Version : 0.4
  Upstream Author : Philip Blundell <[EMAIL PROTECTED]>
* URL : http://gpe.linuxtogo.org/projects/GPE-soundbite.shtml
* License : GPL
  Programming Lang: C
  Description : start and stop the GPE sound service

 Provides as-and-when sound services by wrapping the
 esd daemon. gpe-soundbite starts the gpe-soundserver
 prior to playback or recording and stops it again
 at the end of playback or recording.
 .
 Used by the GPE Palmtop Environment to reduce the 
 resource footprint on devices where sound is only 
 used intermittently.

(Investigating a fix for upstream so that the actual package can be
gpe-soundserver and version 0.4 (or 0.5) upstream to make a more
'friendly' Debian version string.)

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


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



Bug#335276: openssh conffile prompt: /etc/ssh/moduli

2006-12-23 Thread Colin Watson
On Sat, Dec 23, 2006 at 10:33:56AM +, Colin Watson wrote:
> On Thu, Dec 14, 2006 at 02:03:45PM -0500, Justin Pryzby wrote:
> > On Thu, Dec 14, 2006 at 12:20:10PM -0500, Justin Pryzby wrote:
> > > 2006-12-14 11:36:32 upgrade openssh-server 1:4.3p2-6 1:4.3p2-7
> > > 
> > > $ md5sum /etc/ssh/moduli* openssh-client-1\:4.3p2-6/etc/ssh/moduli
> > > 45e8268b1994ab38d5309eed05ba003c  /etc/ssh/moduli
> > > 085771ebb2b6cfe60b84ad094de0788a  /etc/ssh/moduli.dpkg-old
> > > d93b0dd7a654a68e39361caff3f3061e  openssh-client-1:4.3p2-6/etc/ssh/moduli
> 
> Well, that almost certainly indicates that you modified it
> inadvertently, perhaps in the process of resolving a previous conffile
> prompt from an upgrade before this bug was fixed. Please only reopen
> this bug if you can demonstrate that it was a truly unmodified conffile.

In fact, 085771ebb2b6cfe60b84ad094de0788a was the md5sum in ssh
1:3.8.1p1-8, so this simply indicates that you answered "no, keep my
changes" to the previous erroneous conffile prompt during a previous
post-sarge upgrade, from which point on dpkg believes that you modified
the conffile locally. The bug that caused this erroneous conffile prompt
has been fixed, and the rest is not a bug.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#404278: encfs: chmod not honoured ?

2006-12-23 Thread Eduard Bloch
tags 404278 + unreproducible moreinfo
thanks

#include 
* gary ng [Sat, Dec 23 2006, 11:28:50AM]:
> Package: encfs
> Version: 1.2.5-1-1
> Severity: important
> 
> It seems that encfs doesn't honour chmod so all file created are in mode 0755
> I initially thought that it is related to the allow_other option in fuse but
> I tested that sshfs with the same allow_other option does honour chmod

Maybe your backend file system is one of the stupid kind, eg. vfat?

Eduard.

-- 
Nun bist du mit dem Kopf durch die Wand.
Und was wirst du in der Nachbarzelle tun?
-- Stanislaw Jerzy Lec (eig. S. J. de Tusch-Letz)


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



Bug#404073: ITA: autofs

2006-12-23 Thread Steinar H. Gunderson
On Sat, Dec 23, 2006 at 12:00:18PM +0100, Daniel Baumann wrote:
>> Assuming it is OK with your sponsor (ie. he is willing to take the
>> responsibility if you should for some reason disappear), I have no
>> objectinos.
> This is ok with me.

Fine. :-) Jan: It's yours. Take good care of it. :-)

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


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



Bug#404310: hddtemp does not anymore work with linux-2.6.20-rc1

2006-12-23 Thread Soeren Sonnenburg
Package: hddtemp
Version: 0.3-beta15-33
Severity: normal

very verbose information can be found in this thread
http://www.gossamer-threads.com/lists/engine?do=post_view_flat;post=715713;page=2;sb=post_latest_reply;so=ASC;mh=25;list=linux

aswell as this patch:

--- hddtemp-0.3-beta15/src/satacmds.c~ 2006-12-19 12:01:10.0 +0100
+++ hddtemp-0.3-beta15/src/satacmds.c 2006-12-19 12:01:27.0 +0100
@@ -54,7 +54,6 @@
unsigned char cdb[16];
unsigned char sense[32];
int dxfer_direction;
- int ret;

memset(cdb, 0, sizeof(cdb));
cdb[0] = ATA_16;
@@ -78,13 +77,7 @@
cdb[6] = cmd[1];
cdb[14] = cmd[0];

- ret = scsi_SG_IO(device, cdb, sizeof(cdb), buffer, cmd[3] * 512,
sense, sizeof(sense), dxfer_direction);
-
- /* Verify SATA magics */
- if (sense[0] != 0x72 || sense[7] != 0x0e || sense[9] != 0x0e ||
sense[10] != 0x00)
- return 1;
- else
- return ret;
+ return scsi_SG_IO(device, cdb, sizeof(cdb), buffer, cmd[3] * 512,
sense, sizeof(sense), dxfer_direction);
}

void sata_fixstring(unsigned char *s, int bytecount)



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-rc1-sonne
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages hddtemp depends on:
ii  debconf [debconf-2.0]1.5.11  Debian configuration management sy
ii  libc62.3.6.ds1-9 GNU C Library: Shared libraries
ii  lsb-base 3.1-22  Linux Standard Base 3.1 init scrip

hddtemp recommends no packages.

-- debconf information excluded


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



Bug#404073: ITA: autofs

2006-12-23 Thread Daniel Baumann
Steinar H. Gunderson wrote:
> Assuming it is OK with your sponsor (ie. he is willing to take the
> responsibility if you should for some reason disappear), I have no
> objectinos.

This is ok with me.

-- 
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#404313: libpango1.0-0 should depend on imagemagick

2006-12-23 Thread Davide Viti
Package: libpango1.0-0
Version: 1.14.8-3
Severity: normal

I get the following error when invoking pango-view:

[EMAIL PROTECTED]:~/temp$ pango-view -t displayme -q -o displayme.png

(pango-view:13089): GLib-WARNING **: GError set over the top of a previous 
GError or uninitialized memory.
This indicates a bug in someone's code. You must ensure an error is NULL before 
it's set.
The overwriting error message was: Failed to execute child process "convert" 
(No such file or directory)
pango-view: When running ImageMagick 'convert' command: (null)


If you install imagemagick it works.

regards,
Davide


signature.asc
Description: Digital signature


Bug#404115: New release of dtc-xen fixing fr.po

2006-12-23 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi!

As in the subject, nothing else changed except that fr.po (as requested
by the debian-l10n-french mailing list contributors). Can you please
upload it to SID? Thanks in advance.

http://mentors.debian.net/debian/pool/main/d/dtc-xen/dtc-xen_0.2.6-4.dsc

Thomas

P.S: Merry Christmas and happy new year!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFjRLcl4M9yZjvmkkRAvS0AKCNQK0ejWqB3X26tfOlYDJSREgpwACggUbT
QA3Tw5abcI3kqX0+deM10kU=
=8Dim
-END PGP SIGNATURE-


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



Bug#404314: make-live: Can't install initrd.img to image

2006-12-23 Thread Bas Wijnen
Package: live-package
Version: 0.99.14-1

When installing some extra packages, it can happen that initrd.img is
generated several times.  When that happens, a backup file is created.  This
isn't a problem in itself, but it breaks the install command

mv "${LIVE_CHROOT}"/boot/initrd.img-* "${LIVE_ROOT}"/binary/isolinux/initrd.gz

because the first expression matches to multiple files, which results in an
"is not a directory" error.

The attached patch fixes the problem by removing any existing backups before
doing the move.

Thanks,
Bas

-- 
I encourage people to send encrypted e-mail (see http://www.gnupg.org).
If you have problems reading my e-mail, use a better reader.
Please send the central message of e-mails as plain text
   in the message body, not as HTML and definitely not as MS Word.
Please do not use the MS Word format for attachments either.
For more information, see http://pcbcn10.phys.rug.nl/e-mail.html
diff -ur live-package.orig/src/scripts/21image.sh live-package-0.99.14/src/scripts/21image.sh
--- live-package.orig/src/scripts/21image.sh	2006-11-05 17:10:26.0 +0100
+++ live-package-0.99.14/src/scripts/21image.sh	2006-12-23 12:17:44.0 +0100
@@ -215,6 +215,10 @@
 
 Linuximage ()
 {
+	if [ "`echo "${LIVE_CHROOT}"/boot/initrd*bak*`" != "${LIVE_CHROOT}/boot/initrd*bak*" ]
+	then
+		rm "${LIVE_CHROOT}"/boot/initrd*bak*
+	fi
 	case "${1}" in
 		iso)
 			# Copy linux-image


signature.asc
Description: Digital signature


Bug#404198: Repeated XFree86 crashes related to a kernel bug according to dmesg :: dmesg files

2006-12-23 Thread Moritz Muehlenhoff
Jean-Alex wrote:
> XFree86 has crashed 4 time since this morning and my concern is fastly 
> growing.
> 
> Last dmesg extract below and older ones in the attached file.
> 
> Some interesting point : this time it's kdeinit, and for what I saw, 
> especially kicker, who crashed in the first place, before the Xserver 
> eventually crashed too in a matter of seconds...
> 
> last dmesg output :
> --
> 
> kernel BUG at vmscan.c:433!
> invalid operand: 
> CPU:0
> EIP:0010:[]Tainted: P
   ^^
You're running a proprietary, closed-source driver; probably the binary driver
by ATI. Does the kernel crash w/o the ATI driver as well?

Cheers,
Moritz


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



Bug#400488: no fans after S3 sleep on many laptops

2006-12-23 Thread Bas Zoetekouw
severity 400488 critical
thanks

Bastian Blank wrote:

> > With the kernel from linux-image-2.6.18-2-686, fans for my laptop
> > (HP nc6120) don't work anymore after an S3 suspend/resume cycle.  This
> > causes the system to spontaneously shutdown under load causing data
> > loss (or posibly it might even break the hardware), ergo the grave
> > severity.
> 
> It does not fail for everyone, so grave is not appropriate.

Indeed, critial is more appropriate, as this bug causes data loss and
hardware damage.

IMO, the sitation is similar to bug #404143: like Andi said there:

> Consider you have bought such a laptop, and you install Debian. You have
> even read the release notes first.  Everything works well.  Until one
> day you notice your laptop gets too warm, and eventually even breaks
> because of this.  On deeper research, you notice that this issue was
> well-known to Debian, but they refused to deal with it at all. How would
> you feel as a user? I think this is an unacceptable perspective.

I can very well imagine that you guys don't want to include these
patches in the default etch kernel at this time, but please document it
in the release notes, make the kernel refuse to run on this hardware, or
make the user aware of the problem in some other way.  

-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED], [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 


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



Bug#395900: BasKet 0.6.0 and Etch

2006-12-23 Thread José Luis Tallón
Adam Porter wrote:
> It's been 55 days since bug#395900 was filed, but Debian is still stuck on 
> BasKet version 0.5.0.  It'd be a real shame if Etch was released with 0.5.0, 
> as a lot has changed and improved in the new version; it has more features, 
> and is more stable.  I know it's probably too late to do anything, but I 
> thought I'd ask anyway: Is there any way that 0.6.0 can get into Etch?
>   
Etch is frozen, so no new upstream versions are (initially) allowed into.

However, you can try bugging the release team for this purpose. If
granted, I will happily upload basket 0.6.0.
Otherwise, it will have to wait until unstable is "tawed" for Lenny.


Regards,
J.L.



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



Bug#404315: LABEL= syntax in /etc/fstab not working

2006-12-23 Thread Matija Nalis
Package: mindi  


Version: 2.20-1 


Severity: important

Mindi has support for detecting LABEL= syntax in /etc/fstab, however it is
not working on Debian, because of path to cut(1) is not "/bin/cut" but
"/usr/bin/cut". 

So if you use LABEL= syntax, mindi does not run at all.

detailed error log is available at:
http://sourceforge.net/mailarchive/message.php?msg_id=37518492

The attached patch (which removes the hardcoded path) fixes the problem.
(and has been accepted in upstream)

-- 
Opinions above are GNU-copylefted.--- mindi.ok2   2006-11-25 13:10:24.0 +0100
+++ mindi   2006-11-25 13:10:36.0 +0100
@@ -1357,7 +1357,7 @@
# current_partition contains only first column of /etc/fstab
if [ "`echo "$current_partition" | /bin/grep -i "LABEL="`" != 
"" ]; then
str_to_find_fmt_with=$current_partition
-   redhat_label=`echo "$current_partition" | /bin/cut 
-d'=' -f2`
+   redhat_label=`echo "$current_partition" | cut -d'=' -f2`
actual_dev=""
 
# 1st try, findfs - the RHEL way of finding labels and 
their partitions
@@ -1367,7 +1367,7 @@

# 2nd try : blkid, the good way for all LABEL except 
swap
if [ "x$actual_dev" = "x" -a -x "/sbin/blkid" ]; then
-   actual_dev=`/sbin/blkid | /bin/grep 
"$redhat_label" | grep LABEL= | /bin/cut -d':' -f1`
+   actual_dev=`/sbin/blkid | /bin/grep 
"$redhat_label" | grep LABEL= | cut -d':' -f1`
# For LVM FS it will give a /dev/dm-# which 
should then be converted
if [ $LVM = "v2" ] && [ "`echo $actual_dev | 
grep '/dev/dm'`" ]; then
major=`/bin/ls -l $actual_dev | awk 
'{print $5}'`
@@ -1386,7 +1386,7 @@
# 3rd try, which works on a standard partition 
(ext2/3), but not on swap
# For LVM gives a /dev/mapper entry 
if [ "x$actual_dev" = "x" ]; then
-   actual_dev=`/bin/mount -l | /bin/grep 
"\[$redhat_label\]" | /bin/cut -d' ' -f1`
+   actual_dev=`/bin/mount -l | /bin/grep 
"\[$redhat_label\]" | cut -d' ' -f1`
fi

# 4th try, with vol_id 

Bug#403454: mindi does "rm -Rf /home" !

2006-12-23 Thread Matija Nalis
On Sat, Dec 23, 2006 at 09:55:29AM +1100, Andree Leidenfrost wrote:
> Would you be able to send your two patches to the BTS, one attached to
> #403454 and the second one attached to a new bug report for the LABEL
> issue? I think this way we'd minimise the risk of me getting it wrong.
> (I am a bit nervous because of the freeze as I have really only one shot
> to get it right.)

Sure. Attached here is an oneliner fix for "rm -Rf /home"

I've also reported the other one to BTS (no bug# yet, still waiting for it
to process the message)

> > But I'll be visiting LCA2007 in Sydney in mid-January, so direct
> > interrogation is an option :)
> 
> Hey, I'll be there as well, so it would be great to catch up! :-)
> However, I defintiely want to fix the issue at hand and the label issue
> as well as soon as possible.

I know, I see the etch is frozen now. 
Both patches are trivial, so they shouldn't be a problem.

-- 
Opinions above are GNU-copylefted.--- mindi/mindi (révision 919)
+++ mindi/mindi (copie de travail)
@@ -2985,7 +2985,7 @@
FindIsolinuxBinary
FindLiloBinary
 fi
-grep -F " $TMP_ROOT " /proc/mounts | grep -F tmpfs > /dev/null 2> /dev/null && 
TMP_ROOT=/home && LogIt "Changing TMP_ROOT to $TMP_ROOT because you're using 
tmpfs for /tmp\n" ; # tmpfs doesn't like Mindi and /tmp, for some reason
+grep -F " $TMP_ROOT " /proc/mounts | grep -F tmpfs > /dev/null 2> /dev/null && 
TMP_ROOT=/home/tmpmondo && mkdir -p $TMP_ROOT && LogIt "Changing TMP_ROOT to 
$TMP_ROOT because you're using tmpfs for /tmp\n" ; # tmpfs doesn't like Mindi 
and /tmp, for some reason
 rm -f /tmp/mindi_lo
 trap "Aborted" SIGTERM
 DONE="\r\t\t\t\t\t\t\t\tDone. "

Bug#350179: splashy: doesn't work as expected, leaves system without possibility to login

2006-12-23 Thread TrialAndError
Package: splashy
Version: 0.2.2

I reproduced the described error on my system:

linux-image-k7, gdm, kde-core (etch, sid only for grubconf and 
splashy). vga=791 and 792 tested.

Additionally I can say that login succeeds if I hit esc to end splash 
screen while booting.



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



Bug#404316: Fatal: cannot allocate memory

2006-12-23 Thread Marvin Stark
Package: uswsusp
Version: 0.3~cvs20060928-6
Severity: important

Hi, 

I upgradet uswsusp to newest version and always get following error when
resuming the system:

- 8< - 8< - 8< - 8< -
Fatal: cannot allocate memory.
- 8< - 8< -8< - 8< -

In the previous version suspending and resuming worked without any
problems.
If you need more information or debugging output, dont hesitate to ask.

Regards,

Marvin Stark

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.5-macbook
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages uswsusp depends on:
ii  debconf [debconf-2.0]1.5.8   Debian configuration management sy
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcrypt11  1.2.3-2 LGPL Crypto library - runtime libr
ii  libgpg-error01.4-1   library for common error values an
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages uswsusp recommends:
ii  initramfs-tools   0.85c  tools for generating an initramfs

-- debconf information:
* uswsusp/compute_checksum: false
  uswsusp/no_snapshot:
* uswsusp/suspend_loglevel: 7
  uswsusp/no_swap:
* uswsusp/early_writeout: true
* uswsusp/image_size: 469832253
* uswsusp/compress: true
* uswsusp/create_RSA_key: true
* uswsusp/snapshot_device:
* uswsusp/RSA_key_file: /etc/uswsusp.key
* uswsusp/max_loglevel:
* uswsusp/resume_device: /dev/sda7
  uswsusp/shutdown_method: platform
* uswsusp/encrypt: true
  uswsusp/splash: false
* uswsusp/RSA_key_bits: 2048
* uswsusp/continue_without_swap: false


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



Bug#402783: reproduced #402783

2006-12-23 Thread Andreas Barth
tag 402783 + sid
thanks

* Ana Guerrero ([EMAIL PROTECTED]) [061222 06:56]:
> I have found out this problem is only affecting Sid, but not Etch, it is
> all swig's fault.
> python-scipy builds fine in Etch with swig 1.3.29-2.1, but in sid the
> current version is swig 1.3.31-1, uploaded 2006-12-02,  and it seems 
> this new version has introduced some changes for Python compatibility [0].

Ok, so tagging it sid now.

Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#403688: coreutils: ls -al /dev/tty* segfaults

2006-12-23 Thread Arthur Marsh



Jim Meyering wrote, On 20/12/06 06:54:

Arthur Marsh <[EMAIL PROTECTED]> wrote:

Package: coreutils
Version: 5.97-5.2

ls /dev/tty*

works, but

ls -al /dev/tty*

segfaults. Last lines of strace:

lstat64("/dev/tty", {st_mode=S_IFCHR|0666, st_rdev=makedev(5, 0), ...})
= 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 31909 detached


Thanks for the report.
Does the slightly simpler

  ls -al /dev/tty

also cause a segfault?

Would you please see if you can reproduce that
using the latest upstream?  That one works fine for me.
Instructions here: (see the "How can you help?" section)

http://article.gmane.org/gmane.comp.gnu.coreutils.announce/38

In any case, please include the output of "find /dev/tty* -ls",
in case the bug is being provoked by some unusual device.



Hi, at present I can't reproduce the bug with the current Debian 
unstable. (Your mail was apparently held up a few days:


Received: from mx.meyering.net ([82.230.74.64])
  by ipmailmx01.adl2.internode.on.net with ESMTP; 23 Dec 2006 21:47:39 
+1030

X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: Ao8CAFGejEVS5kpA/2dsb2JhbAA
X-IronPort-AV: i="4.12,208,1165152600";
   d="scan'208"; a="65598554:sNHT20577312"
Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000)
id 115C810F1; Tue, 19 Dec 2006 21:24:05 +0100 (CET)
From: Jim Meyering <[EMAIL PROTECTED]>


). The only "unusual" device was /dev/ttyACM0 used by a Nokia handset 
being plugged into a USB port via a CA-42 cable.


Regards,

Arthur.


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



Bug#404317: [INTL:gl] Galician debconf templates translation for fontconfig

2006-12-23 Thread Jacobo Tarrio
Package: fontconfig
Version: 2.4.1-2
Severity: wishlist
Tags: l10n patch

 It is attached to this report.
# Galician debconf template translation for fontconfig
#
# 2006 Jacobo Tarrio <[EMAIL PROTECTED]>
#
msgid ""
msgstr ""
"Project-Id-Version: fontconfig\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-09-10 00:12-0700\n"
"PO-Revision-Date: 2006-12-23 13:32+0100\n"
"Last-Translator: Jacobo Tarrio <[EMAIL PROTECTED]>\n"
"Language-Team: Galician <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: select
#. Choices
#: ../fontconfig-config.templates:1001
msgid "Native, Autohinter, None"
msgstr "Nativo, Autohinter, Nada"

#. Type: select
#. Description
#: ../fontconfig-config.templates:1002
msgid "Font tuning method for screen:"
msgstr "Método de axuste de tipos para a pantalla:"

#. Type: select
#. Description
#: ../fontconfig-config.templates:1002
msgid ""
"Select Native if you mostly use Bitstream Vera (the default in Debian) or "
"any of the Microsoft fonts.  Select Autohinter if you mostly use other "
"TrueType fonts.  Select None if you want blurry text."
msgstr ""
"Escolla Nativo se emprega principalmente Bitstream Vera (o tipo por defecto "
"en Debian) ou calquera dos tipos de Microsoft. Escolla Autohinter se emprega "
"principalmente outros tipos TrueType. Escolla Ningún se quere texto borroso."

#. Type: select
#. Choices
#: ../fontconfig-config.templates:2001
msgid "Automatic, Always, Never"
msgstr "Automático, Sempre, Nunca"

#. Type: select
#. Description
#: ../fontconfig-config.templates:2002
msgid "Enable subpixel rendering for screen:"
msgstr "¿Activar o debuxado sub-pixel na pantalla?"

#. Type: select
#. Description
#: ../fontconfig-config.templates:2002
msgid ""
"Rendering text at a subpixel level generally makes it look a bit better on "
"flat (LCD) screens, but can show color artifacts on CRT screens. The "
"\"Automatic\" choice will enable it only if a LCD screen is detected."
msgstr ""
"Debuxar o texto a un nivel inferior ao pixel adoita mellorar un pouco o seu "
"aspecto en pantallas planas (LCD), pero pode crear efectos de cores en "
"pantallas de tubo (CRT). A opción \"Automática\" ha activalo só se se "
"detecta unha pantalla LCD."

#. Type: boolean
#. Description
#: ../fontconfig-config.templates:3001
msgid "Enable bitmapped fonts by default?"
msgstr "¿Activar por defecto os tipos de letra de mapa de bits?"

#. Type: boolean
#. Description
#: ../fontconfig-config.templates:3001
msgid ""
"By default, only outline fonts are used by applications which support "
"fontconfig.  Outline fonts are fonts which scale well to various sizes.  In "
"contrast, bitmapped fonts are often lower quality. Enabling this option will "
"affect the systemwide default; this and many other fontconfig options may be "
"enabled or disabled on a per-user basis."
msgstr ""
"Por defecto só se empregan tipos de letra vectoriais nas aplicacións que "
"soportan fontconfig. Os tipos de letra vectoriais son tipos de letra que se "
"poden aumentar a calquera tamaño. En cambio, os tipos de letra de mapa de "
"bits adoitan ter unha calidade inferior. Activar esta opción ha afectar ao "
"valor por defecto de todo o sistema; esta e moitas outras opcións de "
"fontconfig pódense activar e desactivar usuario por usuario."

#~ msgid "How should fonts be tuned for the screen?"
#~ msgstr "¿Como se deberían axustar os tipos de letra á pantalla?"


Bug#404131: nis: NIS client broken on AMD64

2006-12-23 Thread Mark Brown
On Fri, Dec 22, 2006 at 02:56:39PM -0200, Nelson A. de Oliveira wrote:

> heard about network-manager. It could at least be documented somewhere
> this new behavior of nis+network-manager.

It is documented in the ypbind documentation, although obviously you'd
need to know to loook at that.

Could you please reinstall network-manager as it was before, make sure
that ypbind is still misbehaving, and then run the command nm-tool for
me?  This will tell me exactly what network-manager is telling NIS: it
may be possible for NIS to handle this situation better.

-- 
"You grabbed my hand and we fell into it, like a daydream - or a fever."


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



Bug#404184: Processed: upgrade severity to important

2006-12-23 Thread Bastian Venthur
On 23.12.2006 12:05 schrieb Christian Perrier:
> Quoting Debian Bug Tracking System ([EMAIL PROTECTED]):
>> Processing commands for [EMAIL PROTECTED]:
>>
>>> severity 404184 important
>> Bug#404184: hangs on update, possible livelock? (strace attached)
>> Severity set to `important' from `normal'
> 
> 
> Could people who change bug severities in the BTS send explanations
> along with their "bts" commands?

I'm not sure if you mean me or Anthony, since Anthony changed the
severity from grave to normal without any notes (which is IMHO quite
unpolite since the reporter does not get an automatic mail informing him
about the change).

I've upgraded the severity again to important and left a note explaining
why I think this bug is at least important (maybe Anthony was right and
grave was a bit to harsh).

> I'm not the aptitude package maintainer but would I be Daniel, that
> would make me a bit angry. And anyway, people who will deal with that
> bug in the future will really wonder why these successive changes
> happened so quickly.
> 
> This severity is probably correct but giving even a small rationale
> would be nice...:)

Done :)


Cheers,

Bastian


-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org



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



Bug#404318: [INTL:gl] Galician debconf templates translation for mysql-dfsg-5.0

2006-12-23 Thread Jacobo Tarrio
Package: mysql-dfsg-5.0
Severity: wishlist
Tags: l10n patch

 It is attached to this bug report.
# Galician translation of mysql-dfsg-5.0's debconf templates
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mysql-dfsg-5.0 package.
# Jacobo Tarrio <[EMAIL PROTECTED]>, 2006.
#
msgid ""
msgstr ""
"Project-Id-Version: mysql-dfsg-5.0\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2006-12-19 00:57+0100\n"
"PO-Revision-Date: 2006-12-23 13:32+0100\n"
"Last-Translator: Jacobo Tarrio <[EMAIL PROTECTED]>\n"
"Language-Team: Galician <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:1001
msgid "Do you really want to downgrade?"
msgstr "¿Quere pasar a unha versión anterior?"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:1001
msgid ""
"WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates that a "
"mysql-server package with a higher version has been installed before. It can "
"not be guaranteed that this version can use its data."
msgstr ""
"AVISO: O ficheiro /var/lib/mysql/debian-*.flag existe. Isto indica que se "
"instalou antes un paquete mysql-server dunha versión maior. Non se pode "
"garantir que esta versión poida empregar os seus datos."

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid "Important note for NIS/YP users!"
msgstr "Nota importante para usuarios de NIS/YP"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid ""
"To use mysql you must install an equivalent user and group to the following "
"and ensure yourself that /var/lib/mysql has the right permissions (the uid/"
"gid may be different)."
msgstr ""
"Para empregar mysql debe instalar un usuario e grupo equivalentes aos "
"seguintes e asegurarse de que /var/lib/mysql teña os permisos correctos (o "
"uid/gid poden ser diferentes)."

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid ""
"/etc/passwd:  mysql:x:100:101:MySQL Server:/var/lib/mysql:/bin/false"
msgstr ""
"/etc/passwd:  mysql:x:100:101:Servidor MySQL:/var/lib/mysql:/bin/false"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid "/etc/group:   mysql:x:101:"
msgstr "/etc/group:   mysql:x:101:"

#. Type: note
#. Description
#: ../mysql-server-5.0.templates:2001
msgid "/var/lib/mysql:   drwxr-xr-x   mysqlmysql"
msgstr "/var/lib/mysql:   drwxr-xr-x   mysqlmysql"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:3001
msgid "Remove the databases used by all MySQL versions?"
msgstr "¿Eliminar as bases de datos empregadas por tódalas versións de MySQL?"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:3001
msgid ""
"The script is about to remove the data directory /var/lib/mysql. If it is "
"planned to just install a higher MySQL version or if a different mysql-"
"server package is already using it, the data should be kept."
msgstr ""
"O script vai eliminar o directorio de datos /var/lib/mysql. Se se planea "
"instalar unha versión superior de MySQL ou se hai outro paquete mysql-server "
"que o estean a empregar, debería conservar os datos."

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:4001
msgid "Should MySQL start on boot?"
msgstr "¿MySQL debería iniciarse co ordenador?"

#. Type: boolean
#. Description
#: ../mysql-server-5.0.templates:4001
msgid ""
"The MySQL can start automatically on boot time or only if you manually type "
"'/etc/init.d/mysql start'."
msgstr ""
"MySQL pode arrincar automaticamente ao iniciar o ordenador ou só se escribe "
"\"/etc/init.d/mysql start\" a man."

#. Type: password
#. Description
#: ../mysql-server-5.0.templates:5001
msgid "Please enter password for MySQL \"root\" user"
msgstr "Introduza un contrasinal para o usuario \"root\" de MySQL"

#. Type: password
#. Description
#: ../mysql-server-5.0.templates:5001
msgid ""
"It is highly recommended that you set a password for the MySQL "
"administrative \"root\" user."
msgstr ""
"Recoméndase encarecidamente que estabreza un contrasinal para o usuario "
"administrativo \"root\" de MySQL."

#. Type: password
#. Description
#: ../mysql-server-5.0.templates:5001
msgid ""
"If you do not provide a password no changes will be made to the account."
msgstr "Se non fornece un contrasinal non se ha facer ningún cambio na conta."

#. Type: error
#. Description
#: ../mysql-server-5.0.templates:6001
msgid "Unable to set password for MySQL \"root\" user"
msgstr "Non se puido establecer o contrasinal para o usuario \"root\" de MySQL"

#. Type: error
#. Description
#: ../mysql-server-5.0.templates:6001
msgid ""
"It seems an error occurred while setting the password for the MySQL "
"administrative user.  This may have happened because the user already has a "
"password, or because there was a problem communicating with the MySQ

Bug#404319: New beta

2006-12-23 Thread Patrick Matthäi

Package: filezilla
Version: 3.0.0~beta2-2

Hi,
Could you please upload maybe the beta5 to sid?
Bye.


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



Bug#404143: Fans unreliable under load, permanent memory leak

2006-12-23 Thread Sven Luther
On Sat, Dec 23, 2006 at 11:50:40AM +0100, Andreas Barth wrote:
> * Sven Luther ([EMAIL PROTECTED]) [061222 05:42]:
> > On Fri, Dec 22, 2006 at 12:53:09PM +0100, Marc 'HE' Brockschmidt wrote:
> > > maximilian attems <[EMAIL PROTECTED]> writes:
> > > > On Fri, Dec 22, 2006 at 11:28:29AM +0100, Marc 'HE' Brockschmidt wrote:
> > > >> Fix it or document it, I don't care. But the current state is not
> > > >> releasable.
> > > > we are not talking about "a" patch.
> > > > what you need is an backport of the 2.6.19 acpi release to 2.6.18.
> > > 
> > > Read again what I wrote. I will not allow Debian to release with a
> > > Kernel that may damage hardware without even a notice in the release
> > > notes. If you are not able to fix it, note that you have provided a
> > > broken kernel.
> > 
> > Cool, let's delay etch a couple of weeks and move to a (now released) 2.6.19
> > kernel, to solve this issue.
> 
> Sven, stop this!

Why ? /me guesses that even though debian is about free software, there are
many who feel that freedom of speach is to be banned. Do you also follow that
line of thought ? Was it not enough that some people felt that i should be
burned on the stack for having send mails while i was not at my best ? 

Really, this kind of behavior is disgusting.

> I can remember well how you promised that moving to
> 2.6.18 will magically solve almost all of our issues - 6 (or more)
> release critical bugs against 2.6.18 don't show that this has worked so
> well. Please try helping us on solutions rather then breaking things
> again.

I did not promise anything such. I simply stated at that time, that there
where many RC issues which where already fixed in the 2.6.18 tree, and which
would be a pain to backport to the 2.6.17 tree. Quite a different thing, don't
you think ? 

I personally will need to maintain 2.6.19+ backports to etch, because there is
no sane way to get Efika support in 2.6.18 without lot of work.

> Please try to look at it from another perspective:
> 
> Consider you have bought such a laptop, and you install Debian. You have
> even read the release notes first.  Everything works well.  Until one
> day you notice your laptop gets too warm, and eventually even breaks
> because of this.  On deeper research, you notice that this issue was
> well-known to Debian, but they refused to deal with it at all. How would
> you feel as a user? I think this is an unacceptable perspective.

Bah. hardware which can be broken by software is broken. That said, if in fact
this is not a bug of the bios as was first mentioned here, but that the linux
support is not able to cope with some not usual but legal features of acpi,
then it is another matter.

But you should *NEVER* try to stop discussion about the subject, or bash on
someone for writing a single sentence as i did.

Friendly,

Sven Luther


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



Bug#396012: dpkg or dpkg-dev?

2006-12-23 Thread Eddy Petrișor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

I was wondering if the dependency shouldn't be on dpkg-dev (>=1.13.19) instead 
of dpkg (>=1.13.19).

- --
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFjSwnY8Chqv3NRNoRAmzeAJ964aL8ssSxX4c1lWC4vFIdFUpgagCgou5q
qkRuV+691DWPLPrGXCG11hs=
=/U3c
-END PGP SIGNATURE-



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



Bug#404320: TMPDIR is not set

2006-12-23 Thread Dr. Markus Waldeck

Package: libpam-tmpdir
Version: 0.07-1
Severity: normal

/usr/share/doc/libpam-tmpdir/README claims

> This is pam_tmpdir, a module for (if needed) creating a secure
> directory for users' temporary files and setting TMP and TMPDIR.

I added

session requiredpam_tmpdir.so

to /etc/pam.d/common-session but only TMP is set to /tmp/user/1000.

TMPDIR is still unset.


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

Versions of packages libpam-tmpdir depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libpam0g 0.79-4  Pluggable Authentication Modules l

libpam-tmpdir recommends no packages.

-- no debconf information

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


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



Bug#404321: fantasdic: segfaults once in a while

2006-12-23 Thread Dmitry Rutsky
Package: fantasdic
Version: 1.0beta2-1
Severity: normal

fantasdic occasionally segfaults after I copy a word to the clipboard
with exactly the following diagnostic messages:

/usr/lib/ruby/1.8/fantasdic/ui/main_app.rb:864:in `initialize_signals': 
undefined method `alive?' for nil:NilClass
 from /usr/lib/ruby/1.8/fantasdic/ui/main_app.rb:631:in `call'
 from /usr/lib/ruby/1.8/fantasdic/ui/main_app.rb:631:in `clicked'
 from /usr/lib/ruby/1.8/fantasdic/ui/main_app.rb:631:in `initialize_ui'
 from /usr/lib/ruby/1.8/fantasdic/ui.rb:66:in `call'
 from /usr/lib/ruby/1.8/fantasdic/ui.rb:66:in `main'
 from /usr/lib/ruby/1.8/fantasdic/ui.rb:66:in `main'
 from /usr/lib/ruby/1.8/fantasdic.rb:66:in `main'
 from /usr/bin/fantasdic:19
/usr/bin/fantasdic:20: [BUG] Segmentation fault
ruby 1.8.5 (2006-08-25) [i486-linux]

There are too many details that might be relevant to the crash,
if anybody needs them in order to fix the bug please ask.

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

Versions of packages fantasdic depends on:
ii  libgettext-ruby1.81.7.0-1Gettext for ruby1.8
ii  libglade2-ruby0.15.0-1.1 Libglade 2 bindings for the Ruby l
ii  libgtk-trayicon-ruby  0.1.0-6system tray protocol library for R
ii  libgtk2-ruby  0.15.0-1.1 GTK+ bindings for the Ruby languag
ii  libruby1.8 [libyaml-ruby1.8]  1.8.5-4Libraries necessary to run Ruby 1.
ii  ruby1.8   1.8.5-4Interpreter of object-oriented scr

fantasdic recommends no packages.

-- no debconf information


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



Bug#404295: jpilot: Error message could be better.

2006-12-23 Thread Ludovic Rousseau
tags 404295 upstream
forwarded 404295 http://bugs.jpilot.org/1774
thanks

Le 23.12.2006, à 08:28:39, Greg Kochanski a écrit:
> If you run jpilot and press sync (on jpilot) while
> the handheld has gone to sleep,
> you get the following error message:
>   pi_bind error: /dev/pilot No such file or directory
>   Check your serial port and settings
>   Exiting with status SYNC_ERROR_BIND
>   Finished
> That could be better; it could mention that it
> also happens when the handheld goes to sleep.
> (At least with a Palm Z2? that connects via USB.)

The problem is that this message can happen in MANY cases. Listing all
the possible cases may not be a good idea.

I forwarded you bug report upstream.

Bye

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



Bug#404301: Iceape chrome

2006-12-23 Thread Alan Woodland

Hi,

Can you confirm please where should these files be placed then? In  
the extensions/ heirarchy as with Firefox(iceweasel) extensions?


Thanks,
Alan


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



Bug#404311: Confirmed

2006-12-23 Thread Alan Woodland

tags 404311 +confirmed
thanks

As the subject says "Confirmed". I'll make an upload shortly.

Alan


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



Bug#404294: jpilot: Error message implies wrong sync order

2006-12-23 Thread Ludovic Rousseau
tags 404294 upstream
forwarded 404294 http://bugs.jpilot.org/1775
thanks

Le 23.12.2006, à 08:24:39, Greg Kochanski a écrit:
> When syncing to a Palm Z22 (or is it a Z23?),
> it is necessary to start the sync from the handheld,
> and then push the sync button on jpilot.
> (Otherwise, nothing happens until the handheld times
> out.)
> 
> That'd be OK, except that an error message you get
> from jpilot is misleading.If you hit the
> sync button a second time on jpilot, it tells you
>   J-Pilot: sync PID = 27407
>   J-Pilot: press the hotsync button on the cradle or "kill 27407"
> which implies it ought to work if you push the button
> on the handheld.But, it doesn't.
> 
> If you push the sync button on jpilot first,
> there is no way to recover short of restarting
> jpilot.

I forwarded your bug upstream.

Thanks

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



Bug#404322: pppoeconf: no dependency to pppoe package

2006-12-23 Thread Patrik Weiskircher
Package: pppoeconf
Version: 1.12
Severity: minor

I recently installed this system. Its a basic Debian-Testing.
As this is now my internet router at home and I am using ADSL over 
PPPOE, I just installed pppoeconf in the hope that pppoe will be 
installed too.

I didn't look at the apt-get output, but afterwards when I tried to boot 
my new router and enter pppoeconf, I got a lot of strange error messages 
which were overwritten by the pppoeconf dialog again. So I did a 
pppoeconf 2>/tmp/pppoeconf.log
and saw that it was missing a pppoe binary(!).

So in part it is my fault - I should have checked more carefully if it 
gets installed. But I do not see any reason why the pppoeconf package 
should not depend on the pppoe package - as far as I know you can't do 
anything with pppoeconf without pppoe.

Thanks,
Patrik

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

Versions of packages pppoeconf depends on:
ii  gettext-base  0.14.6-1   GNU Internationalization utilities
ii  modconf   0.3.1  Device Driver Configuration
ii  ppp   2.4.4rel-4 Point-to-Point Protocol (PPP) daem
ii  pppoe 3.8-1.1PPP over Ethernet driver
ii  sed   4.1.5-1The GNU sed stream editor
ii  whiptail [whiptail-provider]  0.52.2-8   Displays user-friendly dialog boxe

Versions of packages pppoeconf recommends:
ii  locales  2.3.6.ds1-7 GNU C Library: National Language (

-- no debconf information


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



Bug#316592: schism: Crashes loading sample

2006-12-23 Thread Gürkan Sengün

hello javier

can you try if this still happens with the version in sid?
if it does, can you provide your samples?

yours,
guerkan



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



Bug#404210: ddpo: Not showing a sponsored upload by new maintainer (no projectb data found)

2006-12-23 Thread Christoph Berg
retitle 404210 projectb on merkel is not updated since the ftp-master move 
(breaks rmadison and ddpo)
severity 404210 important
reassign 404210 ftp.debian.org
thanks

Re: Neil Williams 2006-12-22 <[EMAIL PROTECTED]>
> I'm a new maintainer (October 06) and I've made several uploads, most of
> which show up EXCEPT the sponsored upload of dlume. It showed up
> originally as Pending Uploads and 'incoming' but now that dlume 0.2.4-4
> has been installed, there is no listing on my ddpo page.

Hi Neil,

ddpo gets this information from projectb, the database behind dak.
Since ftp-master moved to ries, the projectb copy on merkel has not
been synced. I'm reassigning the bug to ftp.debian.org because that's
the realm of the ftp-masters (maybe even DSA?).

[0] [EMAIL PROTECTED]:~ $l /home/katie/last-db-reload 
-rw-r--r--  1 katie debadmin 52 Nov 21 01:31 /home/katie/last-db-reload

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#402546: libgd-gd2-noxpm-perl Bug #402546

2006-12-23 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Joel Johnson wrote:
> I'm checking to see what the status of the libxpm4 dependency  is in the bug 
> at http://bugs.debian.org/402546
> 
> This should really be fixed and pushed in to Etch, as it makes the package 
> unusable. Do you have plans to fix it? Would you like some help, or NMU 
> assistance with it?

Thanks for pushing this.

I have now rebuilt the package (a simple rebuild should be enough, the
real bug was #370572).


Please use the bug reporting system another time. It resends to me (in
addition to keeping your post public).


 - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFjTsXn7DbMsAkQLgRApxzAJ9r07YBi1ZBn96OevGj74SPTG5DZgCdGdB7
onGHRpWbGuI5NVzah30/aoo=
=Ci+F
-END PGP SIGNATURE-



Bug#404323: mbpeventd: Please include the upstream ChangeLog file

2006-12-23 Thread Ludovic Rousseau
Package: mbpeventd
Version: 0.9-1
Severity: minor

Hello,

The Debian package does not contain any upstream Changelog file. So a
changelog.Debian entry with:
mbpeventd (0.9-1) unstable; urgency=low

  * New upstream release.
  * debian/control:
+ Build-Depends: libasound2-dev

 -- Julien BLACHE <[EMAIL PROTECTED]>  Sat, 16 Dec 2006 20:50:14 +0100

is not really informative of the changes in this new upstream release.

Upstream has a ChangeLog in its SVN repository. I propose to include it in the
Debian package.

Thanks,

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages mbpeventd depends on:
ii  eject2.1.4-2.1   ejects CDs and operates CD-Changer
ii  libasound2   1.0.13-1ALSA library
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libconfuse0  2.5-2   Library for parsing configuration 
ii  libsmbios1   0.12.1-3Provide access to (SM)BIOS informa
ii  zlib1g   1:1.2.3-13  compression library - runtime

mbpeventd recommends no packages.

-- no debconf information


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



Bug#404297: webcalendar: default Debian config has register_globals on

2006-12-23 Thread Stephen Gran
This one time, at band camp, Thijs Kinkhorst said:
> 
> Given that:
>  * Webcalendar has had two unacknowledged NMU's;
>  * The maintainer hasn't been active since 2005 in Debian with one
>exception an upload in April;
>  * There's been a significant number of webcalendar security issues
>in the past years;
> there should either be an active maintainer for this package or it
> should not be shipped in etch.

I have learned that the original maintainer is unlikely to return to
Debian maintenance of this package.  It should not be shipped in Etch
without a maintainer.

Thanks,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#404324: mbpeventd: keyboard backlight change does not work with the Debian kernel

2006-12-23 Thread Ludovic Rousseau
Package: mbpeventd
Version: 0.9-1
Severity: normal

Hello,

To change the keyboard backlight (on a MacBook pro) the applesmc kernel
module must be loaded. Unfortunately this module is not yet provided in
the vanilla Linux kernel and is available from
http://svn.sourceforge.net/viewvc/mactel-linux/trunk/kernel/mactel-patches-2.6.18/applesmc.patch?view=log

I know the problem is not really with mbpeventd but with the Debian kernel.
This bug is a reminder that the mbpeventd can't be fully used with
Debian Linux kernel linux-image-2.6.18-3-686

Maybe the Debian package could contain insructions on how to build the
applesmc kernel module for a Debian kernel? I will try to built it
myself and comment in this bug report.

Thanks,

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages mbpeventd depends on:
ii  eject2.1.4-2.1   ejects CDs and operates CD-Changer
ii  libasound2   1.0.13-1ALSA library
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libconfuse0  2.5-2   Library for parsing configuration 
ii  libsmbios1   0.12.1-3Provide access to (SM)BIOS informa
ii  zlib1g   1:1.2.3-13  compression library - runtime

mbpeventd recommends no packages.

-- no debconf information


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



Bug#404323: mbpeventd: Please include the upstream ChangeLog file

2006-12-23 Thread Julien BLACHE
Ludovic Rousseau <[EMAIL PROTECTED]> wrote:

Hi,

> The Debian package does not contain any upstream Changelog file. So a

There was *no* changelog file until after the 0.9 release :)

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer - <[EMAIL PROTECTED]> 
 
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


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



Bug#374708: man-db: *** glibc detected *** free(): invalid next size (fast): 0x080decf8 ***

2006-12-23 Thread Ludovic Rousseau
Le 20.06.2006, à 22:11:41, Ludovic Rousseau a écrit:
> A mail from cron:
> 
> /etc/cron.daily/man-db:
> *** glibc detected *** free(): invalid next size (fast): 0x080decf8 ***
> /etc/cron.daily/man-db: line 33:  3644 Aborted
> start-stop-daemon+--start --pidfile /dev/null --startas /usr/bin/mandb
> --oknodo --chuid man -- --no-purge --quiet
> run-parts: /etc/cron.daily/man-db exited with return code 134
> 
> It is also easy to reproduce by:
> 
> $ sudo /etc/cron.daily/man-db
> *** glibc detected *** free(): invalid next size (fast): 0x080df540 ***
> /etc/cron.daily/man-db: line 33: 19091 Abandon
> start-stop-daemon --start --pidfile /dev/null --startas /usr/bin/mandb
> --oknodo --chuid man -- --no-purge --quiet

Note that I (the bug reporter) can't reproduce the bug any more since
some time now.  I did not patch anything except using a "apt-get
upgrade" regularly.

Feel free to close the bug.

Regards,

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



Bug#404319: New beta

2006-12-23 Thread Adam Cécile (Le_Vert)
Le samedi 23 décembre 2006 13:59, Patrick Matthäi a écrit :
> Package: filezilla
> Version: 3.0.0~beta2-2
>
> Hi,
> Could you please upload maybe the beta5 to sid?
> Bye.

No it depends on wxgtk 2.8 which is not available in debian.



Bug#404325: eog: Often segfaults when exiting, in collection view

2006-12-23 Thread Manuel Bilderbeek
Package: eog
Version: 2.16.2-1
Severity: normal

When I start eog with a png on the command line, and in the directory of
the PNG are also a lot of files, it often crashes when exiting while it
is still generating previews in the lower part of the window.

So, start up eog with the image and press Q shortly after startup
crashes it often.

Here is a backtrace:

#0  0x0807a422 in eog_collection_item_new ()
#1  0x0806effc in eog_job_call_action ()
#2  0x0806eb06 in eog_job_manager_add ()
#3  0xb775b2cf in g_thread_create_full () from /usr/lib/libglib-2.0.so.0
#4  0xb768a240 in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5  0xb761f32e in clone () from /lib/tls/i686/cmov/libc.so.6

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

Versions of packages eog depends on:
ii  gconf2   2.16.0-3GNOME configuration database syste
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libexif120.6.13-5library to parse EXIF files
ii  libgconf2-4  2.16.0-3GNOME configuration database syste
ii  libglade2-0  1:2.6.0-3   library to load .glade files at ru
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libgnome-desktop-2   2.14.3-1Utility library for loading .deskt
ii  libgnome2-0  2.16.0-2The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.14.0-2A powerful object-oriented display
ii  libgnomeprint2.2-0   2.12.1-6The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0 2.12.1-4GNOME 2.2 print architecture User 
ii  libgnomeui-0 2.14.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.14.2-4GNOME virtual file-system (runtime
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  liblcms1 1.15-1  Color management library
ii  libpango1.0-01.14.8-3Layout and rendering of internatio
ii  libx11-6 2:1.0.3-4   X11 client-side library

Versions of packages eog recommends:
ii  librsvg2-common   2.14.4-2   SAX-based renderer library for SVG

-- no debconf information



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



Bug#403117:

2006-12-23 Thread Matthew William Solloway Bell
I've emailed upstream to clarify the licensing issue, and added updated
the debian/copyright file. I will upload is on a timed wait on upstream.

Matthew W. S. Bell


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


Bug#327568: Update to packaging version

2006-12-23 Thread Neil Williams
> Certainly I'm happy for someone else to do the work.

Started.
;-)

> As I understand it, you're not a DD yet though?

(as this is in the bug report, I'll just confirm that I am now a DD
because my reply to this question didn't get sent to the bug report.)

v0.73rc2 depends on libhandoff which is, as yet, unreleased. I will be
packaging gpe-calendar-0.72 - the last release that is neither a
release candidate nor depends on libhandoff.

--


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpLqxPio8AV6.pgp
Description: PGP signature


Bug#386920: (no subject)

2006-12-23 Thread [EMAIL PROTECTED]
this dependance is making this package a total mess to set up, I hope the 
mantainer will realize this and remove it before etch goes stable


--
Passa a Infostrada. ADSL e Telefono senza limiti e senza canone Telecom
http://click.libero.it/infostrada23dic06





Bug#403534: aptitude: SIGABRT - uncaught exception - dependecy problem

2006-12-23 Thread Jacek Nitkiewicz
Package: aptitude
Version: 0.4.4-1
Followup-For: Bug #403534


The problem still exists in the current version.

Regards,
Jacek

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

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.3-6-3. 0.6.46.4Advanced front-end for dpkg
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libncursesw5 5.5-5   Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a   2.0.17-2type-safe Signal Framework for C++
ii  libstdc++6   4.1.1-19The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
pn  aptitude-doc-en | aptitude-do  (no description available)

-- no debconf information


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



Bug#404324: mbpeventd: keyboard backlight change does not work with the Debian kernel

2006-12-23 Thread Ludovic Rousseau
Le 23.12.2006, à 15:35:57, Ludovic Rousseau a écrit:
> Maybe the Debian package could contain insructions on how to build the
> applesmc kernel module for a Debian kernel? I will try to built it
> myself and comment in this bug report.

It is fact very easy to build a kernel module. I used the linux-uvc
Debian package as example for the Makefile.

$ curl 
http://svn.sourceforge.net/viewvc/*checkout*/mactel-linux/trunk/kernel/mactel-patches-2.6.18/applesmc.patch?revision=62
 -o applesmc.patch
$ patch < applesmc.patch
The patch for files linux/drivers/hwmon/Kconfig and
linux/drivers/hwmon/Makefile must be skiped.

You now have an applesmc.c file.
Note that the URL above may be update for newer versions.

Use the attached Makefile file and exacute:
$ make
$ sudo make install
$ sudo modprobe applesmc

You should have the lines (or similar):
  applesmc: Apple MacBook Pro detected:
  applesmc:  - Model with accelerometer
  applesmc:  - Model with light sensors and backlight
  applesmc:  - Model with 7 temperature sensors
  applesmc: device successfully initialized (0xe0, 0x00).
  applesmc: device successfully initialized.
  applesmc: 2 fans found.
  input: applesmc as /class/input/input7
  Registered led device: smc:kbd_backlight
  applesmc: driver successfully loaded.
in your dmesg output.

I do not think it is a good idea to provide a Debian package for such a
tiny module that should be included in a next Linux kernel.

Bye,

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --
KERNEL_VERSION  := `uname -r`
KERNEL_DIR  := /lib/modules/$(KERNEL_VERSION)/build
INSTALL_MOD_DIR := drivers/hwmon

PWD := $(shell pwd)

obj-m   := applesmc.o

%.o : %.c
gcc $(TEST_CFLAGS) -c -o $@ $<

all: applesmc

applesmc:
@echo "Building Apple SMC driver..."
@(cd $(KERNEL_DIR) && make -C $(KERNEL_DIR) SUBDIRS=$(PWD) modules)

install:
@echo "Installing Apple SMC driver..."
@(cd $(KERNEL_DIR) && make -C $(KERNEL_DIR) SUBDIRS=$(PWD) 
INSTALL_MOD_DIR=$(INSTALL_MOD_DIR) modules_install)
depmod -ae

clean:
-rm -f *.o *.ko .*.cmd .*.flags *.mod.c Modules.symvers
-rm -rf .tmp_versions



Bug#404327: Fwd: libmysql-ruby: Package needs updating - new fixes in mainline source

2006-12-23 Thread Neil Wilson

Package: libmysql-ruby
Version: 2.7-1.1
Severity: wishlist



-- System Information:
Debian Release: testing/unstable
 APT prefers dapper-updates
 APT policy: (500, 'dapper-updates'), (500, 'dapper-security'), (500,
'dapper-backports'), (500, 'dapper')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-27-386
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libmysql-ruby depends on:
ii  libmysql-ruby1.8   2.7-1.1build2 MySQL module for Ruby 1.8

libmysql-ruby recommends no packages.

-- no debconf information

Version in mainline code now at 2.7.3, with a couple of bugfixes in
them. Can the package be updated (and preferably included in Etch!)

http://www.tmtm.org/en/mysql/ruby/


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



Bug#404326: bidi not working even if used and right font is installed

2006-12-23 Thread Michelle Konzack
Package: html2text
Version: 1.3.2a-2
Severity: normal

Error description:

It seems there is a double BUG there and we should clone this bug to
"mutt".

Description:

I have gotten the message from my "Spamassassin" folder.

In the mutt INDEX-View we see Hebrew characters, but BIDI is missing.

In the message view, BIDI is working in the Subject and the message
body but in the later one, hebrew characters are not more shown.

Attached the message in original from my Maildir...


Thanks, Greetings and nice Day
Michelle Konzack
Systemadministrator
Tamay Dogan Network
Debian GNU/Linux Consultant


-- System Information
Debian Release: 3.1
Kernel Version: Linux michelle1.private 2.4.27-2-386 #1 Wed Aug 17 09:33:35 UTC 
2005 i686 GNU/Linux


Versions of the packages html2text depends on:
ii  libc6  2.3.2.ds1-22sa GNU C Library: Shared libraries and Timezone
ii  libgcc13.4.3-13sarge1 GCC support library
ii  libstdc++5 3.3.5-13   The GNU Standard C++ Library v3



-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
# Debian GNU/Linux Consultant #
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/6/6192519367100 Strasbourg/France   IRC #Debian (irc.icq.com)
--- Begin Message ---
Spam detection software, running on the system 
"samba3.private.tamay-dogan.net", has
identified this incoming email as possible spam.  The original message
has been attached to this so you can view it (if it isn't spam) or label
similar future email.  If you have any questions, see
[EMAIL PROTECTED] for details.

Content preview:  כול×� מפרסמי×� ב×�×™× ×˜×¨× ×˜ ו×�יפה 
  ×�ת×� ëåìí îôøñîéí áàéðèøðè åàéôä àúí?! ìôøñåí áîãéä æå - ùéåå÷.ðè 
  àðå ìå÷çéí áøöéðåú ëì á÷ùú äñøä åîúðöìéí îøàù áàí äôøòðå, àéï æå 
  ëååðúðå àå ëååðú äîôøñí. Click here to Unsubscribe | ìçõ ëàï àí àéï 
  áøöåðê ì÷áì îééì îñåâ æä áòúéã. [...] 

Content analysis details:   (5.4 points, 5.0 required)

 pts rule name  description
 -- --
 0.0 HTML_WEB_BUGS  BODY: Image tag intended to identify you
 0.1 HTML_80_90 BODY: Message is 80% to 90% HTML
 0.4 HTML_IMAGE_ONLY_20 BODY: HTML: images with 1600-2000 bytes of words
 0.0 HTML_MESSAGE   BODY: HTML included in message
 2.8 UNWANTED_LANGUAGE_BODY BODY: Message written in an undesired language
 3.5 BAYES_99   BODY: Bayesian spam probability is 99 to 100%
[score: 1.]
 0.2 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
 0.0 MIME_QP_LONG_LINE  RAW: Quoted-printable line longer than 76 chars
-1.7 AWLAWL: From: address is in the auto white-list

The original message was not completely plain text, and may be unsafe to
open with some email clients; in particular, it may contain a virus,
or confirm that your address can receive spam.  If you wish to view
it, it may be safer to save it to a file and open it with an editor.

--- Begin Message ---
Title: כולם מפרסמים באינטרנט ואיפה אתם





ëåìí îôøñîéí áàéðèøðè åàéôä àúí?!  
ìôøñåí áîãéä æå - ùéåå÷.ðèàðå ìå÷çéí áøöéðåú  ëì á÷ùú äñøä åîúðöìéí îøàù áàí äôøòðå, àéï æå ëååðúðå 
àå ëååðú äîôøñí.Click 
here  to Unsubscribe   |   ìçõ 
ëàï  àí àéï áøöåðê ì÷áì îééì îñåâ æä áòúéã.
 
 





--- End Message ---
--- End Message ---


signature.pgp
Description: Digital signature


Bug#404329: nethack-console doesn't handle terminal resizing

2006-12-23 Thread pmaydell
Package: nethack-console
Version: 3.4.3-6

Nethack-console doesn't seem to correctly handle the SIGWINCH
signal which indicates that the terminal has been resized.
The effect is that if you resize the window, nethack doesn't
display properly. It ought (like any good curses program) to
catch the signal, query the terminal for its new size and
redisplay correctly.

-- PMM


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



Bug#404328: nethack-console: should support --help

2006-12-23 Thread pmaydell
Package: nethack-console
Version: 3.4.3-6
Severity: wishlist

It would be nice if nethack-console supported --help to print
a brief usage message. (At the moment it seems to ignore the
unknown option completely and just dumps you into the game.)

-- PMM


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



Bug#404282: ITP:ald -- A tool for debugging executable programs at the assembly level

2006-12-23 Thread Martin Michlmayr
reassign 404282 wnpp
retitle 404282 ITP: ald -- A tool for debugging executable programs at the 
assembly level
severity 404282 wishlist
thanks

* Juan Camilo Castaño Vasco <[EMAIL PROTECTED]> [2006-12-23 00:06]:
> Package: ald

Please see http://www.debian.org/devel/wnpp as to how to file proper
WNPP bugs.
-- 
Martin Michlmayr
http://www.cyrius.com/



  1   2   3   >