Bug#421359: nslu2 startup with automatic fat-slug detection

2007-06-27 Thread Gordon Farquharson

On 6/26/07, Marc Singer <[EMAIL PROTECTED]> wrote:


P.S.  It is interesting (to me) to see how you use the *= notation to
eliminate default variable contents.  :-)


I did that only to make it easier for me to parse the output of
apex-env. I couldn't figure out how to write a neat awk and cut
expression for lines that could contain one or the other of '=' and
'*=' between the key and value. In the end, I think that it turned out
to better solution than setting all of the parameters, but I arrived
at that solution by accident :-)

Gordon

--
Gordon Farquharson
GnuPG Key ID: 32D6D676


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



Bug#418990: gweather: no network activity

2007-06-27 Thread Mattia Monga
Package: gnome-applets
Version: 2.18.0-4
Followup-For: Bug #418990

I monitored the network activity with ngrep and apparently no network
connection is even tried by gweather (for any location I tried)


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

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

Versions of packages gnome-applets depends on:
ii  debconf [debconf-2.0]  1.5.13Debian configuration management sy
ii  gconf2 2.18.0.1-3GNOME configuration database syste
ii  gnome-applets-data 2.18.0-4  Various applets for GNOME 2 panel 
ii  gnome-icon-theme   2.18.0-3  GNOME Desktop icon theme
ii  gnome-panel2.18.2-2  launcher and docking facility for 
ii  gstreamer0.10-alsa 0.10.13-2 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-good 0.10.6-1  GStreamer plugins from the "good" 
ii  libapm13.2.2-8.1 Library for interacting with APM d
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonoboui2-0 2.18.0-5  The Bonobo UI library
ii  libc6  2.5-11GNU C Library: Shared libraries
ii  libcpufreq0002-5 shared library to deal with the cp
ii  libdbus-1-31.1.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.73-2simple interprocess messaging syst
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.1-1 library to load .glade files at ru
ii  libglib2.0-0   2.12.12-1 The GLib library of C routines
ii  libgnome-desktop-2 2.18.2-1  Utility library for loading .deskt
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomekbd1   2.18.2-1  GNOME library to manage keyboard c
ii  libgnomekbdui1 2.18.2-1  User interface library for libgnom
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgstreamer-plugins-base0 0.10.13-2 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.13-2 Core GStreamer libraries and eleme
ii  libgtk2.0-02.10.13-1 The GTK+ graphical user interface 
ii  libgtop2-7 2.14.9-1  gtop system monitoring library
ii  libgucharmap6  1:1.10.0-2Unicode browser widget library (sh
ii  libhal10.5.9.1-2 Hardware Abstraction Layer - share
ii  libnotify1 [libnotify1-gtk 0.4.4-3   sends desktop notifications to a n
ii  libpanel-applet2-0 2.18.2-2  library for GNOME Panel applets
ii  libpango1.0-0  1.16.4-1  Layout and rendering of internatio
ii  libwnck18  2.18.2-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxklavier11  3.2-2 X Keyboard Extension high-level AP
ii  libxml22.6.29.dfsg-1 GNOME XML library
ii  python 2.4.4-6   An interactive high-level object-o

Versions of packages gnome-applets recommends:
ii  deskbar-applet 2.18.1-2  universal search and navigation ba
ii  gnome-media2.18.0-2+b1   GNOME media utilities
ii  gnome-netstatus-applet 2.12.1-1  Network status applet for GNOME 2
ii  gnome-system-monitor   2.18.2-1  Process viewer and system resource
ii  imagemagick7:6.2.4.5.dfsg1-1 Image manipulation programs
pn  libgnomevfs2-extra (no description available)
ii  python-gnome2  2.18.2-1  Python bindings for the GNOME desk
ii  tomboy 0.6.3-1   desktop note taking program using 

-- debconf information excluded


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



Bug#421359: nslu2 startup with automatic fat-slug detection

2007-06-27 Thread Gordon Farquharson

Hi Marc

Thanks very much for your comments on the patch. I'll incorporate them
into a revised version.

On 6/27/07, Marc Singer <[EMAIL PROTECTED]> wrote:


I had another thought about this.  It may be worthwhile to make sure
to install APEX only if it is already present in the Loader partition
and if there is a Loader partition.  Some people may choose to install
APEX as the primary boot loader.


Currently, the patch does check for a partition called "Loader", but
it does not check whether APEX is present. However, I am not sure that
this step is necessary (see below).

+   mtdloader=$(mtdblock Loader)
+   if [ -z "$mtdloader" ]; then
+   error "Cannot find mtd partition 'Loader'"
+   fi


There is a mkboot script for x86, should we do the same?


I like the idea of creating a separate script to flash APEX. We add
the script to the apex-nslu2 package, and run it as part of postinst
when APEX is upgraded. In this case, we shouldn't need to check if
APEX is present in the Loader partition, because we can assume that
APEX is being installed as the second stage bootloader.

With reference to your comment on using APEX as the primary
bootloader: I think that it would be dangerous at the moment to
provide an easy way for people to flash APEX as the primary
bootloader, because people may actually do it without a full
appreciation of what they are doing.

BTW, I'll be away for from Friday this week to Sunday next week, so I
won't have time to work on the changes until after the 8th of July.

Gordon

--
Gordon Farquharson
GnuPG Key ID: 32D6D676


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



Bug#406373: xserver-xorg-video-ati: [ia64] No direct rendering w/ Radeon R300 [FireGL X1]

2007-06-27 Thread Michel Dänzer
On Wed, 2007-06-27 at 17:56 -0600, Stillwell, Bryan wrote:
> 
> Next week I'll give the experimental driver a try and see if the
> acceleration limit has been removed, 

It hasn't, apparently still nobody's needed it badly enough to do
anything about it.

> but for now we should keep this bug open to track the progress of the 
> pci-domain+direct rendering problem. Is there anything wrong with the 
> work-around that would prevent debian from using it in their packages?

It's a crude hack. Two PCI device specifiers with different domain
numbers could refer to completely different devices.

There's a chance this would (or at least could) be fixed with the
upcoming reorganization of the X server PCI code to use libpciaccess.
Please try the upstream xserver GIT branch pci-rework and report
upstream if the problem persists there.


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



Bug#430905: audacious: cannot find configuration from preceding version nor create its own configuration directories

2007-06-27 Thread Erwan David
Package: audacious
Version: 1.3.2-4
Severity: important

audacious 1.3 does not find the configuration from audacious 1.2
But worse it cannot create its own condfiguration directory:

Could not create directory (/home/edavid/.local/share/audacious/Plugins): 
Permission denied
Could not create directory (/home/edavid/.local/share/audacious/Skins): 
Permission denied

Thats logical : I have no such .local/share hierarchy in my directory.
However I have a .audacious directory with my configuration from 1.2,
which audacious does not search.

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

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

Versions of packages audacious depends on:
ii  audacious-plugins   1.3.5-1+b1   Base plugins for audacious
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libaudacious5   1.3.2-4  Audacious C++ shared library
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1.1The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libglade2-0 1:2.6.1-1library to load .glade files at ru
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra

Versions of packages audacious recommends:
ii  audacious-plugins-extra   1.3.5-1+b1 Various extra plugins for audaciou
ii  unzip 5.52-9 De-archiver for .zip files

-- no debconf information


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



Bug#430907: libqt4-gui: Artifacts in system tray icons

2007-06-27 Thread John Stamp
Package: libqt4-gui
Version: 4.3.0-2
Severity: normal


After I upgraded to Qt 4.3.0-2 I noticed artifacts in the system tray
icon for lastfm.  They were not there in 4.3.0-1.

It has something to do with 00_0182-argb-visuals-default.dpatch. Backing
that out gets rid of the artifacts.


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

Kernel: Linux 2.6.20-3.amd64 (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 libqt4-gui depends on:
ii  fontconfig  2.4.2-1.2generic font configuration library
ii  libaudio2   1.9-2The Network Audio System (NAS). (s
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.2.1-6  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libgl1-mesa-glx [libgl1 6.5.2-5  A free implementation of the OpenG
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libglu1-mesa [libglu1]  6.5.2-5  The OpenGL utility library (GLU)
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  libmng1 1.0.9-1  Multiple-image Network Graphics li
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libqt4-core 4.3.0-2  Qt 4 core non-GUI functionality ru
ii  libsm6  2:1.0.3-1X11 Session Management library
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3.3.dfsg-2 compression library - runtime

Versions of packages libqt4-gui recommends:
ii  qt4-qtconfig  4.3.0-2Qt 4 configuration tool

-- no debconf information


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



Bug#430906: gst-inspect-0.10 rtppayloads fails with undefined symbol

2007-06-27 Thread Christopher Halse Rogers

Package: gstreamer0.10-plugins-farsight
Version: 0.12.1-1
Severity: normal
Tags: patch

*** Please type your report below this line ***
The rtppayloads element from gst-plugins-farsight has unresolved
symbols, due to https://bugs.freedesktop.org/show_bug.cgi?id=11398 .
A simple test:
-
[EMAIL PROTECTED]:~$ gst-inspect-0.10 rtppayloads

(gst-inspect-0.10:5924): GStreamer-WARNING **: Failed to load plugin
'/usr/lib/gstreamer-0.10/libgstrtppayloads.so':
/usr/lib/gstreamer-0.10/libgstrtppayloads.so: undefined symbol:
gst_rtp_g729_pay_plugin_init
No such element or plugin 'rtppayloads'
--

The attached patch fixes the build.

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

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

Versions of packages gstreamer0.10-plugins-farsight depends on:
ii  libc6   2.5-11   GNU C Library: Shared
libraries
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libglib2.0-02.12.12-1The GLib library of C
routines
ii  libgsm1 1.0.10-13Shared libraries for GSM
speech co
ii  libgstreamer-plugins-ba 0.10.13-2GStreamer libraries from
the "base
ii  libgstreamer0.10-0  0.10.13-2Core GStreamer libraries
and eleme
ii  libjinglebase0.3-0  0.3.11-1 Libjingle base library
ii  libjinglep2p0.3-0   0.3.11-1 Libjingle p2p
ii  libjinglexmllite0.3-0   0.3.11-1 Libjingle XMLLite library
ii  libjinglexmpp0.3-0  0.3.11-1 Libjingle XMPP library
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++
Library v3
ii  libxml2 2.6.29.dfsg-1GNOME XML library

Versions of packages gstreamer0.10-plugins-farsight recommends:
ii  gstreamer0.10-ffmpeg  0.10.2-2   FFmpeg plugin for GStreamer

-- no debconf information
diff -urN gst-plugins-farsight-0.12.1/debian/patches/99_autoconf_g729_conditional.patch gst-plugins-farsight-0.12.1-new/debian/patches/99_autoconf_g729_conditional.patch
--- gst-plugins-farsight-0.12.1/debian/patches/99_autoconf_g729_conditional.patch	1970-01-01 10:00:00.0 +1000
+++ gst-plugins-farsight-0.12.1-new/debian/patches/99_autoconf_g729_conditional.patch	2007-06-28 16:16:01.0 +1000
@@ -0,0 +1,31 @@
+diff -Nur gst-plugins-farsight-0.12.1/configure gst-plugins-farsight-0.12.1.new/configure
+--- gst-plugins-farsight-0.12.1/configure	2007-05-04 00:24:35.0 +1000
 gst-plugins-farsight-0.12.1.new/configure	2007-06-27 17:58:24.0 +1000
+@@ -24859,11 +24859,13 @@
+   ENABLE_G729_FALSE=
+ fi
+ 
++if test x$ENABLE_G729 = xyes; then
+ 
+ cat >>confdefs.h <<\_ACEOF
+ #define ENABLE_G729
+ _ACEOF
+ 
++fi
+ 
+ ac_config_files="$ac_config_files Makefile ext/Makefile ext/jrtp/Makefile ext/mimic/Makefile ext/gsm/Makefile ext/jpeg2000/Makefile ext/jasper/Makefile ext/ice/Makefile ext/gconf/Makefile gst/Makefile gst/rtppayloads/Makefile gst/rtpdtmf/Makefile gst/rtpmux/Makefile gst/rtpdemux/Makefile gst/rtpssrcdemux/Makefile gst/rtpjitterbuffer/Makefile gst/network-simulator/Makefile tests/Makefile m4/Makefile"
+ 
+diff -Nur gst-plugins-farsight-0.12.1/configure.ac gst-plugins-farsight-0.12.1.new/configure.ac
+--- gst-plugins-farsight-0.12.1/configure.ac	2007-05-04 00:24:24.0 +1000
 gst-plugins-farsight-0.12.1.new/configure.ac	2007-05-04 00:24:00.0 +1000
+@@ -336,7 +336,9 @@
+ 
+ AC_MSG_RESULT(Checking for --enable-g729... $g729)
+ AM_CONDITIONAL(ENABLE_G729, test "x$g729" != "xno")
+-AC_DEFINE(ENABLE_G729, , [Compile the G729 payloader and depayloader])
++if test x$ENABLE_G729 = xyes; then
++  AC_DEFINE(ENABLE_G729, , [Compile the G729 payloader and depayloader])
++fi
+ 
+ AC_OUTPUT(Makefile \
+ ext/Makefile \
diff -urN gst-plugins-farsight-0.12.1/debian/rules gst-plugins-farsight-0.12.1-new/debian/rules
--- gst-plugins-farsight-0.12.1/debian/rules	2007-06-28 16:19:18.0 +1000
+++ gst-plugins-farsight-0.12.1-new/debian/rules	2007-06-28 16:17:16.0 +1000
@@ -9,5 +9,9 @@
 include /usr/share/cdbs/1/rules/utils.mk
 common-binary-post-install-arch:: list-missing
 
+#Touch autotools files to prevent autotools trying to regenerate them
+post-patches:: apply-patches
+	touch -t 200705040024 configure.ac aclocal.m4 config.h.in Makefile.in
+
 binary-post-install/gstreamer0.10-plugins-farsight::
 	rm -rf debian/*/usr/lib/gstreamer-0.10/*.la


Bug#329065: [php-maint] Bug#329065: php5-sybase: sybase_ct

2007-06-27 Thread sean finney
On Thursday 28 June 2007 07:58:35 Paul Dufresne wrote:
> Hi, seeing this bug through Ubuntu automatic importation, and trying to
> triage it.
>
> Does it still happen on latest version?

try asking the submitter...


sean


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


Bug#430904: ipw3945-modules-2.6.21-1-amd64: no module shipped in package

2007-06-27 Thread sean finney
Package: ipw3945-modules-2.6.21-1-amd64
Version: 2.6.21+1.2.1-1
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

i opened my laptop this morning to discover i no longer had a network
driver :(

rangda[/home/sean] dpkg-deb -c 
/var/cache/apt/archives/ipw3945-modules-2.6.21-1-amd64_2.6.21+1.2.1-1_amd64.deb
drwxr-xr-x root/root 0 2007-06-25 22:42 ./
drwxr-xr-x root/root 0 2007-06-25 22:42 ./lib/
drwxr-xr-x root/root 0 2007-06-25 22:42 ./lib/modules/
drwxr-xr-x root/root 0 2007-06-25 22:42 ./lib/modules/2.6.21-1-amd64/
drwxr-xr-x root/root 0 2007-06-25 22:42 
./lib/modules/2.6.21-1-amd64/contrib/
drwxr-xr-x root/root 0 2007-06-25 22:42 
./lib/modules/2.6.21-1-amd64/contrib/ipw3945/
drwxr-xr-x root/root 0 2007-06-25 22:42 ./usr/
drwxr-xr-x root/root 0 2007-06-25 22:42 ./usr/share/
drwxr-xr-x root/root 0 2007-06-25 22:42 ./usr/share/doc/
drwxr-xr-x root/root 0 2007-06-25 22:42 
./usr/share/doc/ipw3945-modules-2.6.21-1-amd64/
- -rw-r--r-- root/root  3641 2007-06-25 22:42 
./usr/share/doc/ipw3945-modules-2.6.21-1-amd64/copyright
- -rw-r--r-- root/root   589 2007-06-17 21:05 
./usr/share/doc/ipw3945-modules-2.6.21-1-amd64/changelog.Debian.gz


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

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

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

iD8DBQFGg1FEynjLPm522B0RAsAyAJ9TTmlz2+jKdm9Bc4PFgrLJ9NatkgCfdpL6
t7Rnb+Jd9TzKnjQr+dCEoB4=
=FsWv
-END PGP SIGNATURE-


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



Bug#430802: gnunet: General update after the debconf review process (the real one to use, please)

2007-06-27 Thread Christian Perrier
Quoting Christian Perrier ([EMAIL PROTECTED]):
> Package: gnunet
> Severity: important
> Tags: l10n patch
> 
> (Sent in urgency as an upload which I consider infortunate happened a
> few hours ago. Pretty please use the debconf templates AND ALL PO
> FILES in this patch. I intentionnally send this as a separate bug
> report, as the original one has been closed by the upload. I
> intentionnally set the severity to important to get more chances that
> this bug report gets enough consideration)


Please note that the debian/po/sv.po file in the package that was
uploaded yesterday is *invalid*.

That file is fixed in the patch I sent in #430802.

Really, please, consider, fixing #430802.



signature.asc
Description: Digital signature


Bug#430761: microcode.ctl: fails to install

2007-06-27 Thread Giacomo Catenazzi
Jim Paris wrote:
> 
> I figured out the problem: the "microcode" module was not loaded.
> (my kernel has CONFIG_MICROCODE=m).  After "modprobe microcode"
> and "apt-get -f install", everything was OK.
> 
> I think this is because when the microcode module is not loaded,
> "/dev/cpu/microcode" does not exist, and so the postinst calls
> "makedev", which prints a diagnostic message about "udev active" to
> stdout.  Also, another message would have been printed to stdout if I
> didn't have an Intel processor.  
> 
> "man debconf-devel" says about the postinst script:
> 
> *   Always source /usr/share/debconf/confmodule at the top of your
> postinst, even if you won't be running any db_* commands in
> it. This is required to make sure the config script gets a change
> to run (see HACKS for details). 
> *   Avoid outputting anything to stdout in your postinst, since that
> can confuse debconf, and postinst should not be verbose
> anyway. Output to stderr is ok, if you must.
> 
> I moved ". /usr/share/debconf/confmodule" to the very top of the
> postinst, below "set -e", and the problem went away.  I presume
> /usr/share/debconf/confmodule somehow works around the stdout problem
> -- but it would probably also be good to redirect all output to stderr
> anyway.
> 
> 
> I would also recommend that you don't unconditionally unload the
> microcode module in /etc/init.d/microcode.ctl.  If I, for example,
> included "microcode" in /etc/modules, I wouldn't expect a startup
> script to undo that.

I already found and corrected the error handling, but I had
noticed than /usr/share/debconf/confmodule should be shared
at the top.

Thanks.

For the modules, I should check again. With previous modutils
(for 2.2 and 2.4 kernels), we loaded microcode modules with
"auto" and removed only if had this flag.
It is possible that new modutils don't handle this flag
(or better: all modules are "auto").

Anyway, why do somebody need microcode modules loaded?
I think only microcode.ctl use this module (and in future
udev, but in this case only at module loading).

ciao
cate


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



Bug#430802: gnunet: General update after the debconf review process (the real one to use, please)

2007-06-27 Thread Christian Perrier
Quoting Christian Perrier ([EMAIL PROTECTED]):
> Package: gnunet
> Severity: important
> Tags: l10n patch
> 
> (Sent in urgency as an upload which I consider infortunate happened a
> few hours ago. Pretty please use the debconf templates AND ALL PO
> FILES in this patch. I intentionnally send this as a separate bug
> report, as the original one has been closed by the upload. I
> intentionnally set the severity to important to get more chances that
> this bug report gets enough consideration)


Please note that the debian/po/sv.po file in the package that was
uploaded yesterday is *invalid*.

That file is fixed in the patch I sent in #430802.

Really, please, consider, fixing #430802.



signature.asc
Description: Digital signature


Bug#430879: [INTL:de] Initial German debconf translation/ Typo in gnome-speech_1:0.4.13-2_templates.pot

2007-06-27 Thread Christian Perrier
> I noticed also bug #430189. Don't hesitate to contact me if the
> translation needs to be updated.


Here you go..:-)




de.po
Description: application/gettext


signature.asc
Description: Digital signature


Bug#429767: samba: A Samba share named "share" is quietly invalid.

2007-06-27 Thread Christian Perrier
> I do realize that there does not appear to be any failures in the log 
> files.  I turned logging up to 10 and then trolled through it and still 
> didn't find anything that I thought was suspicious or unusual.
> 
> The failure is that the share can not be accessed in any way 
> (apparently), though it is listed as a valid share on the serving host. 



>  I can't browse it from a Windows XP system, and a remote SMB mount 
> from another Linux host fails as soon as I upgrade -- while other shares 
> continue to work just fine.


What is the message on the client side ?

What happens if you try connecting the share from the server itself
with smbclient: smbclient -U shara //localhost/share ?



There *should* be something in the logs, if something wrong happens





signature.asc
Description: Digital signature


Bug#329065: php5-sybase: sybase_ct

2007-06-27 Thread Paul Dufresne
Hi, seeing this bug through Ubuntu automatic importation, and trying to
triage it.

Does it still happen on latest version?

-- 
http://www.fastmail.fm - And now for something completely different…




Bug#430896: general: GNOME or KDE desktops should issue a warning when the user unplugs USB media without unmounting.

2007-06-27 Thread Robert Collins
On Thu, 2007-06-28 at 14:54 +1000, Andrew Donnellan wrote:
> On 6/28/07, Michael Biebl <[EMAIL PROTECTED]> wrote:
> > FWIW recent GNOME desktops in unstable using gnome-mount for doing the 
> > mounting
> > stuff, already have this kind of functionality. Whenever you unmount a 
> > removable
> > device, gnome-mount will show you a message via notification-daemon, when 
> > it is
> > safe to unplug the device. I'm not sure if XFCE in Debian already uses
> > gnome-mount, though.
> 
> I interpreted it as saying 'Give a warning if someone accidentally
> pulls it out before unmounting', not 'Tell me when I can pull it out
> after unmounting.'

It should do both if its recieved the patch from Ubuntu (and given it
shows when its unsafe, I think it has - both were done at the same time
IIRC).

-Rob
-- 
GPG key available at: .


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


Bug#430903: git-cvsimport results in an empty checkout

2007-06-27 Thread Cameron Dale
Package: git-cvs
Version: 1:1.5.2.2-2
Severity: normal


After completing the import process with this command:

git-cvsimport -k -v -m -d :pserver:[EMAIL PROTECTED]:/cvsroot bittornado

it ended with this last fetch/commit, and then the checkout below:

Fetching BitTornado/BT1/track.py   v 1.68
Update BitTornado/BT1/track.py: 49062 bytes
Tree ID 654007d16cbc2340eedeb49a638406704361c8c4
Parent ID 71ae8bf955593db335a796d119622d9a949bb37d
Committed patch 775 (origin + 2007-02-21 17:13:23)
Commit ID 94a462230c8beac77dc4a17f87254cfd292f
Generating pack...
Done counting 3956 objects.
Deltifying 3956 objects...
 100% (3956/3956) done
Writing 3956 objects...
 100% (3956/3956) done
Total 3956 (delta 2977), reused 0 (delta 0)
Pack pack-31812d7cdaf8218768a33f892311489335157496 created.
Removing unused objects 100%...
Done.
DONE; creating master branch
D   .cvsignore
D   BitTornado/.cvsignore
D   BitTornado/BT1/.cvsignore
D   BitTornado/BT1/BadDataGuard.py
D   BitTornado/BT1/Choker.py
D   BitTornado/BT1/Connecter.py
D   BitTornado/BT1/Downloader.py
D   BitTornado/BT1/DownloaderFeedback.py
D   BitTornado/BT1/Encrypter.py
... and so on until all files were deleted

So it deleted every file in the checkout, my working directory now has only 
a .git directory in it. git-status shows that all files have been deleted 
(though the changes have not been added to the commit). Switching to the
origin branch has no effect. I had to a "git-reset --hard HEAD" to get the 
files back.

I also noticed a "connect error: Network is unreachable" message early on 
in the import (like in the first few lines) similar to #426617, but since 
it didn't affect the import I don't think it's related. (I'd post it, but 
that part of the import scrolled past the buffer on Konsole.)

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

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

Versions of packages git-cvs depends on:
ii  cvsps2.1-3   Tool to generate CVS patch set inf
ii  git-core 1:1.5.2.2-2 fast, scalable, distributed revisi
ii  libdbd-sqlite3-perl  1.13-2  Perl DBI driver with a self-contai

Versions of packages git-cvs recommends:
ii  git-doc  1:1.5.2.2-2 fast, scalable, distributed revisi

-- no debconf information


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



Bug#430896: general: GNOME or KDE desktops should issue a warning when the user unplugs USB media without unmounting.

2007-06-27 Thread Andrew Donnellan

On 6/28/07, Michael Biebl <[EMAIL PROTECTED]> wrote:

FWIW recent GNOME desktops in unstable using gnome-mount for doing the mounting
stuff, already have this kind of functionality. Whenever you unmount a removable
device, gnome-mount will show you a message via notification-daemon, when it is
safe to unplug the device. I'm not sure if XFCE in Debian already uses
gnome-mount, though.


I interpreted it as saying 'Give a warning if someone accidentally
pulls it out before unmounting', not 'Tell me when I can pull it out
after unmounting.'

--
Andrew Donnellan <><
ajdlinuxATgmailDOTcom (primary)ajdlinuxATexemailDOTcomDOTau (secure)
http://andrewdonnellan.comhttp://ajdlinux.wordpress.com
[EMAIL PROTECTED]hkp://subkeys.pgp.net 0x5D4C0C58
   http://linux.org.auhttp://debian.org
   Spammers only === [EMAIL PROTECTED] ===


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



Bug#430896: general: GNOME or KDE desktops should issue a warning when the user unplugs USB media without unmounting.

2007-06-27 Thread Andrew Donnellan

On 6/28/07, Andrew Donnellan <[EMAIL PROTECTED]> wrote:

I interpreted it as saying 'Give a warning if someone accidentally
pulls it out before unmounting', not 'Tell me when I can pull it out
after unmounting.'


The original request in the BR I mean; not the message from gnome-mount.

--
Andrew Donnellan <><
ajdlinuxATgmailDOTcom (primary)ajdlinuxATexemailDOTcomDOTau (secure)
http://andrewdonnellan.comhttp://ajdlinux.wordpress.com
[EMAIL PROTECTED]hkp://subkeys.pgp.net 0x5D4C0C58
   http://linux.org.auhttp://debian.org
   Spammers only === [EMAIL PROTECTED] ===


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



Bug#430183: bugs.debian.org: some bugs don't get marked as resolved even after fix enters unstable

2007-06-27 Thread Don Armstrong
On Wed, 27 Jun 2007, Michael Gilbert wrote:

> On 6/27/07, Don Armstrong wrote:
> >You're telling it to tell you bugs which are present in the version
> >'', which is not a valid version for xfce4-utils, so it shows those
> >bugs as present in another branch.
> >
> >You probably want to be looking at
> >
> >http://bugs.debian.org/cgi-bin/pkgreport.cgi?submitter=michael.s.gilbert%40gmail.com;dist=unstable;package=xfce4-utils
> >instead.
> 
> ok, i had gone here (http://bugs.debian.org), checked "submitter
> address", and typed in my email address (no other changes from
> defaults), and it took me to that page
> (http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=submitter&data=michael.s.gilbert%40gmail.com&archive=no&version=&dist=unstable).
> maybe for that selection on bugs.debian.org, it should take the user
> to 
> http://bugs.debian.org/cgi-bin/pkgreport.cgi?submitter=michael.s.gilbert%40gmail.com;dist=unstable
> instead?

Yes; that submission form is wrong; it's one of the things I'm going
to be fixing next.


Don Armstrong
 
-- 
My spelling ability, or rather the lack thereof, is one of the wonders
of the modern world.

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Bug#429028: localization bug in checkgmail continues

2007-06-27 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Interesting - perhaps this problem is related to details of the locale
configuration or the versions of other packages on the system.  The
information regarding the bug-fix came from upstream.  If you can provide
any additional information about the problem - i.e. situations where it
works and where it doesn't, that would be helpful.

Cheers,
tony

Rafael Belmonte wrote:
> I have done various tests.
> Checkgmail 1.12 from sid installed in Lenny continue with the bug.
> But in another past installation with many packages from sid, bug was
> resolved with 1.12 version.
> I also have done tests in Ubuntu gutsy, in one installation with
> checkgmail 1.11 the bug didn't appear, but in other installation yes,
> with both: 1.11 and 1.12 installed from Sid repository.
> In conclusion, with 1.12 from sid, there are some installations which
> continue with the bug in Debian Lenny and Ubuntu gutsy.
> Thanks you for trying to fix the bug.

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

iD8DBQFGgztmpdwBkPlyvgMRApUQAJ9mn6hBghLE4AuK1USkXaQtjWCIMwCfSrDm
iCEJKSYADhBoES3RlBQ4FUQ=
=wPgp
-END PGP SIGNATURE-


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



Bug#430896: general: GNOME or KDE desktops should issue a warning when the user unplugs USB media without unmounting.

2007-06-27 Thread Michael Biebl
Rafael wrote:
> Package: general
> Severity: wishlist
> 
> 
> 
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers testing
>   APT policy: (500, 'testing')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.22-6-generic (SMP w/1 CPU core)
> Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
> 
> Debian KDE, Gnome or XFCE desktops should issue a warning when the user 
> unplugs USB media without unmounting it first, as Ubuntu 
> does.
> Thanks for your atention. 

FWIW recent GNOME desktops in unstable using gnome-mount for doing the mounting
stuff, already have this kind of functionality. Whenever you unmount a removable
device, gnome-mount will show you a message via notification-daemon, when it is
safe to unplug the device. I'm not sure if XFCE in Debian already uses
gnome-mount, though.

Cheers,
Michael

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



signature.asc
Description: OpenPGP digital signature


Bug#430803: bugs.debian.org: regression on usertags view with specified priority

2007-06-27 Thread Don Armstrong
On Wed, 27 Jun 2007, Petr Salinger wrote:
> please take a link "Patches submitted in the Debian BTS"
> from http://wiki.debian.org/Debian_GNU/kFreeBSD.
> 
> It currently shows in the heading 
> "ARRAY(0x8326290) bugs -- ARRAY(0x83262d8) (1181 bugs)"
> and all bugs are listed in one block.
> Previously, they have been sorted in a few blocks, basically standard 
> view, but with severity ignored - i.e. bugs with patch, bugs without 
> patch, pending uploads, fixed in NMU and resolved.
> 
> Please could you look at it.

My next merge will fix this.


Don Armstrong
 
-- 
Fate and Temperament are two words for one and the same concept.
 -- Novalis [Hermann Hesse _Demian_]

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Bug#84681: Implemented, but please use the SOAP query

2007-06-27 Thread Don Armstrong
I've implemented this, but please use the SOAP query, newest_bugs, not
the pkgreport.cgi?newest=5 variant. [It'll show up in the bts shortly;
I'll tag this bug pending after I've merged in the change.]

See Debbugs::SOAP or Debbugs::Bugs for details.


Don Armstrong

-- 
Grimble left his mother in the food store and went to the launderette
and watched the clothes go round. It was a bit like colour television
only with less plot.
 -- Clement Freud _Grimble_

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Bug#430715: bugs.debian.org: Selection options are broken

2007-06-27 Thread Don Armstrong
On Tue, 26 Jun 2007, Chip Salzenberg wrote:
> Package: bugs.debian.org
> Severity: normal
> 
> Quoting the bottom of the page:
> 
>   Show bugs applicable to []
>   ARRAY(0x91640e8)
> 
> Somehow I don't think that's the correct or expected output.  :-,

It's actually expected, but it's not the way it's going to stay. I'm
in the process of rewriting that bit to actually have all of the
options available to pkgreport; I decided that the new features were
more interesting then the display in that page... but I'll fix it
soon.


Don Armstrong
 
-- 
The beauty of the DRUNKENNESS subprogram was that you could move your
intoxication level up and down at will, instead of being caught on a
relentless down escalator to bargain basement philosophy and the
parking garage.
 -- Rudy von Bitter _Software_ p124

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Bug#429028: localization bug in checkgmail continues

2007-06-27 Thread Rafael Belmonte

I have done various tests.
Checkgmail 1.12 from sid installed in Lenny continue with the bug.
But in another past installation with many packages from sid, bug was
resolved with 1.12 version.
I also have done tests in Ubuntu gutsy, in one installation with checkgmail
1.11 the bug didn't appear, but in other installation yes, with both: 1.11and
1.12 installed from Sid repository.
In conclusion, with 1.12 from sid, there are some installations which
continue with the bug in Debian Lenny and Ubuntu gutsy.
Thanks you for trying to fix the bug.


Bug#430901: icedove doesn't play nice with EXPERIMENTAL libglib

2007-06-27 Thread xsdg
Package: icedove
Version: 2.0.0.4.dfsg1-1
Severity: minor

With libglib2.0-0 version 2.13.5-1 and libgtk2.0-0 2.11.4-1, I get the 
following on icedove startup:
***MEMORY-WARNING***: icedove-bin[27584]: GSlice: g_thread_init() must be 
called before all other GLib functions; memory corruption due to late 
invocation of g_thread_init() has been detected; this program is likely to 
crash, leak or unexpectedly abort soon...

I captured full debug info at [1].  The short story is: as predicted, memory 
corruption did occur.  Icedove died immediately when I tried to send an email, 
even after moving ~/.mozilla-thunderbird out of the way and creating a new 
account.

This problem is notable because icedove 2.0.0.0-4 (and all previous versions of 
icedove that I've used) worked fine with my experimental versions of libglib 
and libgtk, yet 2.0.0.4 seems not to work with it at all.

I upgraded icedove this evening and this problem instantly arose.  After 
downgrading to unstable versions of libglib2.0-0 and libgtk2.0-0, the problem 
went away, but this definitely seems to be a regression of some sort; 
especially so if future unstable versions of libglib and/or libgtk2 have the 
same ordering requirement that icedove 2.0.0.4.dfsg1-1 appears to have violated.

[1] http://xsdg.mit.edu/~xsdg/nl/icedove_vs_glib/


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

Kernel: Linux 2.6.15 (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 icedove depends on:
ii  debianutils 2.15.2   Miscellaneous utilities specific t
ii  fontconfig  2.4.1-2  generic font configuration library
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.1-2  generic font configuration library
ii  libfreetype62.2.1-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libhunspell-1.1-0   1.1.5-6  spell checker and morphological an
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  libnspr4-0d 4.6.6-3  NetScape Portable Runtime Library
ii  libnss3-0d  3.11.5-3 Network Security Service libraries
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-4X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.1-2  advanced font drawing library for 
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxinerama11:1.0.1-4X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 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  psmisc  22.3-1   Utilities that use the proc filesy
ii  zlib1g  1:1.2.3-13   compression library - runtime

icedove recommends no packages.

-- debconf information excluded


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



Bug#430902: BurgerSpace, needs updating

2007-06-27 Thread Andrew Fenn

Package: burgerspace
Severity: normal

The current version of BurgerSpace in the repository is 1.6.1-2 but
version 1.8.1 has been available for some time now.

See: http://www3.sympatico.ca/sarrazip/dev/burgerspace.html


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



Bug#430847: Please rebuild so that python-subversion bindings with work with python-2.5)

2007-06-27 Thread Peter Samuelson

[Bill Gribble]
> All I know is, python-subversion is one of the few remaining major
> python packages that don't include support for python-2.5.  

With python module packages, the python policy allows maintainers to
make a decision whether to support only the default python version
(currently 2.4) or to support multiple python versions.  Now, most
module packages can be built for multiple python versions quite easily;
but for python-subversion, the process would be much more involved,
since the 'configure' process that configures the module also
configures the whole rest of Subversion, and the modules are built on
Subversion's C libraries.  Switching things around to configure and
build the python modules more than once, but only build the rest of
Subversion once, but still be able to run the _testsuite_ for each
version of the python modules, using the C libraries which were only
built once ... well, I decided that that was a lot of complexity for
very little gain.  I believe most potential users of python-subversion
(and note, this doesn't include users of the third-party 'python-svn'
bindings) want to use it with Debian's default python version anyway.

Ubuntu patched our package to support multiple python versions, but
their patch is ugly and intrusive, so I didn't really want to merge it
back to Debian without a good reason.  And I haven't heard anyone
clamoring for this feature until you mentioned it just now.  And given
that Debian will soon transition to python 2.5 anyway

Thanks,
Peter


signature.asc
Description: Digital signature


Bug#430899: speedcrunch: Speedcrunch calculator crash my system.

2007-06-27 Thread Rafael
Package: speedcrunch
Version: 0.7-release-1
Severity: critical
Justification: breaks the whole system



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

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

Versions of packages speedcrunch depends on:
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libqt4-core 4.3.0-2  Qt 4 core non-GUI functionality ru
ii  libqt4-gui  4.3.0-2  Qt 4 core GUI functionality runtim
ii  libqt4-qt3support   4.3.0-2  Qt 3 compatibility library for Qt 
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3

speedcrunch recommends no packages.

-- no debconf information
Speedcrunch calculator crash my computer, sometimes only X server, sometimes 
all system.
If I run it from konsole, only crash when I deploy a menu of speedcrunch.


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



Bug#430898: lirc: floods syslog without end, and cpu at 100% (reopen #367151)

2007-06-27 Thread Alexander V. Inyukhin
Package: lirc
Version: 0.8.0-9.3
Severity: normal
Tags: patch

Bug #367151 is still exists.

After disconnecting dev/input device its fd remains valid
but select() shows event and read() returns ENODEV.
So, lircd enters into an endless loop and floods syslog.

Proposed solution is to check for ENODEV in devinput_rec() and
close fd if disconnect is detected.


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

Kernel: Linux 2.6.21.3-cfs-v15-rt (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Shell: /bin/sh linked to /bin/bash

Versions of packages lirc depends on:
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii  dialog1.1-20070604-1 Displays user-friendly dialog boxe
ii  libasound21.0.14a-1  ALSA library
ii  libc6 2.5-9+b1   GNU C Library: Shared libraries
ii  liblircclient00.8.0-9.3  LIRC client library
ii  libusb-0.1-4  2:0.1.12-7 userspace USB programming library

lirc recommends no packages.

-- debconf-show failed
diff -ur lirc-0.8.0/daemons/hw_devinput.c lirc-0.8.0-1/daemons/hw_devinput.c
--- lirc-0.8.0/daemons/hw_devinput.c	2005-07-10 12:34:11.0 +0400
+++ lirc-0.8.0-1/daemons/hw_devinput.c	2007-06-28 06:46:22.0 +0400
@@ -25,6 +25,7 @@
 
 #include 
 #include 
+#include 
 
 #include 
 
@@ -123,6 +124,10 @@
 	
 	rd = read(hw.fd, &event, sizeof event);
 	if (rd != sizeof event) {
+		if (errno == ENODEV) {
+			close(hw.fd);
+			logprintf(LOG_ERR, "no device '%s'", hw.device);
+		}
 		logprintf(LOG_ERR, "error reading '%s'", hw.device);
 		return 0;
 	}


Bug#430897: git-completion: Obsolete; superseded by version in git repository

2007-06-27 Thread Josh Triplett
Package: git-completion
Version: 0+20060817-1
Severity: normal

git-completion has become superseded by the completion script in the git
repository.

git-core should also start installing those completions and should conflict with
git-completion; I'll file that as a separate bug on git-core.

- Josh Triplett

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

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


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



Bug#369064: binutils: please add support for multiarch

2007-06-27 Thread James Troup
Aurelien Jarno <[EMAIL PROTECTED]> writes:

> Hi,
> 
> Please find attached an updated version of the patch. Tests with a
> recent binutils has shown that the i386->i486 part is not needed
> anymore.
> 
> Could you please fix it as soon as possible? It is the latest missing
> part to get a multiarch capable toolchain in Debian.

So, applying this patch results in:

SEARCH_DIR("/usr/i486-linux-gnu/lib32"); 
SEARCH_DIR("/usr/i486-linux-gnu/lib/i486-linux-gnu"); 
SEARCH_DIR("/usr/local/lib32"); SEARCH_DIR("/usr/local/lib/i486-linux-gnu"); 
SEARCH_DIR("/lib32"); SEARCH_DIR("/lib/i486-linux-gnu"); 
SEARCH_DIR("/usr/lib32"); SEARCH_DIR("/usr/lib/i486-linux-gnu"); 
SEARCH_DIR("/usr/i486-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); 
SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib");

/usr/i486-linux-gnu/lib/i486-linux-gnu ?

-- 
James


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



Bug#430885: xserver-xorg-video-intel: new intel driver doesn't support all modes of i810 driver

2007-06-27 Thread Drew Parsons
Your X log reports that the server knows about your desired mode:

(II) intel(0): Modeline "1280x1024"x85.0  157.50  1280 1344 1504 1728
1024 1025 1028 1072 +hsync +vsync (91.1 kHz)
(II) intel(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 
1025 1028 1066 +hsync +vsync (80.0 kHz)
(II) intel(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 
1025 1028 1066 +hsync +vsync (64.0 kHz)

Do you have xrandr 1.2 installed?  What does "xrandr" say?  Does
"xrandr --verbose" show the modes listed above?  Did you select your
mode with "xrandr --mode 1280x1024"?


Work is ongoing in the server to make xorg.conf redundant altogether. 
One thing you could try is deleting xorg.conf completely and seeing
what kind of success you get. Or alternatively delete the Modes lines
from the Screen section.

Drew


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



Bug#430888: heimdal-clients: kinit requests TXT records for _kerberos. HOSTNAME

2007-06-27 Thread Brian May
> "Michael" == Michael Loftis <[EMAIL PROTECTED]> writes:


Michael> kinit erroneously requests a TXT record for _kerberos. HOSTNAME., 
note
Michael> the extra space it's stuffing into the TXT DNS request.

I am afraid I am not able to reproduce this. In my tests I see no TXT
requests or HOSTNAME requests.

What command line parameters did you supply to kinit?

Also a copy of /etc/krb5.conf would be useful too.

Thanks.
-- 
Brian May <[EMAIL PROTECTED]>


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



Bug#294378: Evolution: Bug #294378

2007-06-27 Thread Pigeon

Hi,

We're having similar problems here. It often gets stuck and starts
using more and more memory when we copy and paste text (especially URL)
into an e-mail being composed.

Here's a gdb stack trace when evolution is stuck. Looks like its a
combination of spell checking and gtkhtml:

#0  0xb7b1acc3 in html_text_spell_errors_clear_interval ()
   from /usr/lib/libgtkhtml-3.14.so.19
#1  0xb7ad34ce in html_clueflow_spell_check ()
   from /usr/lib/libgtkhtml-3.14.so.19
#2  0xb7adf070 in html_engine_spell_check_range ()
   from /usr/lib/libgtkhtml-3.14.so.19
#3  0xb7ae2c16 in html_engine_copy () from /usr/lib/libgtkhtml-3.14.so.19
#4  0xb7ae2cd6 in html_engine_copy () from /usr/lib/libgtkhtml-3.14.so.19
#5  0xb7ae4ab3 in html_engine_insert_text_with_extra_attributes ()
   from /usr/lib/libgtkhtml-3.14.so.19
#6  0xb7ae4e59 in html_engine_paste_text_with_extra_attributes ()
   from /usr/lib/libgtkhtml-3.14.so.19
#7  0xb7ae4eb3 in html_engine_paste_text () from /usr/lib/libgtkhtml-3.14.so.19
#8  0xb7ac4a8f in gtk_html_im_reset () from /usr/lib/libgtkhtml-3.14.so.19
#9  0xb6f085db in g_cclosure_marshal_VOID__STRING ()
   from /usr/lib/libgobject-2.0.so.0
#10 0xb6efb97b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#11 0xb6f0c5c3 in g_signal_override_class_closure ()
   from /usr/lib/libgobject-2.0.so.0
#12 0xb6f0dab9 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#13 0xb6f1020e in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#14 0xb754083e in gtk_im_multicontext_append_menuitems ()
   from /usr/lib/libgtk-x11-2.0.so.0
#15 0xb6f085db in g_cclosure_marshal_VOID__STRING ()
   from /usr/lib/libgobject-2.0.so.0
#16 0xb6efb97b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#17 0xb6f0c5c3 in g_signal_override_class_closure ()
   from /usr/lib/libgobject-2.0.so.0
#18 0xb6f0dab9 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#19 0xb6f1020e in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#20 0xb753ed77 in gtk_im_context_simple_new ()
   from /usr/lib/libgtk-x11-2.0.so.0
#21 0xb753f4cf in gtk_im_context_simple_new ()
   from /usr/lib/libgtk-x11-2.0.so.0
#22 0xb753e2a3 in gtk_im_context_filter_keypress ()
   from /usr/lib/libgtk-x11-2.0.so.0
#23 0xb7541235 in gtk_im_multicontext_new () from /usr/lib/libgtk-x11-2.0.so.0
#24 0xb753e2a3 in gtk_im_context_filter_keypress ()
   from /usr/lib/libgtk-x11-2.0.so.0
#25 0xb7acd1dd in gtk_html_set_editable () from /usr/lib/libgtkhtml-3.14.so.19
#26 0xb7560c10 in gtk_marshal_BOOLEAN__VOID ()
   from /usr/lib/libgtk-x11-2.0.so.0
#27 0xb6ef9f39 in g_value_set_boxed () from /usr/lib/libgobject-2.0.so.0
#28 0xb6efba6c in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#29 0xb6f0cbff in g_signal_override_class_closure ()
   from /usr/lib/libgobject-2.0.so.0
#30 0xb6f0d898 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#31 0xb6f0dc69 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#32 0xb7674dd8 in gtk_widget_get_default_style ()
   from /usr/lib/libgtk-x11-2.0.so.0
#33 0xb7684e47 in gtk_window_propagate_key_event ()
   from /usr/lib/libgtk-x11-2.0.so.0
#34 0xb7687eac in gtk_window_activate_key () from /usr/lib/libgtk-x11-2.0.so.0
#35 0xb79c6584 in bonobo_window_remove_popup ()
   from /usr/lib/libbonoboui-2.so.0
#36 0xb7560c10 in gtk_marshal_BOOLEAN__VOID ()
   from /usr/lib/libgtk-x11-2.0.so.0
#37 0xb6ef9f39 in g_value_set_boxed () from /usr/lib/libgobject-2.0.so.0
#38 0xb6efb97b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#39 0xb6f0cbff in g_signal_override_class_closure ()
   from /usr/lib/libgobject-2.0.so.0
#40 0xb6f0d898 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#41 0xb6f0dc69 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#42 0xb7674dd8 in gtk_widget_get_default_style ()
   from /usr/lib/libgtk-x11-2.0.so.0
#43 0xb755a00a in gtk_propagate_event () from /usr/lib/libgtk-x11-2.0.so.0
#44 0xb755b1d7 in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#45 0xb72ca0da in gdk_add_client_message_filter ()
   from /usr/lib/libgdk-x11-2.0.so.0
#46 0xb6e8ab51 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#47 0xb6e8dbc6 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#48 0xb6e8df87 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#49 0xb78528d3 in bonobo_main () from /usr/lib/libbonobo-2.so.0
#50 0x0805fc2c in main ()


And here's the versions of evolution and its dependencies:


evolution   2.10.2-1
dbus1.1.1-1
evolution-common2.10.2-1
evolution-data-server   1.10.2-2
gconf2  2.16.1-1
gnome-icon-theme2.18.0-3
gtkhtml3.14 3.14.2-1
libart-2.0-22.3.19-3
libatk1.0-0 1.18.0-2
libbonobo2-02.18.0-2
libbonoboui2-0  2.18.0-5
libc6   2.5-7
libcairo2   1.4.4-1
libcamel1.2-10

Bug#425831: Determining whether the session is local or remote

2007-06-27 Thread Sam Vilain
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

martin f krafft wrote:
> also sprach Sam Vilain <[EMAIL PROTECTED]> [2007.06.27.0220 +0200]:
>> Don't try all that silly stuff with pty ownership.  That's not
>> even the correct way to figure out the current process' terminal!
>> Just look in wtmp.  probably the easiest way to do this is to call
>> `who am i`
>>
>> Then you'll also cover situations not mentioned yet, like a remote
>> xterm.
> 
> Fair enough, the remote xterm is not covered, but molly-guard
> promises to guard SSH sessions, and remote xterms technically
> aren't SSH sessions.

This is true, but the term "ssh session" has come to mean "remote terminal
session".  Which is a good thing really.  Also I note that the short
description
reads "protects remote machines from accidental shutdowns/reboots"

> That's not to say that I would not be happy to implement your
> suggestions. Could you please elaborate? How do I use wtmp to
> determine whether I'm local or remote? In fact, if you could send
> a patch or some mockup code, I'd appreciate it.

Sure, I'll send that shortly.

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

iEYEARECAAYFAkaDGJgACgkQ/AZAiGayWEO/ZACeM3CsR9Rxtl3xK0HIzw722Tg4
U4YAoMHwEuQLMhlKKPwJhyRdH4isT7ul
=lJQC
-END PGP SIGNATURE-


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



Bug#430896: general: GNOME or KDE desktops should issue a warning when the user unplugs USB media without unmounting.

2007-06-27 Thread Rafael
Package: general
Severity: wishlist



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

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

Debian KDE, Gnome or XFCE desktops should issue a warning when the user unplugs 
USB media without unmounting it first, as Ubuntu 
does.
Thanks for your atention. 


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



Bug#430041: kernel 2.6.21.5 fails to build with error "ld: vmlinux: section `.init.text'

2007-06-27 Thread James Troup
severity 430041 important
thanks

Loïc Gomez <[EMAIL PROTECTED]> writes:

> le 22.06.2007, Touko Korpela <[EMAIL PROTECTED]> a écrit:
> 
> > You seem to use obsolete version of binutils. Testing and unstable have
> > 2.17cvs20070426-8.
> >
> 
> I tried with all the versions availables before posting this bugreport :
> p2.17cvs20070426-8
> i2.17.50-1
> p2.17.20070406cvs-2
> 
> I tried again with 2.17cvs20070426-8 but still the same issue.

Have you confirmed the patch fixes the problem for you?

Could you provide me with a .config and pointer to the grsec patch
you're using because I can't reproduce this in sid with vanilla
2.6.21.5 and the binutils in the archive is happily building the
Debian kernel packages too, AFAICS.

-- 
James


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



Bug#430893: please update to version that supports pidgin

2007-06-27 Thread peter green

package: gaim-hotkeys
severity: grave


Since gaim in sid is now a transition package your current package is 
now unusable (and FTBFS).


gaim-hotkeys has been ported to pidgin by upstream and renamed to 
pidgin-hotkeys ( http://pidgin-hotkeys.sourceforge.net/ ). Please update 
your package.



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



Bug#430892: please turn gaim-encryption into a transition package to pidgin-encryption

2007-06-27 Thread peter green

package: gaim-encryption
severity: grave

the gaim package in unstable is now a transition package to pidgin. 
Gaim-encryption is therefore unusable (and FTBFS) and should be turned 
into a transition package as well.






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



Bug#430895: acpi-support: wireless.sh calls wrong function

2007-06-27 Thread Soenke
Package: acpi-support
Version: 0.95-2
Severity: normal
Tags: patch

Hi there,

the most recent version of /etc/acpi/wireless.sh seems to call a wrong
function that is not present in /usr/shre/acpi-support/state-funcs.
The attached patch should fix this issue.

Regards,

soenke

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

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

Versions of packages acpi-support depends on:
ii  acpid1.0.4-7.1   Utilities for using ACPI power man
ii  dmidecode2.9-1   Dump Desktop Management Interface 
ii  finger   0.17-11 user information lookup program
ii  hdparm   7.1-2   tune hard disk parameters for high
ii  laptop-detect0.12.1-0.1  attempt to detect a laptop
ii  libc62.5-9+b1GNU C Library: Shared libraries
ii  lsb-base 3.1-23.1Linux Standard Base 3.1 init scrip
ii  powermgmt-base   1.29Common utils and configs for power
ii  radeontool   1.5-5   utility to control ATI Radeon back
ii  toshset  1.72-4  Access much of the Toshiba laptop 
ii  vbetool  0.7-1.1 run real-mode video BIOS code to a
ii  xbase-clients1:7.2.ds2-2 miscellaneous X clients

acpi-support recommends no packages.

-- no debconf information
--- wireless.sh.orig2007-06-28 03:58:54.0 +0200
+++ wireless.sh 2007-06-28 03:58:31.0 +0200
@@ -3,4 +3,4 @@
 
 . /usr/share/acpi-support/state-funcs
 
-toggleWirelessStates;
+toggleAllWirelessStates;


Bug#430894: please turn gaim-librvp into a transition package for pidgin-librvp

2007-06-27 Thread peter green

package: gaim-librvp
severity: grave

the gaim package in unstable is now a transition package to pidgin. 
Gaim-librvp is therefore unusable (and FTBFS) and should be turned into 
a transition package as well.



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



Bug#429767: samba: A Samba share named "share" is quietly invalid.

2007-06-27 Thread Jesse Molina


User shara is a legit user account name which has been used long-term. 
The share fails in the same way with a completely different non-root 
user account as well, so I don't think it's a user-specific issue.


I do realize that there does not appear to be any failures in the log 
files.  I turned logging up to 10 and then trolled through it and still 
didn't find anything that I thought was suspicious or unusual.


The failure is that the share can not be accessed in any way 
(apparently), though it is listed as a valid share on the serving host. 
 I can't browse it from a Windows XP system, and a remote SMB mount 
from another Linux host fails as soon as I upgrade -- while other shares 
continue to work just fine.


Got any other ideas?  I'm stumped -- that's why I opened the bug.  =)



Christian Perrier wrote:

Quoting Jesse Molina ([EMAIL PROTECTED]):
Attached are logs.  Please let me know if I screwed anything up or you 
need more info.


Same problem as before.  I upgraded and the "share" share fails.  After 
downgrading, everything is fine again.


In the log files, I simply started up the new samba processes, tried to 
connect to the share via a WinXP system, which failed, and then shortly 
thereafter shut samba down.


From the logs, it does not fail:

Jun 27 01:04:08 sorrows smbd[4290]:   aspiration (192.168.0.11) connect to 
service share initially as user shara (uid=1000, gid=104) (pid
+4290)

I actually see nothing that looks like an error in the logs.

What is exactly failing?

I suspect somethign really weird related to the fact that the username
is "shara". Can you just try connecting with another username?




--
# Jesse Molina
# Mail = [EMAIL PROTECTED]
# Page = [EMAIL PROTECTED]
# Cell = 1.602.323.7608
# Web  = http://www.opendreams.net/jesse/




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



Bug#394144: Partially fixed

2007-06-27 Thread Raphael

retitle 394144 kword: formulas aren't displayed
thanks

Just to notify:

Kword doesn't crash anymore, but it doesn't display the formulas.

--
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


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



Bug#430891: Fails to import in python2.5 session

2007-06-27 Thread Christopher Halse Rogers

Package: python-pyinotify
Version: 0.7.0-2
Severity: normal
Tags: patch

*** Please type your report below this line ***
pyinotify fails to import in a python2.5 session.  A sample python
session:
--
[EMAIL PROTECTED]:~$ python2.5
Python 2.5.1 (r251:54863, Apr 25 2007, 21:31:46)
[GCC 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)] on linux2
Type "help", "copyright", "credits" or "license" for more information.

import pyinotify

Traceback (most recent call last):
 File "", line 1, in 
 File "/var/lib/python-support/python2.5/pyinotify/pyinotify.py", line
48, in 
   from inotify import inotify_init, inotify_add_watch,
inotify_rm_watch
 File "/var/lib/python-support/python2.5/pyinotify/inotify.py", line
49, in 
   from _inotify import inotify_init, inotify_add_watch,
inotify_rm_watch
ImportError: /var/lib/python-support/python2.5/pyinotify/_inotify.so:
undefined symbol: Py_InitModule4




This is due to the python-pyinotify build system failing to segregate
the _inotify.so extension module - it's built only once, not once per
python version as it should be.

The attached patch fixes this, by forcing a rebuild before the module is
installed for each python version.

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

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

Versions of packages python-pyinotify depends on:
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  python2.4.4-6An interactive high-level object-o
ii  python-support0.6.4  automated rebuilding support for p
diff -u pyinotify-0.7.0/debian/rules pyinotify-0.7.0/debian/rules
--- pyinotify-0.7.0/debian/rules
+++ pyinotify-0.7.0/debian/rules
@@ -20,7 +20,10 @@
 build: build-stamp
 build-stamp:
 	dh_testdir
-	for python in $(PYVERS); do \
+#Since setup.py doesn't segregate _inotify.so by the python version it's built
+#against, we need to build and install in one go for each python version.
+#(LP #85705)
+#	for python in $(PYVERS); do \
 		"$${python}" setup.py build; \
 	done
 	touch $@
@@ -43,7 +46,10 @@
 	dh_clean -k
 	dh_installdirs
 
+#setup.py does not segregate the _inotify.so based on python build version
+#We therefore need to rebuild it before installing for each version.
 	for python in $(PYVERS); do \
+		$$python setup.py build --force ; \
 		$$python setup.py install --root=$(CURDIR)/debian/python-pyinotify; \
 	done


Bug#430890: libsilc-1.0-2-dev: missing Replaces on libsilc-1.0-2

2007-06-27 Thread James Troup
Package: libsilc-1.0-2-dev
Version: 0.9.12-6
Severity: serious

| Unpacking replacement libsilc-1.0-2-dev ...
| dpkg: error processing 
/var/cache/apt/archives/libsilc-1.0-2-dev_0.9.12-6_i386.deb (--unpack):
|  trying to overwrite `/usr/lib/libsilc.so', which is also in package 
libsilc-1.0-2
| Preparing to replace libsilc-1.0-2 0.9.12-4.3 (using 
.../libsilc-1.0-2_0.9.12-6_i386.deb) ...
| Unpacking replacement libsilc-1.0-2 ...

-- 
James


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



Bug#430847: closed by Peter Samuelson <[EMAIL PROTECTED]> (Re: Bug#430847: Please rebuild so that python-subversion bindings with work with python-2.5)

2007-06-27 Thread Bill Gribble
On Wed, 2007-06-27 at 22:26 +, Debian Bug Tracking System wrote:
> > python in unstable is still at 2.4, so rebuilding wouldn't do
> > anything.
> > When python 2.5 is uploaded to unstable, we'll ask for a binNMU.

All I know is, python-subversion is one of the few remaining major
python packages that don't include support for python-2.5.  

Stable, unstable, I'm not a Debian maintainer; I haven't touched my
apt-sources for a year or more, it's on 'sid', and python-2.5 is part of
it. 

Thanks for your work maintaining the package.
Bill Gribble





 


!DSPAM:46830eab138451118016613!




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



Bug#430889: developers-reference: Please don't suggest vim as an example to follow

2007-06-27 Thread Daniel Schepler
Package: developers-reference
Version: 3.3.8
Severity: wishlist

In section 6.1.3 of the version of developers-reference on www.debian.org, 
it's suggested to follow the example of vim for a package requiring multiple 
builds.  I have to disagree with this suggestion: vim's debian/rules build 
target just builds in the same place multiple times and cleans in between, 
copying out the binaries when a build is done.  But there's a reason why in 
most packages we don't have debian/rules build remove all the intermediate .o 
and other files.

The sane way to handle this is to create multiple build directories to keep 
the intermediate files from each build.  Even if the source doesn't support 
out-of-tree building, this can be done by using a tarball-in-tarball 
approach, or doing something like "for d in config1 config2 ...; do mkdir -p 
build/$d; cp -al `ls -1|grep -v debian|grep -v build` build/$d/; done".  A 
couple examples of this that I can think of off the top of my head are 
apache2 and lyx.
-- 
Daniel Schepler


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



Bug#428468: ldap-account-manager: reports "No such entry" or "Can't contact server"

2007-06-27 Thread Brian May
> "Brian" == Brian May <[EMAIL PROTECTED]> writes:

Brian> on server:

Brian> ldap-account-manager   ldap://localhostBAD
Brian> ldapsearch ldap://localhostOK
Brian> ldapsearch ldap://remotehost   OK
Brian> ldapsearch ldaps://remotehost  OK


Brian> from another computer:

Brian> ldapsearch ldap://remotehost   OK
Brian> ldapsearch ldaps://remotehost  OK
Brian> gq ldap://remotehost   OK
Brian> gq ldaps://remotehost  BAD

Brian> As far as I can tell, it doesn't matter if I authenticate or bind
Brian> anonymously.

I just discovered something, ldap-account-manager is using
LDAP_START_TLS_OID.

gq really isn't using TLS for ldap://

So it would appear the triggers are:

* TLS connection.
* only particular users (not sure why).
* not ldapsearch.

Unfortunately, since it only happens with TLS, this may make finding
out more rather difficult.
-- 
Brian May <[EMAIL PROTECTED]>


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



Bug#430885: xserver-xorg-video-intel: new intel driver doesn't support all modes of i810 driver

2007-06-27 Thread Itai Seggev
On Thu, Jun 28, 2007 at 01:03:27AM +0200, Brice Goglin wrote:
> Itai Seggev wrote:
> > Package: xserver-xorg-video-intel
> > Version: 2:2.0.0-1
> > Severity: normal
> >   
> 
> Please try xserver-xorg-video-intel 2:2.0.0-5 currently in experimental.
> It contains a much more recent git snapshot. If it does not help, please
> send the whole output of
> /usr/share/bug/xserver-xorg/script 3>&1

OK, I tried this, same result. Although it seems I was mistaken about
4:3 in my bug report. It's the resolution it selects is actually
1280x768, not 1280x960.  Output of the bug script is below. 

I thought this bug might be because I hadn't cleaned out all the
xfree86 cruft from my xorg.conf, so I generated a new xorg.conf
using "dpkg-reconfigure xserver-xorg". That didn't make any
difference, but I'm including that alternate config at the very end
for completeness

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

/etc/X11/X target does not match checksum in /var/lib/x11/X.md5sum.

X server symlink status:
lrwxrwxrwx 1 root root 13 2006-07-12 22:56 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1736280 2007-06-01 08:28 /usr/bin/Xorg

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

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82845G/GL[Brookdale-G]/GE 
Chipset Integrated Graphics Device (rev 01)

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

Xorg X server configuration file status:
-rw-r--r-- 1 root root 3366 2007-06-27 17:42 /etc/X11/xorg.conf

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

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/lib/X11/fonts/cyrillic"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/CID"
FontPath"/usr/lib/X11/fonts/CID"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us,il"
Option  "XkbVariant"",lyx"
Option  "XkbOptions"
"grp:switch,grp:shifts_toggle,grp_led:scroll"
EndSection

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "false"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "Device"
Identifier  "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset 
Integrated Graphics Device"
Driver  "i810"
EndSection

Section "Monitor"
Identifier  "Generic Monitor"
Option  "DPMS"
HorizSync   30-100
VertRefresh 50-160
EndSection

Section "Screen"
Identifier  "Default Screen"
Device  "Intel Corporation 82845G/GL[Brookdale-G]/GE Chipset 
Integrated Graphics Device"
Monitor "Generic Monitor"
DefaultDepth24
SubSection "Display"
Depth   1
Modes   

Bug#430121: xterm: EOL characters missing from selection (affects triple-click)

2007-06-27 Thread Thomas Dickey
On Thu, Jun 28, 2007 at 12:31:55AM +0200, Vincent Lefevre wrote:
> On 2007-06-27 23:15:31 +0200, Vincent Lefevre wrote:
> >   http://www.unixuser.org/~euske/vnc2swf/
> 
> I've used that to generate the movie you can see at:
> 
>   http://www.vinc17.org/download/debbug430121.html

One difference that I noticed is that you used the scrollbar (I was
using shift pageup/pagedown).  That is probably relevant, since using the
scrollbar, I was able to make it select more than two lines.  It
seems that I have to scroll back more than once.

I can reproduce the same effect with xterm #212 and #204 (so I'm
reasonably sure it's not a recent problem).

-- 
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


pgpek2hY2PxlN.pgp
Description: PGP signature


Bug#429949: ept-cache: Please include a cronjob to reindex tags periodically

2007-06-27 Thread Enrico Zini
On Sat, Jun 23, 2007 at 01:53:02PM +0200, intrigeri wrote:

> Sorry again, --quiet is not a valid option for the reindex command.
> Please read :
> 42 13 * * * root test -x /usr/bin/ept-cache && /usr/bin/ept-cache reindex

Hi, thanks for the report.

I decide I'll eventually go for a cron.weekly job as the indexes should
degrade tolerably within a week, and the full reindexing is a bit time
consuming.

The idea is that I would like to avoid on my laptop to have anacron fire
a full ept-cache index rebuild every morning when I boot it up.

Let's see if once a week is acceptable.


Ciao,

Enrico

-- 
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini <[EMAIL PROTECTED]>


signature.asc
Description: Digital signature


Bug#428626: This problem don't appear in OOo 2.2.1 from www.openoffice.org

2007-06-27 Thread Renato S. Yamane

Rene Engelhard wrote:

Renato S. Yamane wrote:
Problem comment in #428626 don't appear in OOo 2.2.1 installed by RPM 
files get in www.openoffice.org (changed to .deb by alien).


And with the 2.2.1 Debian packages? (As you use stable, you might want to try
the backport on www.backports.org)


Rene, OpenOffice.Org (version 2.2.1-1~bpo.1) from backports.org still 
have the same problem as OOo 2.0.4 from Etch.


This problem don't appear on OOo 2.2.1 from www.openoffice.org converted 
from RPM to .DEB with alien as I say in my last e-mail.


# dpkg -l | grep -i openoffice.org
ii  openoffice.org2.2.1-1~bpo.1
ii  openoffice.org-base   2.2.1-1~bpo.1
ii  openoffice.org-calc   2.2.1-1~bpo.1
ii  openoffice.org-common 2.2.1-1~bpo.1
ii  openoffice.org-core   2.2.1-1~bpo.1
ii  openoffice.org-draw   2.2.1-1~bpo.1
ii  openoffice.org-filter-binfilter   2.2.1-1~bpo.1
ii  openoffice.org-filter-mobiledev   2.2.1-1~bpo.1
ii  openoffice.org-impress2.2.1-1~bpo.1
ii  openoffice.org-java-common2.2.1-1~bpo.1
ii  openoffice.org-kde2.2.1-1~bpo.1
ii  openoffice.org-l10n-pt-br 2.2.1-1~bpo.1
ii  openoffice.org-math   2.2.1-1~bpo.1
ii  openoffice.org-style-andromeda2.2.1-1~bpo.1
ii  openoffice.org-style-crystal  2.2.1-1~bpo.1
ii  openoffice.org-style-industrial   2.2.1-1~bpo.1
ii  openoffice.org-style-tango2.2.1-1~bpo.1
ii  openoffice.org-writer 2.2.1-1~bpo.1
ii  python-uno2.2.1-1~bpo.1

Regards,
Renato


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



Bug#406373: xserver-xorg-video-ati: [ia64] No direct rendering w/ Radeon R300 [FireGL X1]

2007-06-27 Thread Stillwell, Bryan
Hi Brice,

I'm currently using version 2:1.3.0.0.dfsg-5 of xserver-xorg-core with
the workaround.  I haven't tried the 6.6.192 version of
xserver-xorg-video-ati yet, but I don't see how it would help since
libdri.so is part of the xserver-xorg-core package...  Has the 2560x2560
limitation been fixed yet?  Because even with the workaround, I haven't
been using OpenGL because I can't use it on my full 3200x1200 desktop.

So it sounds like there are three bugs here...  Direct rendering wasn't
working because my agp driver (hp-agp) wasn't loaded (fixed, doh!), the
PCI domain wasn't being used properly causing the second monitor not to
work properly with direct rendering (work-around needed), and the driver
only accelerates 2560x1200 of my 3200x1200 real estate (might be fixed
in 6.6.192)...

Next week I'll give the experimental driver a try and see if the
acceleration limit has been removed, but for now we should keep this bug
open to track the progress of the pci-domain+direct rendering problem.
Is there anything wrong with the work-around that would prevent debian
from using it in their packages?

Bryan

On Sun, 2007-06-24 at 02:06 +0200, Brice Goglin wrote:
> Hi Bryan,
> 
> Is there anything new about this bug? Still using the same workaround?
> Did you try xserver-xorg-core 1.3 (currently in testing) and
> xserver-xorg-video-ati 6.6.192 (currently in experimental) in case they
> help?
> 
> Unfortunately, looking at the upstream bug report, this issue does not
> look like it's going to be fixed soon...
> 
> Brice


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



Bug#333294: A patch for the default mirror

2007-06-27 Thread Eddy Petrișor
tags 333294 patch
thanks

Hello Junichi,

As I shown you in EDI, I have started working on a patch for the selection of 
the default mirror of pbuilder.

Currently it works ok on fresh installations and doesn't touch previous 
installations. (I know conffiles should not be
touched, but they are "kind of" not touched :-D )

What it does is to select as the MIRRORSITE the first valid deb line in 
/etc/apt/sources.list. Currently it does not
restrict that to http and ftp deb lines, but that should be trivial. Since that 
is a reasonable default value the
debconf question is asked at medium priority.


The patch is part of the git repo at:

http://users.alioth.debian.org/~eddyp-guest/git/pbuilder/.git


The pacth also includes po-debconf support and a Romanian trasnalation of the 
template.

 hope I see this soon-ish in pbuilder.

-- 
Regards,
EddyP
=
"Imagination is more important than knowledge" A.Einstein



signature.asc
Description: OpenPGP digital signature


Bug#429603: nevermind...

2007-06-27 Thread Raphael

merge 429603 422567
thanks

Just saw it's a duplicate of 422567.

--
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


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



Bug#430887: installation-report: Headphones and microphone does not work

2007-06-27 Thread Otavio Salvador
reassign 430887 linux-2.6
retitle 430887 Intel 82801G (ICH7) HDA [8086:27d8] headset and mic problem
thanks

Luis Matos <[EMAIL PROTECTED]> writes:

>  My SoundCard does not work properly. It outputs sound trough the 
> speaks, but fails to move to the headphones and the incorporated 
> microphones also don't work.

Hello Luis,

This is clearly a kernel issue and not an installer issue so I've
moved it to linux-2.6 package.

Would be nice to verify if 2.6.21 or 2.6.22-rc6 doesn't solve your
problem. It could has been solve during last releases. If 2.6.21
(current sid kernel package) doesn't work, you can try the 2.6.22-rc6
using the following line as repository:

deb http://kernel-archive.buildserver.net/debian-kernel trunk main

This one is built using the svn snapshot from Debian Kernel Team[1]

1. http://wiki.debian.org/DebianKernel

TIA,

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://otavio.ossystems.com.br
-
"Microsoft sells you Windows ... Linux gives
 you the whole house."


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



Bug#426423: [dpatch-maintainers] Bug#426423: Bug#426423: dpatch-edit-patch --debianonly=PATH tries to unpack PATH

2007-06-27 Thread Junichi Uekawa
Hi,

> > I have a first interesting solution: Put the PACKAGENAME variable
> > determination before reading in any configure file. This allows for
> > example the following use case:
> > 
> > ~/.dpatch.conf:
> > conf_origtargzpath="/usr/local/src/packages/${PACKAGENAME}"
> > 
> > dpatch-edit-patch -b my_patch
> > 
> > So I don't need to retype the whole path every time. Maybe you want to
> > put the variable creation for UPSTREAMVERSION and ORIGTARGZ before the
> > configuration file inclusion too.
> > 
> > What is your opinion? BTW: What is the path attribute of the
> > --debianonly option for, when you also provide --origtargzpath? Isn't
> > this redundant? However, here is a workaround to my original report:
> > Simply test, if the given attribute is a directory: then set
> > DPEP_ORIGTARGZPATH; else set DPEP_ORIGTARGZ:
> > 
> > /usr/share/dpatch/dpatch-edit-patch.functions:
> > -b|--debianonly)  DPEP_DEBIANONLY=1; [[ -d $2 ]] && \
> >   DPEP_ORIGTARGZPATH="$2" || DPEP_ORIGTARGZ="$2"; \
> >   shift 2;;
> 
> Any news? Can I expect these fixes in the next dpatch release? I need to
> know that, because I want to refer to at least the first possibility in
> a manual (for just a few people). If you don't plan to change this or if
> you have reasons to refuse this change, I would really need to know
> this.

Where's the patch? If you provide me with a patch, I'll apply it.

regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#430765: [Pbuilder-maint] Bug#430765: please add ccache support

2007-06-27 Thread Steinar H. Gunderson
On Thu, Jun 28, 2007 at 08:12:38AM +0900, Junichi Uekawa wrote:
>> The permissions get all wrong. I initially tried bind-mounting, but suddenly
>> a random user from the outside can fiddle with your ccache. That is not a
>> good thing.
> I don't think that's too much of a problem if the way ccache works is
> what I think it does.

Could you outline your assumptions, please?

> Looking at Steiner's patch, it's rather too big. Why not just provide the
> configuration file, and make a shorthand option for the configuration?

Well, if you change the {save,restore}_ccache to using bind mounts instead,
the patch _is_ almost just that. So I guess we agree :-)

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



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



Bug#430881: gpm: cannot be installed inside an LTSP chroot

2007-06-27 Thread Peter Samuelson

[Martin-Éric Racine]
> gpm fails to install inside an LTSP chroot, because it tries to access static
> devices during invoke-rc.d.

Not quite...

> Setting up gpm (1.19.6-25) ...
> Stopping mouse interface server: gpm failed!
> Starting mouse interface server: gpm/etc/init.d/gpm: line 65: 
> /dev/input/mice: Tiedostoa tai hakemistoa ei ole
> /etc/init.d/gpm: line 65: /dev/input/mice: Tiedostoa tai hakemistoa ei ole
> /etc/init.d/gpm: line 65: /dev/input/mice: Tiedostoa tai hakemistoa ei ole

Those errors (someone translated this to me as "no such file or
directory") are actually harmless warnings.  You're looking at a sort
of poor man's hotplug handler for the 'mousedev' module.  It gives up
after 3 seconds, figuring that if mousedev hasn't initialised itself in
3 seconds, it's not going to.

> /sbin/start-stop-daemon.real: nothing in /proc - not mounted? (Success)
>  failed!

This is the real problem.  start-stop-daemon is failing, because /proc
is not mounted.  The question is, why is start-stop-daemon even trying
to run?  Doesn't debootstrap disable start-stop-daemon?  Certainly it
doesn't make much sense to run gpm inside an installation chroot.

I suggest making sure start-stop-daemon really is disabled in
installation chroots.  That seems like a more general solution than for
gpm to try and detect the situation on its own.

Peter


signature.asc
Description: Digital signature


Bug#422425: CPU Usage

2007-06-27 Thread Jesse Smith
This problem has been corrected in Atomic Tanks
2.4, which was released yesterday.

Thanks again for the report,
Jesse



  Ask a question on any topic and get answers from real people. Go to 
Yahoo! Answers and share what you know at http://ca.answers.yahoo.com


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



Bug#430887: installation-report: Headphones and microphone does not work

2007-06-27 Thread Luis Matos
Qua, 2007-06-27 às 20:28 -0300, Otavio Salvador escreveu:
> reassign 430887 linux-2.6
> retitle 430887 Intel 82801G (ICH7) HDA [8086:27d8] headset and mic problem
> thanks
> 
> Luis Matos <[EMAIL PROTECTED]> writes:
> 
> >  My SoundCard does not work properly. It outputs sound trough the 
> > speaks, but fails to move to the headphones and the incorporated 
> > microphones also don't work.
> 
> Hello Luis,
hello there
> 
> This is clearly a kernel issue and not an installer issue so I've
> moved it to linux-2.6 package.
> 
i didn't knew here to put it, so i send it to installation-reports so
you could fit them in the right place.

> Would be nice to verify if 2.6.21 or 2.6.22-rc6 doesn't solve your
> problem. It could has been solve during last releases. If 2.6.21
> (current sid kernel package) doesn't work, you can try the 2.6.22-rc6
> using the following line as repository:
> 
i will
> deb http://kernel-archive.buildserver.net/debian-kernel trunk main
> 
> This one is built using the svn snapshot from Debian Kernel Team[1]
> 
> 1. http://wiki.debian.org/DebianKernel
> 
> TIA,
> 



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



Bug#297325: mingetty: --nohangup doesn't work

2007-06-27 Thread Sylvain Le Gall
Package: mingetty
Version: 1.07-1
Followup-For: Bug #297325

Hello,

I am not the original submitter but i have the same kind of problem. Using the 
--nohangup option doesn't solve anything.

Any ideas ?

Regards
Sylvain Le Gall


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

Versions of packages mingetty depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries

mingetty recommends no packages.

-- no debconf information



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



Bug#430695: ion3: Minor errors in Debconf template

2007-06-27 Thread Ben Hutchings
On Tue, 2007-06-26 at 19:14 +0200, Helge Kreutzmann wrote:
> Package: ion3
> Severity: minor
> Tags: patch
> X-Debbugs-CC: Christian Perrier <[EMAIL PROTECTED]>
> 
> While translating your debconf template to German I noticed the
> following two minor errors:
> -msgid "Do you understand this version is not supported by the author?"
> +msgid "Do you understand that this version is not supported by the author?"
> 
> -msgid "Do you understand this version may not be supported by the author?"
> +msgid "Do you understand that this version may not be supported by the 
> author?"
> Please unfuzzy all translations after fixing.

I deliberately left out the word "that" to keep these questions short.
But it does make the wording a bit sloppy, so I will put it back.

Ben.

-- 
Ben Hutchings
Anthony's Law of Force: Don't force it, get a larger hammer.


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


Bug#430888: heimdal-clients: kinit requests TXT records for _kerberos. HOSTNAME

2007-06-27 Thread Michael Loftis

Package: heimdal-clients
Version: 0.7.2.dfsg.1-10
Severity: important

kinit erroneously requests a TXT record for _kerberos. HOSTNAME., note
the extra space it's stuffing into the TXT DNS request.


16:43:58.457189 IP 204.11.245.17.33683 > 216.129.251.30.53:  14541+ SRV?
_kerberos._udp.MSOMT.MODWEST.COM. (50)
16:43:58.459079 IP 216.129.251.30.53 > 204.11.245.17.33683:  14541 1/2/0
SRV updog.msomt.modwest.com.:88 10 0 (129)
16:43:58.483662 IP 204.11.245.17.33683 > 216.129.251.30.53:  37063+ SRV?
_kerberos._udp.MSOMT.MODWEST.COM. (50)
16:43:58.485103 IP 216.129.251.30.53 > 204.11.245.17.33683:  37063 1/2/0
SRV updog.msomt.modwest.com.:88 10 0 (129)
16:43:58.490345 IP 204.11.245.17.33683 > 216.129.251.30.53:  46728+ SRV?
_krb524._udp.MSOMT.MODWEST.COM. (48)
16:43:58.491861 IP 216.129.251.30.53 > 204.11.245.17.33683:  46728
NXDomain 0/1/0 (93)
16:43:58.493201 IP 204.11.245.17.33683 > 216.129.251.30.53:  19315+ SRV?
_krb524._tcp.MSOMT.MODWEST.COM. (48)
16:43:58.494729 IP 216.129.251.30.53 > 204.11.245.17.33683:  19315
NXDomain 0/1/0 (93)
16:43:58.495447 IP 204.11.245.17.33683 > 216.129.251.30.53:  17074+ SRV?
_kerberos._udp.MSOMT.MODWEST.COM. (50)
16:43:58.496757 IP 216.129.251.30.53 > 204.11.245.17.33683:  17074 1/2/0
SRV updog.msomt.modwest.com.:88 10 0 (129)
16:43:58.497914 IP 204.11.245.17.33683 > 216.129.251.30.53:  22789+ SRV?
_kerberos._tcp.MSOMT.MODWEST.COM. (50)
16:43:58.499195 IP 216.129.251.30.53 > 204.11.245.17.33683:  22789 1/2/0
SRV updog.msomt.modwest.com.:88 10 0 (129)
16:43:58.500415 IP 204.11.245.17.33683 > 216.129.251.30.53:  28459+ SRV?
_kerberos._http.MSOMT.MODWEST.COM. (51)
16:43:58.501583 IP 216.129.251.30.53 > 204.11.245.17.33683:  28459
NXDomain 0/1/0 (96)
16:43:58.502087 IP 204.11.245.17.33683 > 216.129.251.30.53:  8121+ ?
kerberos.MSOMT.MODWEST.COM. (44)
16:43:58.503530 IP 216.129.251.30.53 > 204.11.245.17.33683:  8121
NXDomain 0/1/0 (89)
16:43:58.503566 IP 204.11.245.17.33683 > 216.129.251.30.53:  33223+ A?
kerberos.MSOMT.MODWEST.COM. (44)
16:43:58.504982 IP 216.129.251.30.53 > 204.11.245.17.33683:  33223
NXDomain 0/1/0 (89)
16:43:58.506993 IP 204.11.245.17.33683 > 216.129.251.30.53:  31423+
? kerberos.MSOMT.MODWEST.COM. (44)
16:43:58.507936 IP 216.129.251.30.53 > 204.11.245.17.33683:  31423
NXDomain 0/1/0 (89)
16:43:58.508390 IP 204.11.245.17.33683 > 216.129.251.30.53:  38587+ A?
kerberos.MSOMT.MODWEST.COM. (44)
16:43:58.509434 IP 216.129.251.30.53 > 204.11.245.17.33683:  38587
NXDomain 0/1/0 (89)
16:43:58.522065 IP 204.11.245.17.33683 > 216.129.251.30.53:  15362+ SRV?
_kerberos._udp.MSOMT.MODWEST.COM. (50)
16:43:58.523914 IP 216.129.251.30.53 > 204.11.245.17.33683:  15362 1/2/0
SRV updog.msomt.modwest.com.:88 10 0 (129)
16:43:58.529695 IP 204.11.245.17.33683 > 216.129.251.30.53:  56689+ SRV?
_kerberos._udp.MODWEST.COM. (44)
16:43:58.531137 IP 216.129.251.30.53 > 204.11.245.17.33683:  56689 1/2/0
SRV updog.msomt.modwest.com.:88 10 0 (123)
16:43:58.546785 IP 204.11.245.17.33683 > 216.129.251.30.53:  39459+ SRV?
_kerberos._udp.MODWEST.COM. (44)
16:43:58.548408 IP 216.129.251.30.53 > 204.11.245.17.33683:  39459 1/2/0
SRV updog.msomt.modwest.com.:88 10 0 (123)
16:43:58.550402 IP 204.11.245.17.33683 > 216.129.251.30.53:  44093+ TXT?
_kerberos. updog.msomt.modwest.com. (52)
16:44:03.549712 IP 204.11.245.17.33685 > 216.129.251.13.53:  44093+ TXT?
_kerberos. updog.msomt.modwest.com. (52)
16:44:08.549294 IP 204.11.245.17.33683 > 216.129.251.30.53:  44093+ TXT?
_kerberos. updog.msomt.modwest.com. (52)
16:44:13.549053 IP 204.11.245.17.33685 > 216.129.251.13.53:  44093+ TXT?
_kerberos. updog.msomt.modwest.com. (52)
16:44:18.555357 IP 204.11.245.17.33687 > 216.129.251.30.53:  48098+ TXT?
_kerberos.msomt.modwest.com. (45)
16:44:18.557330 IP 216.129.251.30.53 > 204.11.245.17.33687:  48098 1/2/0
TXT "MSOMT.MODWEST.COM" (111)


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

Versions of packages heimdal-clients depends on:
ii  krb5-config 1.16 Configuration files for 
Kerberos V

ii  libasn1-6-heimdal   0.7.2.dfsg.1-10  Libraries for Heimdal Kerberos
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libdb4.24.2.52+dfsg-2Berkeley v4.2 Database 
Libraries [
ii  libedit22.9.cvs.20050518-2.2 BSD editline and history 
libraries

ii  libgssapi4-heimdal  0.7.2.dfsg.1-10  Libraries for Heimdal Kerberos
ii  libhdb7-heimdal 0.7.2.dfsg.1-10  Libraries for Heimdal Kerberos
ii  libhesiod0  3.0.2-18.1   Libraries for hesiod, a 
service na

ii  libkadm5clnt4-heimd 0.7.2.dfsg.1-10  Libraries for Heimdal Kerberos
ii  libkadm5srv7-heimda 0.7.2.dfsg.1-10  Libraries for Heimdal Kerberos
ii  libkafs0-heimdal0.7.2.dfsg.1-10  Libraries for Heimdal Kerberos
ii  libkrb5-17-heimdal  0.7.2.dfsg.1

Bug#308994: Bug 308994: does it still happen ?

2007-06-27 Thread Vincent Fourmond

  Hello,

  I've taken over the maintenance of pmount a little while ago, and I
saw your bug report [1]. Does the problem still occur with the recent
versions of pmount ? Is it still a problem at all ?

[1] = http://bugs.debian.org/308994

  Regards,

Vincent Fourmond

-- 
Vincent Fourmond, Debian Developer
http://vincent.fourmond.neuf.fr/
-- pretty boring signature, isn't it ?


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



Bug#430765: [Pbuilder-maint] Bug#430765: please add ccache support

2007-06-27 Thread Junichi Uekawa
Hi,

> > I looks a bit overkill to copy the cache over... why not just bind mount
> > it ?
> 
> The permissions get all wrong. I initially tried bind-mounting, but suddenly
> a random user from the outside can fiddle with your ccache. That is not a
> good thing.

I don't think that's too much of a problem if the way ccache works is
what I think it does.  Looking at Steiner's patch, it's rather too
big. Why not just provide the configuration file, and make a shorthand
option for the configuration?


> > BTW, why not use CCACHE_DIR instead of CCACHE_LOCATION ?
> 
> Feel free to change such aspects. :-)

I think it'd be better to follow existing documentation and name it
accordingly.

http://pbuilder.alioth.debian.org/#ccache


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Bug#430885: xserver-xorg-video-intel: new intel driver doesn't support all modes of i810 driver

2007-06-27 Thread Julien Cristau
On Wed, Jun 27, 2007 at 17:41:12 -0500, Itai Seggev wrote:

> Package: xserver-xorg-video-intel
> Version: 2:2.0.0-1
> Severity: normal
> 
> This seems very similar to bug #424952, but manifests differently. 
> 
> I have a Dell Dimension with an i845 Rev 1 graphics. I've been happily using 
> it
> in 1280x1024 mode for a couple of years. I upgraded today to the new intel
> driver and and X started using modes with a 4:3 aspect ratio. If I tried to
> force 1280x1024, I would get "no usable screen". Downgrading to the i810
> (1.7.2-4) fixed the problem. 
> 
> If there's more data you need, let me know. 
> 
Please try xserver-xorg-video-intel version 2:2.0.0-5, which is
available in experimental.

Thanks,
Julien


signature.asc
Description: Digital signature


Bug#430886: a2ensite rewritten to allow globbing/multiple site enabling

2007-06-27 Thread Paul Dufresne
Package: apache2
Version: 2.2.3-3
Severity: wishlist

Hi, as an Ubuntu triager, I'd like to share with you a rewritten
a2ensite file made by Speeves (sorry complete name not available).
This is on Ubuntu bug:
https://launchpad.net/bugs/84142

Ubuntu bug description is:
[BEGIN]
Binary package hint: apache2-common
I have modified a2ensite to :
1. enable multiple sites at a time, (including file globbing).
   (Both from the command-line, and from the "Site Name?" prompt)
 2. modified the sites-available listing to be columnar, as opposed to
 space-delimited.
   (Helps when you have hundreds of sites available).
 3. allow for interactive or non-interactive modes, (using -f).
   (interactive mode prompts for confirmation before enabling a site).
 4. generates a help message (-h).
 5. I have also written a man page "a2ensite(8)", which documents all of
 the features that
 I have included in this revision.
[END]

Possible problem with it would be:
[BEGIN]
Is it possible for a2ensite to list only those sites that are not
already enabled? Similarly, a2enmod should do the same.
[END]



-- 
http://www.fastmail.fm - Email service worth paying for. Try it for free



a2ensite
Description: application/shellscript


a2ensite.8
Description: Troff document


Bug#430885: xserver-xorg-video-intel: new intel driver doesn't support all modes of i810 driver

2007-06-27 Thread Brice Goglin
Itai Seggev wrote:
> Package: xserver-xorg-video-intel
> Version: 2:2.0.0-1
> Severity: normal
>   

Please try xserver-xorg-video-intel 2:2.0.0-5 currently in experimental.
It contains a much more recent git snapshot. If it does not help, please
send the whole output of
/usr/share/bug/xserver-xorg/script 3>&1

Brice



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



Bug#429937: [EMAIL PROTECTED]: Re: ffmpeg2theora large file support]

2007-06-27 Thread Eric Dantan Rzewnicki
- Forwarded message from [EMAIL PROTECTED] -

Date: Thu, 21 Jun 2007 22:31:39 +0200
From: [EMAIL PROTECTED]
Subject: Re: ffmpeg2theora large file support
To: Eric Dantan Rzewnicki <[EMAIL PROTECTED]>
X-Mailer: Apple Mail (2.752.3)

Hi,

compiling from svn this should work, i added AC_SYS_LARGEFILE to  
configure.ac
some time ago, will check again in the next days one i get some  
larger file to
test...

j

On Jun 21, 2007, at 13:52:29, Eric Dantan Rzewnicki wrote:

>We ran into an issue with files encoded from dv getting truncated at
>2GB.
>
>EXTRA=-D_FILE_OFFSET_BITS=64 -I$(prefix)/include
>
>in Makefile.am doesn't seem to make it to the compiler.
>
>-Eric Rz. (edrz on freenode)
>


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

- End forwarded message -



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



Bug#430121: xterm: EOL characters missing from selection (affects triple-click)

2007-06-27 Thread Vincent Lefevre
On 2007-06-27 23:15:31 +0200, Vincent Lefevre wrote:
>   http://www.unixuser.org/~euske/vnc2swf/

I've used that to generate the movie you can see at:

  http://www.vinc17.org/download/debbug430121.html

It lasts about 34 seconds.

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



Bug#430707: libio-multiplex-perl: FTBFS: tests (sometimes!) fail during build

2007-06-27 Thread gregor herrmann
retitle 430707 libio-multiplex-perl: FTBFS: tests fail during build with kernel 
2.6.22-rc4
thanks

On Wed, 27 Jun 2007 08:11:53 -0500, Gunnar Wolf wrote:

> > > When I build libio-multiplex-perl it works on my desktop (in a
> > > cowbuilder testing chroot, in a cowbuilder unstable chroot and in the
> > > normal environment) and it fails at a test on my laptop (also in all
> > > three cases).
> > Build fine on my desktop at work.
> I was also unable to reproduce the failure on my work machine. 
 
(I sent a comment to the bug a few hours ago via a crappy MTA so
let's try again. The summary is:)

The tests succeed and the package builds with kernels 2.6.20-1-686
and 2.6.21-1-686 but fail with 2.6.22-rc4-686.

Interesting, isn't it?

Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-


signature.asc
Description: Digital signature


Bug#429603: More information

2007-06-27 Thread Raphael

found 429603 5.2.0-8+etch4
notfound 429603 5.2.0-10+lenny1
severity 429603 important
tags 429603 confirmed
thanks

Sarge's and Etch's PHP4 seems to be ok. But Etch's PHP5 is affected:

$ php5 -n strip_tags.php
Test1: ok
Test2: affected
Test3: affected
array(3) {
 [0]=>
 string(2) "'b"
 [1]=>
 string(2) "a'"
 [2]=>
 string(1) "'"
}


My test script:

b");
$test2 = strip_tags("a'b");
$test3 = strip_tags("'b");

$affected = false;
echo 'Test1: ';

if ($test1 != "'b") {
   echo 'affected'."\n";
   $affected = true;
} else {
   echo 'ok'."\n";
}

echo 'Test2: ';
if ($test2 != "a'b") {
   echo 'affected'."\n";
   $affected = true;
} else {
   echo 'ok'."\n";
}

echo 'Test3: ';
if ($test3 != "'b") {
   echo 'affected'."\n";
   $affected = true;
} else {
   echo 'ok'."\n";
}


if ($affected)
   var_dump(array($test1,$test2,$test3));

?>

--
Atomo64 - Raphael

Please avoid sending me Word, PowerPoint or Excel attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html


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



Bug#430879: [INTL:de] Initial German debconf translation/ Typo in gnome-speech_1:0.4.13-2_templates.pot

2007-06-27 Thread Johannes Starosta
Hello!

I forgot to attach the files. I should learn how to use reportbug
really. Sorry for the inconvenience.

Greetings, Johannes.
# German translation of gnome-speech's debconf templates
# Copyright (C) 2007 Johannes Starosta
# This file is distributed under the same license as the gnome-speech package.
# Johannes Starosta <[EMAIL PROTECTED]>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: gnome-speech 0.4.13-2\n"
"Report-Msgid-Bugs-To: [EMAIL PROTECTED]"
"POT-Creation-Date: 2007-06-08 16:35+0200\n"
"PO-Revision-Date: 2007-06-22 23:54+0200\n"
"Last-Translator: Johannes Starosta <[EMAIL PROTECTED]>\n"
"Language-Team: German <[EMAIL PROTECTED]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"

#. Type: string
#. Description
#: ../gnome-speech-swift.templates:1001
msgid "Cepstral swift directory:"
msgstr "Cepstral swift-Verzeichnis:"

#. Type: string
#. Description
#: ../gnome-speech-swift.templates:1001
msgid ""
"The Cepstral swift include files and shared libraries are required To "
"compile the swift backend for GNOME Speech."
msgstr ""
"Zum Übersetzen des swift-Backends für GNOME Speech werden die Laufzeit-"
"Bibliotheken und Include-Dateien von Cepstral swift benötigt."

#. Type: string
#. Description
#: ../gnome-speech-swift.templates:1001
msgid "Enter the toplevel path where you installed the swift engine."
msgstr ""
"Geben Sie den Pfad, beginnend vom Wurzelverzeichnis, ein, in dem Sie "
"Ceptral swift installiert haben."

#. Type: string
#. Description
#: ../gnome-speech-dectalk.templates:1001
msgid "Fonix DECtalk directory:"
msgstr "Fonix DECtalk-Verzeichnis:"

#. Type: string
#. Description
#: ../gnome-speech-dectalk.templates:1001
msgid ""
"The Fonix DECtalk include files and shared libraries are required To "
"compile the dectalk backend for GNOME Speech."
msgstr ""
"Zum Übersetzen des dectalk-Backends für GNOME Speech werden die Laufzeit-"
"Bibliotheken und Include-Dateien von Fonix DECtalk benötigt."

#. Type: string
#. Description
#: ../gnome-speech-dectalk.templates:1001
msgid "Enter the toplevel path where you installed the dectalk engine."
msgstr ""
"Geben Sie den Pfad, beginnend vom Wurzelverzeichnis, ein, in dem Sie "
"Fonix DECtalk installiert haben."

#. Type: string
#. Description
#: ../gnome-speech-ibmtts.templates:1001
msgid "IBMTTS directory:"
msgstr "IBMTTS-Verzeichnis:"

#. Type: string
#. Description
#: ../gnome-speech-ibmtts.templates:1001
msgid ""
"The IBMTTS include files and shared libraries are required To compile the "
"viavoice backend for GNOME Speech."
msgstr ""
"Zum Übersetzen des viavoice-Backends für GNOME Speech werden die Laufzeit-"
"Bibliotheken und Include-Dateien von IBMTTS benötigt."

#. Type: string
#. Description
#: ../gnome-speech-ibmtts.templates:1001
msgid "Enter the toplevel path where you installed IBMTTS."
msgstr ""
"Geben Sie den Pfad, beginnend vom Wurzelverzeichnis, ein, "
"in dem Sie IBMTTS installiert haben."
--- gnome-speech_1:0.4.13-2_templates.pot
+++ gnome-speech_1:0.4.13-2_templates.pot
@@ -26,7 +26,7 @@
 #. Description
 #: ../gnome-speech-swift.templates:1001
 msgid ""
-"The Cepstral swift include files and shared libraries are required To "
+"The Cepstral swift include files and shared libraries are required to "
 "compile the swift backend for GNOME Speech."
 msgstr ""
 
@@ -46,7 +46,7 @@
 #. Description
 #: ../gnome-speech-dectalk.templates:1001
 msgid ""
-"The Fonix DECtalk include files and shared libraries are required To compile "
+"The Fonix DECtalk include files and shared libraries are required to compile "
 "the dectalk backend for GNOME Speech."
 msgstr ""
 
@@ -66,7 +66,7 @@
 #. Description
 #: ../gnome-speech-ibmtts.templates:1001
 msgid ""
-"The IBMTTS include files and shared libraries are required To compile the "
+"The IBMTTS include files and shared libraries are required to compile the "
 "viavoice backend for GNOME Speech."
 msgstr ""
 
--- de.po
+++ de.po
@@ -24,7 +24,7 @@
 #. Description
 #: ../gnome-speech-swift.templates:1001
 msgid ""
-"The Cepstral swift include files and shared libraries are required To "
+"The Cepstral swift include files and shared libraries are required to "
 "compile the swift backend for GNOME Speech."
 msgstr ""
 "Zum Übersetzen des swift-Backends für GNOME Speech werden die Laufzeit-"
@@ -48,7 +48,7 @@
 #. Description
 #: ../gnome-speech-dectalk.templates:1001
 msgid ""
-"The Fonix DECtalk include files and shared libraries are required To "
+"The Fonix DECtalk include files and shared libraries are required to "
 "compile the dectalk backend for GNOME Speech."
 msgstr ""
 "Zum Übersetzen des dectalk-Backends für GNOME Speech werden die Laufzeit-"
@@ -72,7 +72,7 @@
 #. Description
 #: ../gnome-speech-ibmtts.templates:1001
 msgid ""
-"The IBMTTS include files and shared libraries are required To compile the "
+"The IBMTTS include files and shared libraries are required to compile the "
 "viavoice backend for GNOME Speech."
 msgstr 

Bug#430884: moinmoin-common: README.Debian refers to /etc/moin/moinmaster.py instead of /etc/moin/mywiki.py

2007-06-27 Thread Ken Irving
Package: moinmoin-common
Version: 1.5.3-1.2
Severity: minor

On Thu, Apr 27, 2006 at 12:52:01PM -0400, Mike O'Connor wrote:
> Package: moinmoin-common
> Version: 1.5.3-1
> Severity: minor
> 
> in /usr/share/doc/moinmoin-common/README.Debian.gz:
> # cp /etc/moin/moinmaster.py /etc/moin/mywiki.py
> 
> however, it appears that the package actually installs a
> /etc/moin/mywiki.py and does not install a /etc/moin/moinmaster.py.
> 
> Either the package should install a moinmaster.py or this documentation
> should be changed.
> 
> Thanks!
> stew

Just want to say that this situation still exists a year later in v1.5.3-1.2,
and it *does* present a problem in an otherwise smooth installation.  The 
solution is likely perfectly obvious to those familiar with the system, but 
needlessly confusing to the uninitiated (e.g., me).

IMHO the simplest fix would be, as noted above, to install the moinmaster.py
file, but I'd suggest renaming it, e.g., to moin-example.py.
A fix might be to delete the line:

My system is/has:

Linux werc 2.6.8-3-386 #1 Wed Dec 6 00:38:53 UTC 2006 i686 GNU/Linux

libc6 Version: 2.3.6.ds1-13

python 2.4.4-2

Thanks!

Ken
 
> -- System Information:
> Debian Release: testing/unstable
>   APT prefers unstable
>   APT policy: (990, 'unstable'), (500, 'testing')
> Architecture: i386 (i686)
> Shell:  /bin/sh linked to /bin/bash
> Kernel: Linux 2.6.15-1-k7-smp
> Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
> 
> moinmoin-common depends on no packages.
> 
> Versions of packages moinmoin-common recommends:
> pn  python-moinmoin(no description available)
> 
> -- no debconf information
> 
> 

-- 
Ken Irving, [EMAIL PROTECTED], 907-474-6152
Water and Environmental Research Center
Institute of Northern Engineering
University of Alaska, Fairbanks


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



Bug#430885: xserver-xorg-video-intel: new intel driver doesn't support all modes of i810 driver

2007-06-27 Thread Itai Seggev
Package: xserver-xorg-video-intel
Version: 2:2.0.0-1
Severity: normal

This seems very similar to bug #424952, but manifests differently. 

I have a Dell Dimension with an i845 Rev 1 graphics. I've been happily using it
in 1280x1024 mode for a couple of years. I upgraded today to the new intel
driver and and X started using modes with a 4:3 aspect ratio. If I tried to
force 1280x1024, I would get "no usable screen". Downgrading to the i810
(1.7.2-4) fixed the problem. 

If there's more data you need, let me know. 

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

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

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libdrm2 2.3.0-4  Userspace interface to kernel DRM 
ii  xserver-xorg-core   2:1.3.0.0.dfsg-6 X.Org X server -- core server

xserver-xorg-video-intel recommends no packages.


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



Bug#430881: gpm: cannot be installed inside an LTSP chroot

2007-06-27 Thread Martin-Éric Racine
Package: gpm
Version: 1.19.6-25
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

gpm fails to install inside an LTSP chroot, because it tries to access static
devices during invoke-rc.d.

Setting up gpm (1.19.6-25) ...
Stopping mouse interface server: gpm failed!
Starting mouse interface server: gpm/etc/init.d/gpm: line 65: /dev/input/mice: 
Tiedostoa tai hakemistoa ei ole
/etc/init.d/gpm: line 65: /dev/input/mice: Tiedostoa tai hakemistoa ei ole
/etc/init.d/gpm: line 65: /dev/input/mice: Tiedostoa tai hakemistoa ei ole
/sbin/start-stop-daemon.real: nothing in /proc - not mounted? (Success)
 failed!
invoke-rc.d: initscript gpm, action "restart" failed.
dpkg: error processing gpm (--configure):
 subprocess post-installation script returned error exit status 1

- -- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i586)

Kernel: Linux 2.6.21-lx (PREEMPT)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gpm depends on:
ii  debconf [debconf-2.0]   1.5.11   Debian configuration management sy
ii  debianutils 2.17 Miscellaneous utilities specific t
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip
ii  ucf 2.0020   Update Configuration File: preserv

gpm recommends no packages.

- -- debconf information:
* gpm/responsiveness: 15
* gpm/repeat_type: ms3
* gpm/append: -B 321
* gpm/restart: false
* gpm/sample_rate:
* gpm/device: /dev/input/mice
* gpm/type: autops2

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

iD8DBQFGguGxeXr56x4Muc0RAk9jAJ9J9yOIlC3c4abUXiqbzOjBgWt5LwCfXQDd
e1fTXxme5jCteEiYv4LB3+s=
=XPan
-END PGP SIGNATURE-


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



Bug#426224: hddown.c and libata manage_start_stop

2007-06-27 Thread Kel Modderman
Hi,

The patch from pkg-sysvinit libata-fixes branch (r1054) that does global 
inhibition of -h halt option when 
`ls -1 /sys/class/scsi_disk/*/manage_start_stop' was true seems like an easy 
way out, but not a foolproof solution. That may not be true in all cases: one 
disk may have libata management of write flush and spindown, while another 
disk in the same system could conceivably not have that support.

Tejun Heo hinted[0] that a suse developer, Werner Fink, was working[1] on a 
more substantial effort to update hddown.c logic, providing per disk device 
decision on whether or not to give standby signal and cause flush of 
write-cache or not based on sysfs detection of attached disk devices.

Attached is diff against the libata branch of pkg-sysvinit that adds Werner's 
last patch[2]. I thought it was at least worth a go on my own hardware, if 
only for my own curiosity's sake. Seems to do what it advertises too.

Thanks, Kel.

[0] 
http://lists.alioth.debian.org/pipermail/pkg-sysvinit-devel/2007-June/001963.html
[1]
https://bugzilla.novell.com/show_bug.cgi?id=229210
[2]
https://bugzilla.novell.com/attachment.cgi?id=145904
Index: debian/patches/67_init_hddown_libata.dpatch
===
--- debian/patches/67_init_hddown_libata.dpatch	(revision 0)
+++ debian/patches/67_init_hddown_libata.dpatch	(revision 0)
@@ -0,0 +1,357 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## init_hddown_libata.patch by Kel Modderman <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: https://bugzilla.novell.com/show_bug.cgi?id=229210
+## DP: https://bugzilla.novell.com/attachment.cgi?id=145904
+
[EMAIL PROTECTED]@
+diff -Nrup sysvinit-2.86.ds1.orig/src/hddown.c sysvinit-2.86.ds1.libata/src/hddown.c
+--- sysvinit-2.86.ds1.orig/src/hddown.c	2004-06-09 22:47:45.0 +1000
 sysvinit-2.86.ds1.libata/src/hddown.c	2007-06-27 19:40:11.0 +1000
+@@ -5,6 +5,9 @@
+  */
+ char *v_hddown = "@(#)hddown.c  1.02  22-Apr-2003  [EMAIL PROTECTED]";
+ 
++#ifndef _GNU_SOURCE
++#define _GNU_SOURCE
++#endif
+ #include 
+ #include 
+ #include 
+@@ -18,6 +21,326 @@ char *v_hddown = "@(#)hddown.c  1.02  22
+ #include 
+ #include 
+ 
++#define USE_SYSFS
++#ifdef USE_SYSFS
++/*
++ * sysfs part	Find all disks on the system, list out IDE and unmanaged
++ *		SATA disks, flush the cache of those and shut them down.
++ * Author:	Werner Fink <[EMAIL PROTECTED]>, 2007/06/12
++ *
++ */
++#include 
++#include 
++#include 
++#include 
++#ifdef WORDS_BIGENDIAN
++#include 
++#endif
++
++#define SYS_BLK		"/sys/block"
++#define SYS_CLASS	"/sys/class/scsi_disk"
++#define DEV_BASE	"/dev"
++#define ISSPACE(c)	(((c)==' ')||((c)=='\n')||((c)=='\t')||((c)=='\v')||((c)=='\r')||((c)=='\f'))
++
++/* Used in flush_cache_ext(), compare with  */
++#define IDBYTES		512
++#define MASK_EXT	0xE000		/* Bit 15 shall be zero, bit 14 shall be one, bit 13 flush cache ext */
++#define TEST_EXT	0x6000
++
++/* Maybe set in list_disks() and used in do_standby_idedisk() */
++#define DISK_IS_IDE	0x0001
++#define DISK_IS_SATA	0x0002
++#define DISK_EXTFLUSH	0x0004
++
++static char *strstrip(char *str);
++static FILE *hdopen(const char* const format, const char* const name);
++static int flush_cache_ext(const char *device);
++
++/*
++ *	Find all disks through /sys/block.
++ */
++static char *list_disks(DIR* blk, unsigned int* flags)
++{
++	struct dirent *d;
++
++	while ((d = readdir(blk))) {
++		*flags = 0;
++		if (d->d_name[1] == 'd' && (d->d_name[0] == 'h' || d->d_name[0] == 's')) {
++			char buf[NAME_MAX+1], lnk[NAME_MAX+1], *ptr;
++			struct stat st;
++			FILE *fp;
++			int ret;
++
++			fp = hdopen(SYS_BLK "/%s/removable", d->d_name);
++			if ((long)fp <= 0) {
++if ((long)fp < 0)
++	goto empty;	/* error */
++continue;		/* no entry `removable' */
++			}
++
++			ret = getc(fp);
++			fclose(fp);
++
++			if (ret != '0')
++continue;		/* not a hard disk */
++
++			if (d->d_name[0] == 'h') {
++(*flags) |= DISK_IS_IDE;
++if ((ret = flush_cache_ext(d->d_name))) {
++	if (ret < 0)
++		goto empty;
++	(*flags) |= DISK_EXTFLUSH;
++}
++break;			/* old IDE disk not managed by kernel, out here */
++			}
++
++			ret = snprintf(buf, sizeof(buf), SYS_BLK "/%s/device", d->d_name);
++			if ((ret >= sizeof(buf)) || (ret < 0))
++goto empty;		/* error */
++
++			ret = readlink(buf, lnk, sizeof(lnk));
++			if (ret >= sizeof(lnk))
++goto empty;		/* error */
++			if (ret < 0) {
++if (errno != ENOENT)
++	goto empty;	/* error */
++continue;		/* no entry `device' */
++			}
++			lnk[ret] = '\0';
++
++			ptr = basename(lnk);
++			if (!ptr || !*ptr)
++continue;		/* should not happen */
++
++			ret = snprintf(buf, sizeof(buf), SYS_CLASS "/%s/manage_start_stop", ptr);
++			if ((ret >= sizeof(buf)) || (ret < 0))
++goto empty;		/* error */
++
++			ret = stat(buf, &st);
++			if (ret == 0)
++continue;		/* disk found but manag

Bug#430883: udebs dependencies problems

2007-06-27 Thread Mathieu GELI

Package:debian-installer
Version:1.51

Hi,

svn builds seems to be broken due to dependencies problems with kernel
modules :
on a netboot build nic-shared-modules-2.6.21-486-di is not installed
while it should.

Consequence is network drivers (like net2k for qemu) don't load
because of missing symbols (provided by mii.ko and 8390.ko).

--
Mathieu


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



Bug#430882: gkrellm-volume does not work with pax-enabled kernel

2007-06-27 Thread Sven Klemm
Package: gkrellm-volume
Version: 2.1.13-1
Severity: important

After installing gkrellm-volume I see the following error message in the
plugin install log of gkrellm:
/usr/lib/gkrellm2/plugins/volume.so
  Error: /usr/lib/gkrellm2/plugins/volume.so: cannot enable executable
  stack as shared object requires: Permission denied

After removing the flag for executable stack from the library with 
execstack everything works as expected.

Further information:
http://www.redhat.com/archives/fedora-devel-list/2005-March/msg00460.html
http://www.gentoo.org/proj/en/hardened/gnu-stack.xml

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (100, 'unstable'), (100, 'testing'), (100, 'stable'), (50, 
'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.21.5-grsec-pinealgland
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 gkrellm-volume depends on:
ii  gkrellm   2.2.10-1   The GNU Krell Monitors
ii  libasound21.0.14a-1  ALSA library
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgtk2.0-0   2.10.13-1  The GTK+ graphical user interface 
ii  libpango1.0-0 1.16.4-1   Layout and rendering of internatio

gkrellm-volume recommends no packages.

-- no debconf information


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



Bug#413832: Erasing last session impossible?

2007-06-27 Thread Jiří Paleček

Package: k3b
Version: 1.0.1-2
Severity: normal

Hello,

sorry to respond that late, the mail must have got lost.

To the bug: I cannot reproduce it with k3b 1.0.1, however, I don't
know whether it's good news or bad news. The problem is that now, I
don't see the option to erase last session in the erase dialog, not
even the options Full erase/Quick erase. So I don't know whether it
works or not.

Regards
   Jiri Palecek

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

Kernel: Linux 2.6.20.3-rt8 (PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2) (ignored: LC_ALL  
set to cs_CZ)

Shell: /bin/sh linked to /bin/dash

Versions of packages k3b depends on:
ii  cdparanoia   3.10+debian~pre0-5  audio extraction tool for  
sampling
ii  cdrdao   1:1.2.2-6   records CDs in Disk-At-Once  
(DAO)
ii  genisoimage  9:1.1.6-1   Creates ISO-9660 CD-ROM  
filesystem
ii  kdebase-bin  4:3.5.7-1   core binaries for the KDE  
base mod
ii  kdelibs-data 4:3.5.7.dfsg.1-1core shared data for all KDE  
appli
ii  kdelibs4c2a  4:3.5.7.dfsg.1-1core libraries and binaries  
for al
ii  libacl1  2.2.42-1Access control list shared  
library
ii  libart-2.0-2 2.3.19-3Library of functions for 2D  
graphi
ii  libattr1 1:2.4.32-1.1Extended attribute shared  
library
ii  libaudio21.9-2   The Network Audio System  
(NAS). (s
ii  libc62.5-11  GNU C Library: Shared  
libraries
ii  libdbus-1-3  1.1.1-1 simple interprocess messaging  
syst
ii  libdbus-qt-1-1c2 0.62.git.20060814-2 simple interprocess messaging  
syst

ii  libdvdread3  0.9.7-3 library for reading DVDs
ii  libexpat11.95.8-3.4  XML parsing C library -  
runtime li
ii  libfontconfig1   2.4.2-1.2   generic font configuration  
library
ii  libfreetype6 2.2.1-6 FreeType 2 font engine,  
shared lib
ii  libgamin0 [libfam0]  0.1.8-2 Client library for the gamin  
file

ii  libgcc1  1:4.2-20070609-1GCC support library
ii  libhal1  0.5.9-3 Hardware Abstraction Layer -  
share
ii  libice6  1:1.0.3-2   X11 Inter-Client Exchange  
library
ii  libidn11 0.6.5-1 GNU libidn library,  
implementation
ii  libjpeg626b-13   The Independent JPEG Group's  
JPEG
ii  libk3b3  1.0.1-2 The KDE cd burning  
application lib
ii  libmusicbrainz4c2a   2.1.5-1 Second generation incarnation  
of t

ii  libpng12-0   1.2.15~beta5-2  PNG library - runtime
ii  libqt3-mt3:3.3.7-4+b1Qt GUI Library (Threaded  
runtime v

ii  libsm6   2:1.0.3-1   X11 Session Management library
ii  libstdc++6   4.2-20070609-1  The GNU Standard C++ Library  
v3

ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension  
librar
ii  libxft2  2.1.12-2FreeType-based font drawing  
librar

ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client  
libra

ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
ii  wodim9:1.1.6-1   command line CD/DVD writing  
tool

ii  zlib1g   1:1.2.3-15  compression library - runtime

Versions of packages k3b recommends:
ii  dvd+rw-tools  7.0-7  DVD+-RW/R tools
ii  kcontrol  4:3.5.7-1  control center for KDE
ii  kdebase-kio-plugins   4:3.5.7-1  core I/O slaves for KDE
pn  vcdimager  (no description available)

-- no debconf information


--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/



Bug#430879: [INTL:de] Initial German debconf translation/ Typo in gnome-speech_1:0.4.13-2_templates.pot

2007-06-27 Thread Johannes Starosta
Package: gnome-speech
Version: 1:0.4.13-2
Severity: minor
Tags: l10n, patch

Hello!

The attached file de.po contains the German debconf translation for 
gnome-speech. It is proofread by the members of 
[EMAIL PROTECTED]
BTW: While I translated the messages I noticed following typos in the
template:
-"The Cepstral swift include files and shared libraries are required To"
+"The Cepstral swift include files and shared libraries are required to"

The attached file gnome-speech_1:0.4.13-2_templates.patch should fix
this. The third file de.po.patch should do the same in de.po.

I noticed also bug #430189. Don't hesitate to contact me if the
translation needs to be updated.

Greetings, Johannes.


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



Bug#430878: why: allow checking of programs with floats

2007-06-27 Thread Jiří Paleček

Package: why
Version: 2.03.dfsg-1
Severity: wishlist

Hello,

I tried to check some simple program usign floats and discovered it
was impossible with why. The reason is that the file WhyFloats.v is
missing, which is caused by the float library missing during the
build. I think it should be possible to check programs with floats,
which could be accomplished by three ways:

Take the float library from http://coq.inria.fr/contribs/Float.tar.gz
and either

- add it to the coq-libs package, and make why build-dep on coq-libs
- make an extra package coq-lib-float, and -"-
- add this library to the why package itself

What do you think?

Regards
Jiri Palecek

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

Kernel: Linux 2.6.20.3-rt8 (PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2) (ignored: LC_ALL  
set to cs_CZ)

Shell: /bin/sh linked to /bin/dash

Versions of packages why depends on:
ii  libatk1.0-0   1.18.0-2   The ATK accessibility toolkit
ii  libc6 2.5-11 GNU C Library: Shared  
libraries
ii  libcairo2 1.4.6-1.1  The Cairo 2D vector graphics  
libra
ii  libfontconfig12.4.2-1.2  generic font configuration  
library

ii  libglib2.0-0  2.12.12-1  The GLib library of C routines
ii  libgtk2.0-0   2.10.13-1  The GTK+ graphical user  
interface
ii  libpango1.0-0 1.16.4-1   Layout and rendering of  
internatio

ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension  
librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes'  
extensio

ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension client  
libra


why recommends no packages.

-- no debconf information




Bug#430051: texmaker Segmentation faults

2007-06-27 Thread Alan Woodland
Jim Woodruff wrote:
> Package: texmaker
> Version: 1.5-1
> Severity: grave
> Justification: renders package unusable
>
> Receive a Segmentation fault when launching texmaker as a user. Launching as 
> root
> works but it gives the following error:
>
> "Qt: Session management error: Authentication Rejected, reason : None of the
> authentication protocols specified are supported and host-based authentication
> failed"
>   
I can confirm that I'm also seeing this bug on my AMD64 box. Note that
when you tried to run it as root that message is normal unless you've
set it up so that root can run X11 applications, which it won't be able
to by default with a general user's XSession.

I've not built a full debug version of texmaker myself yet, but it looks
very much like a QString is trying to be constructed from an invalid
(const?) char* pointer somewhere.

#0  0x2adc6ba4db87 in QString::fromLocal8Bit (
str=0x10 , size=-1) at
tools/qstring.cpp:3293
#1  0x2adc6babd18b in QCoreApplication::arguments ()
at kernel/qcoreapplication.cpp:1621
#2  0x2adc6b37e3ea in sm_performSaveYourself (smd=0x6d4aa0)
at kernel/qapplication_x11.cpp:4711

Joseph have you forward this upstream or looked into it further yet? I'm
quite willing to dig around deeper if you want

Alan




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



Bug#430875: libwww0: When built from source is uninstallable

2007-06-27 Thread Daniel Schepler
Package: w3c-libwww
Version: 5.4.0-11
Severity: serious

When I build w3c-libwww using pbuilder, the resulting libwww0 package has a 
Depends line of
"libc6 (>= 2.5-5), libwww-ssl0 (>= 5.4.0), zlib1g (>= 1:1.2.1)",
which makes the package uninstallable since it also Conflicts with 
libwww-ssl0.
-- 
Daniel Schepler


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



Bug#430111: spandsp: fix for debian/rules on amd64

2007-06-27 Thread Joey Korkames

Package: spandsp
Version: spandsp-0.0.4~pre3
Followup-For: Bug #430111

Hello all,

This is my first (addon to a) bug report, actually my first upstream of 
anything to Debian, so forgive me if I get this wrong.


Adding a --libdir=${prefix}/lib \ to the config.status target in 
debian/rules allowed me to do a debuild with this package on amd64.


Is this the correct way to go about fixing this, assuming previous 
poster is correct in his assertion that nothing should be

hardlinked to /lib64?

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

--
.
Joey Korkames
Operations Technician
[EMAIL PROTECTED]
Voice: (602) 850-5344
Fax:   (602) 850-5444

Limelight Networks
www.limelightnetworks.com
2220 W 14th St
Tempe, AZ 85281  
Voice: (866) 200-LIME

Fax:   (602) 850-5001



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



Bug#430876: python-extractor when extracting keywords from file.

2007-06-27 Thread romain
Package: python-extractor
Version: 1:0.5-2
Severity: grave
Justification: renders package unusable

Hi !

I have a very strange behaviour when I try to extract keywords from a file.
Here a pydb strace of the execution of the extract.py example file on a
textlive-pstricks doc distribution pdf file :
$ pydb ./extract.py 
/usr/share/doc/texlive-pstricks/generic/pstricks/voss/bsp02.pdf
(/usr/share/doc/python-extractor/examples/extract.py:24): 
24 """
(Pydb) n
(/usr/share/doc/python-extractor/examples/extract.py:25): 
25 import extractor
(Pydb) n
(/usr/share/doc/python-extractor/examples/extract.py:26): 
26 import sys
(Pydb) n
(/usr/share/doc/python-extractor/examples/extract.py:28): 
28 xtract = extractor.Extractor()
(Pydb) 
(/usr/share/doc/python-extractor/examples/extract.py:29): 
29 for arg in sys.argv[1:]:
(Pydb) 
(/usr/share/doc/python-extractor/examples/extract.py:30): 
30 print "Keywords from %s:" % arg
(Pydb) 
Keywords from
/usr/share/doc/texlive-pstricks/generic/pstricks/voss/bsp02.pdf:
(/usr/share/doc/python-extractor/examples/extract.py:31): 
31 keys = xtract.extract(arg)
(Pydb) s
--Call level 0
(/var/lib/python-support/python2.4/extractor.py:172):  extract
172 def extract(self, filename=None, data=None, size=None):
(Pydb) n
(/var/lib/python-support/python2.4/extractor.py:187):  extract
187 if not filename and not (data and size):
(Pydb) n
(/var/lib/python-support/python2.4/extractor.py:189):  extract
189 elif filename:
(Pydb) n
(/var/lib/python-support/python2.4/extractor.py:190):  extract
190 return self.extractFromFile(filename)
(Pydb) s
Call level 1
(/var/lib/python-support/python2.4/extractor.py:194):  extractFromFile
194 def extractFromFile(self, filename):
(Pydb) n
(/var/lib/python-support/python2.4/extractor.py:229):  extractFromFile
229 self.keywords_p =
libextractor.EXTRACTOR_getKeywords(self.extractors, filename)
(Pydb) s

** (process:23365): CRITICAL **: gsf_input_memory_get_type: assertion
`gsf_input_memory_type != 0' failed

(process:23365): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed

** (process:23365): CRITICAL **: gsf_shared_memory_get_type: assertion
`gsf_shared_memory_type != 0' failed

(process:23365): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed

Another strange thing is that I tested the extract on another computer and I
experienced no crash.

So I hesitated between "normal" (because on another computer it does not crash) 
and "grave"  severity. I choosed the last one because on my computer, it 
crashes and render the package unusable ;-)

I hope we will able to find the origin of this problem.

Cheers,
Romain.

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

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

Versions of packages python-extractor depends on:
ii  libextractor1c2a  0.5.18-3   extracts meta-data from files of a
ii  python2.4.4-6An interactive high-level object-o
ii  python-ctypes 1.0.1-1Python package to create and manip
ii  python-support0.6.4  automated rebuilding support for p

Versions of packages python-extractor recommends:
ii  libextractor-plugins  0.5.18-3   extracts meta-data from files of a

-- no debconf information


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



Bug#430877: Booting NetBSD fails with _isa_dmainit panic message (binary from qemu.org works OK)

2007-06-27 Thread Pablo Aguiar

Package: qemu
Version: 0.9.0-2
Severity: normal

Since the upgrade from 0.8.2 to 0.9.0 one of my images does not boot
anymore. It is a NetBSD 2.1 with GENERIC kernel. The boot process gets
interrupted with the following message (as you can see in a
[1]screenshot):

panic: _isa_dmainit: unable to map DMA controller #1

-- How to reproduce:
The same problem happens with the NetBSD Live CD, so download the
[2]ISO, boot it and choose GENERAL from the boot menu.

-- Important note:
The [3]binary package from qemu.org runs both the livecd and my image normally.

-- Referenced links:
1. http://imgplace.com/directory/dir4124/1181671107_7324.png
2. ftp://ftp.netbsd.org/pub/NetBSD/iso/livecd/netbsd-live-2007.iso
3. http://qemu.org/qemu-0.9.0-i386.tar.gz

-- Command line used:
$ qemu -cdrom netbsd-live-2007.iso -boot d

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

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

Versions of packages qemu depends on:
ii  bochsbios 2.3-2  BIOS for the Bochs emulator
ii  libasound21.0.14a-1  ALSA library
ii  libc6 2.5-11 GNU C Library: Shared libraries
ii  libncurses5   5.6-3  Shared libraries for terminal hand
ii  libsdl1.2debian   1.2.11-9   Simple DirectMedia Layer
ii  openhackware  0.4.1-2OpenFirmware emulator for PowerPC
ii  proll 18-2   JavaStation PROM 2.x compatible re
ii  vgabios   0.6a-1 VGA BIOS software for the Bochs an
ii  zlib1g1:1.2.3-15 compression library - runtime

Versions of packages qemu recommends:
pn  debootstrap(no description available)
ii  sharutils 1:4.6.3-1  shar, unshar, uuencode, uudecode
pn  vde2   (no description available)

-- no debconf information

Thanks!

--
scorphus em gmail.com: Pablo Aguiar (scorphus)



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



Bug#408639: qt4-doc: error when compiling qt4 demos

2007-06-27 Thread Fathi Boudra
severity 408639 minor
tags 408639  + pending

thanks

hi peppe,

it's not exactly the same. This one fails on the final step: the link.
It tries to produce /bin/qtdemos and as you build as a normal user it fails.
btw, trivial to fix ...

it will be done on next release.

cheers,

Fathi


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



Bug#421557: apache2: memory leak addendum

2007-06-27 Thread Stefan Fritsch
On Mittwoch, 27. Juni 2007, Colin Wetherbee wrote:
> > As a workaround, you might want to look at MaxRequestsPerChild
> > and/or MaxChilds
>
> These are my current settings:
>
>      StartServers          3
>      MinSpareServers       3
>      MaxSpareServers       7
>      MaxClients           75
>      MaxRequestsPerChild   0

Try setting MaxRequestsPerChild to 1000, causing each apache process 
to be restartet after 1000 requests (the 0 in your settings means 
unlimited). If that doesn't help, you may want to try 250 or 100.

This will reduce your performance, but it is probably still better 
than the memory leak.

Cheers,
Stefan


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


Bug#99324: Hallo!

2007-06-27 Thread Ceris Gruffudd - i ffwrdd / away


Byddaf i ffwrdd o'r swyddfa am gyfnod. 

Os ydych am ateb ynglyn a materion sydd yn ymwneud a gwaith gallwch 

gysylltu gyda  



Ebost: [EMAIL PROTECTED]

Ffon: 01970 632803

Ffacs: 01970 632882



I'm out of the office for several days.

If you need an answer regarding work you can contact:



Email: [EMAIL PROTECTED]

Phone: 01970 632803

Fax: 01970 632882



-- 

Ceris Gruffudd



Pennaeth Uned Adnau Cyfreithiol/ Head of Legal Deposit Unit

Adran Gwasanaethau Casgliadau/Department of Collection Services

Llyfrgell Genedlaethol Cymru/National Library of Wales

ABERYSTWYTH  Ceredigion  SY23 3BU



Tel. 44 (01970) 632811 //Fax. (01970) 632852

E-bost/e-mail: [EMAIL PROTECTED]

Y We/ WWW http://www.llgc.org.uk



Nid yw'r neges hon o angenrheidrwydd yn adlewyrchu barn 

Llyfrgell Genedlaethol Cymru.

This message does not necessarily reflect the opinion of the 

National Library of Wales.

==

Deddf Gwarchod Data 1998 / Data Protection Act 1998



Mae'r Llyfrgell yn cadw gwybodaeth bersonol at bwrpasau gweinyddol.

Ni ddatgelir y manylion i unrhyw sefydliad anawdurdodedig, ac fe'u 

cedwir am gyfnod rhesymol o amser. Am fwy o fanylion, cysylltwch 

a'r Swyddog Gwarchod Data yn y cyfeiriad uchod, neu, gweler gwefan 

y Llyfrgell, http://www.llgc.org.uk/gwyb/dpa/index_c.htm



The Library holds personal data for administrative purposes. This

information will not be disclosed to any unauthorised organisation, 

and will be retained for a reasonable period of time.  For further

information, please visit the Library's website at

http://www.llgc.org.uk/gwyb/dpa/index_s.htm or contact the Data

Protection Officer at the above address.



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



Bug#430874: Not buildable for 2.6.21

2007-06-27 Thread Didier Raboud
Package: ipw3945-source
Version: 1.1.2-7
Severity: grave

--- Please enter the report below this line. ---
Hi, 

as of bug  430646 there is no disponible ipw3945-module for latest 2.6.21 
kernel, so I did try to compile it myself. It does not build.

Log (/var/cache/modass/ipw3945-source.buildlog.2.6.21-2-amd64.1182980116) is 
attached.

Best regards,

Didier


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.18-4-amd64

Debian Release: 4.0
  700 stable  security.debian.org 
  700 stable  mirror.switch.ch 
  650 testing mirror.switch.ch 
  600 unstablemirror.switch.ch 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
debhelper(>= 5) | 5.0.42
dpatch  | 2.0.21
module-assistant| 0.10.8
bzip2   | 1.0.3-6
make| 3.81-2
dpatch  deapply-all  
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
#dh_testroot
# Cleaning package
/usr/bin/make clean
make[1]: entrant dans le répertoire « /usr/src/modules/ipw3945 »
rm -f *.{mod.c,mod,o,ko,rej,orig} .*.{stamp,flags,cmd} .lst *.lst *~ 
rm -rf /usr/src/modules/ipw3945/tmp /usr/src/modules/ipw3945/.tmp_versions
for file in *.{c,h}; do \
sed -i -e "s:\ *$::g" -e "s:\t*$::g" $file; \
done
make[1]: quittant le répertoire « /usr/src/modules/ipw3945 »
dh_clean
/usr/bin/make  -f debian/rules clean
make[1]: entrant dans le répertoire « /usr/src/modules/ipw3945 »
dpatch  deapply-all  
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
#dh_testroot
# Cleaning package
/usr/bin/make clean
make[2]: entrant dans le répertoire « /usr/src/modules/ipw3945 »
rm -f *.{mod.c,mod,o,ko,rej,orig} .*.{stamp,flags,cmd} .lst *.lst *~ 
rm -rf /usr/src/modules/ipw3945/tmp /usr/src/modules/ipw3945/.tmp_versions
for file in *.{c,h}; do \
sed -i -e "s:\ *$::g" -e "s:\t*$::g" $file; \
done
make[2]: quittant le répertoire « /usr/src/modules/ipw3945 »
dh_clean
make[1]: quittant le répertoire « /usr/src/modules/ipw3945 »
/usr/bin/make  -f debian/rules kdist_clean kdist_config binary-modules
make[1]: entrant dans le répertoire « /usr/src/modules/ipw3945 »
dpatch  deapply-all  
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
#dh_testroot
# Cleaning package
/usr/bin/make clean
make[2]: entrant dans le répertoire « /usr/src/modules/ipw3945 »
rm -f *.{mod.c,mod,o,ko,rej,orig} .*.{stamp,flags,cmd} .lst *.lst *~ 
rm -rf /usr/src/modules/ipw3945/tmp /usr/src/modules/ipw3945/.tmp_versions
for file in *.{c,h}; do \
sed -i -e "s:\ *$::g" -e "s:\t*$::g" $file; \
done
make[2]: quittant le répertoire « /usr/src/modules/ipw3945 »
dh_clean
/usr/bin/make -w -f debian/rules clean
make[2]: entrant dans le répertoire « /usr/src/modules/ipw3945 »
dpatch  deapply-all  
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
#dh_testroot
# Cleaning package
/usr/bin/make clean
make[3]: entrant dans le répertoire « /usr/src/modules/ipw3945 »
rm -f *.{mod.c,mod,o,ko,rej,orig} .*.{stamp,flags,cmd} .lst *.lst *~ 
rm -rf /usr/src/modules/ipw3945/tmp /usr/src/modules/ipw3945/.tmp_versions
for file in *.{c,h}; do \
sed -i -e "s:\ *$::g" -e "s:\t*$::g" $file; \
done
make[3]: quittant le répertoire « /usr/src/modules/ipw3945 »
dh_clean
make[2]: quittant le répertoire « /usr/src/modules/ipw3945 »
make[1]: Rien à faire pour « kdist_config ».
for templ in ; do \
cp $templ `echo $templ | sed -e 's/_KVERS_/2.6.21-2-amd64/g'` ; \
  done
for templ in `ls debian/*.modules.in` ; do \
test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2>/dev/null || true; \
sed -e 's/##KVERS##/2.6.21-2-amd64/g ;s/#KVERS#/2.6.21-2-amd64/g ; 
s/_KVERS_/2.6.21-2-amd64/g ; s/##KDREV##/2.6.21-5/g ; s/#KDREV#/2.6.21-5/g ; 
s/_KDREV_/2.6.21-5/g  ' < $templ > ${templ%.modules.in}; \
  done
dh_testroot
dh_clean -k
# Build the module
/usr/bin/make modules KSRC=/lib/modules/2.6.21-2-amd64/build KVER=2.6.21-2-amd64
make[2]: entrant dans le répertoire « /usr/src/modules/ipw3945 »
/usr/bin/make -C /lib/modules/2.6.21-2-amd64/build M=/usr/src/modules/ipw3945  
modules
make[3]: entrant dans le répertoire « /usr/src/linux-headers-2.6.21-2-amd64 »
  CC [M]  /usr/src/modules/ipw3945/ipw3945.o
/usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_setup_activity_timer’:
/usr/src/modules/ipw3945/ipw3945.c:1351: warning: passing argument 2 of 
‘queue_delayed_work’ from incompatible pointer type
/usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_bg_activity_timer’:
/usr/src/modules/ipw3945/ipw3945.c:1371: warning: passing argument 2 of 
‘queue_delayed_work’ from incompatible pointer type
/usr/src/modules/ipw3945/ipw3945.c: In function ‘ipw_scan_schedule’:
/usr/src/modules/ipw3945/ipw3945.c:2436: warning: passing argument 2

Bug#421557: apache2: memory leak addendum

2007-06-27 Thread Colin Wetherbee

Stefan Fritsch wrote:

On Mittwoch, 27. Juni 2007, Colin Wetherbee wrote:

Since upgrading apache2 to 2.2.3-4 last week, I have had to restart
Apache numerous times because it will grow in memory size and
eventually slow my server severely.


Can you please also post the complete list of enabled modules 
("ls /etc/apache2/mods-enabled").


^ [EMAIL PROTECTED]:~$ ls /etc/apache2/mods-enabled | sed -e 's/\..*$//' | uniq
alias
auth_basic
authn_default
authn_file
authz_default
authz_groupfile
authz_host
authz_user
autoindex
cgi
dir
env
mime
mime_magic
negotiation
perl
php5
rewrite
setenvif
ssl
status

If you have mod_deflate enabled, can you check whether disabling it 
improves the situation?


mod_deflate is not enabled.

As a workaround, you might want to look at MaxRequestsPerChild and/or 
MaxChilds


These are my current settings:

StartServers  3
MinSpareServers   3
MaxSpareServers   7
MaxClients   75
MaxRequestsPerChild   0

How would you suggest I change them?

Thanks!

Colin


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



Bug#430872: ftp.debian.org: [RM] industrial-cursor-theme -- RoM; replaced by industrial-cursor-theme

2007-06-27 Thread Josselin Mouette
Package: ftp.debian.org
Severity: normal

Please remove industrial-cursor-theme. Upstream has replaced it by 
dmz-cursor-theme, and meta-gnome2 now requires the new package.

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


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



Bug#421557: apache2: memory leak addendum

2007-06-27 Thread Stefan Fritsch
On Mittwoch, 27. Juni 2007, Colin Wetherbee wrote:
> Since upgrading apache2 to 2.2.3-4 last week, I have had to restart
> Apache numerous times because it will grow in memory size and
> eventually slow my server severely.

Can you please also post the complete list of enabled modules 
("ls /etc/apache2/mods-enabled").

If you have mod_deflate enabled, can you check whether disabling it 
improves the situation?

As a workaround, you might want to look at MaxRequestsPerChild and/or 
MaxChilds


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



Bug#408148: adduser: Wrong failure message on invalid group name.

2007-06-27 Thread Joerg Hoh
On Dienstag 23 Januar 2007, you wrote:
> Package: adduser
> Version: 3.63
> Severity: normal
>
> I can not explain how the following can happen:
>
> [EMAIL PROTECTED]:/var/lib/cvs# addgroup 'a:a'
> addgroup: To avoid problems, the username should consist of
> letters, digits, underscores, periods and dashes. For compatibility with
> Samba machine accounts $ is also supported at the end of the username
> [EMAIL PROTECTED]:/var/lib/cvs# addgroup 'a_a'
> addgroup: Please enter a username matching the regular expression
> configured
> via the name_regex configuration variable.  Use the `--force-badname'
> option to relax this check or reconfigure name_regex.
> [EMAIL PROTECTED]:/var/lib/cvs#
>
> The first message tells me that the second call of addgroup should work,
> but it does not. The more strange is that it the error message the
> second time is different. And it also mention name_regex that is nowhere
> to be found (I did not digged at the source code to find out...). Also,
> I could not find any documentation on valid group names. Only at
> adduser.conf(5) I found USER_REGEX that configures user names (not group
> names).

This is rather simple:

addgroup 'a:a' is rejected by a hardcoded regex in adduser; this regular 
expression enforces the conformity to IEEE Std 1003.1-2001; this regular 
expression rejects the ":".

addgroup 'a_a' is accepted the above mentioned regular expression but rejected 
by the expression "name_regex" (because of the "_" character) which can be 
customized in /etc/adduser.conf (NAME_REGEX, see man 5 adduser.conf).

I documented in adduser.conf (5) that NAME_REGEX also applies to group names 
and added the commented out default value to adduser.conf.  Also added a 
paragraph to the manpage describing what a valid name is.

Jörg

-- 
What did you do to the cat? It looks half-dead. -Schroedinger's wife


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


Bug#429943: jabber doesn't work in centerim.

2007-06-27 Thread Anibal Avelar

Hi Dmitry

Could you do some test?

I thing you have actived the SSL support although you don't need it.

Please, edit the file .centerim/config
And change the line
jab_ssl 1
to
jab_ssl 0

I thing this is the problem,  it should work.

Regards,


On 6/21/07, Dmitry E. Oboukhov <[EMAIL PROTECTED]> wrote:

Package: centerim
Version: 4.22.0-1
Severity: grave

After connection with jabber server is followed by immediate disconnect.
There are no error messages in server logs.

centerim log contain:
[jab] connecting to the server
[jab] logged in
[jab] disconnected
[jab] connecting to the server
[jab] logged in
[jab] disconnected
[jab] connecting to the server
[jab] logged in
[jab] disconnected
...

There are no error messages in server logs, server record log contain:

/var/log/jabber/record.log
...
20070621T11:49:44 [EMAIL PROTECTED] login ok 193.233.71.179 centerim
20070621T11:49:45 [EMAIL PROTECTED] session end 1 1 2 centerim
...


centericq with the same configs works with jabber without any problems.


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

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

Versions of packages centerim depends on:
ii  centerim-common 4.22.0-1 A text-mode multi-protocol instant
ii  libc6   2.5-9+b1 GNU C Library: Shared libraries
ii  libcurl4-gnutls 7.16.2-4 Multi-protocol file transfer libra
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libgcrypt11 1.2.4-2  LGPL Crypto library - runtime libr
ii  libgnutls13 1.6.3-1  the GNU TLS library - runtime libr
ii  libgpg-error0   1.4-2library for common error values an
ii  libgpgme11  1.1.2-5  GPGME - GnuPG Made Easy
ii  libidn110.6.5-1  GNU libidn library, implementation
ii  libkrb531.6.dfsg.1-4 MIT Kerberos runtime libraries
ii  liblzo1 1.08-3   data compression library (old vers
ii  liblzo2-2   2.02-2   data compression library
ii  libncursesw55.6-3Shared libraries for terminal hand
ii  libopencdk8 0.5.13-2 Open Crypto Development Kit (OpenC
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3
ii  libtasn1-3  0.3.9-1  Manage ASN.1 structures (runtime)
ii  zlib1g  1:1.2.3-15   compression library - runtime

Versions of packages centerim recommends:
ii  iceweasel [www-browse 2.0.0.3-1  lightweight web browser based on M
ii  links [www-browser]   0.99+1.00pre12-1.2 Character mode WWW browser
ii  opera [www-browser]   9.20-20070409.6The Opera Web Browser
ii  sox   13.0.0-1   Swiss army knife of sound processi
ii  w3m [www-browser] 0.5.1-5.1  WWW browsable pager with excellent

-- debconf-show failed




--
Anibal Avelar (FixXxeR) http://fixxxer.cc
GPG: 83B64656 - C143 4AD8 B017 53FA B742  D6AA CEEA F9F3 83B6 4656


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



Bug#430873: maypole-plugin-upload: Please remove libapache-mod-perl from your build-dep

2007-06-27 Thread Lior Kaplan

Package: maypole-plugin-upload
Version: 0.02-2
Severity: normal
User: [EMAIL PROTECTED]
Usertags: qa-removed-buildepends

libapache-mod-perl was removed with apache 1.3, please drop it from your 
build-depends-indep.


Thanks.

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

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


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



  1   2   3   4   5   >