Bug#599694: libwnck22: Loses track of Java app windows with modal dialogs

2010-10-10 Thread Alexander Hvostov
Package: libwnck22
Version: 2.30.4-2
Severity: normal

When a Java application has multiple main windows (i.e. Frames), and at least
one of them has a modal dialog blocking it, WNCK applications (like the GNOME
window picker applet or avant-window-navigator) seem to forget about that
window, even after the modal dialog closes.

I have attached a small Java program that demonstrates this behavior. It brings
up two JFrames and blocks one with a modal JDialog, but the frame with the
dialog does not appear in the window picker or in AWN.

Unfortunately I am not an X programmer, or I would try to investigate this
issue further.



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

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

Versions of packages libwnck22 depends on:
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libc62.11.2-6Embedded GNU C Library: Shared lib
ii  libcairo21.8.10-6The Cairo 2D vector graphics libra
ii  libglib2.0-0 2.24.2-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  libstartup-notification0 0.10-1  library for program launch feedbac
ii  libwnck-common   2.30.4-2Window Navigator Construction Kit 
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxres1 2:1.0.4-1   X11 Resource extension library

libwnck22 recommends no packages.

libwnck22 suggests no packages.

-- no debconf information
import java.awt.EventQueue;
import javax.swing.*;

public final class WNCKBreakageDemo {
	public static void main(String[] args) {
		EventQueue.invokeLater(new Runnable() {
			public void run() {
JFrame demoFrame1 = new JFrame();
demoFrame1.setTitle(Demo frame 1);
demoFrame1.setSize(100, 100);
demoFrame1.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
demoFrame1.setVisible(true);

JFrame demoFrame2 = new JFrame();
demoFrame2.setTitle(Demo frame 2);
demoFrame2.setSize(100, 100);
demoFrame2.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
demoFrame2.setVisible(true);

JDialog demoDialog1 = new JDialog(demoFrame1);
demoDialog1.setModal(true);
demoDialog1.setTitle(Demo dialog 1);
demoDialog1.setSize(50, 50);
demoDialog1.setDefaultCloseOperation(JDialog.DISPOSE_ON_CLOSE);
demoDialog1.setVisible(true);
			}
		});
	}
}


Bug#599512: systemd-sysv: Please provide an invoke-rc.d implementation

2010-10-08 Thread Alexander Hvostov
Package: systemd-sysv
Version: 8-2
Severity: normal

When using systemd(-sysv), the invoke-rc.d script used by package maintainer
scripts still calls init scripts directly, rather than through systemctl.

Please provide an implementation of invoke-rc.d (or policy-rc.d, if that is
appropriate) for systemd.



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

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

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#589110: scala: New upstream version available

2010-07-14 Thread Alexander Hvostov
Source: scala
Version: 2.7.7.dfsg-4
Severity: wishlist
Tags: upstream

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

A new major release of Scala, 2.8.0, has been released.

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

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

Versions of packages scala depends on:
ii  default-jre [java6-runtime] 1.6-36   Standard Java or Java compatible R
ii  openjdk-6-jre [java6-runtim 6b18-1.8-2   OpenJDK Java runtime, using Hotspo
ii  scala-library   2.7.7.dfsg-4 The Scala standard library
ii  sun-java6-jre [java6-runtim 6.20-dlj-3   Sun Java(TM) Runtime Environment (

scala recommends no packages.

scala suggests no packages.

- -- no debconf information

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

iD8DBQFMPkQZtHQW4HWNftkRAjJFAJ4j8NQKVZDckq3qoGYYAaz48pD/AACfWrxX
IvdgIxJuPhgGnBj6pYZwAb8=
=IrqA
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#586432: gimp: Please consider making toolbox / dock windows skip taskbar

2010-06-19 Thread Alexander Hvostov
Package: gimp
Version: 2.6.8-3
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm not sure whether this is actually a good idea or not, but perhaps Gimp's
toolbox and dock windows should be (optionally?) skip-taskbar.

I find it helpful to configure my window manager to make Gimp's toolbox/docks
skip-taskbar, since they clutter my taskbar unnecessarily. There is always at
least one image window open as long as Gimp is running, and I set the
toolbox/docks to be utility windows, so they are always raised when any image
window is, and can't get lost.

Adding such a feature to Gimp would make this easier for people that can't or
don't want to configure their window managers like this, and would nicely
complement the existing options to make the toolbar/docks utility windows.

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

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

Versions of packages gimp depends on:
ii  gimp-data   2.6.8-3  Data files for GIMP
ii  libaa1  1.4p5-38 ascii art library
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libbabl-0.0-0   0.0.22-1 Dynamic, any to any, pixel format 
ii  libc6   2.11.2-1 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libexif12   0.6.19-1 library to parse EXIF files
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgegl-0.0-0   0.0.22-2 Generic Graphics Library
ii  libgimp2.0  2.6.8-3  Libraries for the GNU Image Manipu
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libhal1 0.5.14-2 Hardware Abstraction Layer - share
ii  libjpeg62   6b-16.1  The Independent JPEG Group's JPEG 
ii  liblcms11.18.dfsg-1.2+b1 Color management library
ii  libmng1 1.0.10-1 Multiple-image Network Graphics li
ii  libpango1.0-0   1.28.1-1 Layout and rendering of internatio
ii  libpng12-0  1.2.43-1 PNG library - runtime
ii  libpoppler-glib40.12.4-1 PDF rendering library (GLib-based 
ii  librsvg2-2  2.26.3-1 SAX-based renderer library for SVG
ii  libtiff43.9.2-3+b1   Tag Image File Format (TIFF) libra
ii  libwebkit-1.0-2 1.2.1-2  Web content engine library for Gtk
ii  libwmf0.2-7 0.2.8.4-6.1  Windows metafile conversion librar
ii  libx11-62:1.3.3-3X11 client-side library
ii  libxext62:1.1.1-3X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.4-2X11 miscellaneous 'fixes' extensio
ii  libxmu6 2:1.0.5-1X11 miscellaneous utility library
ii  libxpm4 1:3.5.8-1X11 pixmap library
ii  python  2.5.4-9  An interactive high-level object-o
ii  python-gtk2 2.17.0-2 Python bindings for the GTK+ widge
ii  python-support  1.0.8automated rebuilding support for P
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

gimp recommends no packages.

Versions of packages gimp suggests:
ii  ghostscript  8.71~dfsg2-3The GPL Ghostscript PostScript/PDF
pn  gimp-data-extras none  (no description available)
ii  gimp-help-en [gi 2.4.1-2 Documentation for the GIMP (Englis
ii  gvfs-backends1.6.2-1 userspace virtual filesystem - bac
ii  libasound2   1.0.23-1shared library for ALSA applicatio
ii  libgimp-perl 2.0.dfsg+2.2pre1.dfsg-5 Perl support and plugins for The G

- -- no debconf information

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

iD8DBQFMHMvKtHQW4HWNftkRAgguAJ41FydnnhgGmCLZ7n3t52x4bmWf8QCgh6l7
+lJRCuu0BNt7TTz9U7aoe6Y=
=YzNU
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#585083: libnfsidmap2: Missing man page 'idmapd.conf'

2010-06-08 Thread Alexander Hvostov
Package: libnfsidmap2
Version: 0.23-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The binary package libnfsidmap2 does not seem to contain the 'idmapd.conf'
man page, even though the source package does, and nfs-common no longer
does.

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

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

Versions of packages libnfsidmap2 depends on:
ii  libc6 2.10.2-8   Embedded GNU C Library: Shared lib
ii  libldap-2.4-2 2.4.21-1   OpenLDAP libraries

libnfsidmap2 recommends no packages.

libnfsidmap2 suggests no packages.

- -- no debconf information

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

iD8DBQFMDtCMtHQW4HWNftkRAkZrAKCVSR20uk2F6fjc9TTaqt9RxQofVQCeJ04p
RjEZX2t1rZIZU7Q1MNSHRXI=
=e/io
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#582688: evolution: Segfault when trying to use a mail template

2010-05-22 Thread Alexander Hvostov
Package: evolution
Version: 2.30.1.2-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When trying to use a mail template (i.e. double clicking a message in the
Templates folder), Evolution immediately segfaults.

Backtrace:

#0  0xb7a77789 in traverse_parts (clues=value optimized out, 
message=value optimized out, content=0xb2265c08)
at em-composer-utils.c:951
#1  0xb7a776cd in traverse_parts (clues=value optimized out, 
message=value optimized out, content=0xb2230670)
at em-composer-utils.c:927
#2  0xb7a77d08 in edit_message (message=0xb2208260, drafts=0x813c168, 
uid=0x8aaf3c8 6) at em-composer-utils.c:982
#3  0xb7a77dcb in edit_messages (folder=0x813c168, uids=0x87fb1c0, 
msgs=0x87fba30, user_data=0x1) at em-composer-utils.c:1040
#4  0xb7aa2a9d in get_messages_done (m=0x85c3cb0) at mail-ops.c:1994
#5  0xb7aa231e in mail_msg_idle_cb () at mail-mt.c:453
#6  0x4a694371 in ?? () from /lib/libglib-2.0.so.0
#7  0x4a6962f5 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#8  0x4a699fd8 in ?? () from /lib/libglib-2.0.so.0
#9  0x4a69a517 in g_main_loop_run () from /lib/libglib-2.0.so.0
#10 0x4abc2dc9 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#11 0x0804a14d in main (argc=1, argv=0xbfffeec4) at main.c:578

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

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

Versions of packages evolution depends on:
ii  dbus1.2.24-1 simple interprocess messaging syst
ii  debconf [debconf-2.0]   1.5.32   Debian configuration management sy
ii  evolution-common2.30.1.2-2   architecture independent files for
ii  evolution-data-server   2.30.1-4 evolution database backend server
ii  gconf2  2.28.1-3 GNOME configuration database syste
ii  gnome-icon-theme2.30.2.1-1   GNOME Desktop icon theme
ii  libart-2.0-22.3.21-1 Library of functions for 2D graphi
ii  libatk1.0-0 1.30.0-1 The ATK accessibility toolkit
ii  libc6   2.10.2-8 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-4 The Cairo 2D vector graphics libra
ii  libcamel1.2-14  2.30.1-4 The Evolution MIME message handlin
ii  libcanberra-gtk00.24-1   Gtk+ helper for playing widget eve
ii  libcanberra00.24-1   a simple abstract interface for pl
ii  libdbus-1-3 1.2.24-1 simple interprocess messaging syst
ii  libdbus-glib-1-20.86-1   simple interprocess messaging syst
ii  libebackend1.2-02.30.1-4 Utility library for evolution data
ii  libebook1.2-9   2.30.1-4 Client library for evolution addre
ii  libecal1.2-72.30.1-4 Client library for evolution calen
ii  libedataserver1.2-112.30.1-4 Utility library for evolution data
ii  libedataserverui1.2-8   2.30.1-4 GUI utility library for evolution 
ii  libegroupwise1.2-13 2.30.1-4 Client library for accessing group
ii  libenchant1c2a  1.4.2-3.6a wrapper library for various spel
ii  libevolution2.30.1.2-2   evolution libraries
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.1-3 GNOME configuration database syste
ii  libgdata-google1.2-12.30.1-4 Client library for accessing Googl
ii  libgdata1.2-1   2.30.1-4 Client library for accessing Googl
ii  libglib2.0-02.24.1-1 The GLib library of C routines
ii  libgnome-desktop-2-17   2.30.0-2 Utility library for loading .deskt
ii  libgnomecanvas2-0   2.30.1-1 A powerful object-oriented display
ii  libgtk2.0-0 2.20.1-1 The GTK+ graphical user interface 
ii  libgtkhtml-editor0  3.30.1-2 HTML rendering/editing library - e
ii  libgtkhtml3.14-19   3.30.1-2 HTML rendering/editing library - r
ii  libgweather12.30.0-2 GWeather shared library
ii  libical00.44-3   iCalendar library implementation i
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1- 0.4.5-1  sends desktop notifications to a n
ii  libnspr4-0d 4.8.4-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.6-2 Network Security Service libraries
ii  libpango1.0-0   1.28.0-1 Layout and rendering of internatio
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup2.4-12.30.1-1 an HTTP library 

Bug#574782: evolution: Reminders for tasks

2010-03-20 Thread Alexander Hvostov
Package: evolution
Version: 2.28.3-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please add reminders for tasks, along the lines of the reminders that calendar
events can have. I believe this would be a very useful feature.

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

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

Versions of packages evolution depends on:
ii  dbus1.2.20-2 simple interprocess messaging syst
ii  debconf [debconf-2.0]   1.5.28   Debian configuration management sy
ii  evolution-common2.28.3-1 architecture independent files for
ii  evolution-data-server   2.28.3.1-1   evolution database backend server
ii  gconf2  2.28.0-1 GNOME configuration database syste
ii  gnome-icon-theme2.28.0-1 GNOME Desktop icon theme
ii  libart-2.0-22.3.20-2 Library of functions for 2D graphi
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libbluetooth3   4.60-1   Library to use the BlueZ Linux Blu
ii  libbonobo2-02.24.2-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.24.2-1 The Bonobo UI library
ii  libc6   2.10.2-6 Embedded GNU C Library: Shared lib
ii  libcairo2   1.8.10-2 The Cairo 2D vector graphics libra
ii  libcamel1.2-14  2.28.3.1-1   The Evolution MIME message handlin
ii  libdbus-1-3 1.2.20-2 simple interprocess messaging syst
ii  libdbus-glib-1-20.84-1   simple interprocess messaging syst
ii  libebackend1.2-02.28.3.1-1   Utility library for evolution data
ii  libebook1.2-9   2.28.3.1-1   Client library for evolution addre
ii  libecal1.2-72.28.3.1-1   Client library for evolution calen
ii  libedataserver1.2-112.28.3.1-1   Utility library for evolution data
ii  libedataserverui1.2-8   2.28.3.1-1   GUI utility library for evolution 
ii  libegroupwise1.2-13 2.28.3.1-1   Client library for accessing group
ii  libenchant1c2a  1.4.2-3.6a wrapper library for various spel
ii  libexchange-storage1.2- 2.28.3.1-1   Client library for accessing Excha
ii  libfontconfig1  2.8.0-2  generic font configuration library
ii  libfreetype62.3.11-1 FreeType 2 font engine, shared lib
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libgdata-google1.2-12.28.3.1-1   Client library for accessing Googl
ii  libgdata1.2-1   2.28.3.1-1   Client library for accessing Googl
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libgnome-desktop-2-11   2.28.2-1 Utility library for loading .deskt
ii  libgnome-pilot2 2.0.15-2.4   Support libraries for gnome-pilot
ii  libgnome2-0 2.28.0-1 The GNOME library - runtime files
ii  libgnomecanvas2-0   2.26.0-1 A powerful object-oriented display
ii  libgnomeui-02.24.2-1 The GNOME libraries (User Interfac
ii  libgnomevfs2-0  1:2.24.2-2   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.18.7-1 The GTK+ graphical user interface 
ii  libgtkhtml-editor0  3.28.3-1 HTML rendering/editing library - e
ii  libgtkhtml3.14-19   3.28.3-1 HTML rendering/editing library - r
ii  libgweather12.28.0-1+b1  GWeather shared library
ii  libhal1 0.5.14-2 Hardware Abstraction Layer - share
ii  libical00.44-3   iCalendar library implementation i
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libldap-2.4-2   2.4.17-2.1   OpenLDAP libraries
ii  libnotify1 [libnotify1- 0.4.5-1  sends desktop notifications to a n
ii  libnspr4-0d 4.8.3-1  NetScape Portable Runtime Library
ii  libnss3-1d  3.12.5-2 Network Security Service libraries
ii  liborbit2   1:2.14.17-2  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.26.2-1 Layout and rendering of internatio
ii  libpisock9  0.12.5-2 library for communicating with a P
ii  libpisync1  0.12.5-2 synchronization library for PalmOS
ii  libpopt01.15-1   lib for parsing cmdline parameters
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libsoup2.4-12.29.91-1an HTTP library implementation in 
ii  libsqlite3-03.6.22-1 SQLite 3 shared library
ii  

Bug#555719: nautilus: WebDAV over SSL fails when a client certificate is required

2009-11-11 Thread Alexander Hvostov
Package: nautilus
Version: 2.28.1-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When attempting to use WebDAV over SSL in Nautilus (i.e. davs protocol) on a
server that requires a client certificate, Nautilus doesn't ask for a client
certificate. Instead, it gives this strange error message:

Error: HTTP Error: Connection terminated unexpectedly
Please select another viewer and try again

I'm guessing client certificate authentication is simply not supported, but at
the very least, the error message should say so.

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

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

Versions of packages nautilus depends on:
ii  desktop-file-utils  0.15-2   Utilities for .desktop files
ii  gvfs1.4.1-2  userspace virtual filesystem - ser
ii  libatk1.0-0 1.28.0-1 The ATK accessibility toolkit
ii  libbeagle1  0.3.9-1  library for accessing beagle using
ii  libc6   2.9-27   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libdbus-glib-1-20.82-2   simple interprocess messaging syst
ii  libexempi3  2.1.1-1  library to parse XMP metadata (Lib
ii  libexif12   0.6.17-1 library to parse EXIF files
ii  libgail18   2.18.2-1 GNOME Accessibility Implementation
ii  libgconf2-4 2.28.0-1 GNOME configuration database syste
ii  libglib2.0-02.22.2-2 The GLib library of C routines
ii  libglib2.0-data 2.22.2-2 Common files for GLib library
ii  libgnome-desktop-2-11   2.28.0-1 Utility library for loading .deskt
ii  libgtk2.0-0 2.18.2-1 The GTK+ graphical user interface 
ii  libice6 2:1.0.5-1X11 Inter-Client Exchange library
ii  libnautilus-extension1  2.28.0-2 libraries for nautilus components 
ii  libpango1.0-0   1.26.0-1 Layout and rendering of internatio
ii  libselinux1 2.0.85-4 SELinux runtime shared libraries
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libtrackerclient0   0.6.95-3 metadata database, indexer and sea
ii  libunique-1.0-0 1.1.2-2  Library for writing single instanc
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxml2 2.7.6.dfsg-1 GNOME XML library
ii  libxrender1 1:0.9.4-2X Rendering Extension client libra
ii  nautilus-data   2.28.1-1 data files for nautilus
ii  shared-mime-info0.70-1   FreeDesktop.org shared MIME databa

Versions of packages nautilus recommends:
ii  app-install-dat 2009.06.06   Application Installer Data Files
ii  brasero 2.28.2-1 CD/DVD burning application for GNO
ii  consolekit  0.3.1-1  framework for defining and trackin
ii  desktop-base5.0.5common files for the Debian Deskto
ii  eject   2.1.5+deb1+cvs20081104-6 ejects CDs and operates CD-Changer
ii  gvfs-backends   1.4.1-2  userspace virtual filesystem - bac
ii  librsvg2-common 2.26.0-1 SAX-based renderer library for SVG
ii  synaptic0.63 Graphical package manager

Versions of packages nautilus suggests:
ii  eog  2.28.1-1Eye of GNOME graphics viewer progr
ii  evince [pdf-viewer]  2.28.1-1Document (postscript, pdf) viewer
ii  mpg321 [mp3-decoder] 0.2.10.6mpg123 clone that doesn't use floa
ii  okular [pdf-viewer]  4:4.3.2-1   document viewer for KDE 4
ii  totem2.28.2-3A simple media player for the GNOM
pn  tracker  none  (no description available)
ii  vlc [mp3-decoder]1.0.2-1 multimedia player and streamer
ii  vlc-nox [mp3-decoder]1.0.2-1 multimedia player and streamer (wi
pn  xdg-user-dirsnone  (no description available)
ii  xpdf-reader [pdf-viewer] 3.02-1.4+lenny1 Portable Document Format (PDF) sui
ii  xpdf-utils [pdf-viewer]  3.02-1.4+lenny1 Portable Document Format (PDF) sui

- -- no debconf information

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

iD8DBQFK+qeVtHQW4HWNftkRAmYeAKCF9HwHBzOQ6jGmF2aP748aKzzNeACfSCy6
8AtyWa+KEwqAUtDpxE84r+s=
=RsGq
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#357297: (no subject)

2009-10-14 Thread Alexander Hvostov
FYI: The script also breaks KDE's native screen saver facility.


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


Bug#550834: amarok: Next Track command always selects first track in playlist

2009-10-13 Thread Alexander Hvostov
Package: amarok
Version: 2.2.0-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When using Playlist→Random→Tracks and Playlist→Random→Favor→Higher Scores,
using the Next Track command always seems to switch to the first track on the
playlist, even when that is the currently playing track.

Changing either of the aforementioned settings seems to remedy the problem.

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

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

Versions of packages amarok depends on:
ii  amarok-common2.2.0-1 architecture independent files for
ii  amarok-utils 2.2.0-1 utilities for Amarok media player
ii  kdebase-runtime  4:4.3.2-1   runtime components from the offici
ii  kdelibs5 4:4.3.2-2   core libraries for all KDE 4 appli
ii  libc62.9-27  GNU C Library: Shared libraries
ii  libcurl3-gnutls  7.19.5-1.1  Multi-protocol file transfer libra
ii  libgcc1  1:4.4.1-6   GCC support library
ii  libgcrypt11  1.4.4-4 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.22.2-2The GLib library of C routines
ii  libgpod4 0.7.2-1.1   library to read and write songs an
ii  libgtk2.0-0  2.18.2-1The GTK+ graphical user interface 
ii  liblastfm0   0.4.0~git20090710-1 The Last.fm web services library
ii  libloudmouth1-0  1.4.3-4 Lightweight C Jabber library
ii  libmtp8  0.3.7-7 Media Transfer Protocol (MTP) libr
ii  libmysqlclient16 5.1.39-1MySQL database client library
ii  libphonon4   4:4.5.3-3   Qt 4 Phonon module
ii  libplasma3   4:4.3.2-2   library for the KDE 4 Plasma deskt
ii  libqt4-dbus  4:4.5.3-3   Qt 4 D-Bus module
ii  libqt4-network   4:4.5.3-3   Qt 4 network module
ii  libqt4-script4:4.5.3-3   Qt 4 script module
ii  libqt4-sql   4:4.5.3-3   Qt 4 SQL module
ii  libqt4-svg   4:4.5.3-3   Qt 4 SVG module
ii  libqt4-webkit4:4.5.3-3   Qt 4 WebKit module
ii  libqt4-xml   4:4.5.3-3   Qt 4 XML module
ii  libqtcore4   4:4.5.3-3   Qt 4 core module
ii  libqtgui44:4.5.3-3   Qt 4 GUI module
ii  libqtscript4-core0.1.0-3 Qt Script bindings for the Qt 4 Co
ii  libqtscript4-gui 0.1.0-3 Qt Script bindings for the Qt 4 Gu
ii  libqtscript4-network 0.1.0-3 Qt Script bindings for the Qt 4 Ne
ii  libqtscript4-sql 0.1.0-3 Qt Script bindings for the Qt 4 SQ
ii  libqtscript4-uitools 0.1.0-3 Qt Script bindings for the Qt 4 Ui
ii  libqtscript4-xml 0.1.0-3 Qt Script bindings for the Qt 4 XM
ii  libstdc++6   4.4.1-6 The GNU Standard C++ Library v3
ii  libstreamanalyzer0   0.7.0-1+b2  streamanalyzer library for Strigi 
ii  libstreams0  0.7.0-1+b2  streams library for for Strigi Des
ii  libtag-extras1   1.0.1-2 TagLib extras library - support fo
ii  libtag1c2a   1.6-3   TagLib Audio Meta-Data Library
ii  libxml2  2.7.6.dfsg-1GNOME XML library
ii  phonon   4:4.5.3-3   Qt 4 Phonon module metapackage
ii  phonon-backend-gstre 4:4.3.1-4   Phonon GStreamer 0.10.x backend
ii  phonon-backend-xine  4:4.3.1-4   Phonon Xine 1.1.x backend
ii  zlib1g   1:1.2.3.3.dfsg-15   compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:4.3.2-1  transparent audio CD access for KD

Versions of packages amarok suggests:
ii  libqt4-sql-mysql  4:4.5.3-3  Qt 4 MySQL database driver
pn  libqt4-sql-psql   none (no description available)
ii  libqt4-sql-sqlite 4:4.5.3-3  Qt 4 SQLite 3 database driver

Versions of packages amarok is related to:
ii  phonon-backend-gstreamer [pho 4:4.3.1-4  Phonon GStreamer 0.10.x backend
ii  phonon-backend-xine [phonon-b 4:4.3.1-4  Phonon Xine 1.1.x backend

- -- no debconf information

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

iD8DBQFK1FmWtHQW4HWNftkRAumOAJsEWhuxG6mFzMd1pVZFM2eSihidhgCfQokz
pw6qcTxQljfQJ9Kqp4Fx3/Y=
=LGQP
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#524273: (no subject)

2009-04-26 Thread Alexander Hvostov
severity 524273 grave
thanks

I have the same problem. CCSM 0.8.2-1 is completely unusable, presumably for 
everyone, because of this bug.

Traceback (most recent call last):
  File /usr/lib/pymodules/python2.5/ccm/Pages.py, line 1302, in ShowPlugin
pluginPage = PluginPage(plugin)
  File /usr/lib/pymodules/python2.5/ccm/Pages.py, line 125, in __init__
sortedGroups = sorted(plugin.Groups.items(), key=GroupIndexKeyFunc)
  File /usr/lib/pymodules/python2.5/ccm/Utils.py, line 374, in 
GroupIndexKeyFunc
return item[1][0]
KeyError: 0


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


Bug#520698: banshee: Sometimes crashes when pressing stop button on multimedia keyboard

2009-03-21 Thread Alexander Hvostov
Package: banshee
Version: 1.4.3-3
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This version of Banshee sometimes crashes when I press the Stop button on my
multimedia keyboard.

When Banshee does not crash, it correctly stops playback in response to the
button press. Previous versions of Banshee did not crash; this is a new issue.

The exception causing the crash is consistently this:

Unhandled Exception: System.NullReferenceException: Object reference not set to 
an instance of an object
  at Banshee.Plugins.Lyrics.AdapterCurrentTrack.GetArtist () [0x0] 
  at Banshee.Plugins.Lyrics.LyricsManager.LyricOutOfDate (System.String artist, 
System.String title) [0x0] 
  at Banshee.Plugins.Lyrics.LyricsManager.GetLyrics (System.String artist, 
System.String title) [0x0] 
  at Banshee.Plugins.Lyrics.LyricsManager.GetLyrics (System.Object param) 
[0x0]

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

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

Versions of packages banshee depends on:
ii  gnome-icon-theme  2.24.0-2   GNOME Desktop icon theme
ii  gstreamer0.10-gnomevfs0.10.22-3  GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins-bas 0.10.22-3  GStreamer plugins from the base 
ii  gstreamer0.10-plugins-goo 0.10.14-2  GStreamer plugins from the good 
ii  hal   0.5.11-8   Hardware Abstraction Layer
ii  libboo2.0-cil 0.8.1.2865-3   python-like language and compiler 
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libgconf2.0-cil   2.20.1-1   CLI binding for GConf 2.20
ii  libglade2.0-cil   2.12.8-2   CLI binding for the Glade librarie
ii  libglib2.0-0  2.20.0-1   The GLib library of C routines
ii  libglib2.0-cil2.12.8-2   CLI binding for the GLib utility l
ii  libgnome2.0-cil   2.20.1-1   CLI binding for GNOME 2.20
ii  libgstreamer-plugins-base 0.10.22-3  GStreamer libraries from the base
ii  libgstreamer0.10-00.10.22-2  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.14.7-4+b1The GTK+ graphical user interface 
ii  libgtk2.0-cil 2.12.8-2   CLI binding for the GTK+ toolkit 2
ii  libmono-addins-gui0.2-cil 0.4-4  GTK# frontend library for Mono.Add
ii  libmono-addins0.2-cil 0.4-4  addin framework for extensible CLI
ii  libmono-cairo2.0-cil  2.0.1-5Mono Cairo library
ii  libmono-corlib2.0-cil 2.0.1-5Mono core library (2.0)
ii  libmono-posix2.0-cil  2.0.1-5Mono.Posix library (2.0)
ii  libmono-sharpzip2.84-cil  2.0.1-5Mono SharpZipLib library
ii  libmono-sqlite2.0-cil 2.0.1-5Mono Sqlite library
ii  libmono-system-data2.0-ci 2.0.1-5Mono System.Data Library
ii  libmono-system-web2.0-cil 2.0.1-5Mono System.Web Library
ii  libmono-system2.0-cil 2.0.1-5Mono System libraries (2.0)
ii  libmono-zeroconf1.0-cil   0.8.0-2CLI library for multicast DNS serv
ii  libmtp8   0.3.6-2Media Transfer Protocol (MTP) libr
ii  libndesk-dbus-glib1.0-cil 0.4.1-2CLI implementation of D-Bus (GLib 
ii  libndesk-dbus1.0-cil  0.6.0-2CLI implementation of D-Bus
ii  libnotify0.4-cil  0.4.0~r3032-1  CLI library for desktop notificati
ii  libtaglib2.0-cil  2.0.3.2+dfsg-3 CLI library for accessing audio an
ii  libx11-6  2:1.2-1X11 client-side library
ii  libxrandr22:1.3.0-1  X11 RandR extension library
ii  libxxf86vm1   1:1.0.2-1  X11 XFree86 video mode extension l
ii  mono-runtime  2.0.1-5Mono runtime

Versions of packages banshee recommends:
ii  avahi-daemon 0.6.24-2Avahi mDNS/DNS-SD daemon
pn  brasero  none  (no description available)
ii  gstreamer0.10-ffmpeg 0.10.4-3FFmpeg plugin for GStreamer
ii  gstreamer0.10-plugins-bad0.10.10.3-1 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins-ugly   0.10.10.2-1 GStreamer plugins from the ugly 
pn  podsleuthnone  (no description available)

banshee suggests no packages.

- -- no debconf information

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

iD8DBQFJxaTQtHQW4HWNftkRAgNlAJ9wSec/cGsqaof2BADOjyX3kNdyzQCeJBTs
sZMmpFfWekDJykrkBz4LHF8=
=rnDv
-END PGP SIGNATURE-



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#128839: still valid?

2009-01-09 Thread Alexander Hvostov
On Thu, 2009-01-08 at 23:24 +0100, Yves-Alexis Perez wrote:
 Is this bug still valid? The upstream one is marked as fixed, and seeing
 the age…

Sorry, but I no longer use Palm handhelds, and so cannot verify the
status of this bug.


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


Bug#507979: sun-java6: New upstream version (6u11) available

2008-12-06 Thread Alexander Hvostov
Package: sun-java6
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Upstream has released new version 6u11.

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

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

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

iD8DBQFJOoMRtHQW4HWNftkRAuyfAJ9pMZd7rE8FNZcmTACGwdj4xTURmwCfRuG6
ChzavNqo/RPnN4/HWYnZwMo=
=cFfQ
-END PGP SIGNATURE-



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



Bug#503877: plone3: New upstream version available

2008-10-28 Thread Alexander Hvostov
Package: plone3
Version: 3.1.3-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Plone 3.1.6 is available on plone.org.

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

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

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

iD8DBQFJB5zrtHQW4HWNftkRAiYtAJsHz3iaw7Xyid72ZQ3b5hD6XxssZwCePBE3
JXjX36Ep33lSO0XWuIfKmtk=
=k0aG
-END PGP SIGNATURE-



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



Bug#503156: [mail-notification] Does not update system mailbox status.

2008-10-22 Thread Alexander Hvostov
Package: mail-notification
Version: 5.4.dfsg.1-1
Severity: normal

This version of mail-notification does not seem to update when the
status of my system mailbox (/var/mail/alex) changes.

In a previous version (was in sid, but I don't remember the version
number), this worked fine. Now, however, mail-notification shows my
system mailbox status properly when starting up, but any changes (new
mail arriving, mailbox being emptied) are not reported.

If I change the m-n mailbox type to autodetect, enter /var/mail/alex as
the location, then hit OK, m-n updates the mailbox's status once, but
again doesn't update if new mail arrives or mail is removed from the
mailbox.

It seems as though m-n is expecting some kind of notification that is
never delivered. According to lsof, one of m-n's file descriptors is
inotify; perhaps it's using inotify for my local mailbox and that's not
working for some reason?

I'm honestly not sure what the problem is. My MTA is Postfix and my MDA
is procmail, which delivers into a mailbox in mbox format, if that
helps.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26

Debian Release: lenny/sid
  500 unstablehttp.us.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
libart-2.0-2   (= 2.3.18) | 2.3.20-2
libatk1.0-0(= 1.20.0) | 1.22.0-1
libbonobo2-0   (= 2.15.0) | 2.22.0-1
libbonoboui2-0 (= 2.15.1) | 2.22.0-1
libc6   (= 2.7-1) | 2.7-15
libcairo2   (= 1.2.4) | 1.6.4-6.1
libdbus-1-3 (= 1.0.2) | 1.2.1-3
libdbus-glib-1-2 (= 0.71) | 0.76-1
libgconf2-4(= 2.13.5) | 2.22.0-1
libglade2-0   (= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0   (= 2.16.0) | 2.16.6-1
libgmime-2.0-2a| 2.2.22-2
libgnome-keyring0  (= 2.22.0) | 2.22.3-2
libgnome2-0(= 2.17.3) | 2.20.1.1-1
libgnomecanvas2-0  (= 2.11.1) | 2.20.1.1-1
libgnomeui-0   (= 2.17.1) | 2.20.1.1-2
libgnomevfs2-0  (= 1:2.17.90) | 1:2.22.0-5
libgtk2.0-0(= 2.12.0) | 2.12.11-3
libice6   (= 1:1.0.0) | 2:1.0.4-1
libnotify1  (= 0.4.4) | 0.4.4-3
libnotify1-gtk2.10 | 
liborbit2   (= 1:2.14.10) | 1:2.14.13-0.1
libpango1.0-0  (= 1.20.3) | 1.20.5-2
libpopt0 (= 1.14) | 1.14-4
libsasl2-2 | 2.1.22.dfsg1-23
libsm6 | 2:1.0.3-2
libx11-6   | 2:1.1.5-2
libxml2(= 2.6.27) | 2.6.32.dfsg-4
zlib1g(= 1:1.1.4) | 1:1.2.3.3.dfsg-12
gnome-icon-theme   | 2.22.0-1
notification-daemon| 0.3.7-1+b1
libgnomevfs2-extra   (= 2.18) | 1:2.22.0-5
gconf2   (= 2.10.1-2) | 2.22.0-1




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


Bug#501876: boxbackup-client: Please support ext[234] nodump flag.

2008-10-10 Thread Alexander Hvostov
Package: boxbackup-client
Version: 0.11~rc2-3.1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Box Backup does not seem to support the ext[234] filesystem's nodump flag,
which is used to designate files and directories that should not be backed up,
such as Web browser caches.

Please add this feature if it isn't already there.

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

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

Versions of packages boxbackup-client depends on:
ii  debconf [debconf-2.0]  1.5.23Debian configuration management sy
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libedit2   2.11~20080614-1   BSD editline and history libraries
ii  libgcc11:4.3.1-8 GCC support library
ii  libssl0.9.80.9.8g-12 SSL shared libraries
ii  libstdc++6 4.3.1-8   The GNU Standard C++ Library v3
ii  openssl0.9.8g-12 Secure Socket Layer (SSL) binary a
ii  perl   5.10.0-13 Larry Wall's Practical Extraction 
ii  ucf3.007 Update Configuration File: preserv
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

boxbackup-client recommends no packages.

boxbackup-client suggests no packages.

- -- debconf information excluded

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

iD8DBQFI8BcPtHQW4HWNftkRAnMlAJwOXVouTHB7MGeKvZb8MwNleUULfgCglCb0
DECSl+C8/cCgechrHwQ9sGM=
=RYkg
-END PGP SIGNATURE-



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



Bug#487151: subversion 1.5.0 released

2008-06-22 Thread Alexander Hvostov
On Saturday 21 June 2008, Peter Samuelson wrote:
 Debian's default Java build environment, at least on most platforms,
 takes 'javac' from ecj (the Eclipse Java compiler from Sun)

I hate to be pedantic, but ecj is from the Eclipse project, which not 
affiliated with Sun.

 and 'javah' from gcj (from gcc). The libsvn-java build process calls 
 javah to generate some C++ header files to be used in the JNI.  But gcj 
 javah does not produce all the same filenames that Sun's javah produces.  
 For example, given the source file:

   org/tigris/subversion/javahl/ConflictDescriptor.java

 Sun javac produces:

   org/tigris/subversion/javahl/ConflictDescriptor.class

 and from that, Sun javah produces:

   org_tigris_subversion_javahl_ConflictDescriptor.h
   org_tigris_subversion_javahl_ConflictDescriptor_Action.h
   org_tigris_subversion_javahl_ConflictDescriptor_Kind.h
   org_tigris_subversion_javahl_ConflictDescriptor_Reason.h

 However, the ecj version of javac produces four separate files, because
 there are some nested classes:

   org/tigris/subversion/javahl/ConflictDescriptor.class
   org/tigris/subversion/javahl/ConflictDescriptor$Action.class
   org/tigris/subversion/javahl/ConflictDescriptor$Kind.class
   org/tigris/subversion/javahl/ConflictDescriptor$Reason.class

Huh? Sun javac somehow doesn't produce additional class files for nested 
classes?? Are you sure about that? That sounds very incorrect.

 and if you run javah from gcj on those:

   org_tigris_subversion_javahl_ConflictDescriptor.h
   org_tigris_subversion_javahl_ConflictDescriptor$Action.h
   org_tigris_subversion_javahl_ConflictDescriptor$Kind.h
   org_tigris_subversion_javahl_ConflictDescriptor$Reason.h

Oh great. Perhaps you could write a script that renames generated header 
files containing $ in their name, replacing $ with _?

Said script would probably have to search through the contents of those 
generated files, looking for instances of those filenames and rewriting 
them as well. I think some JNI headers #include each other, but I 
honestly don't remember.

 So, I have to work through the build scripts and source code to figure
 out how to reconcile this mess.  And once I've done that, I still don't
 know if that is the only problem with the Java bindings.

I certainly hope so. Please do let us know if you run into any more 
perplexing problems.


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


Bug#487151: subversion 1.5.0 released

2008-06-21 Thread Alexander Hvostov
On Friday 20 June 2008, Peter Samuelson wrote:
  1) libsvn-java no longer builds with Debian's mix of ecj/gcj.  The
  developers all use Sun Java, of course, and their response is gcj?
  You've got to be kidding.  I still have to figure out how to fix
  that, which isn't all that easy, given that I'm not a Java
  programmer, but I at least know what the immediate problem is.

 Still a problem.

What exactly is the problem?


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


Bug#486938: maven2.jar seems to be missing classes from org.apache.maven:maven-toolchain

2008-06-18 Thread Alexander Hvostov
Package: maven2
Version: 2.0.9-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The shipped maven2.jar has the Maven metadata for artifact
org.apache.maven:maven-toolchain:1.0 but does not seem to contain this
artifact's classes.

As a result, I get a NoClassDefFoundError when attempting to build a
project that uses
org.apache.maven.plugins:maven-surefire-plugin:2.4.3 for its tests.
Version 2.4.3 of the Surefire plugin depends on the maven-toolchain
artifact where previous versions did not.

The reason this is a problem is that Maven doesn't try to download the
maven-toolchain artifact, believing incorrectly that this artifact is
built in and so does not need to be downloaded. See excerpt from debug
log:

- BEGIN LOG
[DEBUG]  The following artifacts were filtered out for plugin: 
org.apache.maven.plugins:maven-surefire-plugin:2.4.3 because they're already in 
the core of Maven:

org.apache.maven:maven-plugin-api:jar:2.0.6:runtime
org.apache.maven:maven-artifact:jar:2.0.6:runtime
org.apache.maven:maven-project:jar:2.0.6:runtime
org.apache.maven:maven-core:jar:2.0.6:runtime
org.apache.maven:maven-toolchain:jar:1.0:runtime

These will use the artifact files already in the core ClassRealm instead, to 
allow them to be included in PluginDescriptor.getArtifacts().
- -END LOG-

Please include the maven-toolchain classes in maven2.jar.

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

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

Versions of packages maven2 depends on:
ii  libcommons-cli-java  1.1-3   API for working with the command l
ii  libdoxia-java1.0-alpha-7-1   a powerful content generation fram
ii  libjsch-java 0.1.37-3java secure channel
ii  libjtidy-java7+svn20070309-1 a Java port of HTML Tidy, a HTML s
ii  libplexus-interactivity- 1.0-alpha-6-2   interactivity API for the Plexus f
ii  libplexus-utils-java 1:1.4.8-1   utilities for the Plexus framework
ii  libwagon-java1.0-beta-2-2tools to manage Maven artifacts an
ii  libxalan2-java   2.7.1-2 XSL Transformations (XSLT) process

maven2 recommends no packages.

- -- no debconf information

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

iD8DBQFIWfNAtHQW4HWNftkRAqYWAJ9Jrq1KScXqLUi/V4tPzZ5d+W2yAACeNUsS
sUzLYUnGFBGzYHC7OYzCD7k=
=pYk8
-END PGP SIGNATURE-



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



Bug#485696: rlinetd: update-inetd script may return erroneous error exit status

2008-06-10 Thread Alexander Hvostov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: rlinetd
Version: 0.6-3
Severity: important

The update-inetd script in rlinetd produces an error exit status when 
/usr/sbin/update-inetd is not diverted, i.e. rlinetd is the only 
inetd-like package installed.

When update-inetd in this configuration is called from a package 
maintainer script, said package maintainer script fails, and packages 
(in my case samba) become impossible to install, upgrade, or remove 
without editing the update-inetd script. Hence the severity of this 
bug report.

The problem is solved by adding a line exit 0 at the end of the 
update-inetd script.

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

Versions of packages rlinetd depends on:
ii  debconf [debconf-2.0]  1.5.11etch1   Debian configuration management sy
ii  dpkg   1.13.25   package maintenance system for Deb
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libcap11:1.10-14 support for getting/setting POSIX.
ii  libwrap0   7.6.dbs-13Wietse Venema's TCP wrappers libra
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  netbase4.29  Basic TCP/IP networking system
ii  perl   5.8.8-7etch3  Larry Wall's Practical Extraction 

Versions of packages rlinetd recommends:
ii  sysklogd [system-log-daemon]  1.4.1-18   System Logging Daemon

- -- debconf information:
* rlinetd/convert_from_inetd: false
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFITv05tHQW4HWNftkRAjdPAJ9iqInwtmvBIPMi0OiwGCtWntdW6gCeK+j8
mlHh7a+uPCKiZtdXwfc6Tn4=
=WFg3
-END PGP SIGNATURE-



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



Bug#485695: rlinetd:

2008-06-10 Thread Alexander Hvostov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Package: rlinetd
Version: 0.6-3
Severity: important

The update-inetd script in rlinetd produces an error exit status when 
/usr/sbin/update-inetd is not diverted, i.e. rlinetd is the only 
inetd-like package installed.

When update-inetd in this configuration is called from a package 
maintainer script, said package maintainer script fails, and packages 
(in my case samba) become impossible to install, upgrade, or remove 
without editing the update-inetd script. Hence the severity of this 
bug report.

The problem is solved by adding a line exit 0 at the end of the 
update-inetd script.

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

Versions of packages rlinetd depends on:
ii  debconf [debconf-2.0]  1.5.11etch1   Debian configuration management sy
ii  dpkg   1.13.25   package maintenance system for Deb
ii  libc6  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libcap11:1.10-14 support for getting/setting POSIX.
ii  libwrap0   7.6.dbs-13Wietse Venema's TCP wrappers libra
ii  lsb-base   3.1-23.2etch1 Linux Standard Base 3.1 init scrip
ii  netbase4.29  Basic TCP/IP networking system
ii  perl   5.8.8-7etch3  Larry Wall's Practical Extraction 

Versions of packages rlinetd recommends:
ii  sysklogd [system-log-daemon]  1.4.1-18   System Logging Daemon

- -- debconf information:
* rlinetd/convert_from_inetd: false
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFITv05tHQW4HWNftkRAjdPAJ9iqInwtmvBIPMi0OiwGCtWntdW6gCeK+j8
mlHh7a+uPCKiZtdXwfc6Tn4=
=WFg3
-END PGP SIGNATURE-



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



Bug#259495: closed by Marco Rodrigues [EMAIL PROTECTED] (libapache-mod-iptos has been removed from Debian, closing #259495)

2008-05-23 Thread Alexander Hvostov
This bug was a feature request for a similar module for Apache 2. Please 
reconsider closing it.


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


Bug#478762: netbeans-ide: New upstream version available

2008-04-30 Thread Alexander Hvostov
Package: netbeans-ide
Version: 6.0.1+dfsg-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

NetBeans IDE 6.1 was released recently.

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

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

Versions of packages netbeans-ide depends on:
ii  netbeans-platform   6.0.1+dfsg-1 IDE for Java Development and More,

netbeans-ide recommends no packages.

- -- no debconf information

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

iD8DBQFIGNmTtHQW4HWNftkRAqzGAKCUqWF0KXn6OrAbmk4gUKj2cynVfgCePTtI
UxTuv0IWxIN6m2edoUqTXUk=
=zewR
-END PGP SIGNATURE-



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



Bug#464764: apt-cacher: Please add configurable timeouts.

2008-02-08 Thread Alexander Hvostov
Package: apt-cacher
Version: 1.5.3
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

In my opinion, the default timeout in apt-cacher (apparently 5 minutes)
is far too long for broadband, where a delay of more than around
5 seconds indicates a problem.

Please make this timeout configurable.

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

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

Versions of packages apt-cacher depends on:
ii  apache2-mpm-prefork [apache2] 2.2.6-3Traditional model for Apache HTTPD
ii  bzip2 1.0.4-2high-quality block-sorting file co
ii  perl  5.8.8-12   Larry Wall's Practical Extraction 
ii  wget  1.10.2-3   retrieves files from the web

apt-cacher recommends no packages.

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

iD8DBQFHrMW9tHQW4HWNftkRAl8TAJ0QnO1/r2xnENknLYzOkOu3KFtKVgCeIQdG
jywZLMfryqNnSyeLXLYTWo8=
=EVsw
-END PGP SIGNATURE-



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



Bug#464762: netbeans-ide: New version (6.0.1) available

2008-02-08 Thread Alexander Hvostov
Package: netbeans-ide
Version: 6.0+dfsg-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Version 6.0.1 of the NetBeans IDE is available.

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

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

Versions of packages netbeans-ide depends on:
ii  netbeans-platform 6.0+dfsg-1 IDE for Java Development and More,

netbeans-ide recommends no packages.

- -- no debconf information

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

iD8DBQFHrMHCtHQW4HWNftkRAh3LAJoCceSRgLtTo+FmDISXe5HxM6cS5wCbBa9q
+BMvpnH7y8vgx6oa2UpFUXU=
=rJFy
-END PGP SIGNATURE-



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



Bug#461355: tomcat5.5: More restrictive JULI permissions break java.util.logging.

2008-01-20 Thread Alexander Hvostov
On Sunday 20 January 2008, you wrote:
 Upstream has this in catalina.properties (in SVN, not yet released).

 // To enable per context logging configuration, permit read
 access to the appropriate file. // Be sure that the logging
 configuration is secure before enabling such access // eg for the
 examples web application:
 // permission java.io.FilePermission
 ${catalina.base}${file.separator}webapps${file.separator}examples${fil
e.separator}WEB-INF${file.separator}classes${file.separator}logging.prop
erties, read;

Yes, you can find that text in /etc/tomcat5.5/policy.d/03catalina.policy 
in Debian. However, this isn't automatic -- the provided rule only 
applies to the example webapps, and similar rules have to be added for 
every webapp that uses java.util.logging.

  I'm afraid this is a far bigger project than I'm willing to take on,
  but perhaps someone among the Apache folks will do it, so why not
  forward this bug upstream?

 Is this really a bug upstream? We should not report bugs there that are
 none there. Can someone build upstream SVN and test that a bit?

I'm building it now. It's downloading all the dependencies and that's 
going to take a while, but I'll say what my results are.

For now, it does indeed appear to be an upstream bug, since upstream code 
is neither failing gracefully nor dynamically adjusting the policy, thus 
causing default installations to fail unless the policy is manually 
modified.


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


Bug#461355: Confirmed in upstream.

2008-01-20 Thread Alexander Hvostov
This bug is indeed in the upstream code.

I wrote a very simple JSP and put it in the ROOT webapp that comes with 
Tomcat. The JSP says:

BEGIN
[EMAIL PROTECTED] session=false %
% java.util.logging.Logger.getAnonymousLogger().info(Hello, world!); %
-END-

The resulting exception:

BEGIN
java.security.AccessControlException: access denied 
(java.io.FilePermission 
/home/users/alex/tomcat-5.5-svn-test/tomcat-5.5-build/webapps/ROOT/WEB-INF/classes/logging.properties
 
read)

java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
java.security.AccessController.checkPermission(AccessController.java:546)
java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
java.lang.SecurityManager.checkRead(SecurityManager.java:871)
java.io.File.exists(File.java:731)
org.apache.naming.resources.FileDirContext.file(FileDirContext.java:828)
org.apache.naming.resources.FileDirContext.lookup(FileDirContext.java:211)
org.apache.naming.resources.ProxyDirContext.lookup(ProxyDirContext.java:294)
org.apache.catalina.loader.WebappClassLoader.findResourceInternal(WebappClassLoader.java:1925)
org.apache.catalina.loader.WebappClassLoader.findResource(WebappClassLoader.java:937)
org.apache.juli.ClassLoaderLogManager.readConfiguration(ClassLoaderLogManager.java:298)
org.apache.juli.ClassLoaderLogManager$2.run(ClassLoaderLogManager.java:273)
java.security.AccessController.doPrivileged(Native Method)
org.apache.juli.ClassLoaderLogManager.getClassLoaderInfo(ClassLoaderLogManager.java:270)
org.apache.juli.ClassLoaderLogManager.getLogger(ClassLoaderLogManager.java:175)
java.util.logging.Logger.getAnonymousLogger(Logger.java:359)
org.apache.jsp.testlog_jsp._jspService(testlog_jsp.java:41)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:331)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
java.lang.reflect.Method.invoke(Method.java:597)
org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:244)
java.security.AccessController.doPrivileged(Native Method)
javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:276)
org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
-END-

Note that, on 
http://tomcat.apache.org/tomcat-5.5-doc/security-manager-howto.html in 
the Tomcat Custom Permissions section, a FilePermission is dynamically 
granted to webapps to read their own files. A similar FilePermission 
needs to be (but isn't) granted to JULI to read logging.properties.


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


Bug#461355: tomcat5.5: More restrictive JULI permissions break java.util.logging.

2008-01-19 Thread Alexander Hvostov
On Saturday 19 January 2008, Marcus Better wrote:
 If the user creates that file then the security exception still gets
 thrown, so it would be very confusing to pretend the file doesn't
 exist. I'm not too happy about this idea.

In that case, we would need to grant FilePermission to read the 
logging.properties file in the appropriate place in each Web application 
directory.

To do this automatically, Tomcat would most likely have to provide a 
custom java.security.Policy implementation that, in addition to granting 
permissions defined by the configured security policy, also grants read 
access to each webapp's own logging.properties file.

I'm afraid this is a far bigger project than I'm willing to take on, but 
perhaps someone among the Apache folks will do it, so why not forward 
this bug upstream?


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


Bug#461355: tomcat5.5: More restrictive JULI permissions break java.util.logging.

2008-01-18 Thread Alexander Hvostov
On Thursday 17 January 2008, Marcus Better wrote:
 Yes, see #460839 where we deal with this for the tomcat5.5-webapps.

 The stricter permissions are part of a tightened security policy. I
 think our options are:
 (i) Change JULI not to look for the logging.properties in those places
 unless specifically configured to do it,
 (ii) Give blanket permission for JULI to look up logging.properties
 files in all webapps (possibly circumventing the security fix),
 (iii) Leave as is and let users add the necessary permissions.

It could just catch the SecurityException while looking for 
logging.properties and pretend that the file doesn't exist, possibly 
after logging a message saying so.


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


Bug#461355: tomcat5.5: More restrictive JULI permissions break java.util.logging.

2008-01-17 Thread Alexander Hvostov
Package: tomcat5.5
Version: 5.5.20-2etch1
Severity: important

As you know, in tomcat5.5 
5.5.20-2etch1, /etc/tomcat5.5/policy.d/03catalina.policy contains more 
restrictive permissions for JULI than was previously the case.

This causes uses of java.util.logging to break, at least in some 
instances. I'm not sure exactly why, but it seems that JULI is trying to 
look for a context-specific logging.properties file, and fails if it 
doesn't have permission to do so.

Stack trace:

org.apache.commons.logging.LogConfigurationException: 
java.security.AccessControlException: access denied 
(java.io.FilePermission 
/var/lib/tomcat5.5/webapps-opencms/ROOT/WEB-INF/classes/logging.properties 
read) (Caused by java.security.AccessControlException: access denied 
(java.io.FilePermission 
/var/lib/tomcat5.5/webapps-opencms/ROOT/WEB-INF/classes/logging.properties 
read))
at 
org.apache.commons.logging.impl.LogFactoryImpl.newInstance(LogFactoryImpl.java:538)
at 
org.apache.commons.logging.impl.LogFactoryImpl.getInstance(LogFactoryImpl.java:235)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:370)
at 
org.apache.catalina.core.ContainerBase.getLogger(ContainerBase.java:380)
at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4114)
at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:759)
at org.apache.catalina.core.ContainerBase.access$0
(ContainerBase.java:743)
at 
org.apache.catalina.core.ContainerBase$PrivilegedAddChild.run(ContainerBase.java:143)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:737)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:524)
at 
org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:904)
at 
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:867)
at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:474)
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1122)
at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:310)
at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1021)
at org.apache.catalina.core.StandardHost.start(StandardHost.java:718)
at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)
at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)
at 
org.apache.catalina.core.StandardService.start(StandardService.java:450)
at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)
at org.apache.catalina.startup.Catalina.start(Catalina.java:551)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)
Caused by: java.security.AccessControlException: access denied 
(java.io.FilePermission 
/var/lib/tomcat5.5/webapps-opencms/ROOT/WEB-INF/classes/logging.properties 
read)
at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:323)
at 
java.security.AccessController.checkPermission(AccessController.java:546)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
at java.lang.SecurityManager.checkRead(SecurityManager.java:871)
at java.io.File.exists(File.java:731)
at 
org.apache.naming.resources.FileDirContext.file(FileDirContext.java:827)
at 
org.apache.naming.resources.FileDirContext.lookup(FileDirContext.java:210)
at 
org.apache.naming.resources.ProxyDirContext.lookup(ProxyDirContext.java:293)
at 
org.apache.catalina.loader.WebappClassLoader.findResourceInternal(WebappClassLoader.java:1887)
at 
org.apache.catalina.loader.WebappClassLoader.findResource(WebappClassLoader.java:929)
at 
org.apache.juli.ClassLoaderLogManager.readConfiguration(ClassLoaderLogManager.java:298)
at 
org.apache.juli.ClassLoaderLogManager$2.run(ClassLoaderLogManager.java:272)
at java.security.AccessController.doPrivileged(Native Method)
at 
org.apache.juli.ClassLoaderLogManager.getClassLoaderInfo(ClassLoaderLogManager.java:269)
at 
org.apache.juli.ClassLoaderLogManager.getLogger(ClassLoaderLogManager.java:174)
at java.util.logging.Logger.getLogger(Logger.java:275)
at 
org.apache.commons.logging.impl.Jdk14Logger.getLogger(Jdk14Logger.java:152)
   

Bug#296726: Workaround.

2007-12-06 Thread Alexander Hvostov
If your aptitude is set to exit when the last view is closed (by default 
it is), then this can sort of be done already.

When you have an operation in progress that you want aptitude to terminate 
after finishing, use F6/F7 to switch to every other view and push 'q' to 
close it. If the only remaining view is the operation in progress 
(download/update/whatnot), aptitude should terminate after that operation 
is finished.

However, it will rebuild the cache before terminating, which is the 
time-consuming operation Günter Milde was trying to avoid...


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


Bug#453252: jajuk: Tray does not work; libtray is not in java.library.path.

2007-11-27 Thread Alexander Hvostov
Package: jajuk
Version: 1.4.2+svn3034-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Jajuk fails to bring up the tray icon because libtray is not in the
java.library.path.

The 'jajuk' script should be changed to include
'-Djava.library.path=/usr/lib/libjdic-java' or similar.

Stack trace:

Exception in thread AWT-EventQueue-0 java.lang.UnsatisfiedLinkError: no tray 
in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1682)
at java.lang.Runtime.loadLibrary0(Runtime.java:823)
at java.lang.System.loadLibrary(System.java:1030)
at 
org.jdesktop.jdic.tray.internal.impl.GnomeSystemTrayService.clinit(Unknown 
Source)
at 
org.jdesktop.jdic.tray.internal.impl.ServiceManagerStub.getService(Unknown 
Source)
at org.jdesktop.jdic.tray.internal.ServiceManager.getService(Unknown 
Source)
at org.jdesktop.jdic.tray.SystemTray.clinit(Unknown Source)
at org.jajuk.ui.widgets.JajukSystray.init(JajukSystray.java:77)
at org.jajuk.ui.widgets.JajukSystray.getInstance(JajukSystray.java:137)
at org.jajuk.Main$9.run(Main.java:1415)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
at 
java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at 
java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

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

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

Versions of packages jajuk depends on:
ii  entagged  0.31.ds2-1 Java Audio File Tagger
ii  javahelp2 2.0.05-1   Java based help system
ii  libbasicplayer-java   3.0-2  threaded simple player class based
ii  libcobra-java 0.97.2-1   Java HTML Renderer  Parser
ii  libcommons-codec-java 1.3-4  encoder and decoders such as Base6
ii  libcommons-collections3-j 3.1a-3.1   A set of abstract data type interf
ii  libcommons-httpclient-jav 3.1-1  A Java(TM) library for creating HT
ii  libcommons-logging-java   1.1-1  commmon wrapper interface for seve
ii  libjcommon-java   1.0.10.dfsg-1  General Purpose library for Java
ii  libjdic-java  0.0.20060613-5 JDesktop Integration Components
ii  libjfreechart-java1.0.8-1Chart library for Java
ii  libjgoodies-animation-jav 1.2.0-3Time-based real-time animations in
ii  libjgoodies-forms-java1.1.0-2Framework to lay out and implement
ii  libjlayer-java1.0-1  library to decode, convert and pla
ii  libjmac-java  1.74-1 Open Source Java Monkey's Audio De
ii  libjorbis-java0.0.16-3   Pure Java Ogg Vorbis Decoder
ii  libjspeex-java0.9.7-1Java Implementation of Speex
ii  liblaf-plugin-java0.2-3  support for third-party components
ii  liblaf-widget-java3.2~dev-1  support for common feel widgets in
ii  liblog4j1.2-java  1.2.15-1   Logging library for java
ii  libmp3spi-java1.9.4-2interface to support MP3 (MPEG 1/2
ii  libqdwizard-java  1.9-2  Simple Java Swing Wizard API
ii  libswingx-java20070722-2 extensions to the Swing GUI toolki
ii  libtablelayout-java   20070421-1 Java layout manager for creating u
ii  libtritonus-java  20070428-4 implementation of the Java Sound A
ii  libvldocking-java 2.1.4-1Java components for building appli
ii  libvorbisspi-java 1.0.3-1Java Service Provider Interface fo
ii  mplayer   1.0~rc2-6  movie player for Unix-like systems
ii  substance 4.1~dev-2  cross-platform look  feel for Swi
ii  sun-java6-jre 6-03-2 Sun Java(TM) Runtime Environment (

jajuk recommends no packages.

- -- no debconf information

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

iD8DBQFHTMqotHQW4HWNftkRAhjkAKCGcmazgOrnEDjeZewxvrMLej90MwCfYn8L
X4huCZetWL6E9Y3LPYBi3p0=
=c/9Q
-END PGP SIGNATURE-



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



Bug#452892: updatedb needs configuration file that slocate doesn't have.

2007-11-25 Thread Alexander Hvostov
Package: slocate
Version: 3.1-1.1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The updatedb program from the slocate package requires /etc/updatedb.conf
to be present, and fails if it isn't, with this error:

updatedb: fatal error: load_file: Could not open file: /etc/updatedb.conf: No 
such file or directory

In this situation, it seems enough to 'touch /etc/updatedb.conf', but the
package is essentially unusable as installed.

Please include/create this file or depend on a package that does.

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

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

Versions of packages slocate depends on:
ii  adduser   3.105  add and remove users and groups
ii  dpkg  1.14.11package maintenance system for Deb
ii  libc6 2.7-1  GNU C Library: Shared libraries

slocate recommends no packages.

- -- no debconf information

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

iD8DBQFHSfH4tHQW4HWNftkRAmHFAJ9zDnah7zCMQ3OF+eZcryv2MDQwxgCdEv0R
pmKxd8Wiky01La8Q4tj8Hzk=
=M4Ru
-END PGP SIGNATURE-



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



Bug#185147: closed by Craig Small [EMAIL PROTECTED] (/bin/kill does this)

2007-11-04 Thread Alexander Hvostov
 Your wishlist bug asked if killall or another program could kill a
 process and all its children.  I believe /bin/kill with a negative
 PID will do just that.

No. Kill with a negative PID affects a process group. Consider this 
pstree:

a(23413)-+-b(23414)---cat(23417)
 |-b(23415)---cat(23419)
 |-b(23416)---cat(23418)
 |-b(23420)---cat(23423)
 `-b(23421)---cat(23422)

Here, 23413 was started by a shell so 'kill -- -23413' would kill this 
entire tree. However, this won't work on 23415; 'kill -- -23415' yields:

bash: kill: (-23415) - No such process

'/bin/kill -- -23415' simply has no effect. Doing an strace of it shows 
that it tried to, with this result:

kill(-23415, SIGTERM)   = -1 ESRCH (No such process)

Killing 23415 and all of its children (23419 in this case) would involve 
doing something similar to what pstree does, then sending the appropriate 
signal to each selected process.


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


Bug#449188: libwagon-java: Missing package org.apache.maven.wagon.providers.ssh.knownhost

2007-11-03 Thread Alexander Hvostov
Package: libwagon-java
Version: 1.0-beta-2-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The jar file /usr/share/java/wagon-ssh.jar doesn't have the package
org.apache.maven.wagon.providers.ssh.knownhost
which is needed by the wagon implementations in that jar.

This problem causes a NoClassDefFoundError when trying to use the wagon:

org.apache.maven.lifecycle.LifecycleExecutionException: Error deploying 
artifact: Unsupported Protocol: 'sftp': Cannot find wagon which supports the 
requested protocol: sftp
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:564)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
at org.codehaus.classworlds.Launcher.main(Launcher.java:375)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error deploying 
artifact: Unsupported Protocol: 'sftp': Cannot find wagon which supports the 
requested protocol: sftp
at 
org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:174)
at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
... 16 more
Caused by: org.apache.maven.artifact.deployer.ArtifactDeploymentException: 
Error deploying artifact: Unsupported Protocol: 'sftp': Cannot find wagon which 
supports the requested protocol: sftp
at 
org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:94)
at 
org.apache.maven.plugin.deploy.DeployMojo.execute(DeployMojo.java:162)
... 18 more
Caused by: org.apache.maven.wagon.TransferFailedException: Unsupported 
Protocol: 'sftp': Cannot find wagon which supports the requested protocol: sftp
at 
org.apache.maven.artifact.manager.DefaultWagonManager.putRemoteFile(DefaultWagonManager.java:184)
at 
org.apache.maven.artifact.manager.DefaultWagonManager.putArtifact(DefaultWagonManager.java:153)
at 
org.apache.maven.artifact.deployer.DefaultArtifactDeployer.deploy(DefaultArtifactDeployer.java:80)
... 19 more
Caused by: org.apache.maven.wagon.UnsupportedProtocolException: Cannot find 
wagon which supports the requested protocol: sftp
at 
org.apache.maven.artifact.manager.DefaultWagonManager.getWagon(DefaultWagonManager.java:128)
at 
org.apache.maven.artifact.manager.DefaultWagonManager.putRemoteFile(DefaultWagonManager.java:178)
... 21 more
Caused by: 
org.codehaus.plexus.component.repository.exception.ComponentLookupException: 
Unable to lookup component 'org.apache.maven.wagon.Wagonsftp', it could not be 
created
at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:335)
at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:440)
at 
org.apache.maven.artifact.manager.DefaultWagonManager.getWagon(DefaultWagonManager.java:124)
... 22 more
Caused by: 
org.codehaus.plexus.component.factory.ComponentInstantiationException: Could 
not instanciate component: role: 'org.apache.maven.wagon.Wagon', 
implementation: 'org.apache.maven.wagon.providers.ssh.jsch.SftpWagon', role 
hint: 'sftp'
at 
org.codehaus.plexus.component.factory.java.JavaComponentFactory.makeException(JavaComponentFactory.java:77)
at 
org.codehaus.plexus.component.factory.java.JavaComponentFactory.newInstance(JavaComponentFactory.java:62)
at 
org.codehaus.plexus.DefaultPlexusContainer.createComponentInstance(DefaultPlexusContainer.java:1464)
at 

Bug#181726: About your bug 181726 noatun: aRts effects list not saved. in debian BTS

2007-05-11 Thread Alexander Hvostov
Still applicable as of noatun 4:3.5.6-2.


pgp0ijbQhAi4a.pgp
Description: PGP signature


Bug#225501: About bug 225501 kdict: Preload mode in Debian BTS

2007-05-09 Thread Alexander Hvostov
This feature request is still relevant as of kdict 4:3.5.6-2.

I am personally on a much faster machine now, and preloading kdict is no 
longer necessary because it starts quickly anyway. Preloading would still 
conceivably be useful on slower machines, however.


pgpJm5cJJ03Mt.pgp
Description: PGP signature


Bug#181819: About your bug: noatun: Loading of aRts effects and equalizer settings per file/directory. on the Debian BTS

2007-03-05 Thread Alexander Hvostov
To my knowledge, the requested feature has not been implemented. I believe 
it would still make sense to implement it.


pgpYAulJ9R1th.pgp
Description: PGP signature


Bug#377439: About your bug #377439 kmail: Doesn't remember that window was hidden / trayed on session restore in the Debian BTS

2007-03-05 Thread Alexander Hvostov
As of kmail 4:3.5.5.dfsg.1-6, I am still experiencing this bug.


pgpXC6md28ttv.pgp
Description: PGP signature


Bug#407090: konqueror: Allow cookie policies based on criteria other than domain.

2007-01-15 Thread Alexander Hvostov
Package: konqueror
Version: 4:3.5.5a.dfsg.1-5
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I suggest that Konqueror (and/or other relevant KDE components) be able
to set HTTP cookie policies based on criteria other than the domain they
came from.

For instance, one could set a cookie policy to block all cookies whose
name matches the regular expression __utm.* to block cookies issued by
Urchin/Google Analytics.

Ideally, a cookie policy could also be more flexible in deciding what to
do with the cookie. For instance, Urchin/Google Analytics cookies matched
by the above rule could be accepted as session cookies only.

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

Versions of packages konqueror depends on:
ii  kcontrol   4:3.5.5a.dfsg.1-5 control center for KDE
ii  kdebase-kio-plugins4:3.5.5a.dfsg.1-5 core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for al
ii  kdesktop   4:3.5.5a.dfsg.1-5 miscellaneous binaries and files f
ii  kfind  4:3.5.5a.dfsg.1-5 file-find utility for KDE
ii  libacl12.2.42-1  Access control list shared library
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libattr1   1:2.4.32-1.1  Extended attribute shared library
ii  libaudio2  1.8-2 The Network Audio System (NAS). (s
ii  libc6  2.3.6.ds1-9   GNU C Library: Shared libraries
ii  libfam02.7.0-11  Client library to control the FAM 
ii  libfontconfig1 2.4.2-1   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgcc11:4.1.1-21GCC support library
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, implementation
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libkonq4   4:3.5.5a.dfsg.1-5 core libraries for Konqueror
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libqt3-mt  3:3.3.7-2 Qt GUI Library (Threaded runtime v
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxft22.1.8.2-8 FreeType-based font drawing librar
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3-13compression library - runtime

konqueror recommends no packages.

- -- no debconf information

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

iD8DBQFFrEZVtHQW4HWNftkRAr3+AJ45od7Vre1fmol4ISPZtUSv9YiFygCghZct
Qav+SU51LzkVk7XOh3AibSQ=
=pMex
-END PGP SIGNATURE-


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



Bug#172452: Does arts still crash when using NAS?

2006-12-06 Thread Alexander Hvostov
On Tuesday 05 December 2006 15:07, Josh Metzler wrote:
 Does arts still crash when used with NAS as reported at
 http://bugs.debian.org/172452 and http://bugs.debian.org/207937 ?

No, it seems to work properly.

I've been using artsd with NAS for a while now, actually. I may have come 
up with some workaround or way of coercing artsd into not crashing, but 
if I did I'm afraid I don't remember; it's been a long time.

I do remember artsd crashing if it couldn't connect to nasd or if nasd is 
terminated while artsd is connected to it. I just tried it, and artsd no 
longer seems to crash when this happens; instead it appears to just keep 
trying to connect until it succeeds, which seems reasonable.

Thanks to whoever cleared that up!


pgpgOjt8SZlmL.pgp
Description: PGP signature


Bug#386770: --nodump may fail if crossing cross-device boundaries

2006-11-24 Thread Alexander Hvostov
Looks fixed here.

Thanks.


pgpsFwvBSuNdL.pgp
Description: PGP signature


Bug#389023: libxslt1.1: Incorrect handling of xsl:param names with namespaces.

2006-09-23 Thread Alexander Hvostov
Package: libxslt1.1
Version: 1.1.17-4
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

This version of libxslt appears to not properly handle the case of a
template with a parameter whose name has a namespace.

For example, the following stylesheet will fail when transforming any XML
document, while it will succeed when using Xalan (from package
xalan 1.10-3).

- -
?xml version=1.0 encoding=utf-8 ?
xsl:stylesheet
xmlns:xsl=http://www.w3.org/1999/XSL/Transform;
xmlns:e=http://www.example.com/;
version=1.0

xsl:template match=/*
xsl:call-template name=e:named
xsl:with-param name=e:param select=name()/
/xsl:call-template
/xsl:template

xsl:template name=e:named
xsl:param name=e:param/

xsl:messagexsl:value-of select=$e:param//xsl:message
/xsl:template
/xsl:stylesheet
- -

Running this through xsltproc (1.1.17-4) or xmlstarlet (1.0.1-2) yields
an error:

- -
runtime error: file test.xsl line 16 element value-of
unregistered variable param
xmlXPathCompiledEval: evaluation failed
runtime error: file test.xsl line 16 element value-of
xsltValueOf: text copy failed
- -

I'm guessing the namespace of the parameter is getting lost somewhere.

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

Versions of packages libxslt1.1 depends on:
ii  libc6  2.3.6.ds1-4   GNU C Library: Shared libraries
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libgpg-error0  1.2-1 library for common error values an
ii  libxml22.6.26.dfsg-3 GNOME XML library

libxslt1.1 recommends no packages.

- -- no debconf information

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

iD8DBQFFFSOUtHQW4HWNftkRAgNYAJ0dOQjeUsoSjUw3mad0S4ogmOV6hACgmSn4
fwPVYNFcoFX5Ah4E/aHerC8=
=shys
-END PGP SIGNATURE-


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



Bug#381701: Workaround

2006-09-13 Thread Alexander Hvostov
I also ran into this problem.

I don't believe that Stephen's patch is the best way to go, because 
resetting the terminal can remove various glitches (like the effects of a 
flash attack).

I did come up with a simple workaround, though. In the issue file 
displayed by mingetty (/etc/issue by default), insert at the beginning 
the following sequence:

ESC%G

(Replace ESC with a literal escape character. In nano, this can be done 
by pressing Alt-V and then pressing the Esc key.)

This way, all virtual consoles managed by mingetty will be in UTF-8 mode 
by default. Mingetty resets the VC, but then prints the issue file, which 
contains that escape sequence to set UTF-8 mode.

It would be preferable for mingetty to do something equivalent to 
vt-is-UTF8 before resetting the console, and, if it was in UTF-8 mode 
prior to resetting, print the ESC%G sequence after resetting to preserve 
UTF-8 mode.


pgpsw0MHKJsXn.pgp
Description: PGP signature


Bug#386770: --nodump may fail if crossing cross-device boundaries.

2006-09-09 Thread Alexander Hvostov
Package: dar
Version: 2.3.0-5
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have a few directories mounted as NFSv3. When using dar with the
- --nodump option, this error message occurs when it reaches an NFS mount
point, even though --no-mount-points was also used:

Cannot get ext2 attributes (and nodump flag value) for svn : Inappropriate 
ioctl for device

Then the backup terminates.

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

Versions of packages dar depends on:
ii  libattr1 2.4.32-1Extended attribute shared library
ii  libbz2-1.0   1.0.3-6 high-quality block-sorting file co
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libdar64-4   2.3.0-5 Disk ARchive: Shared library
ii  libgcc1  1:4.1.1-11  GCC support library
ii  libssl0.9.8  0.9.8b-2SSL shared libraries
ii  libstdc++6   4.1.1-11The GNU Standard C++ Library v3
ii  zlib1g   1:1.2.3-13  compression library - runtime

dar recommends no packages.

- -- no debconf information

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

iD8DBQFFA3LMtHQW4HWNftkRArVdAJ9uWG9jaDrl4VJtlpSEgLI5ILzrWwCfemsv
uL3DaWt/r+4oZ5HIdNHiVwQ=
=vlWp
-END PGP SIGNATURE-


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



Bug#377439: kmail: Doesn't remember that window was hidden / trayed on session restore.

2006-07-08 Thread Alexander Hvostov
Package: kmail
Version: 4:3.5.3-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

When KMail's system tray icon is enabled and clicked to hide the main
KMail window, the window does indeed hide itself. However, when I log out
and then log back in, KMail is restarted, but its window is not hidden
and must be hidden again.

KMail should remember that it was hidden, I think.

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

Versions of packages kmail depends on:
ii  kdebase-kio-plugins 4:3.5.3-2core I/O slaves for KDE
ii  kdelibs4c2a 4:3.5.3-1core libraries and binaries for al
ii  kdepim-kio-plugins  4:3.5.3-2KDE pim I/O Slaves
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libaudio2   1.7-9The Network Audio System (NAS). (s
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-7  generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.1.1-7GCC support library
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libidn110.6.3-1  GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libkcal2b   4:3.5.3-2KDE calendaring library
ii  libkdepim1a 4:3.5.3-2KDE PIM library
ii  libkleopatra1   4:3.5.3-2KDE GnuPG interface libraries
ii  libkmime2   4:3.5.3-2KDE MIME interface library
ii  libkpimidentities1  4:3.5.3-2KDE PIM user identity information 
ii  libksieve0  4:3.5.3-2KDE mail/news message filtering li
ii  libmimelib1c2a  4:3.5.3-2KDE mime library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libqt3-mt   3:3.3.6-2Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libstdc++6  4.1.1-7  The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-7X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-8FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxt6  1:1.0.0-5X11 toolkit intrinsics library
ii  perl5.8.8-6  Larry Wall's Practical Extraction 
ii  zlib1g  1:1.2.3-12   compression library - runtime

Versions of packages kmail recommends:
ii  kdebase-kio-plugins   4:3.5.3-2  core I/O slaves for KDE
ii  kdepim-kio-plugins4:3.5.3-2  KDE pim I/O Slaves
ii  procmail  3.22-16Versatile e-mail processor

- -- no debconf information

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

iD8DBQFEsERytHQW4HWNftkRArU+AJoCZbl4bFmADUPQerrVNRg4cMf1HgCeKEAh
Wh47U0W2ZVacz86xtQ7kBdk=
=9RJN
-END PGP SIGNATURE-


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



Bug#331036: (no subject)

2006-07-08 Thread Alexander Hvostov
As of 4:3.5.3-2, this also happens when using KDE's multiple desktops. 
KMail switches to the desktop it was started from when restored from its 
tray icon.


pgpOIPnyqLX70.pgp
Description: PGP signature


Bug#271023: Error in my last mail

2006-04-09 Thread Alexander Hvostov
close 271023 4:3.5.2-1
thanks

On Saturday 08 April 2006 09:52, David Schmitt wrote:
 In the case of a newer version which fixes the problem it should have
 been

 close 123456 version

 instead of notfound

Done.


pgpPS4hGN4C9T.pgp
Description: PGP signature


Bug#271023: kopete: No disconnection / connection failure notification.

2006-04-08 Thread Alexander Hvostov
notfound 271023 4:3.5.2-1
thanks

On Saturday 08 April 2006 06:18, David Schmitt wrote:
 Hi Alexander!

 There are new versions of kopete in stable (3.3.2-5) as well as testing
 (3.5.1-2) and unstable (3.5.2-1) available. Could you please test if
 one of those already correctly displays error messages on connection
 failures?

 Please report your findings by sending found or notfound followed
 by the bug number (271023) and the respective version to
 [EMAIL PROTECTED]

 For example:

 found 123456 3.3.2-5
 notfound 123456 3.5.1-2


 Thank you for your cooperation!

This bug seems to have disappeared long ago, actually. I see failure 
notices reliably as of 4:3.5.2-1.

As I have no machines running both stable and Kopete, I cannot test that 
version.


pgpP0dXMlROqi.pgp
Description: PGP signature


Bug#284653: dhcp3-server: dhcpd fails to stop

2005-12-30 Thread Alexander Hvostov
On Friday 30 December 2005 11:20 am, you wrote:
 I think an strace of dhcpd while it's being signalled could prove
 educational. Can you send me the output?

I went to do this, without strace at first just to see if the problem was 
still there. Lo and behold, dhcpd stops when sent SIGTERM.

I've been busy reconfiguring dhcpd (along with DNS and a bunch of other 
things) on the affected machine. Most likely something I did caused this 
problem to go away.

I can no longer reproduce the problem. Sorry.


pgpmV4bNfzTVw.pgp
Description: PGP signature


Bug#284653: dhcp3-server: dhcpd fails to stop

2005-12-29 Thread Alexander Hvostov
As of version 3.0.1-2, on the sarge machine I'm trying it on, this problem 
still exists.

Interestingly, on a sid machine running version 3.0.3-5, this problem does 
not appear to exist, and dhcpd stops as expected.

Also, on 3.0.1-2, dhcpd fails to stop when sent SIGTERM but does stop when 
sent SIGHUP or SIGINT. It also doesn't stop when sent SIGQUIT, but I 
didn't test any other signals. Please let me know if I should.


pgpoO9D6PDcAB.pgp
Description: PGP signature


Bug#330840: ndiswrapper: Falsely claims that driver does not support WPA.

2005-09-29 Thread Alexander Hvostov
Package: ndiswrapper
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As of version 1.2+1.3rc1-1 of the ndiswrapper package, ndiswrapper
wrongly claims, on my machine, that the driver is not WPA capable. In
previous versions of ndiswrapper (I don't have version numbers, since I
don't usually pay attention to them, but I assume that it was 1.2), WPA
worked perfectly.

The message is printed from two places in iw_ndis.c, in the wpa_init and
wpa_set_wpa functions. The offending test is:

test_bit(Ndis802_11Encryption2Enabled, wd-capa.encr) ||
test_bit(Ndis802_11Encryption3Enabled, wd-capa.encr)

Commenting out the if statements containing this test resulted in
ndiswrapper supporting WPA again, and the WPA-PSK in use on my home
wireless LAN is working perfectly with it. Ndiswrapper even includes
WPA-PSK in the list of supported encryption modes for the interface when
it first starts up.

The driver I'm using is the Windows bcmwl5 driver for
Broadcom's BCM4306 802.11b/g chip.

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

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

iD8DBQFDPKZ6tHQW4HWNftkRAho+AJ4wk10p+nDtJVc8s2zj0QEbfdQB8ACeLTO8
TBdU+viCUEf+QD4vbGbn9go=
=Ryk1
-END PGP SIGNATURE-


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



Bug#318830: sox: Typo in an error message.

2005-07-18 Thread Alexander Hvostov
Package: sox
Version: 12.17.7-2
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sox contains this error message string:

sox: Do not support MPEG audio (layer I, III or III) with 32-bit data.  Forcing 
to Signed.

The layers part should probably read layer I, II or III.

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

Versions of packages sox depends on:
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libmad0 0.15.1b-2.1  MPEG audio decoder library
ii  libogg0 1.1.2-1  Ogg Bitstream Library
ii  libvorbis0a 1.1.0-1  The Vorbis General Audio Compressi
ii  libvorbisenc2   1.1.0-1  The Vorbis General Audio Compressi
ii  libvorbisfile3  1.1.0-1  The Vorbis General Audio Compressi

sox recommends no packages.

Versions of packages sox is related to:
ii  reportbug 3.13   reports bugs in the Debian distrib
pn  totem-gstreamer   none (no description available)

- -- no debconf information

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

iD8DBQFC2vnatHQW4HWNftkRAowgAJ9i3EdqMtckBecK38eFYUO68E43aACeNXbn
V+pJbrN77d7KKNIWWUdMKdY=
=lOuz
-END PGP SIGNATURE-


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



Bug#305826: approx: Support also option 'reload'

2005-04-22 Thread Alexander Hvostov
On Friday 22 April 2005 08:38 am, Eric Cooper wrote:
 The simplest way would be to have reload == restart.  Would that be
 sufficient, do you think?  Thanks.

I don't think you're supposed to do this.

Use force-reload if you want something that will reload the daemon's 
configuration, even if doing so means restarting it. As far as I can see, 
reload is for something that will reload the daemon's configuration 
without restarting it.

There's probably something in Policy about this.


pgpV2dBVryHuj.pgp
Description: PGP signature


Bug#305826: approx: Support also option 'reload'

2005-04-22 Thread Alexander Hvostov
On Friday 22 April 2005 02:20 pm, Jari Aalto wrote:
 Yes. It is customary for users to use 'reload' when updating
 configuration files. How this is implemented in the program is
 open (in this case restart).

There are many programs that do not support reloading. This is by no means 
the first time one did not support reloading its configuration file(s).


pgpI1IQOD5PTS.pgp
Description: PGP signature


Bug#305451: approx: runs as root

2005-04-21 Thread Alexander Hvostov
On Wednesday 20 April 2005 08:10 pm, Charles Lepple wrote:
 Heh. Maybe you could borrow the aptproxy userid.

Why not just add another?

 Actually, along these lines, I wonder if there's a precedent for
 conflicting with another package with a server that binds to the same
 port. After all, the default for both apt-proxy and approx is to listen
 on port . (Of course, you can always reconfigure one or the other
 to listen on a different port, whereas most other conflicts arise from
 two packages that have staked out the same portion of the filesystem
 namespace.)

That was actually one of my silent gripes, if you will. It really should 
bind to another port by default, like, say, 9998. Both are by no means 
standard port numbers, so why create conflict?


pgpI1lvrL9Ny1.pgp
Description: PGP signature


Bug#305019: approx: Happens to me too.

2005-04-17 Thread Alexander Hvostov
The problem is that it is using SOCK_DGRAM for the type parameter to the 
socket system call. Syslog-ng is usually configured to use SOCK_STREAM 
on /dev/log instead of SOCK_DGRAM.

The syslog library functions deal with this by trying to do the same 
thing, and if it gets EPROTOTYPE like this, then it tries SOCK_STREAM 
instead. Approx is giving up instead of trying SOCK_STREAM, which is 
incorrect behavior, as, again, some syslog daemons will use SOCK_STREAM 
on their sockets.

The fix, therefore, is probably to change whatever code is breaking to try 
SOCK_STREAM if it gets EPROTOTYPE when trying to use SOCK_DGRAM 
on /dev/log.


pgpe8hZ72bYw9.pgp
Description: PGP signature


Bug#304429: log2mail: Shows up in the wrong place in Aptitude's categorical browser.

2005-04-12 Thread Alexander Hvostov
Package: log2mail
Version: 0.3.0-1
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

log2mail appears under Games and entertaining programs - Card games
in Aptitude's categorical package browser.

I'm not sure why this is the case or if this is actually an Aptitude
problem, so I decided to file this bug on log2mail. Please reassign it as
appropriate.

- -- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.11
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages log2mail depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an
ii  libstdc++5  1:3.3.5-12   The GNU Standard C++ Library v3
ii  postfix [mail-transport-age 2.1.5-9  A high-performance mail transport 

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

iD8DBQFCXIrUtHQW4HWNftkRAlANAKCPBTnPFkAi+U+Wd9atmXdrdBHCtACfUmAo
KLuQ8aU6/Ih6aJ6t+JJqXHw=
=5A9z
-END PGP SIGNATURE-


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



Bug#303291: pmount: Not installable due to broken dependency.

2005-04-05 Thread Alexander Hvostov
Package: pmount
Version: 0.7.2-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The pmount package in sid depends on dbus-1 (= 0.23.4), which is not
available.

- -- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

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

iD8DBQFCUvX4tHQW4HWNftkRAiw8AJ4vFI8E0EpLQyeygFRQsSM7IKnYCQCfaC8q
5MUWJTc2tYJbj9Phf+9kxKM=
=Ae08
-END PGP SIGNATURE-


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



Bug#303138: kmail: Trying to use / character in folder names makes odd error message.

2005-04-04 Thread Alexander Hvostov
Package: kmail
Version: 4:3.3.2-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Trying to create a folder with a slash ('/') character in it will produce
an error message No such file or directory. This is terribly obscure
and confusing; my mom tried this and had no idea what had happened.

I recommend a less strange error message be produced when trying to use
filesystem-illegal characters in folder names.

- -- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kmail depends on:
ii  kdelibs4 4:3.3.2-4.0.2   KDE core libraries
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libkcal2a4:3.3.2-2   KDE calendaring library
ii  libkdenetwork2   4:3.3.2-2   KDE Network library
ii  libkdepim1   4:3.3.2-2   KDE PIM library
ii  libkleopatra0a   4:3.3.2-2   KDE GnuPG interface libraries
ii  libkpimidentities1   4:3.3.2-2   KDE PIM user identity information 
ii  libksieve0   4:3.3.2-2   KDE mail/news message filtering li
ii  libmimelib1a 4:3.3.2-2   KDE mime library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-2   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  perl 5.8.4-8 Larry Wall's Practical Extraction 
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

- -- no debconf information

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

iD8DBQFCUeJmtHQW4HWNftkRAjOlAJ98dHf9nN2vFt90DWeNRPYryzkPhwCeIFsY
9lrz1x8YvgJS4qIg7VgPyEg=
=3td9
-END PGP SIGNATURE-


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



Bug#302187: wmnd-snmp: Custom interface labels.

2005-03-30 Thread Alexander Hvostov
Package: wmnd-snmp
Version: 0.4.11-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I could use the ability to give a custom label for an interface, as
opposed to the normal one (e.g. eth0).

For me, it would be enough to be able to give a single label to always
display regardless of interface shown, because I run multiple instances
of wmnd, each monitoring a single interface. One of them uses SNMP to
monitor an interface on another machine, and I wind up with two instances
of wmnd labelled eth1! Yikes.

If you want to get more sophisticated, you could have mappings of
interface names to labels (e.g. eth0 - LAN, eth1 - WIFI,
eth2 - INET), or even MAC and/or IP addresses to labels. This is
probably overkill, though.

- -- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages wmnd-snmp depends on:
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libsnmp5 5.1.2-6 NET SNMP (Simple Network Managemen
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxpm4  4.3.0.dfsg.1-12.0.1 X pixmap library
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu

- -- no debconf information

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

iD8DBQFCSrNitHQW4HWNftkRAoqTAJ4gfe2AeFICytm7PpZyj/BmHbiWwwCglfM1
9ZdIQqRN/8RF+5fuE8mjbV8=
=yuPL
-END PGP SIGNATURE-


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



Bug#298645: cpufreqd: Polling of ACPI thermal zones in rules.

2005-03-08 Thread Alexander Hvostov
Package: cpufreqd
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Please add the ability to poll ACPI thermal zones in cpufreqd rules. I want
this so that I can make cpufreqd compensate for imminent overheating by
dropping CPU clock rate.

- -- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages cpufreqd depends on:
ii  debconf 1.4.42   Debian configuration management sy
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

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

iD8DBQFCLkUStHQW4HWNftkRAoFqAJ9ZNgUfDK9te65Sc02G2Y9LRrnEVACgkeA5
9l4kdyra212gX1xJwv+ivV8=
=Jsrf
-END PGP SIGNATURE-


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