Bug#489730: iceape: FTBFS on GNU/kFreeBSD (due to subsecond timestamp resolution)

2008-07-09 Thread Petr Salinger

Please, could you consider adding the sleep - it fixes the cause - rebuild
of some files during make install.


Weren't you saying the cause was the different variables values for make and
make install ?


Currently, my understanding of issue is as follows:

Files .done, which only signals directory is created, have subsecond 
timestamp. Files generated by xpidl are created in corresponding 
directory, they depends on .done files, they have subsecond timestamp 
cleared. The make in make all does know, that they have been generated

after .done files - make spawned appropriate commands.

The make install does not have this knowledge, it only compares 
timestamps.


Therefore make install regenerates some files again, and after that 
recompiles another files, and so on. Finally it installs files.


When environment for make all and make install is different,
the later one fails, the package FTBFS.

When environment for make all and make install is the same,
recompiling in make install happens, but at the end the package builds.

It might be also reason for previous failure with JAVA_VARS - see end of 
#388475.

Petr




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



Bug#485386: Error at startup...

2008-07-09 Thread Chung-chieh Shan
On 2008-07-07T22:06:48-0400, Chung-chieh Shan wrote:
 On Tue, 08 Jul 2008 00:02:27 +0100
  Marco Rodrigues [EMAIL PROTECTED] wrote:
  Do you still have this problem with version 0.9.8 ? Please check it..
 Sorry, but yes, with version 0.9.8-1.  The message is almost the same:

Again, with version 0.9.10-1.

$ alarm-clock 
Traceback (most recent call last):
  File /usr/bin/alarm-clock, line 39, in module
import alarmclock.MainClass
  File /usr/lib/python2.5/site-packages/alarmclock/MainClass.py, line 120, in 
module
PlayerInstance = gst.element_factory_make(playbin, PlayerInstance)
gst.ElementNotFoundError: playbin



signature.asc
Description: Digital signature


Bug#489730: iceape: FTBFS on GNU/kFreeBSD (due to subsecond timestamp resolution)

2008-07-09 Thread Mike Hommey
On Wed, Jul 09, 2008 at 08:07:44AM +0200, Petr Salinger wrote:
 Please, could you consider adding the sleep - it fixes the cause - rebuild
 of some files during make install.

 Weren't you saying the cause was the different variables values for make and
 make install ?

 Currently, my understanding of issue is as follows:

 Files .done, which only signals directory is created, have subsecond  
 timestamp. Files generated by xpidl are created in corresponding  
 directory, they depends on .done files, they have subsecond timestamp  
 cleared. The make in make all does know, that they have been generated
 after .done files - make spawned appropriate commands.

Why can that even happen ? What makes a difference between touch
creating a file and xpidl creating a file ? Why doesn't the latter have
a timestamp greater than the former ? *This* sounds fishy. Having to
wait there would still be a work around, not resolving the real problem
at hand.

Mike



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



Bug#489996: problem auto-detecting / selecting some modes

2008-07-09 Thread Jack Bates
Package: xserver-xorg
Version: 1:7.3+12
Severity: normal

I am trying to connect a Samsung SyncMaster 245B to the VGA port on my
Lenovo 3000 N100

The screen's native resolution is 1920x1200. First I re-ran a modern
version of dexconf to remove modelines from my xorg.conf, so the
screen's modes should be auto-detected.

When I connect the screen and open the GNOME Screen Resolution
Preferences, 1920x1200 is not among the list of available resolutions.
xrandr does report several auto-detected modes, but not 1920x1200:

ket% xrandr
Screen 0: minimum 320 x 200, current 1280 x 800, maximum 1280 x 1280
VGA connected (normal left inverted right x axis y axis)
   1280x1024  75.0 59.9 60.0
   1280x960   60.0 59.9
   1280x800   60.0
   1152x864   75.0 74.8
   1280x768   60.0
   1024x768   75.1 70.1 60.0
   832x62474.6
   800x60072.2 75.0 60.3 56.2
   640x48075.0 72.8 72.8 75.0 66.7 60.0 59.9
   720x40070.1
LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm x 
207mm
   1280x800   60.0*+   60.0
   1280x768   60.0
   1024x768   60.0
   800x60060.3
   640x48059.9
TV disconnected (normal left inverted right x axis y axis)
ket% 

1920x1200 is listed in the Xorg.0.log, so I tried adding it manually
with xrandr:

ket% xrandr --newmode 1920x1200 154.00  1920 1968 2000 2080  1200 1203 1209 1235
ket% xrandr --addmode VGA 1920x1200
ket% xrandr --output VGA --mode 1920x1200
xrandr: screen cannot be larger than 1280x1280 (desired size 1920x1200)
ket% 

Finally, after manually adding the mode with xrandr, I was able to open
the GNOME Screen Resolution Preferences again and select 1920x1200 from
the list of available resolutions. At this point the screen did
successfully change to 1920x1200 resolution. Interestingly, xrandr still
claims the maximum resolution is 1280 x 1280:

ket% xrandr 
Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 1280 x 1280
VGA connected 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm x 
324mm
   1280x1024  75.0 59.9 60.0  
   1280x960   60.0 59.9  
   1280x800   60.0  
   1152x864   75.0 74.8  
   1280x768   60.0  
   1024x768   75.1 70.1 60.0  
   832x62474.6  
   800x60072.2 75.0 60.3 56.2  
   640x48075.0 72.8 72.8 75.0 66.7 60.0 59.9  
   720x40070.1  
   1920x1200  60.0* 
LVDS connected (normal left inverted right x axis y axis)
   1280x800   60.0 +   60.0  
   1280x768   60.0  
   1024x768   60.0  
   800x60060.3  
   640x48059.9  
TV disconnected (normal left inverted right x axis y axis)
ket% 

First, I wish that when I connect the SyncMaster 245B and open the GNOME
Screen Resolution Preferences, 1920x1200 were among the list of
available resolutions.

Second, if I manually add the 1920x1200 mode using xrandr and values
from Xorg.0.log, I don't understand why xrandr refuses to select this
mode, complaining instead:

ket% xrandr --output VGA --mode 1920x1200
xrandr: screen cannot be larger than 1280x1280 (desired size 1920x1200)
ket% 

Thanks! Jack

-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 2007-02-06 07:06 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1718228 2008-06-25 17:14 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 
943/940GML Express Integrated Graphics Controller (rev 03)

/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1097 2008-07-08 08:40 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  XkbRules  xorg
Option  XkbModel  pc104
Option  XkbLayout us
EndSection

Section InputDevice
Identifier  Configured Mouse
Driver  

Bug#489997: ddclient: [dyndns] update interval 5min causes ban

2008-07-09 Thread Jari Aalto
Package: ddclient
Version: 3.7.3-4.1
Severity: normal


DESCRIPTION

Setting update interval to 5m causes dydns provider to ban the host.

SUGGESTION

Please iplement safeguard so that too low update intervals
are:

1) either not accepted (print error message)
2) automatically scale the interval up to the safe limit and
   print warning. In dyndns.org case that'd be 7 minutes.

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

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



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



Bug#489998: x11-apps: xclipboard does not support UTF-8 (patch available)

2008-07-09 Thread Stanislav Maslovski
Package: x11-apps
Version: 7.3+2
Severity: normal

While reading manuals on X selections and libxt I have
added support of UTF-8 to xclipboard. Please, find
a patch attached.

To enable correct display of international texts in
Xt widgets one has to define

*international: true

in her/his ~./Xresources file.

An enough rich set of bitmap fonts must be also installed.
Just for reference I also attach a screenshot.

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

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

Versions of packages x11-apps depends on:
ii  cpp  4:4.3.1-1   The GNU C preprocessor (cpp)
ii  libc62.7-10  GNU C Library: Shared libraries
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libpng12-0   1.2.27-1PNG library - runtime
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libx11-6 2:1.1.4-2.1 X11 client-side library
ii  libxaw7  2:1.0.4-2   X11 Athena Widget library
ii  libxcursor1  1:1.1.9-1   X cursor management library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.12-3FreeType-based font drawing librar
ii  libxkbfile1  1:1.0.5-1   X11 keyboard file manipulation lib
ii  libxmu6  2:1.0.4-1   X11 miscellaneous utility library
ii  libxmuu1 2:1.0.4-1   X11 miscellaneous micro-utility li
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  x11-common   1:7.3+12X Window System (X.Org) infrastruc

x11-apps recommends no packages.

-- no debconf information
attachment: xclipboard_unicode.png--- x11-apps-7.3+2.orig/xclipboard/xclipboard.c	2007-05-16 19:44:53.0 +0400
+++ x11-apps-7.3+2+nmu1/xclipboard/xclipboard.c	2008-07-09 09:57:11.0 +0400
@@ -27,6 +27,7 @@
  * Author:  Ralph Swick, DEC/Project Athena
  * Updated for R4:  Chris D. Peterson,  MIT X Consortium.
  * Reauthored by: Keith Packard, MIT X Consortium.
+ * Added UTF-8 support: Stanislav Maslovski [EMAIL PROTECTED]
  */
 /* $XFree86: xc/programs/xclipboard/xclipboard.c,v 1.8tsi Exp $ */
 
@@ -70,6 +71,7 @@
 
 static Atom wm_delete_window;
 static Atom wm_protocols;
+static Atom UTF8_STRING;
 
 static void EraseTextWidget ( void );
 static void NewCurrentClipContents ( char *data, int len );
@@ -477,6 +479,19 @@
 XFree(value);
 }
 
+static void 
+InsertClipboardUtf8(Widget w, XtPointer client_data, Atom *selection, 
+		Atom *type, XtPointer value, unsigned long *length, 
+		int *format)
+{
+if (*type == XT_CONVERT_FAIL)
+	XtGetSelectionValue(w, *selection, XA_STRING, InsertClipboard,
+			NULL, CurrentTime);
+else
+	InsertClipboard(w, client_data, selection, type,
+			value, length, format);
+}
+
 static Boolean 
 ConvertSelection(Widget w, Atom *selection, Atom *target,
 		 Atom *type, XtPointer *value, unsigned long *length, 
@@ -493,8 +508,9 @@
 	XmuConvertStandardSelection(w, req-time, selection, target, type,
 (XPointer*)std_targets, std_length,
 format);
-	*value = XtMalloc(sizeof(Atom)*(std_length + 5));
+	*value = XtMalloc(sizeof(Atom)*(std_length + 6));
 	targetP = *(Atom**)value;
+	*targetP++ = UTF8_STRING;
 	*targetP++ = XA_STRING;
 	*targetP++ = XA_TEXT(d);
 	*targetP++ = XA_LENGTH(d);
@@ -554,6 +570,23 @@
 	return True;
 }
 
+if (*target == UTF8_STRING)
+{
+	Arg args[1];
+	Widget source;
+	char *data;
+
+	source = XawTextGetSource (text);
+	XtSetArg (args[0], XtNstring, data);
+	XtGetValues (source, args, 1);
+	*length = strlen (data);
+	*value = XtMalloc (*length + 1);
+	strcpy(*value, data);
+	*type = UTF8_STRING;
+	*format = 8;
+	return True;
+}
+
 if (XmuConvertStandardSelection(w, req-time, selection, target, type,
 (XPointer *) value, length, format))
 	return True;
@@ -564,7 +597,7 @@
 static void 
 LoseSelection(Widget w, Atom *selection)
 {
-XtGetSelectionValue(w, *selection, XA_STRING, InsertClipboard,
+XtGetSelectionValue(w, *selection, UTF8_STRING, InsertClipboardUtf8,
 			NULL, CurrentTime);
 }
 
@@ -620,6 +653,7 @@
 /* CLIPBOARD_MANAGER is a non-standard mechanism */
 ManagerAtom = XInternAtom(XtDisplay(top), CLIPBOARD_MANAGER, False);
 ClipboardAtom = XA_CLIPBOARD(XtDisplay(top));
+UTF8_STRING = XInternAtom(XtDisplay(top), UTF8_STRING, False);
 if (XGetSelectionOwner(XtDisplay(top), ManagerAtom))
 	XtError(another clipboard is already running\n);
 


Bug#466189: Ditto

2008-07-09 Thread Scott Severance
I agree that this needs to be a Recommends, not a Suggests. See the related
bug report on Launchpad for the rationale:
https://bugs.edge.launchpad.net/ubuntu/+source/libgems-ruby/+bug/244742

-- 
===Scott Severance===

Website: http://www.scottseverance.us
Blog: http://blog.scottseverance.us

Check out the Sermon Illustration Library:
http://www.sermonillustrationlibrary.org


Bug#464712: avahi-daemon needs Depends libcap2 (= 2.10) too

2008-07-09 Thread Ted Percival
reopen 464712
found avahi-daemon/0.6.23-2
thanks

The libcap2 dependency is more nuanced than I realised. In order to
avoid a similar warning (warning: `avahi-daemon' uses deprecated v2
capabilities in a way that may be insecure.) the libcap2 package must
be = 2.10 as well (not just libcap2-dev).

I guess this versioned Depends should be added explicitly.

For details see
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=kernel/capability.c;h=901e0fdc3fffa3b32fca26e0aa4e1985b244bd10;hb=HEAD#l55
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ca05a99a54db1db5bca72eccb5866d2a86f8517f
https://bugzilla.redhat.com/show_bug.cgi?id=447518



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



Bug#489999: Uses bad values to estimate whether window can be fit to movie

2008-07-09 Thread Matt Kraai
Package: totem
Version: 2.22.2-3

Before totem fits the window to the movie, it checks whether the width
of the resulting video would be more than the width of the screen
minus 128.  If so, it refuses to resize the window.  It does a similar
check for the height.  I assume that the 128 is to account for the
decorations around the video, but this seems to be too much in the
case of the width (at least unless the sidebar is shown).  I think it
would be better if totem used the current window dimension minus the
current video dimension instead of 128 (or at least reduced the value
used for the width).

-- 
Matt http://ftbfs.org/



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



Bug#489060: Needs a versioned binary package dependency too

2008-07-09 Thread Ted Percival
tags 489060 -patch
thanks

pulseaudio needs a dependency on the libcap2 = 2.10 binary package too,
not just a build-dependency. For details see
http://bugs.debian.org/464712#22 and its links.



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



Bug#488218: setting package to mantis, tagging 463680, tagging 457269, tagging 488218, tagging 489406 ...

2008-07-09 Thread Patrick Schoenfeld
# Automatically generated email from bts, devscripts version 2.10.30
# via tagpending 
#
# mantis (1.1.2+dfsg-1) unstable; urgency=low
#
#  * New upstream release:
#   (Closes: #457269)
#  - New features and fixes
# + UTF-8 support
#(Closes: #324465)
#  + LDAP version is now configurable
#(Closes: #283922)
#  * Updated Japanese po-debconf template, thanks to Hideki Yamane
#(Closes: #463680)
#  * Added a spanish debconf translation, thanks to the submitter.
#(Closes: #476317)
#  * Added Galician debconf template translation. Thanks to Jacobo Tarrio.
#(Closes: #489178)
#  * Update Swedish translation form debconf template. Thanks to Martin Bagge.
#(Closes: #488218)
#  * Added Turkish debconf template translation. Thanks to Mert Dirik.
#(Closes: #489406)
#

package mantis
tags 463680 + pending
tags 457269 + pending
tags 488218 + pending
tags 489406 + pending
tags 489178 + pending
tags 476317 + pending
tags 324465 + pending
tags 283922 + pending




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



Bug#489913: setting package to mantis, tagging 489913

2008-07-09 Thread Patrick Schoenfeld
# Automatically generated email from bts, devscripts version 2.10.30
# via tagpending 
#
# mantis (1.1.2+dfsg-1) unstable; urgency=low
#
#  * Added Russian debconf templates translation. Thanks to Yuri Kozlov.
#(Closes: #489913)
#

package mantis
tags 489913 + pending




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



Bug#472621: l10n upload of discover

2008-07-09 Thread Christian Perrier

Dear maintainer of discover,

On Saturday, June 21, 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Saturday, June 21, 2008.

We finally agreed that you would do the update yourself at the end of
the l10n update round.

That time has come.

All updates were committed to the SVN and all you have to do is build
and upload ;.:-)



signature.asc
Description: Digital signature


Bug#489954: update-notifier: cron script does not use a correct test

2008-07-09 Thread Alan Baghumian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

Thanks for the report, if you agree, I'm changing the bug severity to 
minor. 

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

iD8DBQFIdGQaseAo3XkuIc0RAsaTAJ48voi+Tw9R8cwYxNrFfhMZzwisVACfaaOu
/0RiFSi0C2FJcA/dzwuVpC0=
=KRQp
-END PGP SIGNATURE-




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



Bug#487927: liferea: uses 100% CPU, but stays usable, crashes at shutdown

2008-07-09 Thread Lars Lindner
On Wed, Jul 9, 2008 at 12:50 AM, Sven Hartge [EMAIL PROTECTED] wrote:
 Lars Lindner wrote:

 Thanks for your quick retest! Now I'm not exactly sure what happens
 in your case and why during shutdown the feed list seems already to
 be deallocated. There must be some shutdown order problem.

 For now I think I'll solve the problem by using the attached patch.

 If you have time please retest!

 Sorry, crashed again, see attached backtrace.

Thanks for the retest. This time it did help, the crash
is now a line below in feedlist_free(). Now we could solve
this second issue by another check, but I would like to
ask you one thing first: can you please determine how
many times feedlist_free() is really called? I'd suggest to
set a breakpoint using gdb or to add a g_print(something)
at the start of feedlist_free().

I think the method is called twice in your case and this is not correct.

 If you want to try my locally created debian package, please contact me for
 a download URL.

Thanks, but I think this is not necessary.

Best Regards,
Lars



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



Bug#489997: ddclient: [dyndns] update interval 5min causes ban

2008-07-09 Thread Torsten Landschoff
Hi Jari, 

On Wed, Jul 09, 2008 at 09:23:53AM +0300, Jari Aalto wrote:

 Please iplement safeguard so that too low update intervals
 are:
 
 1) either not accepted (print error message)
 2) automatically scale the interval up to the safe limit and
print warning. In dyndns.org case that'd be 7 minutes.

Sorry, but I would hate to implement this. There are already so many
software packages that infantilize the user.

What I would suggest is to add an explanation to the debconf question
for the update interval, updating the default to 10 min. Additionally, 
I could generate a warning if a low value is input.

Okay for you?

Torsten



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



Bug#464712: avahi-daemon needs Depends libcap2 (= 2.10) too

2008-07-09 Thread Sven Joachim
On 2008-07-09 08:41 +0200, Ted Percival wrote:

 reopen 464712
 found avahi-daemon/0.6.23-2
 thanks

 The libcap2 dependency is more nuanced than I realised. In order to
 avoid a similar warning (warning: `avahi-daemon' uses deprecated v2
 capabilities in a way that may be insecure.) the libcap2 package must
 be = 2.10 as well (not just libcap2-dev).

 I guess this versioned Depends should be added explicitly.

 For details see
 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=kernel/capability.c;h=901e0fdc3fffa3b32fca26e0aa4e1985b244bd10;hb=HEAD#l55
 http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ca05a99a54db1db5bca72eccb5866d2a86f8517f
 https://bugzilla.redhat.com/show_bug.cgi?id=447518

Would it not be better to fix this in libcap2's shlibs file?  I.e. use

libcap 2 libcap2 (= 2.10-1)

there and let avahi-daemon and other packages build-depend on
libcap2-dev (= 2.10-3), assuming that 2.10-3 is the version containing
that shlibs file.

Sven




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



Bug#489996: problem auto-detecting / selecting some modes

2008-07-09 Thread Brice Goglin
Jack Bates wrote:
 I am trying to connect a Samsung SyncMaster 245B to the VGA port on my
 Lenovo 3000 N100

 The screen's native resolution is 1920x1200. First I re-ran a modern
 version of dexconf to remove modelines from my xorg.conf, so the
 screen's modes should be auto-detected.
   

dexconf does not do that anymore. The Xserver and driver will do it
dynamically.

 When I connect the screen and open the GNOME Screen Resolution
 Preferences, 1920x1200 is not among the list of available resolutions.
 xrandr does report several auto-detected modes, but not 1920x1200:

 ket% xrandr
 Screen 0: minimum 320 x 200, current 1280 x 800, maximum 1280 x 1280
 VGA connected (normal left inverted right x axis y axis)
1280x1024  75.0 59.9 60.0
1280x960   60.0 59.9
1280x800   60.0
1152x864   75.0 74.8
1280x768   60.0
1024x768   75.1 70.1 60.0
832x62474.6
800x60072.2 75.0 60.3 56.2
640x48075.0 72.8 72.8 75.0 66.7 60.0 59.9
720x40070.1
 LVDS connected 1280x800+0+0 (normal left inverted right x axis y axis) 331mm 
 x 207mm
1280x800   60.0*+   60.0
1280x768   60.0
1024x768   60.0
800x60060.3
640x48059.9
 TV disconnected (normal left inverted right x axis y axis)
 ket% 

 1920x1200 is listed in the Xorg.0.log, so I tried adding it manually
 with xrandr:

 ket% xrandr --newmode 1920x1200 154.00  1920 1968 2000 2080  1200 1203 1209 
 1235
 ket% xrandr --addmode VGA 1920x1200
 ket% xrandr --output VGA --mode 1920x1200
 xrandr: screen cannot be larger than 1280x1280 (desired size 1920x1200)
 ket% 

 Finally, after manually adding the mode with xrandr, I was able to open
 the GNOME Screen Resolution Preferences again and select 1920x1200 from
 the list of available resolutions. At this point the screen did
 successfully change to 1920x1200 resolution. Interestingly, xrandr still
 claims the maximum resolution is 1280 x 1280:

 ket% xrandr   
   
 Screen 0: minimum 320 x 200, current 1920 x 1200, maximum 1280 x 1280
 VGA connected 1920x1200+0+0 (normal left inverted right x axis y axis) 518mm 
 x 324mm
1280x1024  75.0 59.9 60.0  
1280x960   60.0 59.9  
1280x800   60.0  
1152x864   75.0 74.8  
1280x768   60.0  
1024x768   75.1 70.1 60.0  
832x62474.6  
800x60072.2 75.0 60.3 56.2  
640x48075.0 72.8 72.8 75.0 66.7 60.0 59.9  
720x40070.1  
1920x1200  60.0* 
 LVDS connected (normal left inverted right x axis y axis)
1280x800   60.0 +   60.0  
1280x768   60.0  
1024x768   60.0  
800x60060.3  
640x48059.9  
 TV disconnected (normal left inverted right x axis y axis)
 ket% 
   

1280x1280 is the maximum virtual screen size, all your outputs have to
be placed in there. And this looks like a bug. You should not be able to
select any mode above 1280x1280 for any output. See below.

 First, I wish that when I connect the SyncMaster 245B and open the GNOME
 Screen Resolution Preferences, 1920x1200 were among the list of
 available resolutions.
   

For some reason, RandR does not get the 1920x1200 resolution. I don't
see anything about this VGA output in your log. Can you plug the VGA
monitor, restart X and send the corresponding log?

You can work around the problem by adding Preferred+Modeline to a
monitor section of xorg.conf. See III.5 of
http://wiki.debian.org/XStrikeForce/HowToRandR12 to do so. See also
section III.1 so that your config is applied to the VGA monitor.

 Second, if I manually add the 1920x1200 mode using xrandr and values
 from Xorg.0.log, I don't understand why xrandr refuses to select this
 mode, complaining instead:

 ket% xrandr --output VGA --mode 1920x1200
 xrandr: screen cannot be larger than 1280x1280 (desired size 1920x1200)
   

Add
Virtual 1920 1200
to the Device section of your xorg.conf.

X creates a static virtual screen at startup. Since it only sees a
1280x800 monitor, it just creates the corresponding virtual screen. One
day the Xserver will dynamically resize the virtual screen, but for now
you need to specify this Virtual line to the maximal you may need.

Brice




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



Bug#490000: [apt] apt-cashe search and ddtp

2008-07-09 Thread Max V. Stotsky
Package: apt
Version: 0.7.14+b1
Severity: normal

apt-cache find keywords in translation of description, but not in original 
english description.

% apt-cache search sysklogd | grep sysklogd
sysklogd - Демон журналирования системы
% LANG=C apt-cache search sysklogd | grep sysklogd
sysklogd - System Logging Daemon
% apt-cache search Демон журналирования системы | grep sysklogd
sysklogd - Демон журналирования системы
% apt-cache search System Logging Daemon | grep sysklogd
%

Sorry for my English.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24-1-686

Debian Release: lenny/sid
  990 testing pier.botik.ru 
  500 unstablepier.botik.ru 
  500 stable  pier.botik.ru 
1 experimentalpier.botik.ru 

--- Package information. ---
Depends  (Version) | Installed
==-+-
libc6   (= 2.7-1) | 2.7-10
libgcc1(= 1:4.1.1-21) | 1:4.3.1-2
libstdc++6(= 4.2.1-4) | 4.3.1-2
debian-archive-keyring | 2008.04.16+nmu1



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



Bug#475329: iceweasel: Report Broken Web Site is broken

2008-07-09 Thread Sven Joachim
On 2008-04-10 05:03 +0200, Ted Percival wrote:

 Package: iceweasel
 Version: 3.0~b5-1
 Severity: normal

 The Report Broken Web Site... option in the Help menu seems to be
 nerfed, maybe as part of Iceweasel rebranding. There are two problems:

 - The Privacy Policy pane is empty.
 - The dialog does not actually submit a report. It seems to be missing
   a second dialog where the user provides more information before
   submitting the report.

Is this still a problem for you?  I've just successfully reported a
broken website, and the only problem was that the first dialog window
was a bit too small and the Privacy Policy pane did not show a
scrollbar.  It appeared after I widened the window, however.

This is likely a problem with the German translation rather than the
rebranding.

Sven



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



Bug#490002: evolution: Infinite loop in html_engine_delete

2008-07-09 Thread Josselin Mouette
Package: evolution
Version: 2.22.2-1.1
Severity: normal

While deleting a group of lines in the composer, evolution entered an
infinite loop. Here are a few backtraces that I gathered while it
occured.

#0  0x7fe8831db591 in html_engine_delete (e=0x236e0b0)
at htmlengine-edit-cut-and-paste.c:1835
#1  0x7fe8831c4e19 in command (html=0x2262c50, 
com_type=value optimized out) at gtkhtml.c:4990
#2  0x7fe8831faf68 in html_g_cclosure_marshal_BOOLEAN__ENUM (
closure=0x1849210, return_value=0x7fff8f577e10, 
n_param_values=value optimized out, param_values=0x32f1200, 
invocation_hint=value optimized out, marshal_data=0x7fe8831c4150)
at htmlmarshal.c:122
#3  0x7fe87da24ead in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#4  0x7fe87da378dc in ?? () from /usr/lib/libgobject-2.0.so.0
#5  0x7fe8808cc8bc in gtk_binding_entry_activate (entry=0x184e810, 
object=0x2262c50) at /build/buildd/gtk+2.0-2.12.10/gtk/gtkbindings.c:536
...

#0  html_object_is_container (self=0x330b510) at htmlobject.c:1337
#1  0x7fe883212c88 in html_text_cursor_forward (
self=value optimized out, cursor=0x7fe864279810, engine=0x236e0b0)
at htmltext.c:2588
#2  0x7fe8831d2685 in forward (cursor=0x7fe864279810, engine=0x236e0b0, 
exact_position=value optimized out) at htmlcursor.c:220
#3  0x7fe8831d3336 in html_cursor_real_forward (cursor=0x7fe864279810, 
engine=0x236e0b0, exact_position=0) at htmlcursor.c:251
#4  0x7fe8831db315 in delete_upto (e=0x236e0b0, start=0x7fff8f577aa0, 
end=0x7fff8f577a98, object=0x330b510, offset=value optimized out)
at htmlengine-edit-cut-and-paste.c:1783
#5  0x7fe8831db581 in html_engine_delete (e=0x236e0b0)
at htmlengine-edit-cut-and-paste.c:1870
#6  0x7fe8831c4e19 in command (html=0x2262c50, 
com_type=value optimized out) at gtkhtml.c:4990
#7  0x7fe8831faf68 in html_g_cclosure_marshal_BOOLEAN__ENUM (
closure=0x1849210, return_value=0x7fff8f577e10, 
n_param_values=value optimized out, param_values=0x32f1200, 
invocation_hint=value optimized out, marshal_data=0x7fe8831c4150)
at htmlmarshal.c:122
#8  0x7fe87da24ead in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#9  0x7fe87da378dc in ?? () from /usr/lib/libgobject-2.0.so.0
#10 0x7fe8808cc8bc in gtk_binding_entry_activate (entry=0x184e810, 
object=0x2262c50) at /build/buildd/gtk+2.0-2.12.10/gtk/gtkbindings.c:536
...

#0  0x7fe87d271a6a in free () from /lib/libc.so.6
#1  0x7fe883204c40 in html_engine_disable_selection (e=0x236e0b0)
at htmlselection.c:253
#2  0x7fe8831df00a in updater_idle_callback (data=value optimized out)
at htmlengine-edit-selection-updater.c:95
#3  0x7fe8831da623 in delete_object (e=0x236e0b0, ret_object=0x1, 
ret_len=0x7fe86400, dir=HTML_UNDO_UNDO, add_undo=1680316432)
at htmlengine-edit-cut-and-paste.c:754
#4  0x7fe8831db2fa in delete_upto (e=0x236e0b0, start=0x7fff8f577aa0, 
end=0x7fff8f577a98, object=0x330b510, offset=value optimized out)
at htmlengine-edit-cut-and-paste.c:1781
#5  0x7fe8831db581 in html_engine_delete (e=0x236e0b0)
at htmlengine-edit-cut-and-paste.c:1870
#6  0x7fe8831c4e19 in command (html=0x2262c50, 
com_type=value optimized out) at gtkhtml.c:4990
#7  0x7fe8831faf68 in html_g_cclosure_marshal_BOOLEAN__ENUM (
closure=0x1849210, return_value=0x7fff8f577e10, 
n_param_values=value optimized out, param_values=0x32f1200, 
invocation_hint=value optimized out, marshal_data=0x7fe8831c4150)
at htmlmarshal.c:122
#8  0x7fe87da24ead in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#9  0x7fe87da378dc in ?? () from /usr/lib/libgobject-2.0.so.0
#10 0x7fe8808cc8bc in gtk_binding_entry_activate (entry=0x184e810, 
object=0x2262c50) at /build/buildd/gtk+2.0-2.12.10/gtk/gtkbindings.c:536
...



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

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

Versions of packages evolution depends on:
ii  dbus   1.2.1-2   simple interprocess messaging syst
ii  evolution-common   2.22.2-1.1architecture independent files for
ii  evolution-data-server  2.22.2-1  evolution database backend server
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gtkhtml3.143.18.3-1  HTML rendering/editing library - b
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  

Bug#133092: One for t-he book

2008-07-09 Thread andrea

Don't Be fo oled, this is a great company

Tic_ekr: mpix
Corpor-ation-name: Mind Pix
Late.st: .025

This could be triple two weeks from now.

Obtain this stock 





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



Bug#436267: Working DV video over firewire

2008-07-09 Thread Daniel Phillips
I am not sure if this has progressed any more and if any decision has been
drawn up,  the thread has been a little quiet.

I just wanted to express that from a user perspective I would be surprised
if I installed a modern Linux distribution and I could no longer use a DV
connection to edit my videos. I have been using etch to do this for a while
now and it works fine. In fact I was using etch as I was having problems
 configuring the correct modules to use for 1394 on another distribution. I
am all for change and development. but I have always looked to Debian to
supply a sane, working and stable system. Currently I have that with etch
and hope to have that for lenny.
-- 
Daniel Phillips


Bug#489945: Please package klibc 1.5.12

2008-07-09 Thread maximilian attems
On Tue, 08 Jul 2008, Laurent Bigonville wrote:

 Please package klibc 1.5.12 
 (ftp://ftp.kernel.org/pub/linux/libs/klibc/Stable/Testing/).
 
 This new version fix a segfault with v86d
 
 Thanks :)
 
 Laurent Bigonville

right cool fix, remember to see the trouble on klibc-utils too.
first 11 has to reach testing.

and then due to freeze i'd probably just backport the patch,
let's see.

-- 
maks



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



Bug#489362: wammu: crashes on phone search

2008-07-09 Thread Michal Čihař
On Tue, 8 Jul 2008 20:34:39 +0200
Paolo [EMAIL PROTECTED] wrote:

 On Sun, Jul 06, 2008 at 11:37:53PM +0200, Michal ??iha?? wrote:
   [pid  2958] +++ killed by SIGIO +++
   PANIC: handle_group_exit: 2958 leader 2953
   Process 2958 detached
  
  This is actually a Gammu bug which was hidden until upgrading to Linux
  kernel 2.6.21 or newer. Gammu 1.11.0 fixes this.
 
 ok, that means the 'hard' bug is elsewhere, but that's also a wammu bug:
 a gui should yield a proper error msg should an external tool/util fail,
 not suddenly crash with no clues to the user wrt the cause.

The bug is in libGammu that it does not catch SIGIO even though it did
order it from kernel. Older kernel versions did not make this properly,
so the application did not get the signal, but since 2.6.21 they fixed
this in kernel and applications using libGammu now get this signal.
libGammu 1.11.0 and newer properly handles this.

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


signature.asc
Description: PGP signature


Bug#490003: e2fsck-static: please add bash-static to shell list

2008-07-09 Thread Yann Dirson
Package: e2fsck-static
Version: 1.40.11-1
Severity: wishlist

This package recommends a bunch of statically-linked shells, but this list
does not include bash-static.





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



Bug#489370: closed by Michal ??iha?? [EMAIL PROTECTED] (Re: Bug#489370: gammu: cmd line options from --help differ from man; handling of .gammurc not like sample suggests)

2008-07-09 Thread Michal Čihař
On Tue, 8 Jul 2008 20:49:28 +0200
Paolo [EMAIL PROTECTED] wrote:

 ok, but this doesn't mean the bug can be closed without a backport of
 the fix to 'stable', the pkg/version I filed the bug for.

The bug was marked as fixed in 1.12.0. This is not that critical
problem to make update for stable.

 BTW, the same goes for #419944/#489362

If you would use kernel from stable, it would not happen.

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


signature.asc
Description: PGP signature


Bug#489995: linux-image-2.6.24-1-amd64: Kernel NULL pointer dereference in NFS server

2008-07-09 Thread maximilian attems
On Wed, Jul 09, 2008 at 07:09:35AM +0200, Fredrik Tolf wrote:
 Package: linux-image-2.6.24-1-amd64
 Version: 2.6.24-7
 Severity: normal
 
 I'm not sure what triggers it (it seems completely random), but every
 once in a while, my NFS server will log an Oops message in the kernel
 NFS server. It does seem to be recoverable, but I doubt it's a good
 thing. The dmesg from the event is as follows:
 

please install 2.6.25 from unstable and see if it fixes it for you.
(installs just fine in testing)

thanks

-- 
maks



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



Bug#490004: the script /etc/init.d/bind9 doesn't work since last upgrade

2008-07-09 Thread [EMAIL PROTECTED]

Package: bind9
Version: 1:9.3.4-2etch3
Severity: normal

impossible to restart bind9 since the last security update
When trying /etc/init.d/bind9 restart or reload or stop I get this error 
message :
bindrndc: connect failed: 127.0.0.1#953: connection refused

same thing trying invoke-rc.d reload or restart or stop or start

same thing using rndc

many packages needing DNS resolution doesn't work or work badly and slowly 
since this upgrade


-- System Information:
Debian Release: etch
  APT prefers stable
  APT policy: (990, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6-686 2.6.18+6etch3 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: LC_ALL set to 
[EMAIL PROTECTED])

Shell: /bin/sh linked to /bin/bash

Versions of packages bind9 depends on:
ii  adduser  3.102   add and remove users and groups
ii  libbind9-0   1:9.3.4-2etch3  BIND9 Shared Library used by 
BIND
ii  libc62.3.6.ds1-13etch5  GNU C Library: Shared 
libraries
ii  libdns22 1:9.3.4-2etch3  DNS Shared Library used by BIND
ii  libisc11 1:9.3.4-2etch3  ISC Shared Library used by BIND
ii  libisccc01:9.3.4-2etch3  Command Channel Library used 
by BI
ii  libisccfg1   1:9.3.4-2etch3  Config File Handling Library 
used
ii  liblwres91:9.3.4-2etch3  Lightweight Resolver Library 
used
ii  libssl0.9.8  0.9.8c-4etch3 SSL shared libraries
ii  lsb-base 3.1-23.2etch1  Linux Standard Base 3.2 
init scrip
ii  netbase  4.29Basic TCP/IP networking system

bind9 recommends no packages.

-- no debconf information








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



Bug#465902: [pkg-cryptsetup-devel] Bug#465902: Works for me!

2008-07-09 Thread David Härdeman
On Wed, July 9, 2008 07:28, Thomas Luzat wrote:
 I just wanted to tell you that the patches (cryptsetup, initramfs-tools,
 dropbear) work for me. It would be nice to see the dropbear patch
 applied to the next version and an extended CryptoRoot.HowTo in
 cryptsetup once the dropbear patches are in.

For the cryptsetup part it's not a question whether the patches work or
not, because the approach they use should not be necessary anymore.

The question is rather if the dropbear initramfs script can be adapted to
use the askpass functionality that we've added to cryptsetup in order to
support this functionality. No changes should be necessary to cryptsetup
anymore.

Thomas, you need to check with Chris on the status of updated patches.

-- 
David Härdeman




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



Bug#490005: [ktorrent] ktorrent requires many kde4 packages

2008-07-09 Thread Valerio Passini
Package: ktorrent
Version: 2.2.7.dfsg.1-1
Severity: minor

--- Please enter the report below this line. ---
Dear Developers,

the latest version of ktorrent requires a large portion of kde4 to be 
installed, since kde4 is still in experimental I'm questioning the 
opportunity of having ktorrent in unstable so that if I enter

apt-get dist-upgrade

as usual there is the upgrading from kdebase-bin-kde3 to 
kdebase-runtime-bin-kde4 and many other packages in addition. Personally, I'm 
foolishly scared of having a mixed kde3/kde4 environment. Sorry for bothering 
you, maybe it's just paranoia.
Bye

Valerio

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.25.9

Debian Release: lenny/sid
  500 unstablewww.debian-multimedia.org 
  500 unstablemirrors.ecology.uni-kiel.de 
  500 unstablemi.mirror.garr.it 
  500 unstabledebian.fastweb.it 
  500 testing mi.mirror.garr.it 
  500 stable  mi.mirror.garr.it 

--- Package information. ---
Depends(Version) | Installed
-+-
kdelibs4c2a (= 4:3.5.9) | 4:3.5.9.dfsg.1-5
libavahi-client3 (= 0.6.13) | 0.6.23-2
libavahi-common3 (= 0.6.10) | 0.6.23-2
libavahi-qt3-1(= 0.6.0) | 0.6.23-2
libc6 (= 2.7-1) | 2.7-12
libgcc1  (= 1:4.1.1-21) | 1:4.3.1-5
libgeoip1| 1.4.4.dfsg-3
libgmp3c2| 2:4.2.2+dfsg-3
libqt3-mt  (= 3:3.3.8b) | 3:3.3.8b-5
libstdc++6  (= 4.2.1-4) | 4.3.1-5




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



Bug#481104: [Pkg-cryptsetup-devel] /usr/sbin/update-initramfs: update-initramfs edits /etc/initramfs-tools/conf.d/cryptroot

2008-07-09 Thread David Härdeman
On Sun, July 6, 2008 17:54, [EMAIL PROTECTED] wrote:
 maximilian attems wrote:
 right send output of
 a) sh -x mkinitramfs -o /tmp/foo
 b) sh -x update-initramfs -u

 Sending requested outputs a) - out1, b) - out2

Ok, I see the problem.

During the initramfs build, mkinitramfs will ln -s all config files into
the build dir. Later when the cryptsetup hook is executed it will write
config lines to the cryptroot config file in the build dir (which is
linked to the /etc... file outside the build dir).

I'm not 100% sure how we should solve this (why do you have a cryptroot
file by the way? It's supposed to be a cryptsetup internal config file).

Perhaps the best way to handle it would be to detect a symlink'ed config
file in the cryptsetup initramfs hook and to explode...on the other hand,
this is a problem in general since any other hook/script might also want
to write config files from their hook script and the same problem will
happen to them.

An alternative solution would be to move the step where external config
files are copied into the initramfs to a later stage in the mkinitramfs
run and allow mkinitramfs to check if it's about to overwrite already
written config filesmaks?

-- 
David Härdeman




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



Bug#489765: libgtk2.0-0: does not allow lpr printing through Iceweasel 3

2008-07-09 Thread Josselin Mouette
Le lundi 07 juillet 2008 à 21:31 +0200, Jan Willem Stumpel a écrit :
  Does setting:
  
  gtk-print-backends = file,lpr,cups
  
  In ~/.gtkrc-2.0 solve things for you?
 
 Well, yes, it did! Thanks very much!
 
 But having to do this (while it was not necessary before) is a
 surprise to the users -- therefore a bug. Some program should do
 this automatically in its install procedure -- or prompt the user
 to accept this. But which program? Iceweasel3? Or libgtk2.0-0?

Well, users should not be using lprng unless they know what they are
doing. The default is to use CUPS which has been the recommended print
server for years. If we enable the lpr backend by default, it will lead
to a misleading UI for users of CUPS, so we choose to not enable it.

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


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


Bug#489815: libpango1.0-0: Random crashs: memory allocated with g_slice_new() is freed with g_free()

2008-07-09 Thread Josselin Mouette
Le lundi 07 juillet 2008 à 23:40 +0100, Alban Crequy a écrit :
 Package: libpango1.0-0
 Version: 1.20.4-1
 Severity: important
 
 I have random crashs on a program using pango because some memory
 allocated with g_slice_new() is freed with g_free().

In this case, I don’t understand your patch. Why are you turning the
g_slice_new in g_new0 instead of fixing the wrong g_free’s?

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


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


Bug#489958: [audacious] Problema loading mp3 files and start program

2008-07-09 Thread Peter Makholm
I've been experiencing the same issue. Updating audacious-plugins to
the version in unstable solves the problem.

//Makholm



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



Bug#421703: Update for Caret 5.6

2008-07-09 Thread Michael Hanke
I have updated the package to upstream version 5.6. Inofficial packages
are here:

http://apsy.gse.uni-magdeburg.de/debian/pool/main/c/caret/

I hope the package goes into NEW soon.

Michael


-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050



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



Bug#481104: [Pkg-cryptsetup-devel] /usr/sbin/update-initramfs: update-initramfs edits /etc/initramfs-tools/conf.d/cryptroot

2008-07-09 Thread Giorgos D. Pallas

David Härdeman wrote:

On Sun, July 6, 2008 17:54, [EMAIL PROTECTED] wrote:
  

maximilian attems wrote:


right send output of
a) sh -x mkinitramfs -o /tmp/foo
b) sh -x update-initramfs -u
  

Sending requested outputs a) - out1, b) - out2



Ok, I see the problem.

During the initramfs build, mkinitramfs will ln -s all config files into
the build dir. Later when the cryptsetup hook is executed it will write
config lines to the cryptroot config file in the build dir (which is
linked to the /etc... file outside the build dir).

I'm not 100% sure how we should solve this (why do you have a cryptroot
file by the way? It's supposed to be a cryptsetup internal config file)


If I understood your question well, my answer is this: I have 
/etc/initramfs-tools/conf.d/*cryptroot containing the line:

**target=lukspace,source=/dev/hda3,key=none,lvm=vg-root*
because I have my root partition sitting on LVM, which sits on LUKS. So, 
somehow the initrd image must know that it has to find a LUKS partition 
and ask me for its passphrase.


I hope I'm not talking nonsense. When I tried to set up encrypted root 
partition, I used googling, a bit hacking and imagination. So, there is 
the possibility that an easier method eludes me.


Cheers,
Giorgos




smime.p7s
Description: S/MIME Cryptographic Signature


Bug#490008: iceweasel: FF/IW should not open new tab/window for URL handled by app helpers

2008-07-09 Thread Paolo
Package: iceweasel
Version: 2.0.0.14-0etch1
Severity: normal

Hi,

sigh old bug, back in again.
Opening an URL like

  http://host/docs/file.pdf
  http://host/fax/fax01.tif

should _not_ open a new window/tab, _unless_ such MIME type is handled by
a plugin (or an external helper via mozplugger) that's supposed to draw into
a browser's window (aka 'swallowed').

At some point they got it right, though seems they keep breaking it.

Opera 9.51 seems b0rked as well here, but at least Konqueror gets it right.


thanks
-- 
paolo



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



Bug#490007: eboard: please package extras pack 2

2008-07-09 Thread Ricardo Mones
Package: eboard
Version: 1.1.1-2
Severity: wishlist

Hi,

The download [0] page has an additional extras pack which is not currently
packaged. I think would be nice to have it in Debian too. 

Don't know about you can upload or not, but I can sponsor it if required.

best regards and thanks,

[0] http://www.bergo.eng.br/eboard/index.php?p=2

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

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

Versions of packages eboard depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-3The Cairo 2D vector graphics libra
ii  libgcc1   1:4.3.1-4  GCC support library
ii  libglib2.0-0  2.16.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.4-1   Layout and rendering of internatio
ii  libpng12-01.2.27-1   PNG library - runtime
ii  libstdc++64.3.1-4The GNU Standard C++ Library v3

Versions of packages eboard recommends:
ii  sox  14.0.1-2+b1 Swiss army knife of sound processi
ii  xfonts-75dpi 1:1.0.0-4   75 dpi fonts for X

-- no debconf information



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



Bug#490009: mediawiki: Outdated debian/watch file.

2008-07-09 Thread Rafal Krypa
Package: mediawiki
Version: 1:1.12.0-2
Severity: minor
Tags: patch

I just wanted to remind you of debian/watch file which seems to be taken
from mediawiki1.7 package and matches against 1.7 upstream version only.

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

Kernel: Linux 2.6.25.9
Locale: LANG=en_US.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mediawiki depends on:
pn  apache2 | httpd   none (no description available)
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  mime-support  3.44-1 MIME files 'mime.types'  'mailcap
pn  php5  none (no description available)
pn  php5-mysql | php5-pgsql   none (no description available)

Versions of packages mediawiki recommends:
pn  mysql-server | postgresql-con none (no description available)
ii  php5-cli  5.2.6-2command-line interpreter for the p
diff -urN mediawiki-1.12.0.orig/debian/watch mediawiki-1.12.0/debian/watch
--- mediawiki-1.12.0.orig/debian/watch  2008-07-09 10:52:40.0 +0200
+++ mediawiki-1.12.0/debian/watch   2008-07-09 10:52:21.0 +0200
@@ -7,5 +7,5 @@
 version=2
 
 # Uncomment to examine a Webserver directory
-http://prdownloads.sourceforge.net/wikipedia/mediawiki-(1\.7\.\d*)\.tar\.gz
+http://download.wikimedia.org/mediawiki/(1\.\d*)/mediawiki-(1\.\d*\.\d*)\.tar\.gz
 


Bug#482074: linux-image-2.6.25-2-686: version 2.6.25-4 locks too

2008-07-09 Thread Marcello Nuccio
using linux-image-2.6.26-rc9-686
(2.6.26~rc9-1~experimental.1~snapshot.11810) for 2 days. It's as
stable as 2.6.24.

thanks,
  Marcello Nuccio


2008/7/8 Marcello Nuccio [EMAIL PROTECTED]:
 linux-image-2.6.26-rc9-686 (2.6.26~rc9-1~experimental.1~snapshot.1)
 works fine.

 thanks,
  Marcello


 2008/7/4 maximilian attems [EMAIL PROTECTED]:
 On Thu, 29 May 2008, Marcello Nuccio wrote:

 Package: linux-image-2.6.25-2-686
 Version: 2.6.25-4
 Followup-For: Bug #482074

 same problem after the upgrade from 2.6.25-3.
 2.6.24-* works fine.

 Marcello Nuccio

 could you please try 2.6.26-rc8 linux images,
 see apt trunk lines
 - http://wiki.debian.org/DebianKernel

 thanks

 --
 maks





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



Bug#490010: pasting formated text (from GUI browsers or pidgin itself) produces gibberish

2008-07-09 Thread Gerfried Fuchs
Package: pidgin
Version: 2.4.3-1
Severity: important

Hi!

 Since the update to 2.4.3 I am unable to paste anything formated into
pidgin anymore. Before I was able to paste complete paragraphs from
wikipedia including all links and formating or even as simple as chat
history for protocols that support colours without any troubles into the
input section of the chat.

 Now it produces absolute gibberish. This is what I get for pasting a
link to http://xkcd.com/447/ from chat history:
㰀昀漀渀琀 猀椀稀攀㴀∀㌀∀㸀㰀愀 栀爀攀昀㴀∀栀琀琀瀀㨀⼀⼀砀欀挀搀⸀挀漀洀⼀㐀㐀㜀⼀∀㸀栀琀琀瀀㨀⼀⼀砀欀挀搀⸀挀漀洀⼀㐀㐀㜀⼀㰀⼀愀㸀 㰀⼀昀漀渀琀㸀

 Currently I paste everything into gvim and from there back to pidgin to
lose the formating, such pasting works. But that is a highly
unconvenient workaround - and it loses informations on the way.

 If you need any further informations, please ask me. I guess you know
where to reach me. ;)

 So long,
Rhonda

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

Kernel: Linux 2.6.25-2-powerpc
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pidgin depends on:
ii  gconf22.22.0-1   GNOME configuration database syste
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.1-2simple interprocess messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgstreamer0.10-00.10.19-3  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface 
ii  libgtkspell0  2.0.13-1   a spell-checking addon for GTK's T
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libpango1.0-0 1.20.3-2   Layout and rendering of internatio
ii  libpurple02.4.3-1multi-protocol instant messaging l
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstartup-notification0  0.9-1  library for program launch feedbac
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxss1   1:1.1.3-1  X11 Screen Saver extension library
ii  perl  5.10.0-11  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0]5.10.0-11  The Pathologically Eclectic Rubbis
ii  pidgin-data   2.4.3-1multi-protocol instant messaging c

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base0.10.19-2  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good0.10.8-4   GStreamer plugins from the good 

-- no debconf information



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



Bug#488971: iceweasel: Iceweasel launches a wrong application (e.g. announces xpdf but runs evince)

2008-07-09 Thread Mike Hommey
severity 488971 normal
thanks

On Thu, Jul 03, 2008 at 03:56:18PM +0200, Vincent Lefevre [EMAIL PROTECTED] 
wrote:
 On 2008-07-02 20:05:11 +0200, Mike Hommey wrote:
  Please run with the following environment variable set, and send output
  here:
  
  NSPR_LOG_MODULES=HelperAppService:5
 
 Attached. Though evince doesn't appear in the contents, it is really
 evince that has been run (and appears in ps output).

I see what is happening. There is no security issue there, only
inconvenience. Remove the xulrunner-1.9-gnome-support for a quick work
around.

The problem is that while the application is taken from your $HOME/.mailcap,
the one that is launched is the one you get from the GNOME settings,
which would happen if you didn't have an entry for pdf files in your
$HOME/.mailcap.

Mike



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



Bug#490011: obexfs mounted phone has switched day and month

2008-07-09 Thread Adam Sloboda
Package: obexfs
Version: 0.10-3+b1
Severity: normal


I mounted my phone (Nokia 6300) with obexfs and copied photos but they
have switched day and month (2008-08-07 yesterday and 2008-09-07 today).


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.22-rc7-hrt1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages obexfs depends on:
ii  fuse-utils 2.6.5-1   Filesystem in USErspace (utilities
ii  libbluetooth2  3.7-1 Library to use the BlueZ Linux Blu
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libfuse2   2.6.5-1   Filesystem in USErspace library
ii  libopenobex1   1.3-3 OBEX protocol library

obexfs recommends no packages.

-- no debconf information



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



Bug#488971: iceweasel: Iceweasel launches a wrong application (e.g. announces xpdf but runs evince)

2008-07-09 Thread Mike Hommey
On Wed, Jul 09, 2008 at 11:01:03AM +0200, Mike Hommey [EMAIL PROTECTED] wrote:
 severity 488971 normal
 thanks
 
 On Thu, Jul 03, 2008 at 03:56:18PM +0200, Vincent Lefevre [EMAIL PROTECTED] 
 wrote:
  On 2008-07-02 20:05:11 +0200, Mike Hommey wrote:
   Please run with the following environment variable set, and send output
   here:
   
   NSPR_LOG_MODULES=HelperAppService:5
  
  Attached. Though evince doesn't appear in the contents, it is really
  evince that has been run (and appears in ps output).
 
 I see what is happening. There is no security issue there, only
 inconvenience. Remove the xulrunner-1.9-gnome-support for a quick work
 around.
 
 The problem is that while the application is taken from your $HOME/.mailcap,
 the one that is launched is the one you get from the GNOME settings,
 which would happen if you didn't have an entry for pdf files in your
 $HOME/.mailcap.

Note that if you consider evince to be run from $PATH an issue, then
you'll need to file bugs against evince for its .desktop file to be
modified. You'd probably need to file similar bugs to almost all
packages providing .desktop files, so I would advise to talk about it
on [EMAIL PROTECTED] first.

Mike



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



Bug#489993: gnome-panel: Terminal=true in desktop files does not work

2008-07-09 Thread Josselin Mouette
Le mercredi 09 juillet 2008 à 11:54 +0800, Paul Wise a écrit :
 Package: gnome-panel
 Version: 2.20.3-5
 Severity: normal
 
 Whenever I try to launch an app that has Terminal=true in its desktop
 file, I get this error message,
 
 Could not launch application
 Failed to execute child process -x (No such file or directory)

Could you show us the output of the following command?
gconftool -R /desktop/gnome/applications/terminal

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


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


Bug#285888: 4874ADF2 - New Ticket Created

2008-07-09 Thread kass
,

Your support ticket has been created and successfully dispatched to the Global 
(All Departments)
department.  Here is the information you will need to access your ticket:

Ticket ID: 4874ADF2
Email: 
Link to view ticket: 
http://topmbits.com/helpdesk/ticketview.php?cmd=viewid=4874ADF2email=

Topmbits Support
http://topmbits.com/



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



Bug#490007: eboard: please package extras pack 2

2008-07-09 Thread Patrik Fimml
It's planned, but there are some licensing issues [1] that have yet to
be clarified.

[1] http://lists.debian.org/debian-mentors/2008/06/msg00096.html

See also bug#483211.

Kind regards,
Patrik


signature.asc
Description: Digital signature


Bug#489765: libgtk2.0-0: does not allow lpr printing through Iceweasel 3

2008-07-09 Thread Jan Willem Stumpel
Josselin Mouette wrote:

 Well, users should not be using lprng unless they know what
 they are doing.

You should not be telling what users should do. When you drop a
trusted functionality which available for 15 years, you should at
least have the politeness to warn users about this fact.





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



Bug#489993: gnome-panel: Terminal=true in desktop files does not work

2008-07-09 Thread Paul Wise
On Wed, 2008-07-09 at 11:13 +0200, Josselin Mouette wrote:

 Could you show us the output of the following command?

Argh, settings don't look correct:

[EMAIL PROTECTED]:~$ gconftool -R /desktop/gnome/applications/terminal
 exec_arg = -x
 exec = 

Works after unsetting them or changing to a non-custom term in prefs.

I guess this bug should be closed unless you would expect gnome-panel to
work in the situation where the gconf value for the exec key is invalid
or not executable.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#490013: xfce4-xkb-plugin: Not starting when layout 'ro' with variant 'std' is used

2008-07-09 Thread Igor Stirbu
Package: xfce4-xkb-plugin
Version: 0.4.3-1
Severity: important


Hello,

On my system I use three keyboard layouts which
are configured through xorg.conf as follows:

Option XkbLayout  us,ro,ru
Option XkbVariant ,std,phonetic

or set manually with:

setxkbmap -model pc105 -layout us,ro,ru -variant ,std,phonetic

With this configuration, since the last modifications
of the xkb-data package [1], which included improvements
of the romanian layout, the plugin is not able to start.
I tried to debug the issue but did not come up with a
reason.

Meanwhile, I reconfigured the xkb settings with the following
setup:

Option XkbLayout  ro,us,ru
Option XkbVariant std,,phonetic

or

setxkbmap -model pc105 -layout ro,us,ru -variant std,,phonetic

and this works, ie the xkb plugin functions as expected. During
debug I observed that the symnames from both layouts differ. The
first layout generates this symname

pc+us+ro(std_cedilla):2+ro(std):2+ru(phonetic):3+group(menu_toggle)+ctrl(nocaps)

and the last one (that works) gives this:

pc+ro(std)+us:2+ru(phonetic):3+group(menu_toggle)+ctrl(nocaps)

and this also causes the symbol_names to differ (duplicate 'RO'
entry in former).

I wasn't sure to which package send this bug (the other one is
xkb-data) but the layout that is not working with xkb plugin
works fine with the kde4 language switcher.

Thanks,
Igor Stirbu


[1] 
http://packages.debian.org/changelogs/pool/main/x/xkeyboard-config/xkeyboard-config_1.3-1/changelog


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)

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

Versions of packages xfce4-xkb-plugin depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libfontconfig12.6.0-1generic font configuration library
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.3-2   Layout and rendering of internatio
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxfce4util4 4.4.2-2Utility functions library for Xfce
ii  libxfcegui4-4 4.4.2-4Basic GUI C functions for Xfce4
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxi62:1.1.3-1  X11 Input extension library
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxrandr22:1.2.2-2  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  xfce4-panel   4.4.2-6The Xfce4 desktop environment pane

xfce4-xkb-plugin recommends no packages.

-- no debconf information



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



Bug#490014: libtachyon-0.98: wrong section

2008-07-09 Thread Gerfried Fuchs
Package: libtachyon-0.98
Version: 0.98~beta.dfsg-1
Severity: normal

Hi!

 The library belongs in the libs section instead of math. You will also
need to reply to the archive mail once you've changed that so that
ftp-masters edit the override file accordingly to really make this
change happen.

 Furthermore, the longdescription of this library package is just the
same as the one from tachyon. Please don't only mention it in the short
description that this is the shared libraries package but also in the
long description. I would guess you can skip the second paragraph in
favour of adding the hint that this is the shared library package.

 Thanks,
Rhonda



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



Bug#490015: php5-apache2-mod-bt: Incorrect address value if peers are in IPv6

2008-07-09 Thread Edouard Biton
Package: php5-apache2-mod-bt
Version: 0.0.19+p4.2296-1
Severity: normal


If a peer is connected in IPv6, the tracker_peers() function return an
incorrect value for adress and real_address properties. The value
returned is always 0.0.0.0:port and not the IPv6 [:::]:port.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24.5--std-ipv6-64
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages php5-apache2-mod-bt depends on:
ii  libapache2-mod-bt   0.0.19+p4.2296-1 BitTorrent tracker for the Apache2
ii  libapache2-mod-php5 [ph 5.2.0-8+etch11   server-side, HTML-embedded scripti
ii  libbttracker0   0.0.19+p4.2296-1 BitTorrent Tracker Library
ii  libbtutil0  0.0.19+p4.2296-1 BitTorrent utility library
ii  php5-cli [phpapi-200606 5.2.0-8+etch11   command-line interpreter for the p
ii  php5-common 5.2.0-8+etch11   Common files for packages built fr

php5-apache2-mod-bt recommends no packages.

-- no debconf information



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



Bug#490016: ingo1: missing dependency on php-net-sieve

2008-07-09 Thread Andrew Schulman
Package: ingo1
Version: 1.1.5-1
Severity: normal


When I use ingo1 with a timsieved driver and try to save my script, I get

Warning: require_once(Net/Sieve.php) [function.require-once]: failed to open 
stream: No such file or directory in 
/usr/share/horde3/ingo/lib/Driver/timsieved.php on line 3

Fatal error: require_once() [function.require]: Failed opening required 
'Net/Sieve.php' 
(include_path='/usr/share/horde3/lib:.:/usr/share/php:/usr/share/pear') in 
/usr/share/horde3/ingo/lib/Driver/timsieved.php on line 3

Installing php-net-sieve resolves the problem.

Thanks,
Andrew.

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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) (ignored: LC_ALL set to 
en_US)
Shell: /bin/sh linked to /bin/bash

Versions of packages ingo1 depends on:
ii  horde3   3.2.1+debian0-1 horde web application framework

Versions of packages ingo1 recommends:
ii  php5-imap 5.2.6-2IMAP module for php5

-- no debconf information



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



Bug#489870: fluxconf: Does not handle current fluxbox configs without breaking fluxbox

2008-07-09 Thread Emmanuel le Chevoir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jason Spears wrote:
 Package: fluxconf
 Version: 0.9.9-1
 Severity: grave
 Justification: renders package unusable
 
 Configuring fluxbox from the built-in menu with fluxconf installed
 causes a non-usable window manager.  Specifically, doing Configuration
 - Focus Model - Mouse Focus then back to Click to Focus will render
 the user unable to interact with windows using the mouse, or in some
 cases disable the root window menu.  This does not happen if fluxconf
 is not installed.  This version of fluxconf obviously plays extremely
 poorly with fluxbox 1.0.0.

While I agree that fluxconf is lacking proper support for fluxbox 1.0.0
in general, I'm not entirely sure it is related to the problem you
describe.

Let me ask you a few questions to try to narrow that one down:
- - Did you perform any change with Fluxconf _before_ using the built-in
  configuration menu? Do you click on Let Fluxbox change the config?
- - Must Fluxconf be launched while you change the focus model through
  the built-in menu in Fluxbox?

To be honest, I can't reproduce the problem you describe. I'd really
appreciate if you could double check and tell me if the problem remains,
and if it's related to Fluxconf at all.

For the time being, I will lower the severity to 'important'. It doesn't
mean I want to downplay your issue, but grave is clearly not appropriate
for such a tool :)


Thanks for your time, and I hope we can solve your problem eventually.

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

iEYEARECAAYFAkh0iBgACgkQ4i/Wdr6T0t45LACfe4mUQFk6Xw4N6Mdo4L4DiFp3
37MAnA6vp/soZoKw1yoCPXJ4WdSBdfza
=L0sr
-END PGP SIGNATURE-



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



Bug#468245: automatic installation of nufw

2008-07-09 Thread Pierre Chifflier
Hi,

I have tested with FAI and live-helper (current versions from unstable)
and have succeeded in installing automatically NuFW.

You have to install packages:
ssl-cert
nufw

and use a preseed file.

I have attached by preseed file to this mail, since preseeding is very
sensitive to spaces. I'd call this a bug: for most types (string,
password, etc), there must be exactly *one* space between the field name
and value (the last 2 parameters on a line).

I consider this more a bug of preseeding rather than NuFW, so I'm
waiting a few days for your confirmation, and I'll probably close the
bug after.
Feel free to reopen it if you think it is necessary.

Regards,
Pierre
ssl-certmake-ssl-cert/ounamestring  Certificates
ssl-certmake-ssl-cert/hostname  string  localhost
ssl-certmake-ssl-cert/organisationname  string  INL
ssl-certmake-ssl-cert/statename string  France
ssl-certmake-ssl-cert/localityname  string  Paris
ssl-certmake-ssl-cert/countryname   string  FR
ssl-certmake-ssl-cert/email string  [EMAIL PROTECTED]


Bug#490005: [Pkg-kde-extras] Bug#490005: [ktorrent] ktorrent requires many kde4

2008-07-09 Thread Michael Meskes
On Wed, Jul 09, 2008 at 10:18:07AM +0200, Valerio Passini wrote:
 packages
 
 Package: ktorrent
 Version: 2.2.7.dfsg.1-1
 Severity: minor

The KDE3 version is still available as ktorrent2.2 AFAICT.

Michael
-- 
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#490013: [Pkg-xfce-devel] Bug#490013: xfce4-xkb-plugin: Not starting when layout 'ro' with variant 'std' is used

2008-07-09 Thread Yves-Alexis Perez
On Wed, Jul 09, 2008 at 12:19:05PM +0300, Igor Stirbu wrote:
 setxkbmap -model pc105 -layout us,ro,ru -variant ,std,phonetic
 
 With this configuration, since the last modifications
 of the xkb-data package [1], which included improvements
 of the romanian layout, the plugin is not able to start.
 I tried to debug the issue but did not come up with a
 reason.
 
 Meanwhile, I reconfigured the xkb settings with the following
 setup:
 
 Option XkbLayout  ro,us,ru
 Option XkbVariant std,,phonetic
 
 or
 
 setxkbmap -model pc105 -layout ro,us,ru -variant std,,phonetic
 
 and this works, ie the xkb plugin functions as expected. During
 debug I observed that the symnames from both layouts differ. The
 first layout generates this symname
 
 pc+us+ro(std_cedilla):2+ro(std):2+ru(phonetic):3+group(menu_toggle)+ctrl(nocaps)

This one sure doesn't look good. I'm not an xkb expert but it maybe it
manages to confuse the plugin. What was the result before xkeybord
upgrade?
 
 and the last one (that works) gives this:
 
 pc+ro(std)+us:2+ru(phonetic):3+group(menu_toggle)+ctrl(nocaps)

And in any case, simple inverstion shouldn't change like this the
result.
 
 and this also causes the symbol_names to differ (duplicate 'RO'
 entry in former).
 
 I wasn't sure to which package send this bug (the other one is
 xkb-data) but the layout that is not working with xkb plugin
 works fine with the kde4 language switcher.

I guess there are two bugs. I don't think the symname is correct when
using ro,us. But it shouldn't confuse the plugin like this.
-- 
Yves-Alexis



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



Bug#490017: mutt-patched: activate indexcolor patch

2008-07-09 Thread Martin Reising
Package: mutt-patched
Version: 1.5.18-2
Severity: wishlist
Tags: patch


Please activate the attached indexcolor patch, which is missed by
people who are want to migrate from the outdated mutt-ng and
http://www.lxtec.de/debarchiv mutt version. 


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

Versions of packages mutt-patched depends on:
ii  libc62.3.6.ds1-13etch5   GNU C Library: Shared libraries
ii  libgnutls13  1.4.4-3+etch1   the GNU TLS library - runtime libr
ii  libgpg-error01.4-1   library for common error values an
ii  libgpgme11   1.1.2-5 GPGME - GnuPG Made Easy
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libncursesw5 5.5-5   Shared libraries for terminal hand
ii  libqdbm141.8.74-1.1  QDBM Database Libraries [runtime]
ii  libsasl2-2   2.1.22.dfsg1-8  Authentication abstraction library
ii  mutt 1.5.17+20080114-1nixda0 text-based mailreader supporting M

mutt-patched recommends no packages.

-- no debconf information

-- 
Nicht Absicht unterstellen, wenn auch Dummheit ausreicht!


signature.asc
Description: Digital signature


Bug#489756: poppler CVE-2008-2950 in etch

2008-07-09 Thread Wichert Akkerman
I see CVE-2008-2960 reported in the BTS as #489756 but I see no mention 
of a fix for stable. Is someone working on a DSA for stable?


Wichert.

--
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.





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



Bug#484467: shutdown rule

2008-07-09 Thread LÉVAI Dániel
This is indeed not the part of the default behaviour, it is juts my 
rule.

Daniel



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



Bug#490013: [Pkg-xfce-devel] Bug#490013: xfce4-xkb-plugin: Not starting when layout 'ro' with variant 'std' is used

2008-07-09 Thread Igor Stirbu
2008/7/9 Yves-Alexis Perez [EMAIL PROTECTED]:
 On Wed, Jul 09, 2008 at 12:19:05PM +0300, Igor Stirbu wrote:
 setxkbmap -model pc105 -layout us,ro,ru -variant ,std,phonetic

 With this configuration, since the last modifications
 of the xkb-data package [1], which included improvements
 of the romanian layout, the plugin is not able to start.
 I tried to debug the issue but did not come up with a
 reason.

 Meanwhile, I reconfigured the xkb settings with the following
 setup:

 Option XkbLayout  ro,us,ru
 Option XkbVariant std,,phonetic

 or

 setxkbmap -model pc105 -layout ro,us,ru -variant std,,phonetic

 and this works, ie the xkb plugin functions as expected. During
 debug I observed that the symnames from both layouts differ. The
 first layout generates this symname

 pc+us+ro(std_cedilla):2+ro(std):2+ru(phonetic):3+group(menu_toggle)+ctrl(nocaps)

 This one sure doesn't look good. I'm not an xkb expert but it maybe it
 manages to confuse the plugin. What was the result before xkeybord
 upgrade?

I would gladly show if I could get the older version of the package. Is
there a way to do that?


 and the last one (that works) gives this:

 pc+ro(std)+us:2+ru(phonetic):3+group(menu_toggle)+ctrl(nocaps)

 And in any case, simple inverstion shouldn't change like this the
 result.

Totally agree. Maybe it's the way the file configuration file for
the layout has been written.

 and this also causes the symbol_names to differ (duplicate 'RO'
 entry in former).

 I wasn't sure to which package send this bug (the other one is
 xkb-data) but the layout that is not working with xkb plugin
 works fine with the kde4 language switcher.

 I guess there are two bugs. I don't think the symname is correct when
 using ro,us. But it shouldn't confuse the plugin like this.

Should we contact the xkb-data team?

Thanks,
Igor


-- 
:wq



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



Bug#481104: [Pkg-cryptsetup-devel] /usr/sbin/update-initramfs: update-initramfs edits /etc/initramfs-tools/conf.d/cryptroot

2008-07-09 Thread David Härdeman
On Wed, July 9, 2008 10:51, Giorgos D. Pallas wrote:
 David Härdeman wrote:
 ... (why do you have a cryptroot file by the way? It's supposed
 to be a cryptsetup internal config file)

 If I understood your question well, my answer is this: I have
 /etc/initramfs-tools/conf.d/*cryptroot containing the line:
 **target=lukspace,source=/dev/hda3,key=none,lvm=vg-root*
 because I have my root partition sitting on LVM, which sits on LUKS. So,
 somehow the initrd image must know that it has to find a LUKS partition
 and ask me for its passphrase.

 I hope I'm not talking nonsense. When I tried to set up encrypted root
 partition, I used googling, a bit hacking and imagination. So, there is
 the possibility that an easier method eludes me.

Yes, the correct method would be to create a /etc/crypttab file with the
mapping for your root device. See the documentation in
/usr/share/doc/cryptsetup for details on how to do that.

Once a proper crypttab is setup, cryptsetup will automagically generate
initramfs config files for you.

-- 
David Härdeman




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



Bug#489756: poppler CVE-2008-2950 in etch

2008-07-09 Thread Steve Kemp
On Wed Jul 09, 2008 at 12:04:01 +0200, Wichert Akkerman wrote:
 I see CVE-2008-2960 reported in the BTS as #489756 but I see no mention  
 of a fix for stable. Is someone working on a DSA for stable?

  There isn't one in progress.  Tonight there will be a release of
 an update to handle CVE-2008-1693.  I guess that will be the next
 one.

Steve
-- 




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



Bug#490019: fatsort: Fails to determine if filesystem is mounted

2008-07-09 Thread Nick Hastings
Package: fatsort
Version: 0.9.8.2-1
Severity: important


After upgrading to version 0.9.8.2-1 fatsort is unable to confirm that
the filesystem is not mounted and so exits without sorting it.

---
% fatsort /dev/iriver
FATSort Utility 0.9.8.2 by Boris Leidner fatsort(at)formenos.de

check_mounted: Unable to get realpath!
sort_fs: Could not check if filesystem is mounted!
main: Failed to sort file system!
---

Additonal info that may (or may not) be of interest:

% lsusb | grep -i iriver
Bus 004 Device 028: ID 4102:1014 iRiver, Ltd. T20 series mp3/ogg vorbis player 
(ums firmware)

% grep iriver /etc/udev/local.rules 
BUS==scsi, SYSFS{vendor}==iriver, NAME{all_partitions}=iriver

Downgrading to 0.9.7.1-1 solves the problem.


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

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

Versions of packages fatsort depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries

fatsort recommends no packages.

-- no debconf information



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



Bug#489732: ffmpeg-free: better gcc optimizing flags

2008-07-09 Thread Fabian Greffrath

Reinhard Tartler schrieb:

If someone has a non-mainstream arch to test, I'd love to hear build
reports from sparc, powerpc, alpha, mips, etc. for the current trunk for
ffmpeg-debian (that has these parts tweaked).


Current head (r1307) builds fine on my alpha.



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



Bug#490018: anyremote: new upstream release available

2008-07-09 Thread Philipp Hübner
Package: anyremote
Version: 4.2-1
Severity: important


The current version of anyremote in unstable is 4.2, while on
http://sourceforge.net/project/showfiles.php?group_id=162923package_id=184044
already 4.6 is available.

I chose severity important because = 4.4 is needed for me to upload
kanyremote and ganyremote, frontends of anyremote for kde and gnome.

So this bug is blocking #486546 and #483679.

Regards,
Philipp



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



Bug#490017: mutt-patched: activate indexcolor patch

2008-07-09 Thread Martin Reising
missed patch
# vim:ft=diff:
This is the indexcolor patch by Christian Aichinger [EMAIL PROTECTED].

This patch enables different colorings for different parts of the index
display. For example you can choose one color for the subject, another one for
the author, and a third one for the flags.

* Patch last synced with upstream:
  - Date: 2007-02-15
  - File: http://greek0.net/mutt.html
  http://greek0.net/patches/mutt-1.5.12-indexcolor-3+cb.diff

* Changes made:
  - Repatch for 1.5.13.
  - Remove trailing whitespace.

== END PATCH
Index: mutt/color.c
===
--- mutt.orig/color.c   2008-07-09 11:00:30.387739063 +0200
+++ mutt/color.c2008-07-09 10:48:02.195979000 +0200
@@ -35,6 +35,8 @@ int ColorDefs[MT_COLOR_MAX];
 COLOR_LINE *ColorHdrList = NULL;
 COLOR_LINE *ColorBodyList = NULL;
 COLOR_LINE *ColorIndexList = NULL;
+COLOR_LINE *ColorIndexSubjectList = NULL;
+COLOR_LINE *ColorIndexAuthorList = NULL;
 
 /* local to this file */
 static int ColorQuoteSize;
@@ -93,6 +95,14 @@ static struct mapping_t Fields[] =
   { bold,MT_COLOR_BOLD },
   { underline,   MT_COLOR_UNDERLINE },
   { index,   MT_COLOR_INDEX },
+  { index_subject,   MT_COLOR_INDEX_SUBJECT },
+  { index_author,MT_COLOR_INDEX_AUTHOR },
+  { index_collapsed, MT_COLOR_INDEX_COLLAPSED },
+  { index_date,  MT_COLOR_INDEX_DATE },
+  { index_flags, MT_COLOR_INDEX_FLAGS },
+  { index_label, MT_COLOR_INDEX_LABEL },
+  { index_number,MT_COLOR_INDEX_NUMBER },
+  { index_size,  MT_COLOR_INDEX_SIZE },
   { sidebar_new, MT_COLOR_NEW },
   { sidebar_flagged, MT_COLOR_FLAGGED },
   { NULL,  0 }
@@ -366,12 +376,55 @@ int mutt_parse_unmono (BUFFER *buf, BUFF
   return _mutt_parse_uncolor(buf, s, data, err, 0);
 }
 
+static void
+mutt_do_uncolor (BUFFER *buf, BUFFER *s, COLOR_LINE **ColorList,
+   int *do_cache, int parse_uncolor)
+{
+  COLOR_LINE *tmp, *last = NULL;
+
+  do
+  {
+mutt_extract_token (buf, s, 0);
+if (!mutt_strcmp (*, buf-data))
+{
+  for (tmp = *ColorList; tmp; )
+  {
+if (!*do_cache)
+ *do_cache = 1;
+   last = tmp;
+   tmp = tmp-next;
+   mutt_free_color_line(last, parse_uncolor);
+  }
+  *ColorList = NULL;
+}
+else
+{
+  for (last = NULL, tmp = *ColorList; tmp; last = tmp, tmp = tmp-next)
+  {
+   if (!mutt_strcmp (buf-data, tmp-pattern))
+   {
+  if (!*do_cache)
+   *do_cache = 1;
+ dprint(1,(debugfile,Freeing pattern \%s\ from ColorList\n,
+  tmp-pattern));
+ if (last)
+   last-next = tmp-next;
+ else
+   *ColorList = tmp-next;
+ mutt_free_color_line(tmp, parse_uncolor);
+ break;
+   }
+  }
+}
+  }
+  while (MoreArgs (s));
+}
+
 static int 
 _mutt_parse_uncolor (BUFFER *buf, BUFFER *s, unsigned long data, BUFFER *err, 
 short parse_uncolor)
 {
   int object = 0, do_cache = 0;
-  COLOR_LINE *tmp, *last = NULL;
 
   mutt_extract_token (buf, s, 0);
 
@@ -381,6 +434,13 @@ _mutt_parse_uncolor (BUFFER *buf, BUFFER
 return (-1);
   }
 
+  if (object  MT_COLOR_INDEX_AUTHOR) /* uncolor index column */
+  {
+ColorDefs[object] = 0;
+set_option (OPTFORCEREDRAWINDEX);
+return (0);
+  }
+
   if (mutt_strncmp (buf-data, index, 5) != 0)
   {
 snprintf (err-data, err-dsize,
@@ -418,44 +478,12 @@ _mutt_parse_uncolor (BUFFER *buf, BUFFER
 return 0;
   }
  
-  
-  do
-  {
-mutt_extract_token (buf, s, 0);
-if (!mutt_strcmp (*, buf-data))
-{
-  for (tmp = ColorIndexList; tmp; )
-  {
-if (!do_cache)
- do_cache = 1;
-   last = tmp;
-   tmp = tmp-next;
-   mutt_free_color_line(last, parse_uncolor);
-  }
-  ColorIndexList = NULL;
-}
-else
-{
-  for (last = NULL, tmp = ColorIndexList; tmp; last = tmp, tmp = tmp-next)
-  {
-   if (!mutt_strcmp (buf-data, tmp-pattern))
-   {
-  if (!do_cache)
-   do_cache = 1;
- dprint(1,(debugfile,Freeing pattern \%s\ from ColorIndexList\n,
-  tmp-pattern));
- if (last)
-   last-next = tmp-next;
- else
-   ColorIndexList = tmp-next;
- mutt_free_color_line(tmp, parse_uncolor);
- break;
-   }
-  }
-}
-  }
-  while (MoreArgs (s));
-
+  if (object == MT_COLOR_INDEX)
+mutt_do_uncolor(buf, s, ColorIndexList, do_cache, parse_uncolor);
+  if (object == MT_COLOR_INDEX_SUBJECT)
+mutt_do_uncolor(buf, s, ColorIndexSubjectList, do_cache, parse_uncolor);
+  if (object == MT_COLOR_INDEX_AUTHOR)
+mutt_do_uncolor(buf, s, ColorIndexAuthorList, do_cache, parse_uncolor);
 
   if (do_cache  !option (OPTNOCURSES))
   {
@@ -695,7 +723,7 @@ _mutt_parse_color (BUFFER *buf, BUFFER *
 
   /* extract a regular expression if needed */
   
-  if (object == 

Bug#488142: still in 0.5

2008-07-09 Thread martin f krafft
reopen 488142
notfixed 488142 0.4
found 488142 0.5
thanks

The problem perists. Build log attached.

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


libbuffy-bindings_0.5_20080709-1201.bz2
Description: Binary data


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


Bug#464712: [Pkg-utopia-maintainers] Bug#464712: avahi-daemon needs Depends libcap2 (= 2.10) too

2008-07-09 Thread Michael Biebl

Sven Joachim wrote:

On 2008-07-09 08:41 +0200, Ted Percival wrote:

Would it not be better to fix this in libcap2's shlibs file?  I.e. use

libcap 2 libcap2 (= 2.10-1)

there and let avahi-daemon and other packages build-depend on
libcap2-dev (= 2.10-3), assuming that 2.10-3 is the version containing
that shlibs file.



I would prefer that, too.


Michael
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#489785: please add sample config file for cortex M3 target

2008-07-09 Thread Uwe Hermann
forwarded 489785 [EMAIL PROTECTED]
thanks

Hi folks,

here's a patch from Peter De Schrijver which adds a config file for the
LM3S8962 boards (posted as bug report for the Debian openocd package).
As it's not Debian-specific I'm forwarding it so it can be included in
svn, the next Debian upload will then also automatically have it...

See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489785


On Mon, Jul 07, 2008 at 10:16:08PM +0300, Peter (p2) De Schrijver wrote:
 Package: openocd
 Version: 0.0+r655-1
 Severity: wishlist
 Tags: patch
 
 See sample config in attachement. Tested on a LM3S8962 development board.
 
 Thanks.
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.24.2 (SMP w/4 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages openocd depends on:
 ii  libc62.7-6   GNU C Library: Shared libraries
 ii  libftdi1 0.12-1  Library to control and program 
 the
 ii  libusb-0.1-4 2:0.1.12-11 userspace USB programming library
 
 openocd recommends no packages.
 
 -- no debconf information

 #daemon configuration
 telnet_port 
 gdb_port 
 
 gdb_detach reset
 gdb_memory_map enable
 gdb_flash_program enable
 
 #interface
 interface ft2232
 ft2232_device_desc Stellaris Evaluation Board
 ft2232_layout evb_lm3s811
 ft2232_vid_pid 0x0403 0xbcd9
 jtag_speed 6
 #LM3S811 Evaluation Board has only srst
 reset_config srst_only separate
 
 #jtag scan chain
 #format L IRC IRCM IDCODE (Length, IR Capture, IR Capture Mask, IDCODE)
 jtag_device 4 0x1 0xf 0xe
 
 #target configuration
 daemon_startup reset
 #target type startup mode
 #target arm7tdmi reset mode chainpos endianness variant
 target cortex_m3 little run_and_halt 0
 # 4k working area at base of ram
 working_area 0 0x2000 0x1000 nobackup
 #target_script 0 reset ../doc/scripts/evb_lm3s811_test.script 
 
 #flash configuration
 flash bank stellaris 0 262144  0 0 0


Cheers, Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org



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



Bug#489843: relation to docutils?

2008-07-09 Thread martin f krafft
also sprach Peter Pentchev [EMAIL PROTECTED] [2008.07.08.1645 +0200]:
 As far as I can see, the S5 files in python-docutils are just one of the
 output methods for the restructured text converters.  This is a great
 opportunity for people who are used to ReST, and I like it that this
 gives S5 even more visibility in the world :)  The python-docutils
 package also seems to include several nice S5 styles.

Couldn't the s5 stuff be moved out of docutils and docutils
recommend s5?

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


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


Bug#489732: ffmpeg-free: better gcc optimizing flags

2008-07-09 Thread Reinhard Tartler
Fabian Greffrath [EMAIL PROTECTED] writes:

 Reinhard Tartler schrieb:
 If someone has a non-mainstream arch to test, I'd love to hear build
 reports from sparc, powerpc, alpha, mips, etc. for the current trunk for
 ffmpeg-debian (that has these parts tweaked).

 Current head (r1307) builds fine on my alpha.

Thanks! I'm now way more confident to upload.

I just added a patch from upstream svn for a security issue, reported by
Moritz. The last thing that is missing is the shlibs file with alternate
dependencies, I think. Right?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#489732: ffmpeg-free: better gcc optimizing flags

2008-07-09 Thread Fabian Greffrath

Reinhard Tartler schrieb:

I just added a patch from upstream svn for a security issue, reported by
Moritz. The last thing that is missing is the shlibs file with alternate
dependencies, I think. Right?


I believe so, yes.




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



Bug#488971: iceweasel: Iceweasel launches a wrong application (e.g. announces xpdf but runs evince)

2008-07-09 Thread Vincent Lefevre
On 2008-07-09 11:01:03 +0200, Mike Hommey wrote:
 On Thu, Jul 03, 2008 at 03:56:18PM +0200, Vincent Lefevre [EMAIL PROTECTED] 
 wrote:
  On 2008-07-02 20:05:11 +0200, Mike Hommey wrote:
   Please run with the following environment variable set, and send output
   here:
   
   NSPR_LOG_MODULES=HelperAppService:5
  
  Attached. Though evince doesn't appear in the contents, it is really
  evince that has been run (and appears in ps output).
 
 I see what is happening. There is no security issue there, only
 inconvenience.

There is *potential* security/data-loss problem, because the following
points are cumulated:
  1. Firefox runs a program (evince) while announcing something else.
  2. The end user doesn't necessarily know that and doesn't necessarily
 even know GNOME's evince (he doesn't necessarily run GNOME: this
 is my case).
  3. Because of point 2, the end user may have installed a program
 (possibly written by himself) named evince that could do
 destructive things. Of course, you may wonder whether or not this
 is likely to occur somewhere in practice, but évince is a French
 word that means oust.

IMHO, it is important that this bug is fixed before the next stable
release (in fact, more for the inconvenience than for the potential
security/data-loss problem).

 Remove the xulrunner-1.9-gnome-support for a quick work around.

OK, thanks for the information, but note that this is not possible on
machines shared by several users, as some users may need it.

-- 
Vincent Lefèvre [EMAIL PROTECTED] - Web: http://www.vinc17.org/
100% accessible validated (X)HTML - Blog: http://www.vinc17.org/blog/
Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)



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



Bug#489905: findutils: -size -1M gives only files of zero length

2008-07-09 Thread Francesco Potorti`
 the outputs of
  find . -size -1M
  find . -size -1000k
 are different: the former only gives files of null length.

 I think this is a bug.

 However, given the wording in the manual, it may be intended behaviour.

 If this is the case, this particular case should be prominently
 documented in the manual at the palce where where -size is described.

Well, it is documented in the manual:

-
The number can be prefixed with a `+' or a `-'.  A plus sign
 indicates that the test should succeed if the file uses at least N
 units of storage (a common use of this test) and a minus sign
 indicates that the test should succeed if the file uses less than
 N units of storage.  There is no `=' prefix, because that's the
 default anyway.
-

The fact that less than 1 1GB-units of storage means 0 bytes may be
clear only in algorithmic terms.  Normally people would read it as in
the natural usage: I want files less than 1GB in size, and I abbreviate
it as -1GB.  The problem is not in the definition of + and -.  It
is in the definition of multiples in the -size description:


File uses n units of space.  The following suffixes can be used:
[...]
`M'for Megabytes (units of 1048576 bytes)
`G'for Gigabytes (units of 1073741824 bytes)


where the implications of units of is not obvious.
I think that adding a warning similar to this one would greatly clarify
things:


Notice that, while -size +5MB is true whenever the file is longer than 5
Megabytes, -size -5MB is true for files fitting in less than 5 MB units
of storage, i.e., for files whose lenght is 4 Megabytes or less;
consequently, -size -1MB is the same as -size 0.




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



Bug#490020: plee-the-bear - FTBFS: mc: /build/buildd/libclaw-1.5.2b/./claw/impl/avl.tpp:430: void claw::avlK, Comp::insert(const K) [with K = claw::arguments_table::argument_attributes, Comp = std:

2008-07-09 Thread Bastian Blank
Package: plee-the-bear
Version: 0.2.1-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of plee-the-bear_0.2.1-1 on debian-31.osdl.marist.edu by 
 sbuild/s390 98
[...]
 make[3]: Entering directory `/build/buildd/plee-the-bear-0.2.1/build-tree'
 [ 14%] Generating ../../data/model/headstone.cm
 mc: /build/buildd/libclaw-1.5.2b/./claw/impl/avl.tpp:430: void claw::avlK, 
 Comp::insert(const K) [with K = claw::arguments_table::argument_attributes, 
 Comp = std::lessclaw::arguments_table::argument_attributes]: Assertion 
 `validity_check()' failed.
 /bin/sh: line 1: 24799 Aborted ../bin/mc 
 /build/buildd/plee-the-bear-0.2.1/data/model/headstone.mdl
 make[3]: *** [../data/model/headstone.cm] Error 134
 make[3]: Leaving directory `/build/buildd/plee-the-bear-0.2.1/build-tree'
 make[2]: *** [data/CMakeFiles/model_files.dir/all] Error 2
 make[2]: Leaving directory `/build/buildd/plee-the-bear-0.2.1/build-tree'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/build/buildd/plee-the-bear-0.2.1/build-tree'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2
 **
 Build finished at 20080704-1456
 FAILED [dpkg-buildpackage died]



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



Bug#490022: ttf-engadget - FTBFS: Empty binary-arch target

2008-07-09 Thread Bastian Blank
Package: ttf-engadget
Version: 1.0-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of ttf-engadget_1.0-1 on debian-31.osdl.marist.edu by 
 sbuild/s390 98
[...]
  /usr/bin/fakeroot debian/rules binary-arch
 dh_testdir
 dh_testroot
 dh_clean -k 
 dh_installdirs
 dh_install *.ttf usr/share/fonts/truetype/engadget
  dpkg-genchanges -B -ms390 Build Daemon buildd_s390-debian-31 
 ../ttf-engadget_1.0-1_s390.changes
 dpkg-genchanges: arch-specific upload - not including arch-independent 
 packages
 dpkg-genchanges: failure: cannot read files list file: No such file or 
 directory
 dpkg-buildpackage: failure: dpkg-genchanges gave error exit status 2
 **
 Build finished at 20080708-1439
 FAILED [dpkg-buildpackage died]

This package really should be arch-all.



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



Bug#489843: relation to docutils?

2008-07-09 Thread Peter Pentchev
On Wed, Jul 09, 2008 at 12:31:35PM +0200, martin f krafft wrote:
 also sprach Peter Pentchev [EMAIL PROTECTED] [2008.07.08.1645 +0200]:
  As far as I can see, the S5 files in python-docutils are just one of the
  output methods for the restructured text converters.  This is a great
  opportunity for people who are used to ReST, and I like it that this
  gives S5 even more visibility in the world :)  The python-docutils
  package also seems to include several nice S5 styles.
 
 Couldn't the s5 stuff be moved out of docutils and docutils
 recommend s5?

I don't think that could be easy - or even feasible.  The S5 files in
python-docutils are part of the upstream tarball, and leaving aside the
new themes there, the python-docutils author has even modified the
default theme.  The modifications are trivial, yet they are still
deviations from the stock source of Eric Meyer that the S5 package
distributes :)

Now that I looked more deeply into the python-docutils package, it seems
that the work I just did in my Subversion repository on S5 (as described
in my previous e-mail, I taught the command-line tool about config files
and different templates/themes) might not be enough.  The S5 themes in
python-docutils are incremental - each theme only contains the files
that are different from those in the default theme!  This seems to be
getting more weird by the hour :)  I *could* implement overlays in my
s5 command-line tool, but it would probably lead to a somewhat obscure
configuration syntax...

I still think that it would be a good idea to have both packages in the
archive and to have s5's README.Debian point towards python-docutils for
more templates.

G'luck,
Peter

-- 
Peter Pentchev  [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED]
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This sentence contradicts itself - or rather - well, no, actually it doesn't!


pgpFwcW5nfpxA.pgp
Description: PGP signature


Bug#463201: Wrong dependencies

2008-07-09 Thread Gediminas Paulauskas
One of the major changes in Trac 0.11 is the migration to a new
template language, Genshi. Thus the dependencies are wrong

The versions from http://trac.edgewall.org/wiki/TracInstall would be

Depends: python-genshi (= 0.5)
Recommends: python-docutils (= 0.3.9 ), python-pygments | enscript, python-tz
Suggests: python-clearsilver (= 0.9.3)

I have listed only the packages which should be changed, others are OK AFAICS.
Except I have no idea why trac package Suggests: php5-cli.



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



Bug#489890: clamav: New upstream version 0.93.3

2008-07-09 Thread Stephen Gran
This one time, at band camp, Luk Claes said:
 Please package the new upstream version. I would be happy to help with
 packaging if wanted.

I've just got back home from a whirlwind tour of several cities.  I will
likely package and upload it tomorrow.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#489523: pidgin-otr: key generation uses too much entropy from /dev/random

2008-07-09 Thread Thibaut VARENE
tags 489523 help moreinfo
thanks

Hi

I'm not sure this is an actual bug in pidgin-otr (nor libotr, for that
matter). AFAICT (but I don't know the code that much), it uses
libgcrypt's keygen procedures... I'm CC'ing OTR upstream to get some
feedback there.

Thanks

Thibaut

On Sun, Jul 6, 2008 at 5:01 PM, Johannes Langauf [EMAIL PROTECTED] wrote:
 Package: pidgin-otr
 Version: 3.1.0-1
 Severity: critical
 Justification: breaks unrelated software

 *** Please type your report below this line ***
 Steps to reproduce:
 1) eat up all available entrophy:
 1.1) dd if=/dev/random of=/dev/null
 1.2) assuming dd is your first job: kill -9 %1
 2) Generate an OTR key using pidgin-otr.

 Behaviour:
 The key generation uses up all remaining entropy in /dev/random. The GUI
 does not react while generating the key, which can take forever.

 Expected behaviour:
 The random data is taken from /dev/urandom and the GUI does not block
 for more than a couple of seconds on a sufficiently fast PC.

 Impact and suggestions:
 On Systems with very slow entropy sources i.e. no disk activity and no
 user input pidgin may hang eternally. Also every other application,
 which requires entrophy from /dev/random will be blocked, while
 pidgin-otr eats up all available entropy.

 The usage of pidgin-otr regualrily reveals known plain text. It also
 relies on cryptographical functions which are not proven to be more
 secure than the random number generation used in /dev/urandom. Therefore
 I see no disadvantage in switching from /dev/random to /dev/urandom
 whenever /dev/urandom is available.

 As a workaround users can press some keys on their keyboard repetedly
 until enough entropy is generated. It took me about 1 minute to generate
 a key this way.

 This is very inconvenient to me since the one of my machines usually
 should have it's disk turned off, as well as no mouse and no keyboard
 connected. Also on systems which rely even on just a little available
 entropy in /dev/random it may lock up the whole system for quite some
 time.

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

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

 Versions of packages pidgin-otr depends on:
 ii  libc6 2.7-10 GNU C Library: Shared
 libraries
 ii  libgcrypt11   1.4.1-1LGPL Crypto library -
 runtime libr
 ii  libotr2   3.2.0-1Off-the-Record Messaging
 library
 ii  pidgin2.4.2-2graphical multi-protocol
 instant m

 pidgin-otr recommends no packages.

 -- no debconf information








-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/



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



Bug#490023: install of php5-pgsql should ideally reload apache2 if libapache2-mod-php5 is in use

2008-07-09 Thread Gavin McCullagh
Package: php5-pgsql
Version: 5.2.0-8+etch11
Severity: wishlist


When upgrading an etch web server from PHP4 to PHP5 I recently did something 
like

apt-get install libapache2-mod-php5 php5-cli php5-common php5-pgsql 
php5-mysql .

and all went reasonably well, except that when I went to look at the main web 
application it was down due to pgsql not being available.

This was because apache2 was restarted when libapache2-mod-php5 was installed, 
but php5-pgsql was subsequently installed without a restart of apache2, 
so PHP5 had not yet loaded the pgsql support.

It seems like installing modules like php5-pgsql should probably trigger this 
restart if libapache2-mod-php5 is installed?



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

Versions of packages php5-pgsql depends on:
ii  libapache2-mod-php5 [p 5.2.0-8+etch11server-side, HTML-embedded scripti
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libpq4 8.1.11-0etch1 PostgreSQL C client library
ii  php5-cli [phpapi-20060 5.2.0-8+etch11command-line interpreter for the p
ii  php5-common5.2.0-8+etch11Common files for packages built fr

php5-pgsql recommends no packages.

-- no debconf information



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



Bug#490026: prelude-correlator - FTBFS: error: The pkg-config script could not be found or is too old.

2008-07-09 Thread Bastian Blank
Package: prelude-correlator
Version: 0.9.0~beta2-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of prelude-correlator_0.9.0~beta2-1 on lxdebian.bfinv.de by 
 sbuild/s390 98
[...]
 checking for libprelude - version = 0.9.15.2... yes
 checking for pcre-config... /usr/bin/pcre-config
 checking for pcre_get_named_substring in -lpcre... yes
 checking for pkg-config... no
 checking for LUA... checking for LUA... configure: error: The pkg-config 
 script could not be found or is too old.  Make sure it
 is in your PATH or set the PKG_CONFIG environment variable to the full
 path to pkg-config.
 
 Alternatively, you may set the environment variables LUA_CFLAGS
 and LUA_LIBS to avoid the need to call pkg-config.
 See the pkg-config man page for more details.
 
 To get pkg-config, see http://pkg-config.freedesktop.org/.
 See `config.log' for more details.
 make: *** [config.status] Error 1
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2
 **
 Build finished at 20080708-2105
 FAILED [dpkg-buildpackage died]



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



Bug#490025: azureus - FTBFS: debian/rules:25: /usr/share/gcj/debian_defaults: No such file or directory

2008-07-09 Thread Bastian Blank
Package: azureus
Version: 3.0.5.0-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of azureus_3.0.5.0-2 on lxdebian.bfinv.de by sbuild/s390 98
[...]
 dpkg-buildpackage: host architecture s390
  /usr/bin/fakeroot debian/rules clean
 debian/rules:25: /usr/share/gcj/debian_defaults: No such file or directory
 make: *** No rule to make target `/usr/share/gcj/debian_defaults'.  Stop.
 dpkg-buildpackage: failure: /usr/bin/fakeroot debian/rules clean gave error 
 exit status 2
 **
 Build finished at 20080706-2153
 FAILED [dpkg-buildpackage died]



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



Bug#490024: metacity: compositing: sometimes gnome-panel drop shadow is missing

2008-07-09 Thread Jon Dowland
Package: metacity
Version: 1:2.22.0-1
Severity: minor

I'm using metacity with compositing turned on and I've got
quite attached to the drop shadows. For some reason,
gnome-panel doesn't have one, in certain situations. This
has happened to me on three machines and it seems like a
bit of an odd bug.

Usually it has it at first and loses it at some later point
in my session.

I've just closed tracker, xchat and pidgin, and tried
hupping gnome-panel to get it back, no luck. HUPping
metacity *did* bring it back.

I'm wondering if one of the panel applets is providing a
hint that results in metacity not drop-shadowing it. I
shall keep an eye on what I'm running and see what might
provoke it into disappearing again.


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

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

Versions of packages metacity depends on:
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libgconf2-4   2.22.0-1   GNOME configuration database syste
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface 
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libmetacity0  1:2.22.0-1 library of lightweight GTK2 based 
ii  libpango1.0-0 1.20.2-2   Layout and rendering of internatio
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libstartup-notification0  0.9-1  library for program launch feedbac
ii  libx11-6  2:1.1.4-2  X11 client-side library
ii  libxcomposite11:0.4.0-3  X11 Composite extension library
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxdamage1   1:1.1.1-4  X11 damaged region extension libra
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxrandr22:1.2.2-2  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  metacity-common   1:2.22.0-1 Shared files of lightweight GTK2 b

Versions of packages metacity recommends:
ii  gnome-session [x-session-mana 2.22.2-1   The GNOME 2 Session Manager
ii  openbox [x-session-manager]   3.4.7.2-2  standards compliant, fast, light-w
ii  xfce4-session [x-session-mana 4.4.2-6Xfce4 Session Manager

-- no debconf information

-- 
Jon Dowland
ISS UNIX Team



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



Bug#490005: [Pkg-kde-extras] Bug#490005: [ktorrent] ktorrent requires many kde4 packages

2008-07-09 Thread Ana Guerrero
On Wed, Jul 09, 2008 at 10:18:07AM +0200, Valerio Passini wrote:
 Package: ktorrent
 Version: 2.2.7.dfsg.1-1
 Severity: minor
 
 --- Please enter the report below this line. ---
 Dear Developers,
 
 the latest version of ktorrent requires a large portion of kde4 to be 
 installed, since kde4 is still in experimental I'm questioning the 
 opportunity of having ktorrent in unstable so that if I enter
 
 apt-get dist-upgrade
 
 as usual there is the upgrading from kdebase-bin-kde3 to 
 kdebase-runtime-bin-kde4 and many other packages in addition. Personally, I'm 
 foolishly scared of having a mixed kde3/kde4 environment. Sorry for bothering 
 you, maybe it's just paranoia.

ktorrent of kde3 have been renamed ktorrent2.2, there is already part of KDE 4
in unstable (and even testing!), that are perfeclty installable along with
your KDE 3 system without breaking anything (or that we home :D). It is not 
full KDE 4, just the libraries.

Ana



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



Bug#489988: projectl: Creates file in current working directory

2008-07-09 Thread Nico Golde
Hi Guillem,
* Guillem Jover [EMAIL PROTECTED] [2008-07-09 09:19]:
 This game creates the file projectL.prf on the current working dir
 every time it's run. It should probably create it under a dot dir on
 the home dir. Setting as important as this might be a security problem
 (it might even well be RC).

The code that does this seems to be the following from br/prefmanager.d:
 34 public void save(){
 35 auto File fd = new File;
 36 fd.create(PREF_FILE);
 37 fd.write(VERSION_NUM);
 38 _prefData.save(fd);
 39 fd.close();
 40  }
 41 public PrefData prefData() {
 42 return _prefData;
 43 }

Anyone knows if this would follow symlinks and thus opening a symlink attack 
here?
I have no idea of the d programing language.
Cheers
Nico

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


pgpM7NDONBWQk.pgp
Description: PGP signature


Bug#488971: iceweasel: Iceweasel launches a wrong application (e.g. announces xpdf but runs evince)

2008-07-09 Thread Mike Hommey
On Wed, Jul 09, 2008 at 12:39:07PM +0200, Vincent Lefevre [EMAIL PROTECTED] 
wrote:
 On 2008-07-09 11:01:03 +0200, Mike Hommey wrote:
  On Thu, Jul 03, 2008 at 03:56:18PM +0200, Vincent Lefevre [EMAIL 
  PROTECTED] wrote:
   On 2008-07-02 20:05:11 +0200, Mike Hommey wrote:
Please run with the following environment variable set, and send output
here:

NSPR_LOG_MODULES=HelperAppService:5
   
   Attached. Though evince doesn't appear in the contents, it is really
   evince that has been run (and appears in ps output).
  
  I see what is happening. There is no security issue there, only
  inconvenience.
 
 There is *potential* security/data-loss problem, because the following
 points are cumulated:
   1. Firefox runs a program (evince) while announcing something else.
   2. The end user doesn't necessarily know that and doesn't necessarily
  even know GNOME's evince (he doesn't necessarily run GNOME: this
  is my case).
   3. Because of point 2, the end user may have installed a program
  (possibly written by himself) named evince that could do
  destructive things. Of course, you may wonder whether or not this
  is likely to occur somewhere in practice, but évince is a French
  word that means oust.

If the user has a program named evince in is $PATH, *and* the evince
package is installed (which is already a condition to have it run because
of /usr/share/applications/evince.desktop), he probably has other random
problems with other applications.

Your scenario is *very* unlikely.

I do agree, however, that the incovenience is to be addressed.

Mike



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



Bug#489920: [pkg-wpa-devel] Bug#489920: madwifi no longer supported, ath_pci doesn't work anymore

2008-07-09 Thread martin f krafft
forcemerge 487585 489920
thanks

also sprach Kel Modderman [EMAIL PROTECTED] [2008.07.09.0227 +0200]:
 Where do you get your information from? Madwifi and ath5k support
 the WEXT backend, it just so happens that ath5k doesn't work at
 all very well yet.

I've been happy for years with the ath_pci driver and madwifi
backend. When I try the wext backend, the driver cannot make an
association, wavemon keeps showing an empty ESSID, and the invalid
network ID counter keeps counting upwards. If I revert to the
madwifi private backend, it works fine.

 I suspect this is a duplicate of #487585. Please confirm, so that the bug
 reports may be merged.

Yes looks like it, sorry.

I now wonder how to move forward. I don't have connectivity on my
laptop anymore and have to type this elsewhere, so getting debug
information is going to require a lot of extra work. I'd appreciate
if my hand was held a bit. :)

PS: I went a bit berserk after seeing that the latest wpasupplicant
in sid has UNRELEASED in the changelog.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
the vast majority of our imports come from outside the country.  
  - george w. bush


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


Bug#489756: poppler CVE-2008-2950 in etch

2008-07-09 Thread Wichert Akkerman

Hi Steve,

Steve Kemp wrote:

On Wed Jul 09, 2008 at 12:04:01 +0200, Wichert Akkerman wrote:
  
I see CVE-2008-2960 reported in the BTS as #489756 but I see no mention  
of a fix for stable. Is someone working on a DSA for stable?



  There isn't one in progress.  Tonight there will be a release of
 an update to handle CVE-2008-1693.  I guess that will be the next
 one.
  


thanks for the update. I'll (im)patiently await the CVE-2008-2960 DSA.

Wichert.

--
Wichert Akkerman [EMAIL PROTECTED]It is simple to make things.
http://www.wiggy.net/   It is hard to make things simple.




Bug#490013: [Pkg-xfce-devel] Bug#490013: Bug#490013: xfce4-xkb-plugin: Not starting when layout 'ro' with variant 'std' is used

2008-07-09 Thread Yves-Alexis Perez
On Wed, Jul 09, 2008 at 01:06:54PM +0300, Igor Stirbu wrote:
  This one sure doesn't look good. I'm not an xkb expert but it maybe it
  manages to confuse the plugin. What was the result before xkeybord
  upgrade?
 
 I would gladly show if I could get the older version of the package. Is
 there a way to do that?

Maybe try in testing or in snapshot.debian.net

  I guess there are two bugs. I don't think the symname is correct when
  using ro,us. But it shouldn't confuse the plugin like this.
 
 Should we contact the xkb-data team?

yeah, it'd be a good idea. xkb-data maintainers, could you look at
#490013 and tell us what you think?

Cheers,
-- 
Yves-Alexis



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



Bug#463201: Wrong dependencies

2008-07-09 Thread Gediminas Paulauskas
One of the major changes in Trac 0.11 is the migration to a new
template language, Genshi. Thus the dependencies are wrong

The versions from http://trac.edgewall.org/wiki/TracInstall would be

Depends: python-genshi (= 0.5)
Recommends: python-docutils (= 0.3.9 ), python-pygments | enscript, python-tz
Suggests: python-clearsilver  (= 0.9.3)

I have listed only the packages which should be changed, others I have
not looked at.
Except I have no idea why trac package Suggests: php5-cli.



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



Bug#490021: irssi-plugin-otr - FTBFS: Could NOT find Wget

2008-07-09 Thread Bastian Blank
Package: irssi-plugin-otr
Version: 0.1-2
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of irssi-plugin-otr_0.1-2 on debian-31.osdl.marist.edu by 
 sbuild/s390 98
[...]
 -- Detecting CXX compiler ABI info
 -- Detecting CXX compiler ABI info - done
 -- Building irssi-otr version 0.1
 CMake Error at 
 /usr/share/cmake-2.6/Modules/FindPackageHandleStandardArgs.cmake:52 (MESSAGE):
   Could NOT find Wget
 Call Stack (most recent call first):
   /usr/share/cmake-2.6/Modules/FindWget.cmake:17 
 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
   CMakeLists.txt:59 (FIND_PACKAGE)
 
 
 -- Configuring done
 make: *** [builddir/CMakeCache.txt] Error 1
 dpkg-buildpackage: failure: debian/rules build gave error exit status 2
 **
 Build finished at 20080707-2151
 FAILED [dpkg-buildpackage died]



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



Bug#489845: setting package to lynkeos.app, tagging 455771, tagging 489845

2008-07-09 Thread Yavor Doganov
# Automatically generated email from bts, devscripts version 2.10.33
# via tagpending 
#
# lynkeos.app (1.2-3) unstable; urgency=low
#
#  * debian/patches/05_ffmpeg_build_fix.dpatch: Remove lots of useless
#libraries from ADDITIONAL_OBJC_LIBS.  This fixes FTBFS (Closes:
##489845) and maybe will make the Ubuntu maintainer's life easier
#(Closes: #455771).
#

package lynkeos.app
tags 455771 + pending
tags 489845 + pending




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



Bug#490028: gc_approx fails when cache filesystem is full

2008-07-09 Thread Petr Rockai
Package: approx
Version: 3.3.0
Severity: normal

Hi,

I get:

13:17:32 | [EMAIL PROTECTED]:~ - sudo gc_approx

gzip: stdout: No space left on device
Failure: decompress

This is somewhat unfortunate, as gc_approx is apparently supposed to reclaim
free space. I have resorted to randomly removing .debs from the pool until it
managed to get through.

Yours,
Petr.

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

Kernel: Linux 2.6.24-rc7-1-morn (PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages approx depends on:
ii  adduser   3.108  add and remove users and groups
ii  bzip2 1.0.5-0.1  high-quality block-sorting file co
ii  curl  7.18.2-1   Get a file from an HTTP, HTTPS or 
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libpcre3  7.6-2  Perl 5 Compatible Regular Expressi
ii  libwrap0  7.6.q-15   Wietse Venema's TCP wrappers libra
ii  lsb-base  3.2-12 Linux Standard Base 3.2 init scrip

approx recommends no packages.

-- no debconf information



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



Bug#490027: lwresd 1:9.5.0.dfsg.P1-1 uninstallable

2008-07-09 Thread Philip Armstrong
Package: lwresd
Version: 1:9.5.0.dfsg.P1-1
Severity: important

$ sudo dpkg --configure -a
[sudo] password for phil: 
Setting up lwresd (1:9.5.0.dfsg.P1-1) ...
rndc-confgen: unable to create /etc/bind/rndc.key

dpkg: error processing lwresd (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 lwresd

There is no /etc/bind on my system, hence the error.

I have neither bind8 or bind9 installed -- I'm using dnsmasq for local
name resolution.

cheers, Phil

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

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

Versions of packages lwresd depends on:
ii  adduser   3.108  add and remove users and groups
ii  libbind9-41   1:9.5.0.dfsg.P1-1  BIND9 Shared Libraries used by BIN
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcap2   2.10-2 support for getting/setting POSIX.
ii  libdb4.6  4.6.21-10  Berkeley v4.6 Database Libraries [
ii  libkrb53  1.6.dfsg.4~beta1-3 MIT Kerberos runtime libraries
ii  libldap-2.4-2 2.4.10-1   OpenLDAP libraries
ii  liblwres401:9.5.0.dfsg.P1-1  Lightweight Resolver Library used 
ii  libssl0.9.8   0.9.8g-10.1SSL shared libraries
ii  libxml2   2.6.32.dfsg-2  GNOME XML library

Versions of packages lwresd recommends:
ii  libnss-lwres  0.93-4.2   NSS module for using bind9's lwres

-- no debconf information



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



Bug#489756: poppler CVE-2008-2950 in etch

2008-07-09 Thread Nico Golde
Hi Wichert,
* Wichert Akkerman [EMAIL PROTECTED] [2008-07-09 13:12]:
 Steve Kemp wrote:
 On Wed Jul 09, 2008 at 12:04:01 +0200, Wichert Akkerman wrote:
   
 I see CVE-2008-2960 reported in the BTS as #489756 but I see no mention  of 
 a 
 fix for stable. Is someone working on a DSA for stable?
 
 
   There isn't one in progress.  Tonight there will be a release of
  an update to handle CVE-2008-1693.  I guess that will be the next
  one.
 
 thanks for the update. I'll (im)patiently await the CVE-2008-2960 DSA.

As far as I know white already uploaded a DSA build which 
just waits to get checked  released.

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


pgpwRJunnH1uh.pgp
Description: PGP signature


Bug#490030: jclic: please update dependency on msttcorefonts

2008-07-09 Thread Thijs Kinkhorst
Package: jclic
Version: 0.1.2.2+cvs20080125-1
Severity: wishlist

Hi,

The package 'msttcorefonts', which your package Suggests, has changed
name. It is now called ttf-mscorefonts-installer, to be in line with
other TrueType font packages in Debian. Also, recently the
ttf-liberation package has entered Debian. This is a package containing
free variants of the Arial, Courier and Times New Roman fonts. This is
obviously a better alternative to users since it's in main and doesn't
require a separate download.

Please do one of the following:

1) If your package only needs Arial, Courier or Times New Roman, change
   the Suggests to:
   ttf-liberation | ttf-mscorefonts-installer

2) If the suggests is specifically about non-{Arial,Courier,Times)
   fonts, change it to:
   ttf-mscorefonts-installer

thanks,

Thijs
(msttcorefonts maintainer)

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

Kernel: Linux 2.6.25-2-powerpc
Locale: LANG=nl_NL.UTF-8, LC_CTYPE=nl_NL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



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



Bug#490029: AttributeError: 'NoneType' object has no attribute 'type'

2008-07-09 Thread Julien Danjou
Package: gnome-osd
Version: 0.12.2-1
Severity: serious

% gnome-osd-client lol
ServerError: Traceback (most recent call last):
  File /var/lib/python-support/python2.5/gnomeosd/server.py, line 316,
in message_show_cb
osd_msg.show(message, timeout)
  File /var/lib/python-support/python2.5/gnomeosd/server.py, line 122,
in show
msg.timeout = self.getprop('hide_timeout')
  File /var/lib/python-support/python2.5/gnomeosd/server.py, line 114,
in getprop
return prefs[name]
  File /var/lib/python-support/python2.5/gnomeosd/gconfsync.py, line
103, in __getitem__
return self.__gconf_get(key)
  File /var/lib/python-support/python2.5/gnomeosd/gconfsync.py, line
70, in __gconf_get
val = self.__value_to_python(val)
  File /var/lib/python-support/python2.5/gnomeosd/gconfsync.py, line
43, in __value_to_python
if value.type == gconf.VALUE_BOOL:
AttributeError: 'NoneType' object has no attribute 'type'


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

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

Versions of packages gnome-osd depends on:
ii  gconf22.22.0-1   GNOME configuration database syste
ii  python2.5.2-1An interactive high-level object-o
ii  python-dbus   0.82.4-2   simple interprocess messaging syst
ii  python-gnome2 2.22.0-1   Python bindings for the GNOME desk
ii  python-gtk2   2.12.1-6   Python bindings for the GTK+ widge
ii  python-pyorbit2.14.3-2   A Python language binding for the 
ii  python-pyorbit-omg2.14.3-2   PyORBit - python CORBA OMG standar
ii  python-support0.8.4  automated rebuilding support for P

gnome-osd recommends no packages.

-- no debconf information

-- 
Julien Danjou
// ᐰ [EMAIL PROTECTED]   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
// Trust no one.


signature.asc
Description: Digital signature


  1   2   3   4   >