Bug#549282: [Pkg-xfce-devel] Bug#549282: thunar: Thunar uses insecure permissions for created folders

2009-10-02 Thread Yves-Alexis Perez
On jeu, 2009-10-01 at 22:23 -0400, Daniel Dickinson wrote:
 Thunar currently uses rwxrwxrwx for folders it creates (e.g. via
 right-click 
 etc).  It should instead be standard permission for directories
 created via the command line (e.g. rwxr-xr-x) depending on the default
 umask.

Twice in two days, I'm starting to wonder. You already reported that
bug, and I already replied it wasn't one. Could you check with #549282 ?

Cheers,


-- 
Yves-Alexis


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


Bug#547623: [Pkg-xfce-devel] Bug#547623: Bug#547623: closed by Yves-Alexis Perez cor...@debian.org (Re: Bug#547623: thunar: MS Office .doc treated as plain text document which means OOo doesn't laun

2009-10-02 Thread Yves-Alexis Perez
On lun, 2009-09-21 at 21:02 +0200, Yves-Alexis Perez wrote:
 Mhmh yeah, so there's definitely a problem. Here it's correctly
 recognized as a Word Document:
 
 http://www.zimagez.com/zimage/screenshot479.php
 
 and:
 
 cor...@hidalgo: xdg-mime query filetype Resume-RealComputers.doc
 application/vnd.ms-office; charset=binary
 
 
 Could you try the xdg-mime command?

So? Please don't reopen bugs if you don't provide the needed
informations? As far as I know, Thunar behaves well, so if you have
information it's not the case, could you please provide them?

-- 
Yves-Alexis


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


Bug#548623: Resolved: gnumeric: symbol lookup error

2009-10-02 Thread Mader, Alexander
Hello,

thanks a lot for providing the fix: 1.9.13-1 from unstable resolves the
problem.

Thanks again! Alexander.
-- 
Alexander Mader auma...@gmx.net

GPG public key:http://mader.seppi.de/pubkey-privat.asc



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



Bug#549168: rsyslog: consumes too much memory

2009-10-02 Thread Christoph Martin
Hi Michael,

Michael Biebl schrieb:

 
 Hi Christoph,
 
 could you please attach the configuration you use on the client and server.

Files are attached. master is the server. m1234 and yoda are clients.
local conf is a configuration in /etc/rsyslog.d/

 How do you messure the RAM usage?

Output of top. If I start rsyslog on master with only m1234 as client it
immediatly goes to 143m in top. If I start the client on yoda, it
continually grows to 2,5G in minutes.

 What kind of throughput (messages/min) do you have? 

master itself has about 1400 lines with 20kb a day.
m1234 brings about 1 lines with 150kb a day.
yoda has about 4300 lines with 65kb a day.

Which is not really much.

 Does the rsyslog server
 maybe have problems to write the messages to disk and so buffers them in 
 memory.

I just found out that the logrotation is not automatically configured to
different logfiles like it was in plain old sysklogd. So my syslog.all
file on master has about 134M which would account for the initial size
of rsyslog on this host. But does rsyslog really have to load the whole
file into memory in order to append new messages? And it is still a
question why it grows to more that 2G after a while with more hat one
client. And no, it has no problems writing to disk.

Christoph
mail,local0.debug   /var/log/syslog.mail.debug
auth.debug  /var/log/syslog.auth.debug
cron.debug  /var/log/syslog.cron.debug
*.debug;mail,auth,cron,local0.none  /var/log/syslog.debug
*.info;mail,auth,cron,local0.none   /var/log/syslog.info
*.notice;mail,auth,cron,local0.none /var/log/syslog.notice
*.warning   /var/log/syslog.warning
*.* /var/log/syslog.all
*.emerg *
*.warning   /dev/console
*.alert root
#*.debug@master.m1234.de
#*.*@@(o)master.m1234.de:10514 # send (all) messages
#  /etc/rsyslog.confConfiguration file for rsyslog v3.
#
#   For more information see 
#   /usr/share/doc/rsyslog-doc/html/rsyslog_conf.html


#
 MODULES 
#

$ModLoad imuxsock # provides support for local system logging
$ModLoad imklog   # provides kernel logging support (previously done by rklogd) 
#$ModLoad immark  # provides --MARK-- message capability

# provides UDP syslog reception
#$ModLoad imudp
#$UDPServerRun 514

# provides TCP syslog reception
#$ModLoad imtcp
#$InputTCPServerRun 514

# certificate files - just CA for a client
$DefaultNetstreamDriverCAFile /etc/rsyslog.d/ca.pem

# set up the action
$DefaultNetstreamDriver gtls # use gtls netstream driver
$ActionSendStreamDriverMode 1 # require TLS for the connection
$ActionSendStreamDriverAuthMode anon # server is NOT authenticated

###
 GLOBAL DIRECTIVES 
###

#
# Use traditional timestamp format.
# To enable high precision timestamps, comment out the following line.
#
$ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat

#
# Set the default permissions for all log files.
#
$FileOwner root
$FileGroup adm
$FileCreateMode 0640
$DirCreateMode 0755
$Umask 0022

#
# Include all config files in /etc/rsyslog.d/
#
$IncludeConfig /etc/rsyslog.d/*.conf


###
 RULES 
###

#
# First some standard log files.  Log by facility.
#
auth,authpriv.* /var/log/auth.log
*.*;auth,authpriv.none  -/var/log/syslog
#cron.* /var/log/cron.log
daemon.*-/var/log/daemon.log
kern.*  -/var/log/kern.log
lpr.*   -/var/log/lpr.log
mail.*  -/var/log/mail.log
user.*  -/var/log/user.log

#
# Logging for the mail system.  Split it up so that
# it is easy to write scripts to parse these files.
#
mail.info   -/var/log/mail.info
mail.warn   -/var/log/mail.warn
mail.err/var/log/mail.err

#
# Logging for INN news system.
#
news.crit   /var/log/news/news.crit
news.err/var/log/news/news.err
news.notice -/var/log/news/news.notice

#
# Some catch-all log files.
#
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none  -/var/log/messages

#
# Emergencies are sent to everybody logged in.
#
*.emerg *

#
# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.
#
#daemon,mail.*;\
#   news.=crit;news.=err;news.=notice;\
#   *.=debug;*.=info;\
#   *.=notice;*.=warn   /dev/tty8

# The named pipe /dev/xconsole is for 

Bug#549232: libogre-dev and libceguiogre-dev: error when trying to install together

2009-10-02 Thread Michael Koch
Version: 1.6.4.dfsg1-1


On Thu, Oct 01, 2009 at 08:23:37PM +0200, Ralf Treinen wrote:
 Package: libceguiogre-dev,libogre-dev
 Version: libceguiogre-dev/1.6.3.dfsg1-1
 Version: libogre-dev/1.6.3.dfsg1-1
 Severity: serious
 User: trei...@debian.org
 Usertags: edos-file-overwrite
 
 Date: 2009-10-01
 Architecture: amd64
 Distribution: sid
 
 Hi,
 
 automatic installation tests of packages that share a file and at the
 same time do not conflict by their package dependency relationships has
 detected the following problem:
 
 
 WARNING: The following packages cannot be authenticated!
   x11-common libice6 x11proto-core-dev libice-dev libxau6 libxdmcp6 libxcb1
   libx11-data libx11-6 libxau-dev libxdmcp-dev x11proto-input-dev
   x11proto-kb-dev xtrans-dev libpthread-stubs0 libpthread-stubs0-dev
   libxcb1-dev libx11-dev libsm6 libxext6 libxt6 libxmu6 libxpm4 libxaw7
   x11proto-xext-dev libxext-dev libsm-dev libxt-dev libxmu-headers libxmu-dev
   libxpm-dev libxaw7-dev libxfixes3 libc-dev-bin linux-libc-dev libc6-dev
   libfreeimage3 libceguiogrerenderer-1.6.3 libfreetype6 libdrm2 libxdamage1
   libxxf86vm1 libgl1-mesa-glx libglu1-mesa libxrender1 libxrandr2 libzzip-0-13
   libogremain-1.6.3 libfreeimage-dev zlib1g-dev libfreetype6-dev libzzip-dev
   libilmbase6 libopenexr6 libilmbase-dev libopenexr-dev libogre-dev
   libceguiogre-dev
 
 Extracting templates from packages: 51%
 Extracting templates from packages: 100%
 Preconfiguring packages ...
 Authentication warning overridden.
 Can not write log, openpty() failed (/dev/pts not mounted?)
 Selecting previously deselected package x11-common.
 (Reading database ... 10249 files and directories currently installed.)
 Unpacking x11-common (from .../x11-common_1%3a7.4+4_all.deb) ...
 Selecting previously deselected package libice6.
 Unpacking libice6 (from .../libice6_2%3a1.0.5-1_amd64.deb) ...
 Processing triggers for man-db ...
 Can not write log, openpty() failed (/dev/pts not mounted?)
 Setting up x11-common (1:7.4+4) ...
 Can not write log, openpty() failed (/dev/pts not mounted?)
 Selecting previously deselected package x11proto-core-dev.
 (Reading database ... 10283 files and directories currently installed.)
 Unpacking x11proto-core-dev (from .../x11proto-core-dev_7.0.15-1_all.deb) ...
 Selecting previously deselected package libice-dev.
 Unpacking libice-dev (from .../libice-dev_2%3a1.0.5-1_amd64.deb) ...
 Selecting previously deselected package libxau6.
 Unpacking libxau6 (from .../libxau6_1%3a1.0.5-1_amd64.deb) ...
 Selecting previously deselected package libxdmcp6.
 Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.0.2-3_amd64.deb) ...
 Selecting previously deselected package libxcb1.
 Unpacking libxcb1 (from .../libxcb1_1.4-1_amd64.deb) ...
 Selecting previously deselected package libx11-data.
 Unpacking libx11-data (from .../libx11-data_2%3a1.2.2-1_all.deb) ...
 Selecting previously deselected package libx11-6.
 Unpacking libx11-6 (from .../libx11-6_2%3a1.2.2-1_amd64.deb) ...
 Selecting previously deselected package libxau-dev.
 Unpacking libxau-dev (from .../libxau-dev_1%3a1.0.5-1_amd64.deb) ...
 Selecting previously deselected package libxdmcp-dev.
 Unpacking libxdmcp-dev (from .../libxdmcp-dev_1%3a1.0.2-3_amd64.deb) ...
 Selecting previously deselected package x11proto-input-dev.
 Unpacking x11proto-input-dev (from .../x11proto-input-dev_1.5.0-2_all.deb) ...
 Selecting previously deselected package x11proto-kb-dev.
 Unpacking x11proto-kb-dev (from .../x11proto-kb-dev_1.0.3-3_all.deb) ...
 Selecting previously deselected package xtrans-dev.
 Unpacking xtrans-dev (from .../xtrans-dev_1.2.4-1_all.deb) ...
 Selecting previously deselected package libpthread-stubs0.
 Unpacking libpthread-stubs0 (from .../libpthread-stubs0_0.2-1_amd64.deb) ...
 Selecting previously deselected package libpthread-stubs0-dev.
 Unpacking libpthread-stubs0-dev (from 
 .../libpthread-stubs0-dev_0.2-1_amd64.deb) ...
 Selecting previously deselected package libxcb1-dev.
 Unpacking libxcb1-dev (from .../libxcb1-dev_1.4-1_amd64.deb) ...
 Selecting previously deselected package libx11-dev.
 Unpacking libx11-dev (from .../libx11-dev_2%3a1.2.2-1_amd64.deb) ...
 Selecting previously deselected package libsm6.
 Unpacking libsm6 (from .../libsm6_2%3a1.1.1-1_amd64.deb) ...
 Selecting previously deselected package libxext6.
 Unpacking libxext6 (from .../libxext6_2%3a1.0.4-1_amd64.deb) ...
 Selecting previously deselected package libxt6.
 Unpacking libxt6 (from .../libxt6_1%3a1.0.6-1_amd64.deb) ...
 Selecting previously deselected package libxmu6.
 Unpacking libxmu6 (from .../libxmu6_2%3a1.0.4-2_amd64.deb) ...
 Selecting previously deselected package libxpm4.
 Unpacking libxpm4 (from .../libxpm4_1%3a3.5.7-2_amd64.deb) ...
 Selecting previously deselected package libxaw7.
 Unpacking libxaw7 (from .../libxaw7_2%3a1.0.6-1_amd64.deb) ...
 Selecting previously deselected package x11proto-xext-dev.
 Unpacking x11proto-xext-dev (from .../x11proto-xext-dev_7.0.4-2_all.deb) ...
 Selecting previously 

Bug#548351: ITA

2009-10-02 Thread Tollef Fog Heen

retitle 548351 ITA: mlocate --quickly find files on the filesystem based on 
their name
thanks

As I use this quite a bit, I'd like to adopt the package.

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are



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



Bug#518930: gmetad: Wrong filename/path creation for rrd tool.

2009-10-02 Thread Simon Kainz
Luk Claes wrote:
 Hi

 Does this also happen with version 3.1.2-2 (the one in unstable and
 testing)?

 Cheers

 Luk


   
Hi

no, unstable is fine. But it seems to me this was a  very rare CPU bug
on my machine (apache webserver, medium load), as i couldn't make ssh
backups (corrputed mac on input)

i tracked this down to a faulty cpu after changing _every_ other
replaceable port in my machine.

regards,



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



Bug#549289: [maint-guide] Example rules file no longer matches dh_make output

2009-10-02 Thread Jason Heeris
Package: maint-guide
Version: 1.2.14
Severity: normal

Looking at:

http://www.debian.org/doc/maint-guide/ch-dreq.en.html#s-rules

The rules file it displays as an example no longer matches the output
from dh_make, which has been significantly simplified. (At least, I
think this is the case. The changelog mentions some simplification,
and when I run it on a familiar source tree, I get two non-comment
lines.)

— Jason Heeris



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



Bug#238215: iceweasel: I can confirm this bug/whishlist is still here

2009-10-02 Thread Javier Barroso
Package: iceweasel
Version: 3.5-1
Severity: normal


It would be awesome about file text gzipped were openned by iceweasel (At least 
when it is in /usr/share/doc ...

Maybe should be a extension for that ? I can't find one.

Thank you !


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

Kernel: Linux 2.6.30-1-686 (SMP w/2 CPU cores)
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 iceweasel depends on:
ii  debianutils  3.2.1   Miscellaneous utilities specific t
ii  fontconfig   2.6.0-4 generic font configuration library
ii  libc62.9-26  GNU C Library: Shared libraries
ii  libgcc1  1:4.4.1-4   GCC support library
ii  libglib2.0-0 2.22.1-1The GLib library of C routines
ii  libgtk2.0-0  2.18.0-1The GTK+ graphical user interface 
ii  libnspr4-0d  4.8-1   NetScape Portable Runtime Library
ii  libstdc++6   4.4.1-4 The GNU Standard C++ Library v3
ii  procps   1:3.2.8-1.1 /proc file system utilities
ii  psmisc   22.8-1  utilities that use the proc file s
ii  xulrunner-1.9.1  1.9.1-1 XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts  1.6.4-1 TrueType versions of some TeX font
ii  libkrb53 1.6.dfsg.4~beta1-13 Transitional library package/krb4 
ii  mathematica-fonts [t 10  Installer of Mathematica fonts
ii  mozplugger   1.12.1-2Plugin allowing external viewers t
ii  ttf-mathematica4.1   10  transitional dummy package
ii  xfonts-mathml3   Type1 Symbol font for MathML
pn  xprint   none  (no description available)
pn  xulrunner-1.9.1-gnom none  (no description available)

-- no debconf information



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



Bug#549290: vim-gnome: What does as superuser mean

2009-10-02 Thread Hongzheng Wang
Package: vim-gnome
Version: 2:7.2.245-2
Severity: normal

I have not used GUI vim for long time.  Today I accidently launched
gvim from gnome-terminal and found there is a string (as superuser) in
the window title bar of gvim.  Since superuser is an important word in
Linux world, I would like to file the report to verify the behavior.

To be specific, launching gvim from console will have a gvim window
whose title bar contains xxx - GVIM (as superuser) where xxx is the
opened file.  If -f option is used, no (as superuser), however.

I have tested by using -u NONE -U NONE, and the problem still exists.
Fortunately, gvim seems not gets root privilege even (as superuser)
exists.

Thanks.

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

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

Versions of packages vim-gnome depends on:
ii  libacl1   2.2.48-1   Access control list shared library
ii  libbonoboui2-02.24.2-1   The Bonobo UI library
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libglib2.0-0  2.22.1-1   The GLib library of C routines
ii  libgnome2-0   2.28.0-1   The GNOME library - runtime files
ii  libgnomeui-0  2.24.2-1   The GNOME libraries (User Interfac
ii  libgpm2   1.20.4-3.2 General Purpose Mouse - shared lib
ii  libgtk2.0-0   2.18.1-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20090803-2 shared libraries for terminal hand
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  libperl5.10   5.10.1-5   Shared Perl library
ii  libruby1.81.8.7.174-2Libraries necessary to run Ruby 1.
ii  libselinux1   2.0.85-4   SELinux runtime shared libraries
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxt61:1.0.6-1  X11 toolkit intrinsics library
ii  python2.5 2.5.4-2An interactive high-level object-o
ii  tcl8.48.4.19-4   Tcl (the Tool Command Language) v8
ii  vim-common2:7.2.245-2Vi IMproved - Common files
ii  vim-gui-common2:7.2.245-2Vi IMproved - Common GUI files
ii  vim-runtime   2:7.2.245-2Vi IMproved - Runtime files

vim-gnome recommends no packages.

Versions of packages vim-gnome suggests:
pn  cscopenone (no description available)
ii  gnome-icon-theme  2.28.0-1   GNOME Desktop icon theme
ii  ttf-dejavu2.30-1 Metapackage to pull in ttf-dejavu-
pn  vim-doc   none (no description available)

-- no debconf information



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



Bug#549253: dialog.

2009-10-02 Thread Juhapekka Tolvanen
On Fri, 02 Oct 2009, +00:30:15 EEST (UTC +0300),
Ari Pollak a...@debian.org pressed some keys:

 What's the output of:
 which gimp
 ldd `which gimp.`


juht...@juhtolv:/home/juhtolv % which gimp
/usr/bin/gimp
juht...@juhtolv:/home/juhtolv % whence -savc gimp
/usr/bin/gimp - /usr/bin/gimp-2.6

juht...@juhtolv:/home/juhtolv % ldd `which gimp`  gimp_ldd.txt 21

linux-gate.so.1 =  (0xb7f4b000)
libgimpwidgets-2.0.so.0 = /usr/lib/libgimpwidgets-2.0.so.0 (0xb7e0d000)
libgimpmodule-2.0.so.0 = /usr/lib/libgimpmodule-2.0.so.0 (0xb7e09000)
libgimpcolor-2.0.so.0 = /usr/lib/libgimpcolor-2.0.so.0 (0xb7dfe000)
libgimpthumb-2.0.so.0 = /usr/lib/libgimpthumb-2.0.so.0 (0xb7df6000)
libgimpmath-2.0.so.0 = /usr/lib/libgimpmath-2.0.so.0 (0xb7df1000)
libgimpconfig-2.0.so.0 = /usr/lib/libgimpconfig-2.0.so.0 (0xb7de2000)
libgimpbase-2.0.so.0 = /usr/lib/libgimpbase-2.0.so.0 (0xb7dcf000)
libgtk-x11-2.0.so.0 = /usr/lib/libgtk-x11-2.0.so.0 (0xb7a0d000)
libgdk-x11-2.0.so.0 = /usr/lib/libgdk-x11-2.0.so.0 (0xb7978000)
libgdk_pixbuf-2.0.so.0 = /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb795f000)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 (0xb7953000)
libcairo.so.2 = /usr/lib/libcairo.so.2 (0xb78dc000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0xb78d7000)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 (0xb78b1000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0xb786d000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0xb7841000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0xb77ca000)
libdbus-glib-1.so.2 = /usr/lib/libdbus-glib-1.so.2 (0xb77ad000)
libdbus-1.so.3 = /lib/libdbus-1.so.3 (0xb7774000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb775b000)
libgegl-0.0.so.0 = /usr/lib/libgegl-0.0.so.0 (0xb7715000)
libgio-2.0.so.0 = /usr/lib/libgio-2.0.so.0 (0xb768)
libbabl-0.0.so.0 = /usr/lib/libbabl-0.0.so.0 (0xb7652000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb762c000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0xb75ef000)
libglib-2.0.so.0 = /lib/libglib-2.0.so.0 (0xb7538000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb73d8000)
libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0 (0xb73bd000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0xb73b9000)
librt.so.1 = /lib/i686/cmov/librt.so.1 (0xb73b)
libX11.so.6 = /usr/lib/libX11.so.6 (0xb7294000)
libXcomposite.so.1 = /usr/lib/libXcomposite.so.1 (0xb729)
libXdamage.so.1 = /usr/lib/libXdamage.so.1 (0xb728d000)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0xb7288000)
libXext.so.6 = /usr/lib/libXext.so.6 (0xb727a000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0xb7271000)
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0xb726d000)
libXi.so.6 = /usr/lib/libXi.so.6 (0xb7264000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0xb725d000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0xb7254000)
libz.so.1 = /usr/lib/libz.so.1 (0xb723f000)
libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0xb71fc000)
libdirectfb-1.2.so.0 = /usr/lib/libdirectfb-1.2.so.0 (0xb7187000)
libfusion-1.2.so.0 = /usr/lib/libfusion-1.2.so.0 (0xb717e000)
libdirect-1.2.so.0 = /usr/lib/libdirect-1.2.so.0 (0xb716a000)
libpng12.so.0 = /usr/lib/libpng12.so.0 (0xb7146000)
libxcb-render-util.so.0 = /usr/lib/libxcb-render-util.so.0 (0xb7141000)
libxcb-render.so.0 = /usr/lib/libxcb-render.so.0 (0xb713a000)
libxcb.so.1 = /usr/lib/libxcb.so.1 (0xb7121000)
libpcre.so.3 = /usr/lib/libpcre.so.3 (0xb70f)
libexpat.so.1 = /usr/lib/libexpat.so.1 (0xb70ca000)
/lib/ld-linux.so.2 (0xb7f4c000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb70c5000)
libresolv.so.2 = /lib/i686/cmov/libresolv.so.2 (0xb70af000)
libselinux.so.1 = /lib/libselinux.so.1 (0xb7094000)
libXau.so.6 = /usr/lib/libXau.so.6 (0xb7091000)
libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0xb708b000)


-- 
Juhapekka naula Tolvanen * http colon slash slash iki dot fi slash juhtolv
ore wo mitsumeteiru anata sama wa ossharu bakari. kesshite dakiyosete wa
kurenai ooki na anata no te. ore no tanjoubi ni wa ai wo kai ataeru. kyou wa
kumori nochi ame.   Dir en grey



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



Bug#547872: (no subject)

2009-10-02 Thread Mike O'Connor
tags 547872 pending
thanks

I have uploaded Stuart's NMU to DELAYED/5.

An interdiff is attached to this email which brings the package from the
previous nmu to this one.

Thanks,
stew
diff -u pyx-0.10/debian/compat pyx-0.10/debian/compat
--- pyx-0.10/debian/compat
+++ pyx-0.10/debian/compat
@@ -1 +1 @@
-4
+7
diff -u pyx-0.10/debian/changelog pyx-0.10/debian/changelog
--- pyx-0.10/debian/changelog
+++ pyx-0.10/debian/changelog
@@ -1,3 +1,18 @@
+pyx (0.10-0+nmu2) unstable; urgency=low
+
+  * Non-maintainer upload
+  * Fix build system for compatibility with Python 2.6 (closes: #547872)
+- change debhelper compat level to dh7.
+- remove unneeded sections of debian/rules.
+- remove versioned depends/conflicts/replaces for packages that haven't
+  existed since Sarge.
+  * Silence DeprecationWarning output from Python 2.6.
+  * Move doc package to doc section.
+  * Add doc-base entries for documentation.
+  * Bump standards version to 3.8.3 (no changes required).
+
+ -- Stuart Prescott stuart+deb...@nanonanonano.net  Wed, 30 Sep 2009 01:09:13 +0100
+
 pyx (0.10-0+nmu1) unstable; urgency=low
 
   * Non-maintainer upload
diff -u pyx-0.10/debian/copyright pyx-0.10/debian/copyright
--- pyx-0.10/debian/copyright
+++ pyx-0.10/debian/copyright
@@ -1,7 +1,7 @@
 Upstream source: http://pyx.sf.net/
 
 It is currently maintained by
-Ernesto Nadir Crespo Avila ecre...@debianvenezuela.org
+Ernesto Nadir Crespo Avila ecre...@debianvenezuela.org
 
 Upstream authors:
   Copyright 2002-2007 Jörg Lehmann joe...@users.sourceforge.net
@@ -26 +26 @@
-Public License can be found in `/usr/share/common-licenses/GPL'.
+Public License can be found in '/usr/share/common-licenses/GPL-2'.
diff -u pyx-0.10/debian/rules pyx-0.10/debian/rules
--- pyx-0.10/debian/rules
+++ pyx-0.10/debian/rules
@@ -2,92 +2,30 @@
-# $Id: rules 350 2003-09-24 02:26:28Z bob $
-# Sample debian/rules that uses debhelper.
-# This file is public domain software, originally written by Joey Hess. 
-
-docdir=/usr/share/doc/python-pyx-doc
-versions=$(shell pyversions -r debian/control)
-
-# noopt is handled in setup.py
-# nostrip handled by dh_strip
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-	for p in $(versions); do \
-		$$p setup.py build_ext -g; \
-	done
-	touch build-stamp
-
-clean:
-	dh_testdir
-	rm -f build-stamp
-	for p in $(versions); do \
-		$$p setup.py clean -a ; \
-	done
-	find -name \*.pyc -exec rm {} \;
-	make -C faq clean
-	make -C manual clean
-	-rm -rf debian/output
-	dh_clean
 
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-
-	for p in $(versions); do \
-		$$p setup.py install --root=$(CURDIR)/debian/python-pyx --no-compile; \
-	done
-
-	for f in `find $(CURDIR)/debian/python-pyx -name \*.py`; do \
-		sed -e '\,^#!/usr/bin/env $(python)$$,d'  $$f  $$f.tmp; \
-		mv $$f.tmp $$f; \
-	done
+%:
+	dh $@
+
+binary: binary-arch binary-indep
+
+# build arch-indep files in the binary-indep target to prevent FTBFS on buildd
+binary-indep: doc install
+	dh $@
 
 doc:
-	dh_testdir
 	make -C faq pdf
-	make -C manual pdf
+	# FIXME: the manual uses mkhowto which is not in python2.6
+	PYTHON_VERSION=2.5 make -C manual pdf
+
+override_dh_clean:
+	dh_clean
+	make -C faq clean
+	make -C manual clean
 
-# Build architecture-independent files here.
-binary-indep: install doc
-	dh_testdir
-	dh_testroot
-	install -D -o root -g root -m 0644 manual/manual.pdf $(CURDIR)/debian/python-pyx-doc/$(docdir)/manual.pdf
-	install -D -o root -g root -m 0644 faq/pyxfaq.pdf $(CURDIR)/debian/python-pyx-doc/$(docdir)/pyxfaq.pdf
-	find gallery examples \( -name *.py -o -name *.dat -o -name *.jpg \) \
-		-exec install -D -m 0644 {} $(CURDIR)/debian/python-pyx-doc/usr/share/doc/python-pyx-doc/{} \;; \
-	dh_installchangelogs -i CHANGES
-	dh_installdocs -i -A README AUTHORS
-	dh_link -i
-	dh_compress -i -Xmanual.pdf -Xpyxfaq.pdf
-	dh_fixperms -i
-	dh_installdeb -i
-	dh_gencontrol -i
-	dh_md5sums -i
-	dh_builddeb -i
-
-# Build architecture-dependent files here.
-binary-arch: install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs -a CHANGES
-	dh_installdocs -a -A README AUTHORS
-	for p in $(versions); do \
-		install -m 0644 debian/siteconfig.py debian/python-pyx/usr/lib/$$p/site-packages/pyx; \
-	done
-	dh_pycentral
-	dh_link -a
-	dh_strip
-	dh_compress -a
-	dh_fixperms -a
-	dh_installdeb -a
-	dh_shlibdeps -a
-	dh_gencontrol -a
-	dh_md5sums -a
-	dh_builddeb -a
+override_dh_compress:
+	dh_compress --all -X.pdf
 
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install doc
+override_dh_fixperms:
+	dh_fixperms
+	find debian/python-pyx-doc/usr/share/doc/python-pyx-doc/examples/ \
+		-type f -print0 | \
+		xargs -0r chmod 0644
 
-# vim:ts=4:sw=4:
+.PHONY: install doc binary binary-indep doc override_dh_clean override_dh_compress
diff -u pyx-0.10/debian/control pyx-0.10/debian/control
--- pyx-0.10/debian/control
+++ pyx-0.10/debian/control
@@ -1,19 +1,18 @@
 Source: pyx
 Maintainer: Ernesto Nadir Crespo 

Bug#549291: openldap: ldapexop.1 man page not included into Debian package

2009-10-02 Thread Peter Marschall
Package: openldap
Version: 2.4.17
Severity: normal
Tags: patch

Hi,

openldap's 2.4.17 do not contain the upstream manual page for ldapexop.
The attached patch fixes te issue.

Please consider including it into the next release.

Thanks for maintaining OpenLDAP in Debian
Peter


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

Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- debian/ldap-utils.manpages
+++ debian/ldap-utils.manpages  2009-09-24 08:38:13.0 +0200
@@ -5,6 +5,7 @@
 debian/tmp/usr/share/man/man1/ldappasswd.1
 debian/tmp/usr/share/man/man1/ldapsearch.1
 debian/tmp/usr/share/man/man1/ldapwhoami.1
+debian/tmp/usr/share/man/man1/ldapexop.1
 debian/tmp/usr/share/man/man1/ldapurl.1
 debian/tmp/usr/share/man/man1/ldapadd.1
 debian/tmp/usr/share/man/man5/ldif.5


Bug#549292: ssdeep: No ouput for small files

2009-10-02 Thread Kingsley G. Morse Jr.
Package: ssdeep
Version: 2.2-1+b1
Severity: normal


Thanks for maintaining debian's ssdeep package.

I'm interested in using it on strings or small
files, and happened to notice that it produces no
output.

Here's how to duplicate:

$ echo -e hello\nworld  data1 
$ cp data1 data2 
$ echo 1  data2 
$ ssdeep -b data1  hash 
$ ssdeep -bm hash data2

At least for me, the last line produces no output.

It occurs to me that ssdeep may only work on files
bigger than a certain size.

If this is so, then perhaps ssdeep's man page
should explain what the minimum size is.

Even better, enhance ssdeep to actually work with
small files or strings.

Thanks,
Kingsley

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

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

Versions of packages ssdeep depends on:
ii  libc6 2.9-6  GNU C Library: Shared libraries

ssdeep recommends no packages.

ssdeep suggests no packages.

-- no debconf information



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



Bug#522420: djbdns: Use Debian Initscripts to start programs

2009-10-02 Thread Gerrit Pape
tags 522420 + wontfix
quit

On Fri, Apr 03, 2009 at 04:56:16PM +0100, Martin Nicholas wrote:
 This is a good I would think.
 
 There are some VPS systems where /etc/inittab is ignored. Also 
 kill -s HUP 1 gives No such process, causing the install to fail at the 
 final hurdle.
 Placing /usr/bin/svscanboot  in rc.local seems to work.

Hi, I prefer to stick to the way upstream suggests to manage the djbdns
services.  Personally I think that init script have some shortcomings
that are fixed by the daemontools-like service handling.  If there's
something wrong with the daemontools or runit packages on some systems,
feel free to submit a bug report.

Regards, Gerrit.



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



Bug#549016: gnumeric: segfaults when choosing 'Save as' from menu on a new worksheet

2009-10-02 Thread Laurent Fousse
Hello,

* J.H.M. Dassen (Ray) [Thu, Oct 01, 2009 at 08:25:10PM +0200]:
  process 15264: type array 97 not a basic type
  process 15264: type array 97 not a basic type
  process 15264: type invalid 0 not a basic type
  process 15264: type invalid 0 not a basic type
  process 15264: type struct 114 not a basic type
 
 These messages point towards
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=548343 (applications
 utilizing gvfs crashing on 'save' attempts). Can you reproduce the
 segfaults after logging out of your X session and logging back in again?

Yes, that solved the problem. Thanks!

Laurent.



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



Bug#549293: CVE-2009-3490: does not properly handle a '\0' character in a domain name in the Common Name field of an X.509 certificate

2009-10-02 Thread Giuseppe Iuculano
Package: wget
Version: 1.11.4-4
Severity: grave
Tags: security

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


Hi,
the following CVE (Common Vulnerabilities  Exposures) id was
published for wget.

CVE-2009-3490[0]:
| GNU Wget before 1.12 does not properly handle a '\0' character in a
| domain name in the Common Name field of an X.509 certificate, which
| allows man-in-the-middle remote attackers to spoof arbitrary SSL
| servers via a crafted certificate issued by a legitimate Certification
| Authority, a related issue to CVE-2009-2408.

If you fix the vulnerability please also make sure to include the
CVE id in your changelog entry.

For further information see:

[0] http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2009-3490
http://security-tracker.debian.net/tracker/CVE-2009-3490


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

iEYEARECAAYFAkrFrkwACgkQNxpp46476aqi+gCePfmrLdxhk/yebah+M5rMO0uC
P3oAn3EA9CZ+IdC2g0Da3eIlIKLEtT8Q
=346W
-END PGP SIGNATURE-



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



Bug#549062: firebird 2.0 pending obsoletion

2009-10-02 Thread Damyan Ivanov
-=| Philippe Makowski, Thu, Oct 01, 2009 at 09:38:27AM +0200 |=-
 Damyan Ivanov  [09-10-01 09.22] :
  Yeah, 2.5 has some niceties I want to try too. The problem is that 
  packages need more work:
  
   - [critical] write debian/copyright
   - test the -superclassic package
   - put the fbtrace stuff somewhere (different package? -*server 
 packages? is it different when built for 
 classic/super/superclassic?)
  
 For rpm, I will wait RC1
 2.5 is still a moving target

Yes but since it will be a separate package, not replacing 2.1 (or 
2.0), I can afford the risk of uploading a Beta. Perhaps I shall go 
with the 'experimental' distribution first, just to make it clear this 
is not yet a production grade software.

I'd like an early upload in order to get broader testing and provide 
some time for possible packaging bugs to be ironed out.

 be aware of CORE-2601

Sounds interesting. I currently use a brute-force approach that 
doesn't rely on make install at all -- I pick wanted bits out of the 
compiled tree in gen/firebird. I'll try with the new configure options 
and see how it goes.

 and for what I know classic and superclassic are built the same way
 but not superserver
 the only common binaries files added are fbguard and ib_udf.so

Not ib_util.so and fbtrace? That'd be pitty.
I wanted to put ib_util.so in a separate package (and install the 
sofile in /usr/lib) in order to help UDF authors.

(which reminds me that I need to ping firebird-devel about CORE-2465)

fbtrace also sounds like a candidate for a separate package if it can 
work with all server flavours.

-- 
dam


signature.asc
Description: Digital signature


Bug#516394: [security]: Rapid DNS Poisoning in dnscache

2009-10-02 Thread Gerrit Pape
On Thu, Oct 01, 2009 at 10:28:35PM +0200, Luk Claes wrote:
 Any reason why there was no upload for this security issue to unstable yet?

Hi, I made my position as the maintainer of the package clear in

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516394#36

and some private discussions with the security team.  In my opinion the
issue is fixed sufficiently in unstable and testing, and the same
changes should go into stable.  I offered to prepare the packages, but
the security team declined

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=518169#15

Since then, there's no more information from them I know of.  My
suggestion still stands.

Regards, Gerrit.



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



Bug#549294: failure to recover from unavailable stream

2009-10-02 Thread Ulrich Eckhardt
Package: amarok
Version: 2.1.1-4

Problem:
I'm trying to connect to http://217.10.34.84:8000 (aliusart.ru), which returns 
401 [1] because it is not available. Apart from the fact that I get no 
feedback about what is happening, Amarok then enters a state where it becomes 
unusable: No matter what other track I select (even ones on the HD), I don't 
get any sound.


Workaround:
Restart Amarok.


Notes:
 - The version is from testing.
 - I'm not running KDE but fluxbox.
 - I'm using JACK on top of ALSA as sound server.
 

Thanks!

Uli


[1]
ICY 401 Service Unavailable
icy-notice1:BRSHOUTcast Distributed Network Audio Server/MacOS_X v1.9.8BR
icy-notice2:The resource requested is currently unavailableBR




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



Bug#549168: rsyslog: consumes too much memory

2009-10-02 Thread Christoph Martin
Christoph Martin schrieb:

 I just found out that the logrotation is not automatically configured to
 different logfiles like it was in plain old sysklogd. So my syslog.all
 file on master has about 134M which would account for the initial size
 of rsyslog on this host. But does rsyslog really have to load the whole
 file into memory in order to append new messages? And it is still a
 question why it grows to more that 2G after a while with more hat one
 client. And no, it has no problems writing to disk.

Hmm. Coincidence. I rotated the files and restart rsyslog with empty
logfiles and it still comes up with ~140M.
attachment: martin.vcf

signature.asc
Description: OpenPGP digital signature


Bug#270582: Instant Recession Relief in Fewer than 60 mins

2009-10-02 Thread jenny
270...@bugs.debian.org

home business fortune

take back your life. stop

working 60+hrs per week 8884549235


Fri, 02 Oct 2009 12:45:39 +0400
eslujf





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



Bug#549295: ferm: init script LSB header disagrees with postinst

2009-10-02 Thread Peter Marschall
Package: ferm
Version: 2.0.6-1
Severity: normal
Tags: patch

Hi,

the LSB header in ferm's init script that ferm should be started in runlevels 
2,3 and 5:

# Default-Start: 2 3 5

On the other hand, ferm's postinst script only adds it to runlevel S:

update-rc.d ferm start 41 S . start 36 0 6 .

This is inconsistent, and may generate warnings with dependency based boot
on ferm upgrades.
In addition to thaa,t the late start in the init script is IMHO dangerous,
as it lets a (possibly short) time window open where ferm is not started yet,
while applications may already be up and running.
Hence I consider the postinst variant more secure and this more correct.

In addition, is it really necessary to stop ferm (= flush the firewall rules)
explicetly on shutdown/reboots ?

Please find the attached patch to solve both issues.
(Please note: the patch  does not deal with existing rc*d/ links on upgrades)

Thanks for ferm (in Debian  upstream)
Peter


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

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

Versions of packages ferm depends on:
ii  debconf   1.5.27 Debian configuration management sy
ii  iptables  1.4.4-2administration tools for packet fi
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  perl  5.10.0-25  Larry Wall's Practical Extraction 

Versions of packages ferm recommends:
ii  libnet-dns-perl   0.65-1 Perform DNS queries from a Perl sc

ferm suggests no packages.

-- debconf information:
* ferm/enable: true
--- debian/ferm.init
+++ debian/ferm.init
@@ -9,8 +9,8 @@
 # Provides:  ferm
 # Required-Start:$network
 # Required-Stop: $network
-# Default-Start: 2 3 5 
-# Default-Stop: 0 6 
+# Default-Start: S
+# Default-Stop:   
 # Description: Starts ferm firewall configuration 
 # short-description: ferm firewall configuration
 ### END INIT INFO
--- debian/ferm.rules
+++ debian/ferm.rules
@@ -19,7 +19,7 @@
dh_installdirs -i
dh_installdocs
dh_installchangelogs -i
-   dh_installinit -i --no-restart-on-upgrade -- start 41 S . start 36 0 6 .
+   dh_installinit -i --no-restart-on-upgrade -- start 41 S .
dh_installdebconf
dh_install -i
dh_link -i


Bug#542666: libstdc++6: bus errors on ARM

2009-10-02 Thread Riku Voipio
user debian-...@lists.debian.org
usertag 542666 +eabi
thanks

Hi,

What does cat /proc/cpu/alignment say on your device ?





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



Bug#547904: Please demote dependency on empathy-doc to suggests

2009-10-02 Thread Laurent Bigonville
Hi,

Actually I think it should stay a depends for now as there is no code
in empathy to handle the case where the doc is not installed and could
cause strange things. WONTFIX for now then.

Laurent Bigonville



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



Bug#545672: Are you using KDE?

2009-10-02 Thread Paul Gevers
reassign 545672 lesstif2
forwarded 545672 
http://sourceforge.net/tracker/?func=detailaid=1637320group_id=8596atid=108596
thanks

This bug is most likely cause by the lesstif library, therefor I
reassign it there. Are you by any chance running on a KDE system? I have
heared that the under the latest version of KDE the interaction of the
lesstif with klipper have gone worse.

In case you do, just a might work work-around for the time being:
configure klipper to ignore actions from nedit and allow the clipboard to
be empty:
In klipper - Configure - Actions - Advanced - Disabled Actions for
Windows of Type WM_CLASS : nedit
In klipper - Configure - General - UNMARK Prevent empty clipboard

Or change/add the following in your klipperrc
(~/.kde/share/config/klipperrc)
NoActionsForWM_CLASS=nedit,lots of other apps...
PreventEmptyClipboard=false

Please report back with your findings.

Paul



signature.asc
Description: OpenPGP digital signature


Bug#543525: php-cgi segfaults -- me too

2009-10-02 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

found 543525 5.2.6.dfsg.1-1+lenny3
severity 543525 serious
thanks

Hi,

I'm using php5-cgi on Debian Lenny and observed segfaults too:

[637211.377712] php-cgi[24470]: segfault at 7f15d1554ed0 ip 7f15d1554ed0
sp 41220128 error 14 in libkeyutils-1.2.so[7f15d5bbb000+2000]
[722604.981005] php-cgi[10677]: segfault at 7f6f72bc1ed0 ip 7f6f72bc1ed0
sp 40a82128 error 14 in libXdmcp.so.6.0.0[7f6f747bd000+5000]

Unfortunately I can't reproduce this right now.

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

iEYEARECAAYFAkrFueEACgkQWN0/4pnhQbQvKwCfcFEbk6DbQN7gEYZ9UbQKiSgZ
GXkAoNK9Fw9c7KPY9u2XgPRz0VGz6df6
=dqQ2
-END PGP SIGNATURE-



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



Bug#513787: Announce of the upcoming NMU for the phpgroupware package

2009-10-02 Thread christian bac
Le vendredi 02 octobre 2009 à 07:30 +0200, Christian Perrier a écrit :
 Quoting christian bac (christian@it-sudparis.eu):
  Le dimanche 27 septembre 2009 à 17:58 +0200, Christian Perrier a écrit :
   Dear maintainer of phpgroupware and Debian translators,
   
  Dear all,
  I have uploaded a new version of phpgroupware closing all bugs relevant
  to translation.
  It's on mentors, and waits for a sponsor to ship it to unstable.
 
 
 Can you point me directly to the .dsc file?
 
ftp://mentors.debian.net/phpgroupware_0.9.16.012+dfsg-9.dsc

C.Bac





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



Bug#549296: quassel-core: Please add manageusers.py to the package

2009-10-02 Thread Michael Meskes
Package: quassel-core
Version: 0.4.2-1
Severity: wishlist

/usr/share/doc/README says:

...
However, you can add more users, or change passwords of existing ones,
using manageusers.py to be found in the scripts/ directory.
...

But this script is not part of the package. Given that the script is very handy
to have I would like to see it being included in the package.

Michael

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

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

Versions of packages quassel-core depends on:
ii  adduser   3.111  add and remove users and groups
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libgcc1   1:4.4.1-4  GCC support library
ii  libqt4-network4:4.5.2-2  Qt 4 network module
ii  libqt4-script 4:4.5.2-2  Qt 4 script module
ii  libqt4-sql4:4.5.2-2  Qt 4 SQL module
ii  libqt4-sql-sqlite 4:4.5.2-2  Qt 4 SQLite 3 database driver
ii  libqtcore44:4.5.2-2  Qt 4 core module
ii  libstdc++64.4.1-4The GNU Standard C++ Library v3
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

quassel-core recommends no packages.

quassel-core suggests no packages.



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



Bug#493045: Re[2]: [php-maint] Bug#493045: the segfaults are back, and are at large

2009-10-02 Thread Gurr

Hi!

I think i found the link you mentioned, altough i dld the package
manually. Upon install i got this:

dpkg - warning: downgrading libmysqlclient15off from 5.0.51a-24+lenny2 to 
5.0.51a-24lenny1.

This means i guess, that i had more recent version of this package,
rigth? Is it possible, that mine was newer (from main debian repo),
but it does not contain the fix? Anyway i let it install (only this
single package), will see if it solves my problem.

Will report back. Thank you for your help!


Thursday, October 1, 2009, 2:36:56 PM, you wrote:

 have you tried the stable-proposed-updates version of the
 libmysqlclient15off?  it seems this bug wasn't merged with the other
 ones so i guess this bug didn't get the follow up messages :(

 see #524366 or #513204, one of which should have the sources.list entry
 to use.

 sean

-- 
Best regards:
 Zsolt Gurmaimailto:g...@mellesleg.hu




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



Bug#544835: neverball - FTBFS: Failure to initialize virtual file system

2009-10-02 Thread Jordà Polo
On Sun, Sep 20, 2009 at 06:05:45PM +0200, Jordà Polo wrote:
 The provided build log isn't really helpful either, but the new
 neverball release (ready to be uploaded) provides a more verbose output
 that will hopefully help to know what exactly is going on.

The new version has been uploaded (thanks Tolimar), and it is still
failing. The debug message is only slightly more descriptive:

 Failure to initialize virtual file system: No such file or directory

I haven't been able to take a look at it yet, and I'm leaving on
vacation. I'll try to fix it as soon as I come back (~2 weeks).



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



Bug#548678: kazehakase: Transition to xulrunner 1.9.1

2009-10-02 Thread Yavor Doganov
В 11:14 +0200 на 01.10.2009 (чт), Mike Hommey написа:
  + g_printerr(_(Failed to initialize Gecko.\n));

 I would say that something that presents a popup to the user would be
 better

Good idea, I'll use GtkMessageDialog then.

В 19:59 +0200 на 01.10.2009 (чт), Alexander Sack написа:
 What exactly is chmsee doing?

Conditionally defines a narrow GREVersionRange based on the xulrunner
version detected at configure time.




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



Bug#549297: wifi-radar: [INTL:vi] Vietnamese debconf templates translation

2009-10-02 Thread Clytie Siddall

Package: wifi-radar
Version:
Tags:  l10n patch
Severity: wishlist

The initial Vietnamese translation for the debconf file: wifi-radar

translated and submitted by:

Clytie Siddall
Vietnamese Free-Software Translation Team
http://vnoss.net/dokuwiki/doku.php?id=projects:l10n

vi.po
Description: Binary data


Bug#545176: Info received (Bug#545175: [imagemagick] Could not reproduce here)

2009-10-02 Thread Anthony Campbell

Actually, I think I may have been too optimistic about having solved
this problem. I'm still getting the flickering on at least some jpeg
images when I reduce them, on two different machines (a third, a laptop,
seems to be immune). Sometimes it doesn't happen if I reduce them once
but does happen if I reduce them a second time. 

It does seem to be related to icewm, however. If I use twm the problem
is not there. Perhaps I should report it as a bug for icewm.

Anthony



-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)




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



Bug#444103: Add option to check for

2009-10-02 Thread Kees Meijs

Good morning,

I think:

+   # user wants gpg-agent, but not ssh-agent, assume ssh support in 
gpg-agent

+   if ! grep -qs ^use-ssh-agent $OPTIONFILE; then
+   ENABLESSH='--enable-ssh-support'
+   fi
+

Should check for a new option (e.g. use-gpg-agent-ssh) as well. When 
someone does not want to run ssh-agent, I guess it's still not safe to 
assume the person _does_ want --enable-ssh-support for gpg-agent in all 
cases.


Regards,
Kees



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



Bug#522514: Nexuiz 2.5.2

2009-10-02 Thread Hew McLachlan
Nexuiz 2.5.2 has now been released.




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



Bug#549275: udev: no longer creates /dev/disk/by-id/md-uuid-* symlinks, breaking boot!

2009-10-02 Thread Marco d'Itri
clone 549275 -1
severity -1 important
retitle -1 mdadm should copy its own rules file to the initramfs
reassign -1 mdadm
thanks

On Oct 02, Daniel Pittman dan...@rimspace.net wrote:

 Unfortunately, the rules that create the symlinks from
 /dev/disk/by-id/md-uuid-* to the /dev/md* devices were *not* considered
 necessary for mounting the root.
My mistake, for some reason I believed that the mdadm package copied
them.
I will add 64-md-raid.rules to the compatibility code in
/usr/share/initramfs-tools/hooks/udev, but mdadm should really change
this in the next release to not have to depend on what my package does.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#549299: Installation with usb-stick via netboot fails at the beginning.

2009-10-02 Thread Dinyar Rabady
Package: installation-reports

Boot method: USB-Stick with netbook
Image version: any version as of
http://d-i.debian.org/daily-images/amd64/20090731-00:00/netboot/debian-installer/amd64/
Date: Friday, October 2nd 09

Machine: Thinkpad x61s
Processor: Intel Core 2 Duo
Memory: 2GB
Partitions: df -Tl will do; the raw partition table is preferred

Output of lspci -knn (or lspci -nn):

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [E]
Detect network card:[ ]
Configure network:  [ ]
Detect CD:  [ ]
Load installer modules: [ ]
Detect hard drives: [ ]
Partition hard drives:  [ ]
Install base system:[ ]
Clock/timezone setup:   [ ]
User/password setup:[ ]
Install tasks:  [ ]
Install boot loader:[ ]
Overall install:[ ]

Comments/Problems:

Installation fails with the message

(process:NUMBER): INFO: kbd-mode: setting console mode to Unicode (UTF-8)

This happens with all daily images as of July 31st 2009.

Trying the daily image from July 15th yields a message that the kernel
doesn't coincide with the one in the archives (probably due to the
update to 2.6.30 or 31).

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



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



Bug#549300: 5 out of 6 video cards do not work (radeon, mach64, nv, sis, mga)

2009-10-02 Thread Joe Rayhawk
Package: xserver-xorg
Version: 1:7.4+4

Five out of six cards in my system aren't working properly.
A similar setup (minus Matrox G400x4 and plus another TNT2) worked fine
in 6.8 and 7.1. The configuration, system, and log information (because
there's a lot of it) is here:

http://www.omgwallhack.org/home/jrayhawk/xorgbugreport2/

Most of these problems have been present for over a year, though the
problem with the AGP Radeon is less than a month old. Also new is the
mercifully complete lack of kernel crashes when testing video problems.

The Matrox G400x4 has always had framebuffer corruption problems, with
or without the Matrox binary blob. Its behavior has not changed and
should probably be disregarded for the purposes of this bug.

If anyone wants more information or if I should refile this bug
elsewhere, let me know. I am also willing to arrange root access and/or
some sort of physical access (bringing them to the machine, or the
machine to them) to trustworthy parties or folks in the Portland area.


signature.asc
Description: Digital signature


Bug#544229: insserv should require virtual facilities to expand to at least one facility when they are in required-{start,stop}

2009-10-02 Thread Petter Reinholdtsen
[Raphael Geissert]
 insserv should abort when it encounters a case like the following:
 
 insserv.conf:
 $vfacility foo-bar
 
 init.d/something:
 ### BEGIN INIT INFO
 # Provides:  something
 # Required-Start:$vfacility
 # Required-Stop:
 # Default-Start:   2
 # Default-Stop:
 # Short-Description: test
 ### END INIT INFO
 
 and *no* foo-bar init.d script.

Actually, I believe it do abort in this case.  I have seen packages
which depend on $portmap, which map to portmap, fail to install when
portmap was not isntalled. Can you provide a test case demonstrating
that it does not?

 Similar situation happens when the foo-bar script exists but there's
 no symlink to it on the rcX.d directory. In that latter case the
 only scripts insserv should consider as satisfied are those
 already in rcS.d

In principle I agree, but I suspect that will have unwanted side
effects and believe we need to test the effect archive wide before
changing the current behaviour.

Happy hackin,g
-- 
Petter Reinholdtsen



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



Bug#549229: munin-node: plugin apache_accesses needs package libwww-perl

2009-10-02 Thread Tom Feiner

Hi Micha,

Thanks for the bug report.

Micha vor dem Berge wrote:
 The plugin apache_accesses needs the package libwww-perl. Maybe, the other 
 apache_ plugins also need this package (don't know). If it the package 
 is not installed, running the plugins fails with the following message:
 
 Can't locate object method new via package LWP::UserAgent at 
 ./apache_accesses line 130.
 
 libwww-perl is suggested, but needs to be a dependency.

According to the debian policy regarding package binary dependencies [1] :
--
Depends

This declares an absolute dependency. A package will not be configured
unless all of the packages listed in its Depends field have been correctly
configured.

The Depends field should be used if the depended-on package is required
for the depending package to provide a significant amount of functionality.

The Depends field should also be used if the postinst, prerm or postrm
scripts require the package to be present in order to run. Note, however, that
the postrm cannot rely on any non-essential packages to be present during the
purge phase.

Recommends

This declares a strong, but not absolute, dependency.

The Recommends field should list packages that would be found together
with this one in all but unusual installations.

Suggests

This is used to declare that one package may be more useful with one or
more others. Using this field tells the packaging system and the user that the
listed packages are related to this one and can perhaps enhance its
usefulness, but that installing this one without them is perfectly reasonable.
--

libwww-perl is needed only for the apache_* plugins, so it's not an absolute
dependency (munin-node will run just fine without it). It also doesn't fit in
the Recommends section, as it is not a strong dependency.

It looks like the correct place for libwww-perl is in the suggested section,
as it is today. This allows munin-node users which don't use the apache_*
plugins not to install libwww-perl as they don't need it, and those who do
need it, get a hint that they need it by the Suggests section. (The package
managers show this information).

I hope this clarifies why libwww-perl is in the suggested section.

Regards,
Tom Feiner

[1] - http://www.debian.org/doc/debian-policy/ch-relationships.html#s-binarydeps




signature.asc
Description: OpenPGP digital signature


Bug#549302: xserver-xorg: Xorg uses 100% CPU since last upgrading

2009-10-02 Thread W.GV
Package: xserver-xorg
Version: 1:7.4+4
Severity: important

Since I upgraded xserver-xorg to 7.4, system is going very slowly (when in 
Xwindow, of course) specially when using iceweasel or icedove. The main problem 
is the CPU use.

I noticed this thing some time ago, when I install hal. I removed it and it 
fixed !! . Now Xorg depends on hal and it is impossible to remove it.

There are no problems in text mode.

Thank you very much for your help. Best,

Wenceslao


-- Package-specific info:
/var/lib/x11/X.roster does not exist.

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

X server symlink status:
lrwxrwxrwx 1 root root 13 Aug 16  2007 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1690904 Sep 14 19:29 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 82865G Integrated Graphics 
Controller (rev 02)

/etc/X11/xorg.conf does not exist.

Xorg X server log files on system:
-rw-r--r-- 1 root root 24186 Oct  2 10:48 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the xorg product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.3.901 (1.6.4 RC 1)
Release Date: 2009-8-25
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30.6-dsa-ia32 i686 Debian
Current Operating System: Linux telcontar 2.6.26-1-686 #1 SMP Sat Jan 10 
18:29:31 UTC 2009 i686
Build Date: 14 September 2009  05:23:17PM
xorg-server 2:1.6.3.901-1 (bui...@murphy.debian.org) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Fri Oct  2 10:48:42 2009
(II) Loader magic: 0xa40
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 7

(--) PCI:*(0:0:2:0) 8086:2572:1014:0287 Intel Corporation 82865G Integrated 
Graphics Controller rev 2, Mem @ 0xf000/134217728, 0xe800/524288, I/O @ 
0x1800/8
(==) Using default built-in configuration (39 lines)
(==) --- Start of built-in configuration ---
Section Device
Identifier  Builtin Default intel Device 0
Driver  intel
EndSection
Section Screen
Identifier  Builtin Default intel Screen 0
Device  Builtin Default intel Device 0
EndSection
Section Device
Identifier  Builtin Default i810 Device 0
Driver  i810
EndSection
Section Screen
Identifier  Builtin Default i810 Screen 0
Device  Builtin Default i810 Device 0
EndSection
Section Device
Identifier  Builtin Default vesa Device 0
Driver  vesa
EndSection
Section Screen
Identifier  Builtin Default vesa Screen 0
Device  Builtin Default vesa Device 0
EndSection
Section Device
Identifier  Builtin Default fbdev Device 0
Driver  fbdev
EndSection
Section Screen
Identifier  Builtin Default fbdev Screen 0
Device  Builtin Default fbdev Device 0
EndSection
Section ServerLayout
Identifier  Builtin Default Layout
Screen  Builtin Default intel Screen 0
Screen  Builtin Default i810 Screen 0
Screen  Builtin Default vesa Screen 0
Screen  Builtin Default fbdev Screen 0
EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout Builtin Default Layout
(**) |--Screen Builtin Default intel Screen 0 (0)
(**) |   |--Monitor default monitor
(**) |   |--Device Builtin Default intel Device 0
(==) No monitor specified for screen Builtin Default intel Screen 0.
Using a default monitor configuration.
(**) |--Screen Builtin Default i810 Screen 0 (1)
(**) |   |--Monitor default monitor
(**) |   |--Device Builtin Default i810 Device 0
(==) No monitor specified for screen Builtin Default i810 Screen 0.
Using a default monitor configuration.
(**) |--Screen Builtin Default vesa Screen 0 (2)
(**) |   |--Monitor default monitor
(**) |   |--Device Builtin Default vesa Device 0
(==) No 

Bug#549301: [l10n] Czech translation for mysqmail

2009-10-02 Thread Martin Šín
Package: mysqmail
Severity: wishlist
Tags: l10n, patch

In attachement there is initial Czech translation (cs.po) for mysqmail
package, please include it.

Regards,
Martin Sin

# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mysqmail package.
# Martin Sin martin@zshk.cz, 2009.
#
msgid 
msgstr 
Project-Id-Version:  mysqmail 0.4.7-3\n
Report-Msgid-Bugs-To: mysqm...@packages.debian.org\n
POT-Creation-Date: 2009-09-28 19:46+0200\n
PO-Revision-Date: 2009-10-02 11:49+0200\n
Last-Translator: Martin Sin martin@zshk.cz\n
Language-Team: Czech debian-l10n-cz...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../mysqmail.templates:2001
msgid Reuse MySQL authentication information from DTC?
msgstr Použít autentizační informace MySQL z DTC?

#. Type: boolean
#. Description
#: ../mysqmail.templates:2001
msgid MySQMail can use the same MySQL credentials as DTC.
msgstr MySQMail umí používat údaje MySQL jako DTC.

#. Type: boolean
#. Description
#: ../mysqmail.templates:2001
msgid 
If you choose this option, you will not be prompted for a login and password 
to configure MySQMail.
msgstr 
Pokud si vyberete tuto volbu, budete vyzváni k zadání uživatelského jména 
a hesla pro nastavení MySQMail.

#. Type: string
#. Description
#: ../mysqmail.templates:3001
msgid MySQL hostname:
msgstr Jméno počítače MySQL:

#. Type: string
#. Description
#: ../mysqmail.templates:3001
msgid 
Please enter the hostname or IP address of the MySQL server for MySQMail.
msgstr 
Zadejte prosím jméno nebo IP adresu serveru MySQL pro MySQMail.

#. Type: string
#. Description
#: ../mysqmail.templates:4001
msgid MySQL login:
msgstr Přihlášení MySQL:

#. Type: string
#. Description
#: ../mysqmail.templates:4001
msgid 
Please enter the MySQL login needed to create (and later, access) the 
MySQMail database.
msgstr 
Zadejte prosím přihlášení do MySQL potřebné k vytvoření (a pozdějšímu 
přístupu) k databázi MySQMail.

#. Type: password
#. Description
#: ../mysqmail.templates:5001
msgid MySQL password:
msgstr Heslo MySQL:

#. Type: password
#. Description
#: ../mysqmail.templates:5001
msgid 
Please enter the MySQL password needed to create (and later, access) the 
MySQMail database.
msgstr 
Zadejte prosím heslo MySQL potřebné k vytvoření (a pozdějšímu 
přístupu) k databázi MySQMail.

#. Type: string
#. Description
#: ../mysqmail.templates:6001
msgid MySQL database name:
msgstr Jméno databáze MySQL:

#. Type: string
#. Description
#: ../mysqmail.templates:6001
msgid 
Please enter the name of the database where MySQMail will store its data.
msgstr 
Zadejte prosím jméno databáze, která bude použita pro uložení dat MySQMail.


Bug#545143: [pidgin] Any news

2009-10-02 Thread Bastien ROUCARIES
Package: pidgin
Version: 2.6.2-1

Any news of this bug ? He is really really boring, I have created a local user 
pidgin binary that do pidgin -f.

Regards

bastien




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



Bug#549303: icewm: Resizing jpeg images with display doesn't work

2009-10-02 Thread Anthony Campbell
Package: icewm
Version: 1.2.37+1.3.4pre2-4
Severity: normal


I use display from Imagemagic to resize jpeg images. When I do this the
image flickers rapidly and I have to kill the app. This happens on two
different machines (desktop and laptop). It has started quite recently.
I thought it was a problem with Imagemagick but the maintainer for that
can't reproduce it and when I use different WMs (aewm, twm) it is not
there. It doesn't happen with gif images, including those I convert from
the jpeg ones causing the problem.

I can't be sure it is icewm that does this but, as I say, changing the
wm makes it go away.

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

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

Versions of packages icewm depends on:
ii  icewm-common  1.2.37+1.3.4pre2-4 wonderful Win95-OS/2-Motif-like wi
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libesd0   0.2.41-5   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.6.0-4generic font configuration library
ii  libgcc1   1:4.4.1-4  GCC support library
ii  libglib2.0-0  2.22.0-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.0-1   The GTK+ graphical user interface 
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxft2   2.1.13-3   FreeType-based font drawing librar
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxrandr22:1.3.0-2  X11 RandR extension library

icewm recommends no packages.

Versions of packages icewm suggests:
pn  icewm-gnome-support   none (no description available)
ii  ttf-bitstream-vera1.10-7 The Bitstream Vera family of free 

-- no debconf information



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



Bug#549255: RestrictedPython

2009-10-02 Thread Fabio Tranchitella
severity 549254 wishlist
severity 549255 wishlist
thanks

Hello,

you are right that zope2.1[01] ship a local copy of RestrictedPython, but
it is true for a lot of other libraries too (eg. zope.*, the ZTK stack).
Also, upstream is moving out from RestrictedPython, so I'm marking these
bugs as wishlist but not closing them, in case a different agreement is
reached with other maintainers.

Best regards,
Fabio



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



Bug#542284: navit: more optional packages

2009-10-02 Thread Gilles Filippini
Hi Arne,

arne anka a écrit :
 Package: navit
 Version: 0.1.1.0+dfsg.1-1
 Severity: wishlist
 
 i use navit on my freerunner, which means it has linited space to
 install packages and limited resources.
 therefore i urge to make more features optional
 - speech
 - garmin
 - mdbtools
 - python
 
 i have for none of these any use and therefore build navit by
 myself, but i would prefer to simply install the debian packages -- but
 not with that number of dependencies i have no use for.

I've had a look at navit plugins and decided to drop these two:
* map/poi_geodownload: while this plugin might still be used for MG POI
files, there isn't any instruction about how to configure it. BTW it has
been reported to be quite slow.
* binding/python: there isn't any piece of information about the status
/ usage of this plugin.

= no more dependency on mdbtools and Python.

Remaining:
* map/textfile:
* map/shapefile:
* map/binfile:
* map/mg
* map/garmin
* binding/dbus
* speech/*
* vehicle/*

All map plugins but garmin are  100 ko and don't pull any dependency.
The garmin map plugin only pulls the libgarmin0 dependency which is 
200 Ko.

The dbus plugin is about 20 ko and its dependencies are required for the
FreeRunner anyway.

Vehicle plugins are together  30 ko.

Speech plugins are  10 ko. Their dependency libspeechd2 is around 100 ko.

A minimalist navit binary package would save only about 200 ko + say,
300 ko of dependencies and would involve at least 4 more micro binary
packages for consistency. It doesn't worth it.

BTW only those plugins that are enabled through navit.xml are loaded at
run time.

Hence my proposal to keep the navit binary packages with all these
remaining plugins, but without any dependency to mdbtools or Python.

Would it address your concern?

Thanks,

_Gilles.



signature.asc
Description: OpenPGP digital signature


Bug#549305: Current version of e2fsprogs renders heartbeat unusable

2009-10-02 Thread Alessandro Polverini
Package: e2fsprogs
Version: 1.41.9-1
Severity: important

I recently upgraded one of my clusters to latest version of e2fsprogs and it 
stopped working.
After digging around the logs I discovered that it was because the latest 
version of the package does not include
any more the fsck executable that heartbeat make use of.

If this is a deliberate choice and not an accident I suppose that heartbeat 
must be patched to handle this new situation.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable'), (400, 'testing'), (50, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages e2fsprogs depends on:
ii  e2fslibs  1.41.9-1   ext2/ext3/ext4 file system librari
ii  libblkid1 1.41.3-1   block device id library
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libcomerr21.41.3-1   common error description library
ii  libss21.41.3-1   command-line interface parsing lib
ii  libuuid1  1.41.3-1   universally unique id library

e2fsprogs recommends no packages.

Versions of packages e2fsprogs suggests:
pn  e2fsck-static  none(no description available)
pn  gpart  none(no description available)
ii  parted 1.8.8.git.2008.03.24-11.1 The GNU Parted disk partition resi

-- no debconf information



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



Bug#549304: [imagemagick] Create a new package imagemagick-usage-doc from http://www.imagemagick.org/Usage/

2009-10-02 Thread Bastien ROUCARIES
Package: imagemagick
Version: 7:6.5.5.3-1
Severity: wishlist

The http://www.imagemagick.org/Usage/ website is really useful for imagemagick 
everyday use.

I have get the permission by the author to create a offline version. License 
should be precised.

Regards

Bastien



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



Bug#549294: failure to recover from unavailable stream

2009-10-02 Thread Modestas Vainius
tags 549294 confirmed upstream
found 549294 2.2.0-1
thanks

Hello,

On penktadienis 02 Spalis 2009 10:54:00 Ulrich Eckhardt wrote:
 Package: amarok
 Version: 2.1.1-4
 
 Problem:
 I'm trying to connect to http://217.10.34.84:8000 (aliusart.ru), which
  returns 401 [1] because it is not available. Apart from the fact that I
  get no feedback about what is happening, Amarok then enters a state where
  it becomes unusable: No matter what other track I select (even ones on the
  HD), I don't get any sound.

Confirmed with 2.2.0. But probably it is a phonon problem.

-- 
Modestas Vainius modes...@vainius.eu


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


Bug#545176: Info received (Bug#545175: [imagemagick] Could not reproduce here)

2009-10-02 Thread Bastien ROUCARIES
reassign 545176 icewm
tags 545176 - moreinfo unreproducible
thanks

For the icewm mainteners:
I am the imagemagick mainteners, one of your user trie to do some windows 
resizing on imagemagick package. This work on kde, twn but not in icewm. 
Therefore assign the bug to you but it could be an X bug.


Le vendredi 2 octobre 2009 11:00:31, Anthony Campbell a écrit :
 Actually, I think I may have been too optimistic about having solved
 this problem. I'm still getting the flickering on at least some jpeg
 images when I reduce them, on two different machines (a third, a laptop,
 seems to be immune). Sometimes it doesn't happen if I reduce them once
 but does happen if I reduce them a second time.
 
 It does seem to be related to icewm, however. If I use twm the problem
 is not there. Perhaps I should report it as a bug for icewm.
 
i thinks so :) But it seems more likely a X bug.

Move to icewm. Could you please give to the icewm information about icewm 
(version, video card etc)

Good bug hunting ;)

Thanks

Bastien



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



Bug#548527: vino: Refresh failure with Compiz on 2.28.0 (regression)

2009-10-02 Thread James Andrewartha
Hi,

As a workaround, you should be able to set the gconf key 
/desktop/gnome/remote_access/disable_xdamage to true 
https://bugzilla.gnome.org/show_bug.cgi?id=593982 
https://bugzilla.gnome.org/show_bug.cgi?id=533613

-- 
# TRS-80  trs80(a)ucc.gu.uwa.edu.au #/ Otherwise Bub here will do \
# UCC Wheel Member http://trs80.ucc.asn.au/ #|  what squirrels do best |
[ There's nobody getting rich writing  ]|  -- Collect and hide your   |
[  software that I know of -- Bill Gates, 1980 ]\  nuts. -- Acid Reflux #231 /




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



Bug#549272: screen -r pid does work but isn't documented.

2009-10-02 Thread Paul Bone

Additionally, screen -r pid does work but doesn't fit the documentation as
Ben Finney pointed out.

pb...@paper:~$ screen -r 
There are several suitable screens on:
13468.677_project2  (01/10/09 16:03:14) (Detached)
10259.bug66 (23/09/09 11:09:19) (Detached)
6870.mail   (23/09/09 09:00:54) (Attached)
Type screen [-d] -r [pid.]tty.host to resume one of them.
pb...@paper:~$ screen -r 677
There is no screen to be resumed matching 677.
pb...@paper:~$ screen -r 677_project2
There is no screen to be resumed matching 677_project2.
pb...@paper:~$ screen -r 13468
[detached]

Thanks.



signature.asc
Description: Digital signature


Bug#549204: Patch update

2009-10-02 Thread Julien Danjou
I've updated the patch so it write changes upon mailbox close.
It will not update if dontwrite is 1, but ignore now readonly.

Cheers,
-- 
Julien Danjou
.''`.  Debian Developer
: :' : http://julien.danjou.info
`. `'  http://people.debian.org/~acid
  `-   9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD
Index: mutt-1.5.20/curs_main.c
===
--- mutt-1.5.20.orig/curs_main.c2009-10-02 12:15:46.0 +0200
+++ mutt-1.5.20/curs_main.c 2009-10-02 12:15:47.0 +0200
@@ -819,7 +819,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(delete message(s)));
 
CHECK_ATTACH;
@@ -987,7 +986,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(undelete message(s)));
 
if (mutt_pattern_func (M_UNDELETE, _(Undelete messages matching: )) 
== 0)
@@ -1020,7 +1018,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
{
  int oldvcount = Context-vcount;
  int oldcount  = Context-msgcount;
@@ -1273,7 +1270,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(link threads));
 
 if ((Sort  SORT_MASK) != SORT_THREADS)
@@ -1541,7 +1537,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ACL(M_ACL_WRITE, _(flag message));
 
 if (tag)
@@ -1578,7 +1573,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ACL(M_ACL_SEEN, _(toggle new));
 
if (tag)
@@ -1833,7 +1827,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(delete message));
 
if (tag)
@@ -1877,7 +1870,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(delete message(s)));
 
rc = mutt_thread_set_flag (CURHDR, M_DELETE, 1,
@@ -1917,7 +1909,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ATTACH;
CHECK_ACL(M_ACL_INSERT, _(edit message));
 
@@ -2049,7 +2040,6 @@
 
CHECK_MSGCOUNT;
CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ACL(M_ACL_SEEN, _(mark message(s) as read));
 
rc = mutt_thread_set_flag (CURHDR, M_READ, 1,
@@ -2139,7 +2129,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(undelete message));
 
if (tag)
@@ -2168,7 +2157,6 @@
 
CHECK_MSGCOUNT;
 CHECK_VISIBLE;
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(undelete message(s)));
 
rc = mutt_thread_set_flag (CURHDR, M_DELETE, 0,
Index: mutt-1.5.20/flags.c
===
--- mutt-1.5.20.orig/flags.c2009-10-02 12:15:47.0 +0200
+++ mutt-1.5.20/flags.c 2009-10-02 12:15:47.0 +0200
@@ -33,9 +33,6 @@
   int flagged = ctx-flagged;
   int update = 0;
 
-  if (ctx-readonly  flag != M_TAG)
-return; /* don't modify anything if we are read-only */
-
   switch (flag)
   {
 case M_DELETE:
Index: mutt-1.5.20/pager.c
===
--- mutt-1.5.20.orig/pager.c2009-10-02 12:15:46.0 +0200
+++ mutt-1.5.20/pager.c 2009-10-02 12:15:47.0 +0200
@@ -2319,7 +2319,6 @@
   case OP_PURGE_MESSAGE:
   case OP_DELETE:
CHECK_MODE(IsHeader (extra));
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(delete message));
 
mutt_set_flag (Context, extra-hdr, M_DELETE, 1);
@@ -2352,7 +2351,6 @@
   case OP_DELETE_THREAD:
   case OP_DELETE_SUBTHREAD:
CHECK_MODE(IsHeader (extra));
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(delete message(s)));
 
r = mutt_thread_set_flag (extra-hdr, M_DELETE, 1,
@@ -2472,7 +2470,6 @@
 
   case OP_FLAG_MESSAGE:
CHECK_MODE(IsHeader (extra));
-   CHECK_READONLY;
CHECK_ACL(M_ACL_WRITE, flag message);
 
mutt_set_flag (Context, extra-hdr, M_FLAG, !extra-hdr-flagged);
@@ -2628,7 +2625,6 @@
 
   case OP_TOGGLE_NEW:
CHECK_MODE(IsHeader (extra));
-   CHECK_READONLY;
CHECK_ACL(M_ACL_SEEN, _(toggle new));
 
if (extra-hdr-read || extra-hdr-old)
@@ -2647,7 +2643,6 @@
 
   case OP_UNDELETE:
CHECK_MODE(IsHeader (extra));
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(undelete message));
 
mutt_set_flag (Context, extra-hdr, M_DELETE, 0);
@@ -2663,7 +2658,6 @@
   case OP_UNDELETE_THREAD:
   case OP_UNDELETE_SUBTHREAD:
CHECK_MODE(IsHeader (extra));
-   CHECK_READONLY;
CHECK_ACL(M_ACL_DELETE, _(undelete message(s)));
 
r = mutt_thread_set_flag (extra-hdr, M_DELETE, 0,
Index: mutt-1.5.20/mx.c
===

Bug#549307: madplay: Unable to set hw params for playback: File descriptor in bad state

2009-10-02 Thread Piotr Engelking
Package: madplay
Version: 0.15.2b-7
Severity: normal

Playing the attached mp3 files together results in the following error:

$ madplay -v 1.mp3 2.mp3
MPEG Audio Decoder 0.15.2 (beta) - Copyright (C) 2000-2004 Robert Leslie et al.
 1.mp3
 00:00:00 Layer III, 24 kbps, 22050 Hz, single channel, no CRC
20 frames decoded (0:00:00.5), -5.5 dB peak amplitude, 0 clipped samples
 2.mp3
Unable to set hw params for playback: File descriptor in bad state
output: File descriptor in bad state
$ lspci | fgrep audio
05:05.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 0a)
$

Playing them separately or to the null output works correctly.


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (400, 'unstable'), (300, 'experimental')
Architecture: i386 (x86_64)

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

Versions of packages madplay depends on:
ii  libasound21.0.21a-1  shared library for ALSA applicatio
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libesd-alsa0 [libesd0]0.2.41-5   Enlightened Sound Daemon (ALSA) -
ii  libid3tag00.15.1b-10 ID3 tag reading library from the M
ii  libmad0   0.15.1b-4  MPEG audio decoder library

madplay recommends no packages.

madplay suggests no packages.

-- no debconf information


1.mp3
Description: audio/mpeg


2.mp3
Description: audio/mpeg


Bug#549299: Installation with usb-stick via netboot fails at the beginning.

2009-10-02 Thread Felix Zielcke
Am Freitag, den 02.10.2009, 11:04 +0200 schrieb Dinyar Rabady:
 
 Installation fails with the message
 
 (process:NUMBER): INFO: kbd-mode: setting console mode to Unicode (UTF-8)
 
 This happens with all daily images as of July 31st 2009.

Known problem and will hopefully fixed soon in the dailys.
You need to add `nopat' to the boot options.


-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer




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



Bug#549306: cupt: Should maybe purge packages before trying to configure others?

2009-10-02 Thread Cyril Brulebois
Package: cupt
Version: 1.0.0~beta1
Severity: normal

Hi,

update-binfmts only works on Linux, leading to configure issues when
upgrading python* on GNU/kFreeBSD. I've tried to purge that package
(only suggested by others), but cupt tries to configure python* before
purging the specified package. Maybe it should do that the other way
round? (I guess it's quite a “common” usecase to try and purge some
packages because the installation of others is currently failing; at
least for unstable/testing users.)

Transcript follows:
| k...@kbsd:~$ LC_ALL=C sudo cupt purge binfmt-support
| Building the package cache... [done]
| Initializing package resolver and worker... [done]
| Scheduling requested actions... [done]
| Resolving possible unmet dependencies... 
| The following 4 packages will be PURGED:
| 
| binfmt-support libfaad0 llvm llvm-dev 
| 
| The following 12 packages will be CONFIGURED:
| 
| gnome-doc-utils python-gobject python-gobject-dev python-libxml2 python2.4 
python2.4-dbg python2.4-dev python2.4-minimal python2.5 python2.5-dbg 
python2.5-dev python2.5-minimal 
| 
| Need to get 0B/0B of archives. After unpacking 134KiB will be freed.
| Do you want to continue? [y/N/q] y
| 
| Performing requested actions:
| Setting up python2.5-minimal (2.5.4-2) ...
| Sorry, update-binfmts currently only works on Linux.
| dpkg: error processing python2.5-minimal (--configure):
|  subprocess installed post-installation script returned error exit status 2
| Errors were encountered while processing:
|  python2.5-minimal
| E: dpkg returned non-zero status: 256
| E: error performing command 'purge'

Mraw,
KiBi.



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



Bug#549308: problems with konqueror default Fixed Font

2009-10-02 Thread Andrea Iacovitti
Package: kde4libs
Version: 4:4.3.1-1

The default Fixed Font on konqueror is set to DejaVu Sans, this may cause some 
rendering problems: see http://bugs.kde.org/show_bug.cgi?id=209122
The debian patch 20_use_dejavu_as_default_font.diff set Fixed Font to Dejavu 
Sans Mon through the following line:

+{ GeneralId, fixed, DejaVu Sans Mon,  9, -1, QFont::TypeWriter },

May be the above line is wrong then the system fall-down to Dejavu Sans.
As from drop down menu DejaVu Sans Mono is offered as choice may be the 
correct one will be:

+{ GeneralId, fixed, DejaVu Sans Mono,  9, -1, QFont::TypeWriter },

This is just a guess, i haven't tested it.

Thanks,
Andrea.



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



Bug#530611: #530611 does not show anymore

2009-10-02 Thread Patrice Pillot
Hi,

Sorry, I forgot to update this report. This bug does not show anymore.
Unfortunately I can say exactly why except that some cups upgrade, a few
days after (1.3.10-1 - 1.3.10-2) reenabled printing on all printers at
work. Yet, I had to manually reinstall a ppd (taken from some MacIntosh)
for the Apple LaserWriter 8500 to solve its page rotation problem (I had
tried this without success before the cups upgrade).

Since then I got no more error messages in the logs.

So, feel free to close this bug.

pp



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



Bug#545176: Info received (Bug#545175: [imagemagick] Could not reproduce here)

2009-10-02 Thread Anthony Campbell
On 02 Oct 2009, Bastien ROUCARIES wrote:
 reassign 545176 icewm
 tags 545176 - moreinfo unreproducible
 thanks
 
 For the icewm mainteners:
 I am the imagemagick mainteners, one of your user trie to do some windows 
 resizing on imagemagick package. This work on kde, twn but not in icewm. 
 Therefore assign the bug to you but it could be an X bug.
 
 
 Le vendredi 2 octobre 2009 11:00:31, Anthony Campbell a écrit :
  Actually, I think I may have been too optimistic about having solved
  this problem. I'm still getting the flickering on at least some jpeg
  images when I reduce them, on two different machines (a third, a laptop,
  seems to be immune). Sometimes it doesn't happen if I reduce them once
  but does happen if I reduce them a second time.
  
  It does seem to be related to icewm, however. If I use twm the problem
  is not there. Perhaps I should report it as a bug for icewm.
  
 i thinks so :) But it seems more likely a X bug.
 
 Move to icewm. Could you please give to the icewm information about icewm 
 (version, video card etc)
 
 Good bug hunting ;)
 
 Thanks
 
 Bastien

Done that. Thanks for your help, Bastien. I don't think it's the video
card because two of the machines have different cards (nvidia, ati) and
therefore different drivers. X is certainly quite likely; I've had
various problems with that recently.

Kind regards,

Anthony

-- 
Anthony Campbell - a...@acampbell.org.uk 
Microsoft-free zone - Using Debian GNU/Linux
http://www.acampbell.org.uk (blog, book reviews, 
and sceptical articles)




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



Bug#549207: [Pkg-xfce-devel] Bug#549207: xfce4-power-manager: Please allow more flexiblity in setting battery critical level

2009-10-02 Thread Luca Niccoli
2009/10/1 Yves-Alexis Perez cor...@corsac.net:

 In fact this is already fixed... in the dev's head. Apparently he forgot
 to commit that stuff before releasing 0.8.4, so except it sometimes later :)

Looking in the git repo it seems he changed his mind...
But I really think it doesn't matter even if 1% were too low, as
nobody is forced to set it to the minimum..

http://git.xfce.org/apps/xfce4-power-manager/commit/?id=1d65a3fde87614c15d2866c2a52e0837f5e197b8

Cheers,
Luca



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



Bug#549207: [Pkg-xfce-devel] Bug#549207: xfce4-power-manager: Please allow more flexiblity in setting battery critical level

2009-10-02 Thread Luca Niccoli
2009/10/2 Luca Niccoli lultimou...@gmail.com:

 Looking in the git repo it seems he changed his mind...

Sorry, in the bugzilla I see he changed his mind again :D
http://bugzilla.xfce.org/show_bug.cgi?id=5801



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



Bug#547566: [Debian-ha-maintainers] Bug#547566: drbd8-utils: Incorrect dependencies in init.d scripts

2009-10-02 Thread Norbert Tretkowski
Am Sonntag, den 20.09.2009, 21:27 +0200 schrieb Petter Reinholdtsen:
 This patch should solve the issue.  Without it the package will fail
 to install when openssh-server is not installed.

Thanks for the patch!

Martin, could you please try to get this patch into the upstream
repository?

Norbert




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



Bug#549309: konqueror-nsplugins: nsplugin SEGVs on all flash sites

2009-10-02 Thread Russell Coker
Package: konqueror-nsplugins
Version: 4:3.5.9.dfsg.1-6
Severity: normal

Sites such as http://www.nsa.gov/ cause nsplugin to crash on my system.  I have
gnash, gnash-common, gnash-tools, and mozilla-plugin-gnash installed.

Iceweasel displays http://www.nsa.gov/ in a way that appears to be correct.


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

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=ANSI_X3.4-1968) 
(ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash

Versions of packages konqueror-nsplugins depends on:
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny2 core libraries and binaries for al
ii  konqueror4:3.5.9.dfsg.1-6KDE's advanced file manager, web b
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libglib2.0-0 2.16.6-2The GLib library of C routines
ii  libqt3-mt3:3.3.8b-5+b1   Qt GUI Library (Threaded runtime v
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library

konqueror-nsplugins recommends no packages.

konqueror-nsplugins suggests no packages.

-- no debconf information



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



Bug#493045: [php-maint] Bug#493045: Re[2]: Bug#493045: the segfaults are back, and are at large

2009-10-02 Thread Ondřej Surý
Yep, lenny had two security updates meanwhile (compare changelogs).

Ondrej

On Fri, Oct 2, 2009 at 10:57, Gurr g...@mellesleg.hu wrote:

 Hi!

 I think i found the link you mentioned, altough i dld the package
 manually. Upon install i got this:

 dpkg - warning: downgrading libmysqlclient15off from 5.0.51a-24+lenny2 to 
 5.0.51a-24lenny1.

 This means i guess, that i had more recent version of this package,
 rigth? Is it possible, that mine was newer (from main debian repo),
 but it does not contain the fix? Anyway i let it install (only this
 single package), will see if it solves my problem.

 Will report back. Thank you for your help!


 Thursday, October 1, 2009, 2:36:56 PM, you wrote:

 have you tried the stable-proposed-updates version of the
 libmysqlclient15off?  it seems this bug wasn't merged with the other
 ones so i guess this bug didn't get the follow up messages :(

 see #524366 or #513204, one of which should have the sources.list entry
 to use.

         sean

 --
 Best regards:
  Zsolt Gurmai                            mailto:g...@mellesleg.hu




 ___
 pkg-php-maint mailing list
 pkg-php-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint




-- 
Ondřej Surý ond...@sury.org
http://blog.rfc1925.org/



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



Bug#493045: [php-maint] Bug#493045: the segfaults are back, and are at large

2009-10-02 Thread sean finney
hi gurr,

On Fri, Oct 02, 2009 at 10:57:56AM +0200, Gurr wrote:
 This means i guess, that i had more recent version of this package,
 rigth? Is it possible, that mine was newer (from main debian repo),
 but it does not contain the fix? Anyway i let it install (only this
 single package), will see if it solves my problem.
 
 Will report back. Thank you for your help!

look bit deeper into the bug log, there should be an updated package (the
version string will contain spu and will be strictly greater than what's
on your system) referenced with a sample sources.list.  the version you
downloaded should also contain the fix, but will be missing some important
security updates.


sean


signature.asc
Description: Digital signature


Bug#514125: gdebi package updates (Debian stuff)

2009-10-02 Thread Michael Vogt
On Mon, Sep 28, 2009 at 10:11:20AM -0700, Gustavo Franco wrote:
 If Michael is fine with that, I say go for it. I'll busy moving for
 the third time in a year real soon now.

I'm fine with it too, I'm very attached to gdebi, I like it a lot. But
I find less and less time to maintian it properly, so anything that
helps is ok with me :)

Cheers,
 Michael
 
 On Mon, Sep 28, 2009 at 8:59 AM, Luca Falavigna dktrkr...@debian.org wrote:
  Hi all!
 
  I have some spare time to eventually invest in (co)maintaining or
  sponsoring gdebi.
 
  Michael, Gustavo, if you haven't much time to spend on gdebi, what do
  you think to move to team maintenance (collab-maint, PAPT, whatever), so
  it can receive additional love? Rafael, would you be interested in
  (co)maintain it together with me or some other developers/contributors?
 
  Please let me know! TIA :)
 
  --
 
   .''`.
   : :' :   Luca Falavigna dktrkr...@debian.org
   `. `'
    `-
 
 
 
 regards,
 -- Gustavo stratus Franco



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



Bug#549313: metacity: assertion failure trying to flash the frame of a frameless window

2009-10-02 Thread Simon McVittie
Package: metacity
Version: 1:2.28.0-1
Severity: normal

To reproduce this, for example:

* Configure GNOME to use a visual bell
* Install Sonata and configure it (in Preferences - Behavior) to suppress the
  window frame
* in Sonata's Library tab, press backspace in an empty Search box; this would
  ordinarily beep, which is remapped to visual bell (flashing the title bar)

Expected:

* either nothing happens, or some other visual bell indicator is used

Actual:

* Metacity crashes and is restarted, with:
  metacity:ERROR:core/bell.c:211:bell_flash_window_frame: assertion failed: 
(window-frame != NULL)

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (101, 
'experimental')
Architecture: i386 (x86_64)

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

Versions of packages metacity depends on:
ii  libatk1.0-0   1.28.0-1   The ATK accessibility toolkit
ii  libc6 2.9-26 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libcanberra-gtk0  0.18   Gtk+ helper for playing widget eve
ii  libcanberra0  0.18   a simple abstract interface for pl
ii  libgconf2-4   2.26.2-3   GNOME configuration database syste
ii  libglib2.0-0  2.22.1-1   The GLib library of C routines
ii  libgtk2.0-0   2.18.0-1   The GTK+ graphical user interface 
ii  libgtop2-72.28.0-1   gtop system monitoring library (sh
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libmetacity-private0  1:2.28.0-1 library for the Metacity window ma
ii  libpango1.0-0 1.26.0-1   Layout and rendering of internatio
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libstartup-notification0  0.10-1 library for program launch feedbac
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxcomposite11:0.4.0-4  X11 Composite extension library
ii  libxcursor1   1:1.1.9-1  X cursor management library
ii  libxdamage1   1:1.1.1-4  X11 damaged region extension libra
ii  libxext6  2:1.0.4-1  X11 miscellaneous extension librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes' extensio
ii  libxinerama1  2:1.0.3-2  X11 Xinerama extension library
ii  libxrandr22:1.3.0-2  X11 RandR extension library
ii  libxrender1   1:0.9.4-2  X Rendering Extension client libra
ii  metacity-common   1:2.28.0-1 shared files for the Metacity wind
ii  zenity2.28.0-1   Display graphical dialog boxes fro

Versions of packages metacity recommends:
ii  gnome-session [x-session-mana 2.26.2-1   The GNOME Session Manager
ii  openbox [x-session-manager]   3.4.7.2-5  standards compliant, fast, light-w

Versions of packages metacity suggests:
ii  gnome-control-center  1:2.26.0-1 utilities to configure the GNOME d
ii  gnome-themes  2.28.0-1   official themes for the GNOME desk
ii  xdg-user-dirs 0.10-1 tool to manage well known user dir

-- no debconf information



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



Bug#549311: udev: specified group 'scanner' unknown (after upgrade)

2009-10-02 Thread Jussi Myllykoski
Package: udev
Version: 146-3
Severity: normal


After upgrading to 146-3 (from 0.141-2, I pressume), I get this on boot:


Starting the hotplug events dispatcher: udevdudev[1248]: specified group 
'scanner' unknown


I don't know if this is in any way similar to previous cases of unknown groups
but at least I think this isn't slowing down the boot process. It's still a bit
annoying so I wonder if there is something a user can do about it?


-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 4
-rw-r--r-- 1 root root 537 Sep 28 10:19 70-persistent-net.rules

-- /sys/:
/sys/dev
/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0/dev
/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/device:1f/input/input4/event4/dev
/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3/event3/dev
/sys/devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1/event1/dev
/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2/event2/dev
/sys/devices/pci:00/:00:02.0/drm/card0/dev
/sys/devices/pci:00/:00:02.0/drm/controlD64/dev
/sys/devices/pci:00/:00:02.0/graphics/fb0/dev
/sys/devices/pci:00/:00:02.0/i2c-adapter/i2c-0/i2c-0/dev
/sys/devices/pci:00/:00:02.0/i2c-adapter/i2c-1/i2c-1/dev
/sys/devices/pci:00/:00:1b.0/input/input6/event6/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/audio/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/controlC0/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/dsp/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/mixer/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/pcmC0D0c/dev
/sys/devices/pci:00/:00:1b.0/sound/card0/pcmC0D0p/dev
/sys/devices/pci:00/:00:1d.0/usb2/dev
/sys/devices/pci:00/:00:1d.0/usb2/usb_device/usbdev2.1/dev
/sys/devices/pci:00/:00:1d.1/usb3/dev
/sys/devices/pci:00/:00:1d.1/usb3/usb_device/usbdev3.1/dev
/sys/devices/pci:00/:00:1d.2/usb4/dev
/sys/devices/pci:00/:00:1d.2/usb4/usb_device/usbdev4.1/dev
/sys/devices/pci:00/:00:1d.3/usb5/dev
/sys/devices/pci:00/:00:1d.3/usb5/usb_device/usbdev5.1/dev
/sys/devices/pci:00/:00:1d.7/usb1/dev
/sys/devices/pci:00/:00:1d.7/usb1/usb_device/usbdev1.1/dev
/sys/devices/pci:00/:00:1f.2/host1/target1:0:0/1:0:0:0/block/sda/dev
/sys/devices/pci:00/:00:1f.2/host1/target1:0:0/1:0:0:0/block/sda/sda1/dev
/sys/devices/pci:00/:00:1f.2/host1/target1:0:0/1:0:0:0/block/sda/sda4/dev
/sys/devices/pci:00/:00:1f.2/host1/target1:0:1/1:0:1:0/block/sdb/dev
/sys/devices/pci:00/:00:1f.2/host1/target1:0:1/1:0:1:0/block/sdb/sdb1/dev
/sys/devices/platform/i8042/serio0/input/input5/event5/dev
/sys/devices/platform/i8042/serio1/input/input7/event7/dev
/sys/devices/platform/i8042/serio1/input/input7/mouse0/dev
/sys/devices/platform/serial8250/tty/ttyS0/dev
/sys/devices/platform/serial8250/tty/ttyS1/dev
/sys/devices/platform/serial8250/tty/ttyS2/dev
/sys/devices/platform/serial8250/tty/ttyS3/dev
/sys/devices/pnp0/00:03/rtc/rtc0/dev
/sys/devices/virtual/block/loop0/dev
/sys/devices/virtual/block/loop1/dev
/sys/devices/virtual/block/loop2/dev
/sys/devices/virtual/block/loop3/dev
/sys/devices/virtual/block/loop4/dev
/sys/devices/virtual/block/loop5/dev
/sys/devices/virtual/block/loop6/dev
/sys/devices/virtual/block/loop7/dev
/sys/devices/virtual/input/input8/event8/dev
/sys/devices/virtual/input/mice/dev
/sys/devices/virtual/mem/full/dev
/sys/devices/virtual/mem/kmem/dev
/sys/devices/virtual/mem/kmsg/dev
/sys/devices/virtual/mem/mem/dev
/sys/devices/virtual/mem/null/dev
/sys/devices/virtual/mem/port/dev
/sys/devices/virtual/mem/random/dev
/sys/devices/virtual/mem/urandom/dev
/sys/devices/virtual/mem/zero/dev
/sys/devices/virtual/misc/agpgart/dev
/sys/devices/virtual/misc/cpu_dma_latency/dev
/sys/devices/virtual/misc/mcelog/dev
/sys/devices/virtual/misc/network_latency/dev
/sys/devices/virtual/misc/network_throughput/dev
/sys/devices/virtual/misc/nvram/dev
/sys/devices/virtual/misc/psaux/dev
/sys/devices/virtual/misc/rfkill/dev
/sys/devices/virtual/misc/tgt/dev
/sys/devices/virtual/sound/seq/dev
/sys/devices/virtual/sound/sequencer/dev
/sys/devices/virtual/sound/sequencer2/dev
/sys/devices/virtual/sound/timer/dev
/sys/devices/virtual/tty/console/dev
/sys/devices/virtual/tty/ptmx/dev
/sys/devices/virtual/tty/ptya0/dev
/sys/devices/virtual/tty/ptya1/dev
/sys/devices/virtual/tty/ptya2/dev
/sys/devices/virtual/tty/ptya3/dev
/sys/devices/virtual/tty/ptya4/dev
/sys/devices/virtual/tty/ptya5/dev
/sys/devices/virtual/tty/ptya6/dev
/sys/devices/virtual/tty/ptya7/dev
/sys/devices/virtual/tty/ptya8/dev
/sys/devices/virtual/tty/ptya9/dev
/sys/devices/virtual/tty/ptyaa/dev
/sys/devices/virtual/tty/ptyab/dev
/sys/devices/virtual/tty/ptyac/dev
/sys/devices/virtual/tty/ptyad/dev
/sys/devices/virtual/tty/ptyae/dev
/sys/devices/virtual/tty/ptyaf/dev
/sys/devices/virtual/tty/ptyb0/dev
/sys/devices/virtual/tty/ptyb1/dev
/sys/devices/virtual/tty/ptyb2/dev

Bug#549180: gnome-panel: Does not start anymore. CRITICAL **: panel_multiscreen_x: assertion `monitor = 0 monitor monitors [n_screen]' failed

2009-10-02 Thread Paul Menzel
forwarded 549180 https://bugzilla.gnome.org/show_bug.cgi?id=597101
quit


Am Freitag, den 02.10.2009, 13:53 +0200 schrieb Paul Menzel:
 Am Donnerstag, den 01.10.2009, 11:14 +0200 schrieb Paul Menzel:
  Am Donnerstag, den 01.10.2009, 10:57 +0200 schrieb Josselin Mouette:
   Le jeudi 01 octobre 2009 à 10:08 +0200, Paul Menzel a écrit : 
after upgrading DebPkg:gnome-panel to 2.28.0-1 today it stopped working
after logging out and logging in after the upgrade. The version before
was 2.26.3-1.

I see the following error in .xsessionerros

** (gnome-panel:3904): CRITICAL **: panel_multiscreen_width: 
assertion `monitor = 0  monitor  monitors [n_screen]' failed
** (gnome-panel:3904): CRITICAL **: panel_multiscreen_height: 
assertion `monitor = 0  monitor  monitors [n_screen]' failed

[…]

I filed a bug report in the GNOME Bugzilla [1].


Thanks,

Paul


[1] https://bugzilla.gnome.org/show_bug.cgi?id=597101


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#499726: [Build-common-hackers] Bug#499726: please provide an install target

2009-10-02 Thread Jonas Smedegaard

On Thu, Oct 01, 2009 at 01:56:07PM -0400, Felipe Sateler wrote:

I'm not sure if this should be a new bug, but this one is close enough.

cdbs (debhelper.mk) provides install/binarypackage targets for each 
binary package. However, it does not provide the install target which 
sometimes is very useful. Adding it should be a matter of adding:


install:: $(patsubst %,install/%,$(DEB_ALL_PACKAGES))


Somewhere in debhelper.mk


Providing a new make target has a risk of clashing with existing target 
of same name but of different type - i.e. above will break packages 
currently crestihng an install: target (using single colon).


Also, I dislike the debhelper.mk rule to implement generic convenience 
targets not used by itself.  If generally useful they might make sense 
to implement in some core place - but only if not risking clash with 
local rules files as I fear is the case here.



Leaving the bug open for now to encourage more discussion.

Regards,

 - Jonas

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

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#549318: hplip: hp-devicesetup -u/--gui requires Qt4 GUI support

2009-10-02 Thread Raphael Manfredi
Package: hplip
Version: 3.9.4b-1
Severity: grave
Justification: renders package unusable

After upgrading to the new hplip, I'm no longer able to launch hp-devicesetup.

I get the following messages:

warning: Qt/PyQt 4 initialization failed.
error: hp-devicesetup -u/--gui requires Qt4 GUI support. Exiting.

Also there is something else going wrong, as you can witness below in the
package-specific info collection.  For instance, CUPS is indeed installed.

-- Package-specific info:
error: NOT FOUND OR FAILED TO LOAD!
error: Version: (Not available. CUPS may not be installed or not running.)
warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP 
functionality may not function properly.
warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP 
functionality may not function properly.
error: NOT FOUND! This is a REQUIRED/RUNTIME ONLY dependency. Please make sure 
that this dependency is installed before installing or running HPLIP.
warning: NOT FOUND! This is an OPTIONAL/RUNTIME ONLY dependency. Some HPLIP 
functionality may not function properly.

HP Linux Imaging and Printing System (ver. 3.9.4b)
Dependency/Version Check Utility ver. 14.3

Copyright (c) 2001-9 Hewlett-Packard Development Company, LP
This software comes with ABSOLUTELY NO WARRANTY.
This is free software, and you are welcome to distribute it
under certain conditions. See COPYING file for more details.

Note: hp-check can be run in three modes:
1. Compile-time check mode (-c or --compile): Use this mode before compiling 
the HPLIP   
supplied tarball (.tar.gz or .run) to determine if the proper dependencies are 
installed 
to successfully compile HPLIP.  
 
2. Run-time check mode (-r or --run): Use this mode to determine if a distro 
supplied
package (.deb, .rpm, etc) or an already built HPLIP supplied tarball has the 
proper  
dependencies installed to successfully run. 
 
3. Both compile- and run-time check mode (-b or --both) (Default): This mode 
will check  
both of the above cases (both compile- and run-time dependencies).  
 

Saving output in log file: hp-check.log

Initializing. Please wait...

---
| SYSTEM INFO |
---

Basic system information:
Linux nice 2.6.30.6 #1 SMP Wed Sep 9 17:55:52 CEST 2009 i686 GNU/Linux

Distribution:
debian 0.0

HPOJ running?
No, HPOJ is not running (OK).

Checking Python version...
OK, version 2.5.2 installed

Checking PyQt 4.x version...

Checking for CUPS...
Status: scheduler is running

Checking for dbus/python-dbus...
dbus daemon is running.
python-dbus version: 0.82.4



| RUNTIME DEPENDENCIES |



Checking for dependency: CUPS - Common Unix Printing System...
OK, found.

Checking for dependency: CUPS DDK - CUPS driver development kit...

Checking for dependency: GhostScript - PostScript and PDF language interpreter 
and previewer...
OK, found.

Checking for dependency: PIL - Python Imaging Library (required for commandline 
scanning with hp-scan)...
OK, found.

Checking for dependency: PolicyKit - Administrative policy framework...

Checking for dependency: ppdev - Parallel port support kernel module
OK, found.

Checking for dependency: PyQt 4 DBus - DBus Support for PyQt4...

Checking for dependency: Python ctypes - A foreign function library for 
Python...
OK, found.

Checking for dependency: Python DBus - Python bindings for DBus...
OK, found.

Checking for dependency: Python XML libraries...
OK, found.

Checking for dependency: Python 2.3 or greater - Required for fax 
functionality...
OK, found.

Checking for dependency: Reportlab - PDF library for Python...

Checking for dependency: SANE - Scanning library...
OK, found.

Checking for dependency: scanimage - Shell scanning program...
OK, found.

Checking for dependency: xsane - Graphical scanner frontend for SANE...
OK, found.


--
| HPLIP INSTALLATION |
--


Currently installed HPLIP version...
HPLIP 3.9.4b currently installed in '/usr/share/hplip'.

Current contents of '/etc/hp/hplip.conf' file:
# hplip.conf.  Generated from hplip.conf.in by configure.

[hplip]
version=3.9.4b

[dirs]
home=/usr/share/hplip
run=/var/run
ppd=/usr/share/ppd/hpijs/HP
ppdbase=/usr/share/ppd/hpijs
doc=/usr/share/doc/hplip-doc/HTML
icon=no
cupsbackend=/usr/lib/cups/backend
cupsfilter=/usr/lib/cups/filter
drv=/usr/share/cups/drv

# Following values are determined at configure time and cannot be changed.
[configure]
network-build=yes
pp-build=yes
gui-build=yes
scanner-build=yes
fax-build=yes
dbus-build=yes
cups11-build=no
doc-build=yes
shadow-build=no
foomatic-drv-install=yes
foomatic-ppd-install=no
foomatic-rip-hplip-install=no
cups-ppd-install=no
cups-drv-install=yes
internal-tag=3.9.4b.10
restricted-build=no
ui-toolkit=qt4
qt3=no
qt4=yes
policy-kit=yes


Current contents 

Bug#549314: xorg: Xorg crashes at random, exactly once

2009-10-02 Thread Stefan Klinger
Package: xorg
Version: 1:7.4+4
Severity: critical
Justification: causes serious data loss


My Xorg session crashes without prior notice, roughly during the first 15 
Minutes of working. However, I can trigger a crash by typing

  dmesg -n 9
  
as non-root user, wich normally prints 'klogctl: Operation not permitted'. This 
instantly teminates my session.

Such a crash seems to appear exactly once after a reboot. I.e., after a crash I 
log in again, and I can run dmesg without problems.

I first noticed these problems after an update, see the excerpt from 
/var/log/aptitude:


Aptitude 0.4.11.11: log report
Thu, Oct  1 2009 09:09:27 +0200

IMPORTANT: this log only lists intended actions; actions which fail due to
dpkg problems may not be completed.

Will install 12 packages, and remove 0 packages.
274kB of disk space will be used
===
[INSTALL, DEPENDENCIES] insserv
[UPGRADE] adduser 3.110 - 3.111
[UPGRADE] initscripts 2.86.ds1-65 - 2.87dsf-6
[UPGRADE] libffi5 3.0.7-1 - 3.0.7-2
[UPGRADE] libkpathsea4 2007.dfsg.2-6 - 2007.dfsg.2-7
[UPGRADE] libreadline6 6.0-4 - 6.0-5
[UPGRADE] polipo 1.0.4-1 - 1.0.4-1.1
[UPGRADE] readline-common 6.0-4 - 6.0-5
[UPGRADE] sysv-rc 2.86.ds1-65 - 2.87dsf-6
[UPGRADE] sysvinit 2.86.ds1-65 - 2.87dsf-6
[UPGRADE] sysvinit-utils 2.86.ds1-65 - 2.87dsf-6
[UPGRADE] texlive-base-bin 2007.dfsg.2-6 - 2007.dfsg.2-7
===

Log complete.
Aptitude 0.4.11.11: log report
Thu, Oct  1 2009 09:18:26 +0200

IMPORTANT: this log only lists intended actions; actions which fail due to
dpkg problems may not be completed.

Will install 0 packages, and remove 4 packages.
===
[REMOVE] exim4
[REMOVE] exim4-base
[REMOVE] exim4-config
[REMOVE] exim4-daemon-light
===

Log complete.


This might be related to Bug #539548. I do not run KDE, using fvwm instead.

I have attached dmesg output, and copies of Xorg.0.log[.old] after a random 
crash, and after a crash triggered by dmesg. You find them in the respectively 
named attachments.


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

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

Versions of packages xorg depends on:
ii  libgl1-mesa-dri   7.5.1-1A free implementation of the OpenG
ii  libgl1-mesa-glx [libgl1]  7.5.1-1A free implementation of the OpenG
ii  libglu1-mesa  7.5.1-1The OpenGL utility library (GLU)
ii  lxterminal [x-terminal-emulat 0.1.6-1+b1 desktop independent vte-based term
ii  x11-apps  7.4+2  X applications
ii  x11-session-utils 7.3+1  X session utilities
ii  x11-utils 7.4+1  X11 utilities
ii  x11-xfs-utils 7.4+1  X font server utilities
ii  x11-xkb-utils 7.4+3  X11 XKB utilities
ii  x11-xserver-utils 7.4+2  X server utilities
ii  xauth 1:1.0.3-2  X authentication utility
ii  xfonts-100dpi 1:1.0.0-4  100 dpi fonts for X
ii  xfonts-75dpi  1:1.0.0-4  75 dpi fonts for X
ii  xfonts-base   1:1.0.0-6  standard fonts for X
ii  xfonts-scalable   1:1.0.0-7  scalable fonts for X
ii  xfonts-utils  1:7.4+2X Window System font utility progr
ii  xinit 1.1.1-1X server initialisation tool
ii  xkb-data  1.6-1  X Keyboard Extension (XKB) configu
ii  xorg-docs-core1:1.4-5Core documentation for the X.org X
ii  xserver-xorg  1:7.4+4the X.Org X server
ii  xterm [x-terminal-emulator]   248-1  X terminal emulator

xorg recommends no packages.

Versions of packages xorg suggests:
pn  xorg-docs none (no description available)

-- debconf-show failed



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



Bug#549180: gnome-panel: Does not start anymore. CRITICAL **: panel_multiscreen_x: assertion `monitor = 0 monitor monitors [n_screen]' failed

2009-10-02 Thread Paul Menzel
Am Donnerstag, den 01.10.2009, 11:14 +0200 schrieb Paul Menzel:
 Am Donnerstag, den 01.10.2009, 10:57 +0200 schrieb Josselin Mouette:
  Le jeudi 01 octobre 2009 à 10:08 +0200, Paul Menzel a écrit : 
   after upgrading DebPkg:gnome-panel to 2.28.0-1 today it stopped working
   after logging out and logging in after the upgrade. The version before
   was 2.26.3-1.
   
   I see the following error in .xsessionerros
   
   ** (gnome-panel:3904): CRITICAL **: panel_multiscreen_width: 
   assertion `monitor = 0  monitor  monitors [n_screen]' failed
   ** (gnome-panel:3904): CRITICAL **: panel_multiscreen_height: 
   assertion `monitor = 0  monitor  monitors [n_screen]' failed

[…]

Downgrading to DebPkg:gnome-panel 2.26.3 in testing, worked for me, to
get the GNOME panel back.


Thanks,

Paul


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#549189: gstreamer0.10-plugins-bad: Crashes every gstreamer-aware app

2009-10-02 Thread Sebastian Dröge
Am Donnerstag, den 01.10.2009, 14:35 +0200 schrieb Daniel Franganillo:

 [...]
 Program exited with code 0377.
 (gdb)
 
 Thanks for your help.

Looks like a memory corruption before that...

could you run

G_SLICE=always-malloc GST_REGISTRY_FORK=no valgrind --leak-check=full
--track-origins=yes gst-inspect-0.10 

And attach the complete output here?


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#549317: sed: can't read /etc/inittab: No such file or directory

2009-10-02 Thread Jussi Myllykoski
Package: kbd
Version: 1.15-4
Severity: normal


I get this message on boot:


Setting console screen modes
sed: can't read /etc/inittab: No such file or directory


This is on a system where sysvinit has been replaced with upstart,
so if I understand correctly the data that used to be in /etc/inittab
is now in several files found at /etc/init/

This isn't a showstopper by any means, just something that I thought
might be good to bring to your attention (if it isn't already).


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

Kernel: Linux 2.6.31.1-eee901 (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/dash

Versions of packages kbd depends on:
ii  console-setup 1.45   console font and keymap setup prog
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip

Versions of packages kbd recommends:
ii  console-data  2:1.09-2   keymaps, fonts, charset maps, fall
ii  console-setup 1.45   console font and keymap setup prog

kbd suggests no packages.

-- no debconf information



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



Bug#549315: phpsysinfo: A new upstream version (v3.0 RC9) is available.

2009-10-02 Thread T.A. van Roermund
Package: phpsysinfo
Version: 3.0~rc6-1
Severity: wishlist


A new upstream version (v3.0 RC9) is available from 
http://phpsysinfo.sourceforge.net/. Could you please update the package?


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



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



Bug#548898: gvfs: Bug seems to be not resolved

2009-10-02 Thread Sergey Korobitsin
Thu, Oct 01, 2009 at 09:59 +0200 Josselin Mouette воздействовал на энтропию:
 Have you restarted your session since the gvfs upgrade?

I've restarted my X session, now it's ok.

-- 
Best regards, Sergey Korobitsin
Arta Software, Astana, KZ
mailto:undertaker{at}arta.kz
xmpp:underta...@jabber.arta.kz

--
Мужики, я уже 5 лет на ЛОРе и до сих пор не могу понять, кто же круче - Патрик 
или Тео ?
--vasya_pupkin(linux.org.ru)



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



Bug#549310: overkill: long player names can corrupt data on the server machine

2009-10-02 Thread Jonathan Neuschäfer
Package: overkill
Version: 0.16-14
Severity: grave
Tags: patch security
Justification: user security hole

Players with names longer than 24 characters have been able to corrupt data on 
the machine where the server is run. This is made possible by not always 
checking wether the name of a connecting player is too long. I have made a 
patch to fix this.


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

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

Versions of packages overkill depends on:
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxpm4   1:3.5.7-2  X11 pixmap library

overkill recommends no packages.

overkill suggests no packages.

-- no debconf information
534a535
   int name_too_long;
538a540
   name_too_long=strlen(name)MAX_NAME_LEN? 1:0;
543c545,546
   cp-member.name=mem_alloc(strlen(name)+1);
---
   cp-member.name=mem_alloc((name_too_long?MAX_NAME_LEN:strlen(name))+1);
   if (name_too_long) *(cp-member.name+MAX_NAME_LEN)='\0';
560c563
   memcpy(cp-member.name,name,strlen(name)+1);
---
   memcpy(cp-member.name,name,(name_too_long?MAX_NAME_LEN:strlen(name)));


Bug#372161: Reopen, bug not solved

2009-10-02 Thread Frank Küster
Moritz Muehlenhoff j...@inutil.org wrote:

 I've just looked into this old bug and I don't understand why you reopened
 it. What specifically needs to be changed in your opinion wrt the linux-2.6
 source package?

I don't know.  I originally submitted this against kernel-package,
because that didn't work for me.  It was Manoj (I think) who reassigned
it. I don't want to play reassignment-pingpong, since I really have no
clue how module building could, should or does work. 

 If you want to build a out of tree kernel module on your, you could look
 into DKMS (testing and sid only), but I don't see why anything should be 
 needed on the kernel side.

The problem is maybe just missing documentation.  I don't have
kernel-package sid version installed anywhere, but given Manoj's mails
to this report I wouldn't expect he has changed anything.  

Someone who really understands how these packages work together should
write a brief summary, and if that doesn't lead to code changes, I'm
willing to write a documentation patch against whatever package it makes
sense. 

Regards, Frank

-- 
Dr. Frank Küster
Debian Developer (TeXLive)
VCD Aschaffenburg-Miltenberg, ADFC Miltenberg
B90/Grüne KV Miltenberg



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



Bug#493045: Re[2]: [php-maint] Bug#493045: the segfaults are back, and are at large

2009-10-02 Thread Gurr

Thank you for both replies! You were right, when i checked
the log i bailed out upon finding the first source list :). I found
now the spu one. It required mysql-common aside from
libmysqlclient15off to be updated (again i choose to
download/install it manually). The older package seemed to solve my
problem (only checked 2-3 hours of log), so i expect, that the spu
one will work just the same, so i will not report back unless there is
some problem.

Thank you very much again for your help!

Friday, October 2, 2009, 12:56:40 PM, you wrote:

 hi gurr,

 look bit deeper into the bug log, there should be an updated package (the
 version string will contain spu and will be strictly greater than what's
 on your system) referenced with a sample sources.list.  the version you
 downloaded should also contain the fix, but will be missing some important
 security updates.

 sean

-- 
Best regards:
 Zsolt Gurmaimailto:g...@mellesleg.hu




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



Bug#549312: aptitude: cdrom segfaults on several machines and architectures when reading DVDs

2009-10-02 Thread ael
Package: aptitude
Version: 0.4.11.11-1+b2
Severity: grave
Justification: renders package unusable


For over a month now (presumably since the last aptitude upgrade on testing)
I have been seeing segfaults recorded in /var/log/messages on two i386 boxes
and on an amd64, all running testing.

I have not reported earlier because I hoped to get some useful info using gdb.
My first attempts with gdb have failed to catch the segfault whether using
aptitude, aptitude-dbg or directly attaching to the cdrom process spawned by 
aptitude.

1) An entry in /var/log/messages:

Oct  2 10:48:44 conquest3 kernel: cdrom[4987]: segfault at 200 ip b807b71d sp bf
a34890 error 4 in ld-2.9.so[b8068000+1c000]
Oct  2 10:48:56 conquest3 kernel: cdrom[5028]: segfault at 200 ip b7ff871d sp bf
cee290 error 4 in ld-2.9.so[b7fe5000+1c000]
Oct  2 10:56:42 conquest3 kernel: cdrom[5031]: segfault at 200 ip b7f9571d sp bf
8e9850 error 4 in ld-2.9.so[b7f82000+1c000]
Oct  2 10:56:49 conquest3 kernel: cdrom[5033]: segfault at 200 ip b806971d sp bf
a96ac0 error 4 in ld-2.9.so[b8056000+1c000]

2) These are written somewhere around when aptitude prompts for a DVD  one is 
inserted as in

Media Change: Please insert the disc labeled 'Debian GNU/Linux testing 
_Squeeze_ - Official Snapshot i386 DVD Binary-1 20090921-05:51' in the drive 
'/dvd/' and press [Enter].

3) aptitude will typically read many of the files from the dvd correctly, but
then report an error on at least one of the package files.

4) Obviously I have checked the DVDs and associated hardware. In any case
it is happening on several machines with different drives and media.

The best I have managed with gdb so far is this sort of thing:-

--- 
# pstree|grep  cdrom
 |   
|-xterm---su---bash---aptitude-+-cdrom
# ps -C cdrom
  PID TTY  TIME CMD
 5845 pts/000:00:00 cdrom
conquest3:~# gdb aptitude 5845
GNU gdb (GDB) 6.8.50.20090628-cvs-debian
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Attaching to program: /usr/bin/aptitude, process 5845
0xe424 in __kernel_vsyscall ()
(gdb)  handle 11 stop
SignalStop  Print   Pass to program Description
SIGSEGV   Yes   Yes Yes Segmentation fault
(gdb) info forks
No forks.
(gdb) info threads
* 1 process 5845  0xe424 in __kernel_vsyscall ()
(gdb) bt
#0  0xe424 in __kernel_vsyscall ()
#1  0xb7c9cfad in ?? ()
#2  0xb7ec591d in ?? ()
#3  0x0804b2d3 in ?? ()
#4  0xb7ec51b7 in ?? ()
#5  0x0804c8e6 in ?? ()
#6  0xb7bd97a5 in ?? ()
#7  0x08049ae1 in ?? ()
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) n
Program not restarted.
(gdb) continue
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0xb7f6371d in ?? () from /lib/ld-linux.so.2
(gdb) bt
#0  0xb7f6371d in ?? () from /lib/ld-linux.so.2
#1  0xb7e64ca4 in ?? ()
#2  0xb7f5deb6 in ?? () from /lib/ld-linux.so.2
#3  0xb7e6503c in ?? ()
#4  0xb7e64cda in ?? ()
#5  0xb7ee9feb in ?? ()
#6  0x0804c8fe in ?? ()
#7  0xb7bd97a5 in ?? ()
#8  0x08049ae1 in ?? ()
(gdb) 

which is not much help.




-- Package-specific info:
aptitude 0.4.11.11 compiled at Aug  3 2009 17:14:11
Compiler: g++ 4.3.3
Compiled against:
  apt version 4.8.0
  NCurses version 5.7
  libsigc++ version: 2.0.18
  Ept support enabled.

Current library versions:
  NCurses version: ncurses 5.7.20090803
  cwidget version: 0.5.13
  Apt version: 4.8.1
linux-gate.so.1 =  (0xe000)
libapt-pkg-libc6.9-6.so.4.8 = /usr/lib/libapt-pkg-libc6.9-6.so.4.8 
(0xb7f69000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0xb7f25000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0xb7f1f000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0xb7e5c000)
libept.so.0 = /usr/lib/libept.so.0 (0xb7de1000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0xb7c9)
libz.so.1 = /usr/lib/libz.so.1 (0xb7c7b000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb7c62000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb7b7)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb7b4a000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xb7b1f000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb79bf000)
libutil.so.1 = /lib/i686/cmov/libutil.so.1 (0xb79bb000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb79b7000)
/lib/ld-linux.so.2 (0xb8051000)
Terminal: xterm
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

-- System Information:
Debian 

Bug#549316: libdevmapper1.02.1: SHould probably conflict with libdevmapper1.02

2009-10-02 Thread Manuel Bilderbeek
Package: libdevmapper1.02.1
Version: 2:1.02.37-1
Severity: normal

This package should probably replace libdevmapper1.02 and not be allowed
to install parallel to libdevmapper1.02, because the latter package
gives problems with sysv-rc (see bug report on libdevmapper1.02):
$ sudo dpkg-reconfigure sysv-rc
info: Checking if it is safe to convert to dependency based boot.
error: Unable to migrate to dependency based boot sequencing.
error: Problems detected: insserv: warning: script 'S25libdevmapper1.02' 
missing LSB tags and overrides,  insserv: warning: script 'libdevmapper1.02' 
missing LSB tags and overrides,  

These problems are fixed with libdevmapper1.02.1, so this seems to be a
good reason to let it replace the libdevmapper1.02 package.

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

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

Versions of packages libdevmapper1.02.1 depends on:
ii  libc6 2.9-25 GNU C Library: Shared libraries
ii  libselinux1   2.0.85-4   SELinux runtime shared libraries

libdevmapper1.02.1 recommends no packages.

libdevmapper1.02.1 suggests no packages.

-- no debconf information

This message and attachment(s) are intended solely for use by the addressee and 
may contain information that is privileged, confidential or otherwise exempt 
from disclosure under applicable law.

If you are not the intended recipient or agent thereof responsible for 
delivering this message to the intended recipient, you are hereby notified that 
any dissemination, distribution or copying of this communication is strictly 
prohibited.

If you have received this communication in error, please notify the sender 
immediately by telephone and with a 'reply' message.

Thank you for your co-operation.





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



Bug#519829:

2009-10-02 Thread Tommie Van Mechgelen
Hi,

I had the same problem and was able to fix it with adding host msdfs = no
to smb.conf like david suggested.

-- 
Kind Regards,
Met vriendelijke groeten,
Meilleurs Salutations,

Tommie Van Mechgelen

~ don't believe the hype ~



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



Bug#545228: Any news?

2009-10-02 Thread Guilhem Bonnefille
Hi,

I encounter the same bug. Any news, workaround?
Someone needs help to solve this bug?

-- 
Guilhem BONNEFILLE
-=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com
-=- mailto:guilhem.bonnefi...@gmail.com
-=- http://nathguil.free.fr/



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



Bug#548781: Elmer documentation changes

2009-10-02 Thread Adam C Powell IV
Hi,

Thanks for the note.  I've been bugging upstream to release this for a
while, and convinced them to drop non-commercial from the CC license of
the doc, so it's been on my radar screen.  I just uploaded it last
night, along with a new Elmer closing about 15 bugs and Suggesting
elmer-doc.

As for ElmerGUI.pri, I'll fix it when I next update to a new SVN
version.

I'll mark this done when the FTP masters accept elmer-doc into unstable.

Regards, 
-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#549319: tkgate: Fails to start simulator in tutorial

2009-10-02 Thread Henri Valta
Package: tkgate
Version: 2.0~b8-1
Severity: important

When trying to enter the simulate tab on Tutorial/Combinational simulation/page 
2, I get error popups of missing gate definitions:

Internal Error: primitive definition for 'xor' is missing.
Same error for 'and'

After that, TkGate: Error List window shows several errors on:
PAGE1: Instance of undefined module '_GGXOR2'. Same for '_GGNAND2'

This also causes warnings for floating nets


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

Kernel: Linux 2.6.31-rc6-686 (SMP w/1 CPU core)
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 tkgate depends on:
ii  libc6 2.9-27 GNU C Library: Shared libraries
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libsm62:1.1.1-1  X11 Session Management library
ii  libx11-6  2:1.2.99.901-1 X11 client-side library
ii  tcl8.48.4.19-4   Tcl (the Tool Command Language) v8
ii  tk8.4 8.4.19-4   Tk toolkit for Tcl and X11, v8.4 -
ii  tkgate-data   2.0~b8-1   Tcl/Tk based digital circuit edito

Versions of packages tkgate recommends:
ii  tkgate-doc2.0~b8-1   Tcl/Tk based digital circuit edito

tkgate suggests no packages.

-- no debconf information



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



Bug#549321: RFP: tuna -- Tuna is a tool for the configuration of threads in a system

2009-10-02 Thread Emanuel Kolb
Package: wnpp
Severity: wishlist


* Package name: tuna
  Version : 0.9.1
  Upstream Author : Arnaldo Carvalho de Melo a...@redhat.com
* URL : 
http://www.kernel.org/pub/scm/linux/kernel/git/acme/tuna.git
* License : GPL
  Programming Lang: C, C++, Python
  Description : Tuna is a tool for the configuration of threads in a 
system

Tuna is an important tool for development with the realtime (PREEMPT_RT) 
patch of linux.
It is available as red hat package and in a git repository: 
git://git.kernel.org/pub/scm/linux/kernel/git/acme/tuna.git
Owner is Analdo Carvalho de Melo

Bug#549320: conky: Wrong mails_new count on mboxes with Status: O

2009-10-02 Thread Fernando M. Maresca
Package: conky
Version: 1.7.1.1-1
Severity: normal

mails_news wrong count when used with mboxes and Status header is set to
O[ld] by the MUA.
( This is how mutt flags a mail as notified to the user, however this
is not the same as R[ead].)

Patch to mail.c:
254,255c254
   if (strchr(buf + 7, 'R') == NULL
 
 strchr(buf + 7, 'O') == NULL) {
---
   if (strchr(buf + 7, 'R') ==
   NULL) {


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

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

Versions of packages conky depends on:
ii  libasound2  1.0.21a-1shared library for ALSA applicatio
ii  libc6   2.9-26   GNU C Library: Shared libraries
ii  libcurl3-gnutls 7.19.5-1.1   Multi-protocol file transfer libra
ii  libglib2.0-02.22.1-1 The GLib library of C routines
ii  libiw29 29-2 Wireless tools - library
ii  libx11-62:1.2.2-1X11 client-side library
ii  libxdamage1 1:1.1.1-4X11 damaged region extension libra
ii  libxext62:1.0.4-1X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxft2 2.1.13-3 FreeType-based font drawing librar
ii  libxml2 2.7.5.dfsg-1 GNOME XML library

conky recommends no packages.

Versions of packages conky suggests:
ii  hddtemp0.3-beta15-45 hard drive temperature monitoring 
ii  mpd0.15.3-1+b1   Music Player Daemon

-- no debconf information



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



Bug#549314: xorg: Xorg crashes at random, exactly once

2009-10-02 Thread Brice Goglin
Stefan Klinger wrote:
 Package: xorg
 Version: 1:7.4+4
 Severity: critical
 Justification: causes serious data loss


 My Xorg session crashes without prior notice, roughly during the first 15 
 Minutes of working. However, I can trigger a crash by typing

   dmesg -n 9
   
 as non-root user, wich normally prints 'klogctl: Operation not permitted'. 
 This instantly teminates my session.
   

Looks really strange...
We need the backtrace of the crash. See the end of Xorg.0.log or
Xorg.0.log.old

Brice




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



Bug#549322: [kdelibs5] Refuse to open or rename a file with special character (may be a qt bug)

2009-10-02 Thread Bastien ROUCARIES
Package: kdelibs5
Version: 4:4.3.1-1
Severity: normal

touch TD_1-Enonc�s.pdf (a file with a special unicode char)
try toi open with kular or rename it with dolphin print the file does not 
exist. Open quietly with xpdf or rename with mv.

Bastien



--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.30-1-amd64

Debian Release: squeeze/sid
  550 testing http.us.debian.org 
  500 unstablehttp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
libacl1 (= 2.2.11-1) | 2.2.48-1
libaspell15 (= 0.60) | 0.60.6-2
libattr1(= 2.4.41-1) | 1:2.4.44-1
libbz2-1.0| 1.0.5-3
libc6(= 2.4) | 2.9-25
libenchant1c2a (= 1.4.2) | 1.4.2-3.3
libfam0   | 2.7.0-16
libgcc1  (= 1:4.1.1) | 1:4.4.1-1
libgif4(= 4.1.6) | 4.1.6-8
libgssapi-krb5-2   (= 1.7dfsg~beta1) | 1.7dfsg~beta3-1
libice6  (= 1:1.0.0) | 2:1.0.5-1
libilmbase6(= 1.0.1) | 1.0.1-3
libjasper1   (= 1.900.1) | 1.900.1-6
libjpeg62 | 6b-15
libopenexr6(= 1.6.1) | 1.6.1-4
libpcre3 (= 7.7) | 7.8-2
libphonon4   (= 4:4.3.0) | 4:4.5.2-2
libpng12-0  (= 1.2.13-4) | 1.2.39-1
libqt4-dbus  (= 4:4.5.2) | 4:4.5.2-2
libqt4-designer  (= 4:4.5.2) | 4:4.5.2-2
libqt4-network   (= 4:4.5.2) | 4:4.5.2-2
libqt4-qt3support(= 4:4.5.2) | 4:4.5.2-2
libqt4-script(= 4:4.5.2) | 4:4.5.2-2
libqt4-svg   (= 4:4.5.2) | 4:4.5.2-2
libqt4-xml   (= 4:4.5.2) | 4:4.5.2-2
libqtcore4   (= 4:4.5.2) | 4:4.5.2-2
libqtgui4(= 4:4.5.2) | 4:4.5.2-2
libsm6| 2:1.1.1-1
libsoprano4(= 2.3.0) | 2.3.0+dfsg.1-2+b3
libstdc++6 (= 4.2.1) | 4.4.1-1
libstreamanalyzer0 (= 0.7.0) | 0.7.0-1+b2
libutempter0  | 1.1.5-2
libx11-6  | 2:1.2.2-1
libxcursor1( 1.1.2) | 1:1.1.9-1
libxfixes3   (= 1:4.0.1) | 1:4.0.3-2
libxml2   (= 2.6.27) | 2.7.4.dfsg-2
libxrender1   | 1:0.9.4-2
libxslt1.1(= 1.1.18) | 1.1.24-2
libxtst6  | 2:1.0.3-1
zlib1g   (= 1:1.1.4) | 1:1.2.3.3.dfsg-15
kdelibs5-data  (= 4:4.3.1-1) | 4:4.3.1-1
kdelibs-bin(= 4:4.3.1-1) | 4:4.3.1-1
dbus-x11  | 1.2.16-2
shared-mime-info  | 0.60-2
xauth | 1:1.0.3-2
xdg-utils | 1.0.2-6.1


Recommends  (Version) | Installed
=-+-==
ttf-dejavu| 2.30-1
kdebase-runtime (= 4:4.2.95) | 4:4.3.1-1
kaboom (= 1.0.5) | 1.1.2


Suggests  (Version) | Installed
===-+-===
hspell  | 







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



Bug#549154: Patch for automake 1.4 removal

2009-10-02 Thread Christoph Egger
tag + patch
thanks

Hi!

As your package doesn't use automake at all in the build process,
fixing is as easy as dropping it from the build-depends. A (trivial)
patch is below.

Regards

Christoph

##
diff -u tlf-0.9.32.3/debian/control tlf-0.9.32.3/debian/control
--- tlf-0.9.32.3/debian/control
+++ tlf-0.9.32.3/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Joop Stakenborg pa3...@debian.org
 Standards-Version: 3.7.3
-Build-Depends: debhelper (=4), libncurses5-dev, libhamlib-dev, autotools-dev, 
automake1.4
+Build-Depends: debhelper (=4), libncurses5-dev, libhamlib-dev, autotools-dev
 
 Package: tlf
 Architecture: any
##
-- 
/\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


signature.asc
Description: Digital signature


Bug#549314: xorg: Xorg crashes at random, exactly once

2009-10-02 Thread Julien Cristau
severity 549314 important
tag 549314 moreinfo
kthxbye

On Fri, Oct  2, 2009 at 13:38:58 +0200, Stefan Klinger wrote:

 Package: xorg
 Version: 1:7.4+4
 Severity: critical
 Justification: causes serious data loss
 
Please don't file bugs at inflated severity.

 My Xorg session crashes without prior notice, roughly during the first 15 
 Minutes of working. However, I can trigger a crash by typing
 
   dmesg -n 9
   
 as non-root user, wich normally prints 'klogctl: Operation not permitted'. 
 This instantly teminates my session.
 
 Such a crash seems to appear exactly once after a reboot. I.e., after a crash 
 I log in again, and I can run dmesg without problems.
 
Please send the X log from such a crash.  Should be in
/var/log/Xorg.0.log.old after restarting X.

Cheers,
Julien



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



Bug#549324: RFP: python-schedutils -- Linux scheduler python bindings

2009-10-02 Thread Emanuel Kolb
Package: wnpp
Severity: wishlist

* Package name: python-schedutils
  Version : 0.2
  Upstream Author : Arnaldo Carvahlo de Melo a...@redhat.com
* URL : 
http://www.kernel.org/pub/scm/linux/kernel/git/acme/python-schedutils.git
* License : GPL
  Programming Lang: C, Python
  Description : Linux scheduler python bindings

Python interface for the Linux scheduler sched_{get, set}_{affinity, 
scheduler} functions and friends.
Needed by tuna.

Bug#549323: RFP: python-ethtool -- Python bindings for the ethtool kernel interface

2009-10-02 Thread Emanuel Kolb
Package: wnpp
Severity: wishlist


* Package name: python-ethtool
  Version : 0.3.1
  Upstream Author : Dag Wieers d...@wieers.com
* URL : 
http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git
* License : GPL
  Programming Lang: Python
  Description : Python bindings for the ethtool kernel interface

Allows querying and changing of ethernet card settings
Needed by tuna application


Bug#549325: RFP: python-linux-procfs -- Python classes to extract information from the linux /proc files

2009-10-02 Thread Emanuel Kolb
Package: wnpp
Severity: wishlist

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

* Package name: python-linux-procfs
  Version : 0.4.4
  Upstream Author : Arnaldo Carvahlo de Melo a...@redhat.com
* URL : 
http://www.kernel.org/pub/scm/linux/kernel/git/acme/python-linux-procfs.git
* License :GPL
  Programming Lang: Python
  Description : Python classes to extract information from the linux 
/proc files

Needed by tuna


Bug#549152: Patch

2009-10-02 Thread Christoph Egger
package t-code
tag 549152 + patch
thanks

Hi!

The package needs just autotools-dev for refreshing
configure.{guess,sub}, not automake. Please consider applying the
patch below.

##
diff -u t-code-2.3.1/debian/control t-code-2.3.1/debian/control
--- t-code-2.3.1/debian/control
+++ t-code-2.3.1/debian/control
@@ -4,7 +4,7 @@
 Maintainer: NOSHIRO Shigeo nosh...@debian.org
 Standards-Version: 3.8.0
 Build-Depends: debhelper (= 5)
-Build-Depends-Indep: automake1.4, autoconf, emacs | emacs22 | emacs21
| xemacs21-mule | xemacs21-mule-canna-wnn
+Build-Depends-Indep: autotools-dev, autoconf, emacs | emacs22 |
emacs21 | xemacs21-mule | xemacs21-mule-canna-wnn
 Homepage: http://openlab.jp/tcode/
 
 Package: t-code
##
-- 
/\  ASCII Ribbon : GPG-Key ID: 0x0372275D
\ /Campaign   : GPG 4096R : 0xD49AE731
 X   against HTML : Debian NM
/ \   in eMails   : http://www.debian.org/

http://www.christoph-egger.org/


signature.asc
Description: Digital signature


Bug#549211: [Pkg-scicomp-devel] Bug#549211: paraview: Paraview 3.6.1 update

2009-10-02 Thread Christophe Prud'homme
thanksI am working on it
it seems though that there is a problem with hdf5 and paraview, the 3.6.1
package fails to compile at the moment for me

C.

On Thu, Oct 1, 2009 at 5:11 PM, Mathieu Malaterre 
mathieu.malate...@gmail.com wrote:

 Package: paraview
 Version: 3.4.0-4+b1
 Severity: normal


 ParaView 3.6.1 has been released please update.

 http://www.paraview.org/paraview/resources/software.html

 http://www.paraview.org/files/v3.6/paraview-3.6.1.tar.gz

 Thanks


 -- System Information:
 Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
 Architecture: amd64 (x86_64)

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

 Versions of packages paraview depends on:
 ii  libavcodec524:0.5+svn20090609-2  ffmpeg codec library
 ii  libavformat52   3:20080706-0.3lenny1 ffmpeg file format library
 ii  libavutil49 4:0.5+svn20090609-2  ffmpeg utility library
 ii  libc6   2.9-25   GNU C Library: Shared
 libraries
 ii  libgcc1 1:4.4.1-1GCC support library
 ii  libgl1-mesa-glx [li 7.0.3-7  A free implementation of the
 OpenG
 ii  libglu1-mesa [libgl 7.5-3The OpenGL utility library
 (GLU)
 ii  libhdf5-serial-1.6. 1.6.6-4  Hierarchical Data Format 5
 (HDF5)
 ii  libice6 2:1.0.4-1X11 Inter-Client Exchange
 library
 ii  libopenmpi1.3   1.3.2-4  high performance message
 passing l
 ii  libqt4-assistant4:4.5.2-1Qt 4 assistant module
 ii  libqt4-dbus 4:4.5.2-1Qt 4 D-Bus module
 ii  libqt4-network  4:4.5.2-1Qt 4 network module
 ii  libqt4-sql  4:4.5.2-1Qt 4 SQL module
 ii  libqt4-xml  4:4.5.2-1Qt 4 XML module
 ii  libqtcore4  4:4.5.2-1Qt 4 core module
 ii  libqtgui4   4:4.5.2-1Qt 4 GUI module
 ii  libsm6  2:1.0.3-2X11 Session Management library
 ii  libstdc++6  4.4.1-1  The GNU Standard C++ Library
 v3
 ii  libswscale0 3:20080706-0.3lenny1 ffmpeg video scaling library
 ii  libx11-62:1.1.5-2X11 client-side library
 ii  libxext62:1.0.4-1X11 miscellaneous extension
 librar
 ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
 ii  python2.5   2.5.2-15 An interactive high-level
 object-o
 ii  qt4-dev-tools   4:4.5.2-1Qt 4 development tools

 Versions of packages paraview recommends:
 pn  mpi-default-bin   none (no description available)
 ii  qt4-dev-tools 4:4.5.2-1  Qt 4 development tools

 Versions of packages paraview suggests:
 pn  h5utils   none (no description available)
 pn  hdf5-toolsnone (no description available)

 -- no debconf information



 ___
 Pkg-scicomp-devel mailing list
 pkg-scicomp-de...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-scicomp-devel



Bug#543375: initscripts: last superblock write time in future occurring sometimes

2009-10-02 Thread Marco d'Itri
On Sep 25, Marco d'Itri m...@linux.it wrote:

 KERNEL==rtc0, RUN+=logger.agent
Petter determined that this works. I think that the real problem is
that the RUN rules in 85-hwclock.rules are only executed if
ENV{BADYEAR} exists.
Importing /etc/default/rcS as if were a list of variables looks like a
bad idea to me anyway, so please replace the file with a single RUN
rule which runs a shell script which properly sources /etc/default/rcS
and then runs hwclock if needed.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#549181: tomcat6: binds to port 8080, this conflicts with other packages on the system

2009-10-02 Thread Michael Koch
On Thu, Oct 01, 2009 at 10:48:20AM +0200, Folkert van Heusden wrote:
 Package: tomcat6
 Version: 6.0.20-5
 Severity: normal
 
 
 Tomcat6 wants to bind to port 8080. This, in my case, conflicts with other 
 installed software. Solution would be making the tomcat6 bind-port 
 configurable. Preferably with bind to networkcard as well.

With which software does it conflict? Is it a Debian packaged software?

Generelly this is a problem. We need to document this in a better way.


Cheers,
Michael



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



  1   2   3   >