Bug#525945: [Pkg-xfce-devel] Bug#525945: thunar fails to remount removable media when running as daemon

2009-04-28 Thread Yves-Alexis Perez
On lun, 2009-04-27 at 20:40 -0600, Scott Barker wrote:
 When thunar is running as a daemon, a removable device that is unmounted,
 unplugged, and plugged back in cannot be re-mounted. The error is
 org.freedsekop.hal.storage.mount-removable no -- (action, result).
 
 If the thunar daemon is terminated, and thunar is started manually from a
 terminal or from the xfce4 menu instead, this error does not occur.

Hmhm, strange. I see you don't use thunar-volman (this is fine). Hal is
installed, but are consolekit and policykit installed too? Do you start
Xfce using a display manager, startx, startxfce4, something like that?

Cheers,
-- 
Yves-Alexis


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


Bug#525909: shutdown with hal not working

2009-04-28 Thread Enrico Tröger
On Mon, 27 Apr 2009 17:19:13 -0400, Pascal wrote:

Hey,

Same behavior here since the recent hal update. Consolekit and
policykit are installed. If this can help, I don't use any display
manager like GDM, XDM, SLIM, etc. I start Xfce with startxfce4.

yeah, happens here as well. And I also don't use any display manager,
just logging in into the console and then start Xfce by startxfce4.

So this might be related?

I also tried playing around with /etc/PolicyKit/PolicyKit.conf but it
didn't change anything. The current version is attached just in case
someone is interested. (my user is member of the 'powerdev' group)

To get some debug info, I stopped the hal daemon and restarted it with:
/usr/sbin/hald --verbose=yes --use-syslog

The relevant messages when trying to shutdown the system are attached
in the file hal.log. It seems the following message is quite
interesting:

[W] ci-tracker.c:366: Error doing GetSessionForUnixProcess on
ConsoleKit: org.freedesktop.ConsoleKit.Manager.GeneralError: Unable to
lookup session information for process '2465'

Process 2465 was xfce4-session.

The only related messages in ~/.xsession-errors were:
** Message: xfsm-shutdown-helper.c:268: Using HAL to shutdown/reboot
the computer.
** (xfce4-session:2465): WARNING **: xfsm-shutdown-helper.c:234: Failed
to contact HAL: org.freedesktop.hal.power-management.shutdown no --
(action, result)

I'm on Debian Testing with:

ii  consolekit   0.3.0-2
ii  hal 0.5.12~git20090406.46dc48-2
ii  hal-info   20090309-1
ii  libhal-dev0.5.12~git20090406.46dc48-2
ii  libhal-storage-dev0.5.12~git20090406.46dc48-2
ii  libhal-storage10.5.12~git20090406.46dc48-2
ii  libhal10.5.12~git20090406.46dc48-2
ii  libpolkit-dbus2 0.9-3
ii  libpolkit-grant20.9-3
ii  libpolkit2 0.9-3
ii  policykit  0.9-3


Regards,
Enrico

-- 
Get my GPG key from http://www.uvena.de/pub.asc


PolicyKit.conf
Description: Binary data


hal.log
Description: Binary data


pgpLm0DcGUYH7.pgp
Description: PGP signature


Bug#525909: [Pkg-xfce-devel] Bug#525909: shutdown with hal not working

2009-04-28 Thread Yves-Alexis Perez
On lun, 2009-04-27 at 17:19 -0400, Pascal Gervais wrote:
 Same behavior here since the recent hal update. Consolekit and
 policykit are installed. If this can help, I don't use any display
 manager like GDM, XDM, SLIM, etc. I start Xfce with startxfce4.

By the way, could you try to run Xfce using:

startx /usr/bin/startxfce4

Thanks!
-- 
Yves-Alexis


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


Bug#522426: [Python-apps-team] Bug#522426: Status on debian bug #522426 (Mercurial 1.2.1)?

2009-04-28 Thread Dmitrijs Ledkovs
2009/4/27 Vincent Danjean vdanj...@debian.org:

  There is an issue in the build-tool chain. In fact, the current package
 (1.2-1) FTBFS (fails to build from source) with the tools in sid.
 I suspect this is a change in cdbs that trigger this problem.

  Two solutions can be done for this bug:
 - find a small patch so that the current package can build with sid tools
 - redone the packaging based on dh7 directly (and drop the cdbs dependency)

  I'm planning to do the second one but I'm missing free time to do it
 for now. I also will accept any patch that can lead to a package that can
 be built with current sid tools.


  Regards,
    Vincent


Heya. After playing around in pbuilder I think I came up with a patch.
I believe it is new cdbs causing this.

1) I didn't manage to install module into two packages
2) mercurial-common would always do dh_install dh_pysupport
dh_builddeb before mercurial
3) So I only had a small window in mercurial-common to split arch stuff

It builds and dch -c *.deb looks similar to what it was before. Please
test and hope this patch will do.

ps. flame Bzr rocks!!! /flame

Patch below. (hope gmail won't rewrap it).


Index: debian/changelog
===
--- debian/changelog(revision 2804)
+++ debian/changelog(working copy)
@@ -6,6 +6,9 @@
   [ Vincent Danjean ]
   * Dump Standards-Version (no change needed)

+  [ Dmitrijs Ledkovs ]
+  * Fixed FTBS caused by new cleaned-up cdbs
+
  -- Vernon Tang v...@foilhead.net  Mon, 06 Apr 2009 19:47:26 +1000

 mercurial (1.2-1) unstable; urgency=low
Index: debian/mercurial.install
===
--- debian/mercurial.install(revision 2804)
+++ debian/mercurial.install(working copy)
@@ -1,5 +1,2 @@
-debian/tmp/usr/bin
-debian/tmp/usr/lib
-
 debian/hgext.rc  usr/share/mercurial/
 debian/hgext.rc.md5sums  usr/share/mercurial/
Index: debian/rules
===
--- debian/rules(revision 2804)
+++ debian/rules(working copy)
@@ -10,17 +10,15 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 DEB_INSTALL_DOCS_ALL=
+DEB_PYTHON_DESTDIR = $(CURDIR)/debian/$(cdbs_curpkg)
+DEB_PYTHON_MODULE_PACKAGES = mercurial-common

 # These part must be run between dh_install and dh_pysupport
 # So, they must be defined BEFORE including python-distutils.mk
-binary-install/mercurial::
-   # remove arch-independent python stuff
-   find debian/mercurial/usr/lib \
-   ! -name '*.so' ! -type d -delete , \
-   -type d -empty -delete
-
 binary-install/mercurial-common::
-   # remove arch-dependent python stuff
+   # remove arch-independent python stuff
+   (cd debian/mercurial-common  find usr/lib \
+   -name '*.so' | cpio -pmd ../mercurial/)
find debian/mercurial-common/usr/lib \
-name '*.so' ! -type d -delete , \
-type d -empty -delete
Index: debian/mercurial-common.install
===
--- debian/mercurial-common.install (revision 2804)
+++ debian/mercurial-common.install (working copy)
@@ -1,5 +1,4 @@
 templates usr/share/mercurial
-debian/tmp/usr/lib

 contrib/mercurial.el usr/share/emacs/site-lisp
 contrib/mq.el usr/share/emacs/site-lisp


-- 
With best regards


Dmitrijs Ledkovs (for short Dima),
Ледков Дмитрий Юрьевич



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



Bug#525909: shutdown with hal not working

2009-04-28 Thread Andrei Popescu
On Tue,28.Apr.09, 07:52:35, Yves-Alexis Perez wrote:
 On lun, 2009-04-27 at 17:19 -0400, Pascal Gervais wrote:
  Same behavior here since the recent hal update. Consolekit and
  policykit are installed. If this can help, I don't use any display
  manager like GDM, XDM, SLIM, etc. I start Xfce with startxfce4.
 
I also have policykit and consolekit installed. First thing I checked, 
sorry for not mentioning.

 Hmhm, good point, that may be related, I'll have to try. Andrei, how do
 you start Xfce? Using a DM or directly through startx/startxfce4?

I use gdm, but I can reproduce this with both startx and startxfce4.  
What else can I try?

Regards,
Andrei
P.S. Pascal, sorry for the previous mail
-- 
If you can't explain it simply, you don't understand it well enough.
(Albert Einstein)


signature.asc
Description: Digital signature


Bug#525953: libnss-pgsql2: NSS continously reports 'Could not connect to the database' because of file permission issues

2009-04-28 Thread Gergely POLONKAI
Package: libnss-pgsql2
Version: 1.4.0debian-2
Severity: normal



-- System Information:
Debian Release: 5.0.1
  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_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libnss-pgsql2 depends on:
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libpq5 8.3.7-0lenny1 PostgreSQL C client library

libnss-pgsql2 recommends no packages.

Versions of packages libnss-pgsql2 suggests:
ii  libpam-pgsql  0.6.3-2PAM module to authenticate using a
ii  nscd  2.7-18 GNU C Library: Name Service Cache 

-- 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#525094: Ignore previous e-mail.

2009-04-28 Thread Christopher Cashell
Looks like I got my bug numbers typoed.  Please ignore my previous
e-mail, as it doesn't apply to this bug.

-- 
Christopher



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



Bug#525953: Additional information

2009-04-28 Thread Gergely Polonkai
According to a gentoo bug report:

http://bugs.gentoo.org/200104

It seems that the root of the problem is in the code itself, it doesn't
check if we are root. If not, we are not authorized to read the shadow
database. I will try to figure out the whole picture from the source code
and will submit a patch if I can do it.
-- 
You need to believe in things that aren't true. How else can they become?
- Terry Pratchett


Bug#525874: [Pkg-samba-maint] Bug#525874: smb.conf.5: please mantion guest logins in the man page section on user validation

2009-04-28 Thread Christian Perrier
tags 525874 moreinfo wontfix
thanks

Quoting Michal Suchanek hramr...@centrum.cz (michal.sucha...@ruk.cuni.cz):
 Package: samba-common
 Version: 2:3.2.5-4lenny2
 Severity: normal
 File: smb.conf.5
 
 
 Hello
 
 There is a section on user validation in the smb.conf(5) man page. This
 ends with point 6: if the user supplies the guest user name the user is
 validated regardless of password.
 
 However, for setting up guest shares that are reasonably usable it is
 required that user names are mapped to the guest account.

Uh?

Please be more explicit.

(at least specifying this is about the ABOUT USERNAME/PASSWORD
VALIDATION section rather than there is a section blahblah)

 
 Specifically, the security should be set to share or guest map to
 Invalid User.


Uh, again.

I have absolutely no idea of what improvement you are
suggesting. Please provide a patch as a basis for discussion.

Without such information I see no way of even try talking with
upstream about this. I of course wonder why you're taking us as a
proxy for talking about something that obviously needs a discussion
with them. We are very opened for this, but we don't want to have to
do all the work, including first understanding what you're talking
about.

Tagging the bug appropriately wrt the current level of information we
have.



signature.asc
Description: Digital signature


Bug#525954: kcron: missing binary to startup application

2009-04-28 Thread Emil Nowak
Package: kcron
Version: 4:4.2.2-1
Severity: important

The kcron doesn't have /usr/bin/kcron file neither /bin/kcron /usr/sbin/kcron
etc... 
So it seems that there is no binary to lunch this application. 
However the manual kcron (8) still says such binary exists and how to use it.

List of file in current kcron binary:

dpkg -L kcron
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/kcron
/usr/share/doc/kcron/README
/usr/share/doc/kcron/AUTHORS
/usr/share/doc/kcron/copyright
/usr/share/doc/kcron/changelog.Debian.gz
/usr/share/doc/kde4
/usr/share/doc/kde4/HTML
/usr/share/doc/kde4/HTML/en
/usr/share/doc/kde4/HTML/en/kcron
/usr/share/doc/kde4/HTML/en/kcron/index.cache.bz2
/usr/share/doc/kde4/HTML/en/kcron/index.docbook
/usr/share/doc/kde4/HTML/en/kcron/kcron.png
/usr/share/doc/kde4/HTML/en/kcron/kcronstart.png
/usr/share/doc/kde4/HTML/en/kcron/newtask.png
/usr/share/doc/kde4/HTML/en/kcron/newvariable.png
/usr/share/doc/kde4/HTML/en/kcron/print.png
/usr/share/man
/usr/share/man/man8
/usr/share/man/man8/kcron.8.gz
/usr/share/kde4
/usr/share/kde4/services
/usr/share/kde4/services/kcm_cron.desktop
/usr/lib
/usr/lib/kde4
/usr/lib/kde4/kcm_cron.so
/usr/share/doc/kde4/HTML/en/kcron/common


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

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

Versions of packages kcron depends on:
ii  kdebase-runtime   4:4.2.2-1  runtime components from the offici
ii  kdelibs5  4:4.2.2-2  core libraries for all KDE 4 appli
ii  libc6 2.9-6  GNU C Library: Shared libraries
ii  libqtcore44.5.1-1Qt 4 core module
ii  libqtgui4 4.5.1-1Qt 4 GUI module
ii  libstdc++64.3.3-3The GNU Standard C++ Library v3

kcron recommends no packages.

Versions of packages kcron suggests:
ii  khelpce 4:4.0.0.really.3.5.9.dfsg.1-2+b1 help center for KDE

-- 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#522426: [Python-apps-team] Bug#522426: Bug#522426: Status on debian bug #522426 (Mercurial 1.2.1)?

2009-04-28 Thread Dmitrijs Ledkovs
tags 522426 patch
thanks

Fixed a typo in the comment (Removing arch-dep instead of arch-indep).

Is this the correct way to attach patches on BTS? (First time
submitting a patch to BTS)

-- 
With best regards


Dmitrijs Ledkovs (for short Dima),
Ледков Дмитрий Юрьевич



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



Bug#469181: libnautilus-extension1: Add subversion extension

2009-04-28 Thread Jason Heeris
Not sure how relevant this is to the original reporter, but if anyone is
interested there is NautilusSVN on Google code:

http://code.google.com/p/nautilussvn/

It won't work on testing until Nautilus 2.26 goes through.

- Jason


Bug#525909: [Pkg-xfce-devel] Bug#525909: shutdown with hal not working

2009-04-28 Thread Yves-Alexis Perez
On mar, 2009-04-28 at 09:10 +0300, Andrei Popescu wrote:
 On Tue,28.Apr.09, 07:52:35, Yves-Alexis Perez wrote:
  On lun, 2009-04-27 at 17:19 -0400, Pascal Gervais wrote:
   Same behavior here since the recent hal update. Consolekit and
   policykit are installed. If this can help, I don't use any display
   manager like GDM, XDM, SLIM, etc. I start Xfce with startxfce4.
  
 I also have policykit and consolekit installed. First thing I checked, 
 sorry for not mentioning.
 
  Hmhm, good point, that may be related, I'll have to try. Andrei, how do
  you start Xfce? Using a DM or directly through startx/startxfce4?
 
 I use gdm, but I can reproduce this with both startx and startxfce4.  
 What else can I try?
 

Hmh, not sure. Here I'm using slim and/or gdm and didn't have any
problem. Do you use sid or squeeze at the moment?

Cheers,
-- 
Yves-Alexis


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


Bug#522644: approx: General update after the debconf review process

2009-04-28 Thread Christian Perrier
Dear Debian maintainer,

On Wednesday, March 18, 2009, I sent you a notification about the beginning of 
a review
action on debconf templates for approx.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/templates with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Wednesday, March 18, 2009. If your package was 
updated
in the meantime, I may have updated my reference copybut I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 




patch.tar.gz
Description: Binary data
--- approx.old/debian/approx.templates  2009-03-13 20:21:57.121276766 +0100
+++ approx/debian/approx.templates  2009-04-05 17:10:07.671985737 +0200
@@ -1,3 +1,12 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: approx/port
 Type: string
 Default: 
--- approx.old/debian/control   2009-03-13 20:21:57.121276766 +0100
+++ approx/debian/control   2009-04-21 07:45:06.772941654 +0200
@@ -13,19 +13,19 @@
 Package: approx
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${F:OCamlDeps}, lsb-base (= 
3.2), adduser, bzip2, curl, openbsd-inetd | inet-superserver, update-inetd
-Description: caching proxy server for Debian archive files
- Approx is an HTTP-based Debian archive server.
- It fetches packages from remote repositories on demand,
- and caches them for local use.
+Description: caching proxy server for software repositories
+ Approx is an HTTP-based proxy server for Debian-style package archives.
+ It fetches files from remote repositories on demand, and caches them
+ for local use.
  .
  Approx saves time and network bandwidth if you need to install or
- upgrade Debian software for a number of machines on a local network.
+ upgrade .deb packages for a number of machines on a local network.
  Each package is downloaded from a remote site only once,
  regardless of how many local clients install it.
  The approx cache typically requires a few gigabytes of disk space.
  .
  Approx also simplifies the administration of client machines:
- repository locations need only be changed in approx's configuration file,
+ repository locations need only be changed in Approx's configuration file,
  not in every client's /etc/apt/sources.list file.
  .
  Approx can be used as a replacement for apt-proxy,
--- approx.old/debian/changelog 2009-03-13 20:21:57.121276766 +0100
+++ approx/debian/changelog 2009-04-28 07:56:41.929966476 +0200
@@ -1,3 +1,20 @@
+approx (4.0-2) UNRELEASED; urgency=low
+
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+english team as part of the Smith review project. Closes: #522644
+  * [Debconf translation updates]
+- Georgian. Closes: #523427
+- Italian. Closes: #523489
+- Swedish. Closes: #523836
+- Portuguese. Closes: #524110
+- German. Closes: #524398
+- Galician. Closes: #524401
+- Spanish. Closes: #525271
+- French. Closes: #525519
+- Russian. Closes: #525521
+
+ -- Christian Perrier bubu...@debian.org  Sun, 05 Apr 2009 17:31:05 +0200
+
 approx (4.0-1) unstable; urgency=low
 
   * New upstream version


signature.asc
Description: Digital signature


Bug#525909: [Pkg-xfce-devel] Bug#525909: shutdown with hal not working

2009-04-28 Thread Yves-Alexis Perez
On mar, 2009-04-28 at 08:02 +0200, Enrico Tröger wrote:

 [W] ci-tracker.c:366: Error doing GetSessionForUnixProcess on
 ConsoleKit: org.freedesktop.ConsoleKit.Manager.GeneralError: Unable to
 lookup session information for process '2465'
 
 Process 2465 was xfce4-session.

Does this happen everytime. I mean, does this happen if you completely
quit the session and retry? Does this happen with another user? Does
this happen after a manual reboot? The powerdev group is not needed
anymore if you use policykit + consolekit, iirc (and anyway there's no
more dbus stuff for handling the powerdev group).
 
 The only related messages in ~/.xsession-errors were:
 ** Message: xfsm-shutdown-helper.c:268: Using HAL to shutdown/reboot
 the computer.
 ** (xfce4-session:2465): WARNING **: xfsm-shutdown-helper.c:234: Failed
 to contact HAL: org.freedesktop.hal.power-management.shutdown no --
 (action, result)

That could be because you indeed don't have permissions to contact the
hal daemon.

 
 I'm on Debian Testing with:

Debian Testing doesn't really have a consistent situation wrt. Xfce so
it might be related too. Which Xfce packages versions do you have?

Cheers,
-- 
Yves-Alexis


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


Bug#525891: Unable to open help links in kompozer

2009-04-28 Thread Giuseppe Iuculano
tags 525891 fixed-upstream
thanks

Hi,

Patrick Matthäi ha scritto:
 I tried to open the help links (forum, bug reports etc) directly from 
 kompozer,
 but they are without any effect.

Thanks for your bugreport, this issue is fixed in the upstream svn repository.


Cheers,
Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#525948: RFA: dhttpd -- minimal secure webserver without cgi-bin support

2009-04-28 Thread Ola Lundqvist

Hi ryan

Thanks for your help!

// Ola

Quoting Ryan Niebur ryanrya...@gmail.com:

retitle 525948 ITA: dhttpd -- minimal secure webserver without   
cgi-bin support

owner 525948 !
thanks

Hi,

On Tue, Apr 28, 2009 at 07:05:38AM +0200, Ola Lundqvist wrote:

Package: wnpp
Severity: normal

Hi

I think it is time to let someone else take over this package as
I have not really had the time to maintain it. It is a quite simple
piece of software so it should be easy to maintain.



I will take over this package.

Thanks,
Ryan

--
_
Ryan Niebur
ryanrya...@gmail.com





--
 --- Inguza Technology AB --- MSc in Information Technology 
/  o...@inguza.comAnnebergsslingan 37\
|  o...@debian.org   654 65 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---




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



Bug#464197: Any update on this issue?

2009-04-28 Thread Antonio Ospite
On Tue, 21 Apr 2009 22:58:15 +0300
Kalle Olavi Niemitalo k...@iki.fi wrote:

 dann frazier da...@debian.org writes:
 
  Kalle: would you mind submitting your patch upstream, if you haven't
  already? A lot of similar patches for other drives have been accepted
  in recent months.
 
 I expect the patch would be rejected because it breaks
 SND_CS46XX_NEW_DSP.  Do you think otherwise?
 
 Anyway, I have little interest in working on this now.
 If you just want a Signed-Off-By, that can probably be arranged.
 

Hi Kalle,

can the latest version of your code be found in this thread?

If not, please send it, I can start with porting it to latest
kernel and testing it, and then we will see what I can do with it.

Thanks,
   Antonio

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

  Web site: http://www.studenti.unina.it/~ospite
Public key: http://www.studenti.unina.it/~ospite/aopubkey.asc


pgpvzgLTHqXuh.pgp
Description: PGP signature


Bug#523467: xserver-xorg-video-radeon: Slowness

2009-04-28 Thread Mathias Brodala
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi.

Just want to confirm this bug, I’m suffering from it too. Window
handling, especially scrolling has become hell. Video playback also
suffers due to sloppiness.

I know that glxgears is no benchmark but I also get only a mere 100FPS
where there where ~1000 FPS before.


Regards, Mathias

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

iEYEARECAAYFAkn2qA8ACgkQYfUFJ3ewsJge1QCfYVgMAgbD4YDIdax2xJ+vze0A
zAMAnjUYsJLasmBjVS1NuSGf/lqpENXl
=AlNg
-END PGP SIGNATURE-


Xorg.0.log.bz2
Description: application/bzip


xorg.conf.bz2
Description: application/bzip


Xorg.0.log.bz2.sig
Description: Binary data


xorg.conf.bz2.sig
Description: Binary data


Bug#525955: udev: udevsettle disappears : breaks cryptsetup

2009-04-28 Thread Erwan David
Package: udev
Version: 0.141-1
Severity: critical
Justification: breaks unrelated software

in udev 0.141-1 udevsettle does not exists. This breaks cryptsetup
which uses it, making boot fail when using an encrypted disk.

(PS : I downgraded back to 0.125-7+lenny1 in order to get a working
setup).



-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 168
lrwxrwxrwx 1 root root19 Jul  9  2008 025_libgphoto2.rules - 
../libgphoto2.rules
-rw-r--r-- 1 root root  3586 Apr 15 23:05 50-udev.rules
-rw-r--r-- 1 root root  3147 Nov 27 22:31 52_nut-usbups.rules
-rw-r--r-- 1 root root  1543 Apr 15 23:05 60-persistent-input.rules
-rw-r--r-- 1 root root  1582 Apr 15 23:05 60-persistent-storage-tape.rules
-rw-r--r-- 1 root root  4554 Apr 15 23:05 60-persistent-storage.rules
-rw-r--r-- 1 root root   523 Apr 15 23:05 60-persistent-v4l.rules
-rw-r--r-- 1 root root  1137 Oct  1  2008 65_dmsetup.rules
-rw-r--r-- 1 root root   991 Jul  5  2008 65_mdadm.vol_id.rules
-rw-r--r-- 1 root root   716 Jul  9  2008 70-persistent-cd.rules
-rw-r--r-- 1 root root   438 Apr 28 08:13 70-persistent-net.rules
-rw-r--r-- 1 root root   452 Apr 15 23:05 75-cd-aliases-generator.rules
-rw-r--r-- 1 root root  3083 Apr 15 23:05 75-persistent-net-generator.rules
-rw-r--r-- 1 root root  2282 Apr 15 23:05 80-drivers.rules
-rw-r--r-- 1 root root  4247 Apr 15 23:05 91-permissions.rules
-rw-r--r-- 1 root root   593 Apr 15 23:05 95-late.rules
lrwxrwxrwx 1 root root16 Jul  9  2008 libmtp7.rules - ../libmtp7.rules
lrwxrwxrwx 1 root root16 Apr 20 08:03 libmtp8.rules - ../libmtp8.rules
lrwxrwxrwx 1 root root19 Jul  9  2008 z60_alsa-utils.rules - 
../alsa-utils.rules
lrwxrwxrwx 1 root root15 Jul  9  2008 z60_hdparm.rules - ../hdparm.rules
-rw-r--r-- 1 root root  5354 Mar 17 10:27 z60_hplip.rules
-rw-r--r-- 1 root root  2656 Jun 15  2008 z60_libpisock9.rules
-rw-r--r-- 1 root root  1742 Feb 20 22:32 z60_libsane-extras.rules
-rw-r--r-- 1 root root 72908 Mar  4 16:26 z60_libsane.rules
lrwxrwxrwx 1 root root17 Jul  9  2008 z60_usbmount.rules - 
../usbmount.rules
-rw-r--r-- 1 root root  6658 Oct 31 13:54 z60_xserver-xorg-input-wacom.rules

-- /sys/:
/sys/block/dm-0/dev
/sys/block/dm-1/dev
/sys/block/dm-2/dev
/sys/block/loop0/dev
/sys/block/loop1/dev
/sys/block/loop2/dev
/sys/block/loop3/dev
/sys/block/loop4/dev
/sys/block/loop5/dev
/sys/block/loop6/dev
/sys/block/loop7/dev
/sys/block/md0/dev
/sys/block/md1/dev
/sys/block/ram0/dev
/sys/block/ram1/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/block/sda/dev
/sys/block/sda/sda1/dev
/sys/block/sda/sda2/dev
/sys/block/sda/sda5/dev
/sys/block/sda/sda6/dev
/sys/block/sdb/dev
/sys/block/sdb/sdb1/dev
/sys/block/sdb/sdb2/dev
/sys/block/sdb/sdb5/dev
/sys/block/sdb/sdb6/dev
/sys/block/sr0/dev
/sys/class/bsg/0:0:0:0/dev
/sys/class/bsg/1:0:0:0/dev
/sys/class/bsg/2:0:0:0/dev
/sys/class/hidraw/hidraw0/dev
/sys/class/hidraw/hidraw1/dev
/sys/class/input/input0/event0/dev
/sys/class/input/input1/event1/dev
/sys/class/input/input1/mouse0/dev
/sys/class/input/input2/event2/dev
/sys/class/input/input3/event3/dev
/sys/class/input/input4/event4/dev
/sys/class/input/mice/dev
/sys/class/misc/cpu_dma_latency/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/fuse/dev
/sys/class/misc/hpet/dev
/sys/class/misc/network_latency/dev
/sys/class/misc/network_throughput/dev
/sys/class/misc/psaux/dev
/sys/class/misc/snapshot/dev
/sys/class/ppdev/parport0/dev
/sys/class/printer/lp0/dev
/sys/class/rtc/rtc0/dev
/sys/class/scsi_generic/sg0/dev
/sys/class/scsi_generic/sg1/dev
/sys/class/scsi_generic/sg2/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/seq/dev
/sys/class/sound/sequencer/dev
/sys/class/sound/sequencer2/dev
/sys/class/sound/timer/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev2.1/dev
/sys/class/usb_device/usbdev3.1/dev
/sys/class/usb_device/usbdev4.1/dev
/sys/class/usb_device/usbdev5.1/dev
/sys/class/usb_device/usbdev6.1/dev
/sys/class/usb_device/usbdev7.1/dev
/sys/class/usb_device/usbdev7.2/dev
/sys/class/usb_device/usbdev7.3/dev
/sys/class/usb_device/usbdev8.1/dev
/sys/class/usb_endpoint/usbdev1.1_ep00/dev
/sys/class/usb_endpoint/usbdev1.1_ep81/dev
/sys/class/usb_endpoint/usbdev2.1_ep00/dev
/sys/class/usb_endpoint/usbdev2.1_ep81/dev
/sys/class/usb_endpoint/usbdev3.1_ep00/dev
/sys/class/usb_endpoint/usbdev3.1_ep81/dev
/sys/class/usb_endpoint/usbdev4.1_ep00/dev
/sys/class/usb_endpoint/usbdev4.1_ep81/dev
/sys/class/usb_endpoint/usbdev5.1_ep00/dev
/sys/class/usb_endpoint/usbdev5.1_ep81/dev
/sys/class/usb_endpoint/usbdev6.1_ep00/dev
/sys/class/usb_endpoint/usbdev6.1_ep81/dev

Bug#525930: xsane: segfault at startup

2009-04-28 Thread Julien BLACHE
eric e...@proyectosolidario.org wrote:

Hi,

 When I try to scan a hp network scanner, xsane segfaults.
 strace attached.

 Architecture: i386 (x86_64)

 Kernel: Linux 2.6.26-2-amd64 (SMP w/2 CPU cores)

 uname({sys=Linux, node=toledo1, ...}) = 0
 stat64(/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so, 
 0xfff6d15c) = -1 ENOENT (No such file or directory)
 stat64(/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so.so, 
 0xfff6d15c) = -1 ENOENT (No such file or directory)
 stat64(/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so.la, 
 0xfff6d15c) = -1 ENOENT (No such file or directory)
 open(/usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so, O_RDONLY) = 
 -1 ENOENT (No such file or directory)
 write(2, \n(xsane:3661): GdkPixbuf-WARNING ..., 280
 (xsane:3661): GdkPixbuf-WARNING **: Error loading XPM image loader: Unable to 
 load image-loading module: 
 /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: 
 /usr/lib32/gtk-2.0/2.10.0/loaders/libpixbufloader-xpm.so: cannot open shared 
 object file: No such file or directory
 ) = 280
 --- SIGSEGV (Segmentation fault) @ 0 (0) ---
 +++ killed by SIGSEGV +++

What type of system are you running? GTK should not be looking to
/usr/lib32 unless you have ia32-libs-gtk installed and are running a
32bit xsane binary on a 64bit system.

This looks really weird and I think this is tied to your system.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#489457: experimental does not solve stable

2009-04-28 Thread Con Kolivas
Wait. I don't understand how suggesting installing a package from the
experimental packages is meant to be a solution for the stable
release. I have this same problem on 3 standard lenny installations on
different machines, all of them up to date with updates.The text works
fine left to right, but as soon as I change text orientation to
vertical, all the characters are invisible, and it makes no difference
what font I'm using.



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



Bug#489457: experimental does not solve stable

2009-04-28 Thread Con Kolivas
Wait. I don't understand how suggesting installing a package from the
experimental packages is meant to be a solution for the stable
release. I have this same problem on 3 standard lenny installations on
different machines, all of them up to date with updates.The text works
fine left to right, but as soon as I change text orientation to
vertical, all the characters are invisible, and it makes no difference
what font I'm using.



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



Bug#525956: amavisd-new: cron.daily config cannot open ..updates_spamassassin_org.cf

2009-04-28 Thread Bernard Elbourn
Package: amavisd-new
Version: 1:2.6.1.dfsg-1
Severity: normal




/etc/cron.daily/amavisd-new:
config: cannot open 
/var/lib/spamassassin/3.002005/updates_spamassassin_org.cf: 13

Permissions on the file:

-rw-rw 1 root root   2431 2009-03-30 17:39 updates_spamassassin_org.cf

I notice the script /etc/cron.daily/spamassassin has:

# Fixup perms -- group and other should be able to read and execute, 
# but never write.  Works around sa-compile's failure to obey umask.
if [ -d /var/lib/spamassassin ]; then
chmod -R go-w,go+rX /var/lib/spamassassin/
chgrp -R amavis /var/lib/spamassassin/
fi

But it is not happenning. 

Perhaps the amavis-newi-conjob wrapper should fix the permissions for the 
amavis SUUSER as above.
 

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'oldstable'), (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-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 amavisd-new depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  file  4.26-1 Determines file type using magic
ii  libarchive-zip-perl   1.18-1 Module for manipulation of ZIP arc
ii  libberkeleydb-perl0.34-1+b1  use Berkeley DB 4 databases from P
ii  libcompress-zlib-perl 2.012-1Perl module for creation and manip
ii  libconvert-tnef-perl  0.17-8 Perl module to read TNEF files
ii  libconvert-uulib-perl 1.11-1 Perl interface to the uulib librar
pn  libdigest-md5-perlnone (no description available)
ii  libio-stringy-perl2.110-4Perl modules for IO from scalars a
ii  libmailtools-perl 2.03-1 Manipulate email in perl programs
pn  libmime-base64-perl   none (no description available)
ii  libmime-tools-perl5.427-1Perl5 modules for MIME-compliant m
ii  libnet-server-perl0.97-1 An extensible, general perl server
ii  libunix-syslog-perl   1.1-2  Perl interface to the UNIX syslog(
ii  perl [libtime-hires-perl] 5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-modules [libarchive-tar- 5.10.0-19  Core Perl modules

amavisd-new recommends no packages.

Versions of packages amavisd-new suggests:
pn  apt-listchangesnone(no description available)
ii  arj3.10.22-6 archiver for .arj files
pn  cabextract none(no description available)
ii  clamav 0.94.dfsg.2-1 anti-virus utility for Unix - comm
ii  clamav-daemon  0.94.dfsg.2-1 anti-virus utility for Unix - scan
ii  cpio   2.9-13GNU cpio -- a program to manage ar
pn  dspam  none(no description available)
pn  lhanone(no description available)
pn  libauthen-sasl-perlnone(no description available)
ii  libdbi-perl1.605-1   Perl5 database interface by Tim Bu
pn  libmail-dkim-perl  none(no description available)
pn  libnet-ldap-perl   none(no description available)
ii  lzop   1.02~rc1-2fast compression program
pn  nomarchnone(no description available)
ii  spamassassin   3.2.5-2   Perl-based spam filter using text 
pn  unrar  none(no description available)
pn  zoonone(no description available)

-- debconf information:
  amavisd-new/outdated_config_style_warning:



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



Bug#525950: RFA: libmcal -- calendary library

2009-04-28 Thread Julien BLACHE
reassign 525950 wnpp
thanks

Ola Lundqvist o...@debian.org wrote:

Hi,

 Package: libmcal

Should have been wnpp, reassigning.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#522426: Info received ([Python-apps-team] Bug#522426: Bug#522426: Status on debian bug #522426 (Mercurial 1.2.1)?)

2009-04-28 Thread Dmitrijs Ledkovs

Index: debian/changelog
===
--- debian/changelog	(revision 2804)
+++ debian/changelog	(working copy)
@@ -6,6 +6,9 @@
   [ Vincent Danjean ]
   * Dump Standards-Version (no change needed)
 
+  [ Dmitrijs Ledkovs ]
+  * Fixed FTBS caused by new cleaned-up cdbs
+  
  -- Vernon Tang v...@foilhead.net  Mon, 06 Apr 2009 19:47:26 +1000
 
 mercurial (1.2-1) unstable; urgency=low
Index: debian/mercurial.install
===
--- debian/mercurial.install	(revision 2804)
+++ debian/mercurial.install	(working copy)
@@ -1,5 +1,2 @@
-debian/tmp/usr/bin
-debian/tmp/usr/lib
-
 debian/hgext.rc  usr/share/mercurial/
 debian/hgext.rc.md5sums  usr/share/mercurial/
Index: debian/rules
===
--- debian/rules	(revision 2804)
+++ debian/rules	(working copy)
@@ -10,17 +10,15 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
 DEB_INSTALL_DOCS_ALL=
+DEB_PYTHON_DESTDIR = $(CURDIR)/debian/$(cdbs_curpkg)
+DEB_PYTHON_MODULE_PACKAGES = mercurial-common
 
 # These part must be run between dh_install and dh_pysupport
 # So, they must be defined BEFORE including python-distutils.mk
-binary-install/mercurial::
-	# remove arch-independent python stuff
-	find debian/mercurial/usr/lib \
-		! -name '*.so' ! -type d -delete , \
-		-type d -empty -delete
-
 binary-install/mercurial-common::
 	# remove arch-dependent python stuff
+	(cd debian/mercurial-common  find usr/lib \
+		-name '*.so' | cpio -pmd ../mercurial/)
 	find debian/mercurial-common/usr/lib \
 		-name '*.so' ! -type d -delete , \
 		-type d -empty -delete
Index: debian/mercurial-common.install
===
--- debian/mercurial-common.install	(revision 2804)
+++ debian/mercurial-common.install	(working copy)
@@ -1,5 +1,4 @@
 templates usr/share/mercurial
-debian/tmp/usr/lib
 
 contrib/mercurial.el usr/share/emacs/site-lisp
 contrib/mq.el usr/share/emacs/site-lisp


Bug#522177: pulseaudio: no audio after an upgrade

2009-04-28 Thread davide
On Sun, Apr 26, 2009 at 9:08 AM, Julien Valroff jul...@kirya.net wrote:
 Le vendredi 24 avril 2009 à 23:32 +0200, davide a écrit :
 Package: pulseaudio
 Version: 0.9.14-2
 Severity: normal

 I tried version from sid (0.9.15) of pulseaudio, but none works.
 I have some clip and strange sound but no music.
 Totem player works with any problem, it just appears as muted.

 It works for me but I need to not load the module-*-restore modules.

 Try and commenting the following lines in your /etc/pulse/default.pa:
 #load-module module-device-restore
 #load-module module-stream-restore
 #load-module module-card-restore

 When loading these modules, the master volume is at 0% and the channel
 is muted after booting, but even after unmuting the channel and set it
 at a standard volume level, I cannot hear any sound (I have checked
 other channels but it seems all are ok).

 Without these modules, everything works BUT the master volume is always
 set at 100% after booting, which is not what I want.

 Cheers,
 Julien

It still does not work for me.
It's very annoying to have a mute system but the audio card is
working, I can hear the static noise with max volume.
I've upgraded pulseaudio to the sid version.



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



Bug#525950: RFA: libmcal -- calendary library

2009-04-28 Thread Ola Lundqvist

Quoting Julien BLACHE jbla...@debian.org:


reassign 525950 wnpp
thanks

Ola Lundqvist o...@debian.org wrote:

Hi,


Package: libmcal


Should have been wnpp, reassigning.

JB.

--
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org

 Public key available on http://www.jblache.org - KeyID: F5D6 5169
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169






--
 --- Inguza Technology AB --- MSc in Information Technology 
/  o...@inguza.comAnnebergsslingan 37\
|  o...@debian.org   654 65 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---




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



Bug#525950: RFA: libmcal -- calendary library

2009-04-28 Thread Ola Lundqvist

Hi Julien

Yes, thanks a lot!

Best regards,

// Ola

Quoting Julien BLACHE jbla...@debian.org:


reassign 525950 wnpp
thanks

Ola Lundqvist o...@debian.org wrote:

Hi,


Package: libmcal


Should have been wnpp, reassigning.

JB.

--
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org

 Public key available on http://www.jblache.org - KeyID: F5D6 5169
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169






--
 --- Inguza Technology AB --- MSc in Information Technology 
/  o...@inguza.comAnnebergsslingan 37\
|  o...@debian.org   654 65 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---




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



Bug#525956: amavisd-new: cron.daily config cannot open ..updates_spamassassin_org.cf

2009-04-28 Thread Alexander Wirt
Bernard Elbourn schrieb am Tuesday, den 28. April 2009:

 Package: amavisd-new
 Version: 1:2.6.1.dfsg-1
 Severity: normal
 
 
 
 
 /etc/cron.daily/amavisd-new:
 config: cannot open 
 /var/lib/spamassassin/3.002005/updates_spamassassin_org.cf: 13
 
 Permissions on the file:
 
 -rw-rw 1 root root   2431 2009-03-30 17:39 updates_spamassassin_org.cf
 
 I notice the script /etc/cron.daily/spamassassin has:
 
 # Fixup perms -- group and other should be able to read and execute, 
 # but never write.  Works around sa-compile's failure to obey umask.
 if [ -d /var/lib/spamassassin ]; then
 chmod -R go-w,go+rX /var/lib/spamassassin/
 chgrp -R amavis /var/lib/spamassassin/
 fi
 
 But it is not happenning. 
 
 Perhaps the amavis-newi-conjob wrapper should fix the permissions for the 
 amavis SUUSER as above.
Oh no, maybe it should check it, but never fix it. This should really go into
the cron.daily spamassassin. Having /var/lib/spamassassin/ not readable is
really a bug in spamassassin, not in amavis. 


Alex
 



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



Bug#524478: argyll: colprof crashes: Tag 'AToB1 Multidemntional Transform not found

2009-04-28 Thread Roland Mas
Roland Mas, 2009-04-17 21:03:25 +0200 :

 Mark Whitis, 2009-04-17 08:57:15 -0400 :

 colprof -v -D VT1760 USB Microscope Camera
# colprof: Error - Write file: 2, icc_read_tag: Tag 'AToB1 
 Multidimentional Transform' not found

 A very similar problem has just been reported on the ArgyllCMS
 mailing-list[1].  

And another one got the reply at [1].  The upstream author believes the
bug comes from the recent security patches applied on icclib.  I'll see
if he has an updated patch.

http://www.freelists.org/post/argyllcms/Error-during-colprof-with-nVidia-on-Fedora-10,1

Roland.
-- 
Roland Mas

Why did the elephant cross the road?
Because it was the chicken's day off.



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



Bug#525138: fai-client: raid1 size calculation goes wrong with 1 drive only

2009-04-28 Thread Michael Tautschnig
 Package: fai-client
 Version: 3.2.18
 Severity: minor
 Tags: patch
 
 When using setup-storage to create a raid1 on a single drive the
 reported partition size after creating the raid1 is always 0.
 Thus the installation aborts should anything be created inside
 the raid1 like a vlm
 
 While this is a special case, I believe the wrong calculation
 happens in Sizes.pm
 
 Since Raid1 is a mirrored raid, I believe it is enough to use
 the size of the smallest partition to determine the actual size.
 

[...]

Oh yes, you're right, this should now really be the most general approach. I'll
do a slightly different patch as it will be part of a larger bugfixing around
the RAID stuff. But for now you're fine to stick with your patch.

Thanks a lot,
Michael



pgpqmrR7RtDHj.pgp
Description: PGP signature


Bug#524982: [Pkg-openssl-devel] Bug#524982: Integrate compatibility patches for Cisco VPN client DTLS

2009-04-28 Thread David Woodhouse
On Mon, 2009-04-27 at 23:24 +0200, Kurt Roeckx wrote:
 
 If my memory is any good, that last patch has been around
 for some time without respons from upstream, but now finally
 seems to have made it. 

Yeah, they ignored it for a long time (and ignored a lot of plain DTLS
bug-fixes too). But now it all seems to be getting merged.

  I'll see about uploading a new version.

Thanks.

-- 
dwmw2




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



Bug#524538: Really annoying

2009-04-28 Thread Michal Čihař
Package: cdebootstrap
Version: 0.5.4
Severity: important

Hi

I think this bug should be at least severity:important, because the package is
almost unusable (I failed to bootstrap with it completely).

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

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

Kernel: Linux 2.6.26-2-vserver-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 cdebootstrap depends on:
ii  debian-archive-keyring2009.01.31 GnuPG archive keys of the Debian a
ii  gpgv  1.4.9-4GNU privacy guard - signature veri
ii  libc6 2.9-8  GNU C Library: Shared libraries
ii  libdebian-installer-extra40.62   Library of some extra debian-insta
ii  libdebian-installer4  0.62   Library of common debian-installer
ii  wget  1.11.4-2   retrieves files from the web

cdebootstrap recommends no packages.

cdebootstrap 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#525950: RFA: libmcal -- calendary library

2009-04-28 Thread Julien BLACHE
Ola Lundqvist o...@inguza.com wrote:

Hi,

 Yes, thanks a lot!

You're welcome :)

JB.

-- 
 Julien BLACHE jbla...@debian.org  |  Debian, because code matters more 
 Debian  GNU/Linux Developer|   http://www.debian.org
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#525247: linux-image-2.6.29-1-686: Works again if setting CRDA to EU

2009-04-28 Thread Olivier Berger
On Tue, Apr 28, 2009 at 09:20:51AM +0200, Olivier Berger wrote:
 It seems the problem comes from regulatory domain being set to US by default.
 
 A solution is to add something like /etc/modprobe.d/80211.conf containing the 
 following :
 options cfg80211 ieee80211_regdom=EU
 
 I don't know if this shouldn't be set somehow from a configuration via 
 debconf, though :-/
 
 Hope this helps,
 

Btw, there was a similar bug reported in #518153. I'm not sure the problem 
reported there was solved actually :-/

FWIW,

Best regards.



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



Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Raphael Hertzog
I have the same error. Here are my notes.

On Tue, 31 Mar 2009, Rene Engelhard wrote:
 Hrm, but python-uno is there (was it before the install of -emailmerge, too?)
 and provides this (and in  contrast to 3.1.0 actually does work...
 
 And what you pasted was preinst. What happened during postinst?

Paramétrage de openoffice.org-emailmerge (1:3.0.1-11) ...
Adding extension /usr/lib/openoffice/basis3.0/program/mailmerge.py...Extension 
has already been added: org.openoffice.legacy.mailmerge.py
 done.

python-uno was also installed here. It looks like the extension got installed
once but that the upgrade can't remove it anymore.

I just ran the preinst by hand and it worked...

sudo sh -x /var/lib/dpkg/info/openoffice.org-emailmerge.preinst upgrade
[sudo] password for rhertzog: 
+ set -e
+ THIS_PACKAGE=openoffice.org-emailmerge
+ THIS_SCRIPT=preinst
+ LIBSUFFIX=lx
+ PLATFORMID=linux_x86_64
++ stty size
++ awk '{print $2}'
+ DEFCOLUMNS=84
+ expr 84 : '[[:digit:]]\+$'
+ VER=
+ case $1 in
+ remove_extension org.openoffice.legacy.mailmerge.py
+ /usr/lib/openoffice/program/unopkg list --shared 
org.openoffice.legacy.mailmerge.py
+ echo -n 'Removing extension org.openoffice.legacy.mailmerge.py...'
Removing extension org.openoffice.legacy.mailmerge.py...++ mktemp -d
+ INSTDIR=/tmp/tmp.6i3w85
+ /usr/lib/openoffice/program/unopkg remove --shared 
org.openoffice.legacy.mailmerge.py 
-env:UserInstallation=file:///tmp/tmp.6i3w85 
-env:UNO_JAVA_JFW_INSTALL_DATA=file:///var/lib/openoffice/javasettingsunopkginstall.xml
 -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1
+ '[' -n /tmp/tmp.6i3w85 ']'
+ rm -rf /tmp/tmp.6i3w85
+ echo ' done.'
 done.
+ flush_unopkg_cache
+ /usr/lib/openoffice/program/unopkg list --shared
+ exit 0

Now postinst also works without displaying any error and reinstallation of the 
package is fine.

It's a bit weird. Paul, does aptitude reinstall
openoffice.org-emailmerge solve your problem ?

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



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



Bug#525957: hamster-applet: Activity editing initialize the date field to a wrong value

2009-04-28 Thread Matthieu Baechler
Package: hamster-applet
Version: 2.24.3-1
Severity: important


1. once hamster-applet is installed on the gnome-panel, I define my current 
   running activity

2. I then want to modify this activity, using the small edit icon in the
   Today display

3. I get something like 04/12/653 as the date field instead of 28/04/2009
   (assuming french locale)


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

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

Versions of packages hamster-applet depends on:
ii  gconf2 2.26.0-1  GNOME configuration database syste
ii  libatk1.0-01.26.0-1  The ATK accessibility toolkit
ii  libc6  2.9-8 GNU C Library: Shared libraries
ii  libcairo2  1.8.6-2+b1The Cairo 2D vector graphics libra
ii  libfontconfig1 2.6.0-3   generic font configuration library
ii  libfreetype6   2.3.9-4.1 FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.20.1-1  The GLib library of C routines
ii  libgtk2.0-02.16.1-2  The GTK+ graphical user interface 
ii  libpango1.0-0  1.24.0-3+b1   Layout and rendering of internatio
ii  python 2.5.4-2   An interactive high-level object-o
ii  python-central 0.6.11register and build utility for Pyt
ii  python-glade2  2.14.1-2  GTK+ bindings: Glade support
ii  python-gnome2-desktop  2.24.1-1  Python bindings for the GNOME desk
ii  python-gobject 2.16.1-1  Python bindings for the GObject li
ii  python-gtk22.14.1-2  Python bindings for the GTK+ widge
ii  zlib1g 1:1.2.3.3.dfsg-13 compression library - runtime

hamster-applet recommends no packages.

hamster-applet 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#523467: xserver-xorg-video-radeon: Slowness

2009-04-28 Thread Michel Dänzer
On Tue, 2009-04-28 at 08:54 +0200, Mathias Brodala wrote:
 
 Just want to confirm this bug, I’m suffering from it too. Window
 handling, especially scrolling has become hell. Video playback also
 suffers due to sloppiness.

Your log file also shows that the DRI is disabled. Why did you follow up
to this report without any new information, when more information
(kernel output, in particular agp/drm related) was specifically
requested?


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



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



Bug#525247: linux-image-2.6.29-1-686: Works again if setting CRDA to EU

2009-04-28 Thread Olivier Berger
It seems the problem comes from regulatory domain being set to US by default.

A solution is to add something like /etc/modprobe.d/80211.conf containing the 
following :
options cfg80211 ieee80211_regdom=EU

I don't know if this shouldn't be set somehow from a configuration via debconf, 
though :-/

Hope this helps,



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



Bug#525915: Patch

2009-04-28 Thread Emilio Pozuelo Monfort
Jonny Lamb wrote:
 So, I've attached an initial patch to add this package. The patch adds
 the following lintian error:
 
 E: libglib2.0-0-refdbg: unstripped-binary-or-object
 ./usr/lib/refdbg/libgobject-2.0.so.0.2000.1
 
 I guess we should override it, right?

I think you should rather file a bug on lintian, as that seems to be the
standard location for refdbg and won't be exclusive to GLib



signature.asc
Description: OpenPGP digital signature


Bug#525959: directing logs to a broadcast address results in sendto: Permission denied

2009-04-28 Thread Tom Metro

Package: sysklogd
Version: 1.4.1-18

If you modify your /etc/syslog.conf to have a line like:
*.crit @192.168.0.255

restart sysklogd, and then run:
logger -p local0.crit -t foo message

you'll observe in /var/log/daemon.log:
Apr 24 04:14:29 host syslogd 1.4.1-18: restart.
Apr 24 04:15:13 host syslogd: sendto: Permission denied

It appears this is because syslog isn't enabling broadcast on the socket 
it is using. See:

http://www.experts-exchange.com/Programming/System/Linux/Q_20862022.html

Observed in Debian Etch (and v1.5.0 as used in Ubuntu 8.04).

Being able to send logs to a broadcast address is supposedly something 
that is supposed to work, according to various third party documents on 
configuring syslog (not syslog-ng).




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



Bug#489457: notfixed 489457 in 3.0.0.1, closing 489457

2009-04-28 Thread Rene Engelhard
# Automatically generated email from bts, devscripts version 2.10.35lenny3
notfixed 489457 3.0.0.1
# correct version
close 489457 1:3.0.0-1



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



Bug#525909: [Pkg-xfce-devel] Bug#525909: shutdown with hal not working

2009-04-28 Thread Enrico Tröger
On Tue, 28 Apr 2009 08:35:24 +0200, Yves-Alexis wrote:

On mar, 2009-04-28 at 08:02 +0200, Enrico Tröger wrote:

 [W] ci-tracker.c:366: Error doing GetSessionForUnixProcess on
 ConsoleKit: org.freedesktop.ConsoleKit.Manager.GeneralError: Unable
 to lookup session information for process '2465'
 
 Process 2465 was xfce4-session.

Does this happen everytime. I mean, does this happen if you completely
quit the session and retry? Does this happen with another user? Does

Yes, it happens everytime and yes it happens also with a newly created
user.


this happen after a manual reboot? The powerdev group is not needed

Yes. I always do a 'manual reboot' in terms of su -c halt or su -c
reboot as HAL doesn't do it for me :(.


anymore if you use policykit + consolekit, iirc (and anyway there's no
more dbus stuff for handling the powerdev group).

Ok, I just re-used it as I had to use it before with the old HAL stuff.

Some more information:

I noticed my previously posted PolicyKit.conf was invalid XML by a
copypaste mistake. After cleaning it(attached for reference) up I get:

[09:34] enr...@ukio (0): ~/src$ polkit-auth 
org.freedesktop.hal.power-management.shutdown
org.freedesktop.hal.power-management.shutdown-multiple-sessions
org.freedesktop.hal.power-management.reboot
org.freedesktop.hal.power-management.reboot-multiple-sessions
org.freedesktop.hal.power-management.suspend
org.freedesktop.hal.power-management.hibernate
org.freedesktop.hal.storage.unmount-others


[09:35] enr...@ukio (0): ~/src$ polkit-config-file-validate 
[09:35] enr...@ukio (0): ~/src$ 

[09:35] enr...@ukio (0): ~/src$ polkit-action --action
org.freedesktop.hal.power-management.shutdown
action_id: org.freedesktop.hal.power-management.shutdown
description:  Shut down the system
message:  System policy prevents shutting down
the system
default_any:  no
default_inactive: no
default_active:   yes


I guess message:  System policy prevents shutting down is not
really what I want.

With an empty PolicyKit.conf I get no output at all from polkit-auth.


 I'm on Debian Testing with:

Debian Testing doesn't really have a consistent situation wrt. Xfce so
it might be related too. Which Xfce packages versions do you have?

Self-compiled SVN version (currently the same as 4.6.1).


Regards,
Enrico

-- 
Get my GPG key from http://www.uvena.de/pub.asc


PolicyKit.conf
Description: Binary data


pgpXW5WKlKPpr.pgp
Description: PGP signature


Bug#525958: Disable CONFIG_PROM_CONSOLE on sparc

2009-04-28 Thread Jurij Smakov
Package: linux-2.6
Version: 2.6.29-3
Severity: wishlist

Hi kernel-team,

Please see David Miller's message below, looks like we need to remove
the PROM console driver (CONFIG_PROM_CONSOLE) in order to make the
performance acceptable on Niagara boxes. It would be great if you
could make the newly built kernel with this change available to sparc
folks before upload, so that we can make sure that it does not
introduce any regressions.

- Forwarded message from David Miller da...@davemloft.net -

Date: Thu, 23 Apr 2009 07:09:43 -0700 (PDT)
To: ju...@wooyd.org
Cc: sparcli...@vger.kernel.org, debian-sp...@lists.debian.org
Subject: debian unusable on niagara
From: David Miller da...@davemloft.net
X-Mailer: Mew version 6.2.51 on Emacs 22.1 / Mule 5.0 (SAKAKI)
X-Mailing-List: debian-sp...@lists.debian.org archive/latest/22353


I really didn't expect this, and then I saw other users complaining
too.

1) Please remove the PROM console driver from the kernel config, it
   does nothing but get in the way.  This will fix the console slow
   on bootup problem everyone reports on niagara boxes.

   Putting console=ttyHV0 on the kernel command line works as a
   workaround but it still clears the screen once using the PROM
   console and even that takes nearly a minute (!).

2) Please fix the GETTY setup so that it properly uses ttyS0 on
   Niagara.  Otherwise people have no console and can't use their
   machine at all after installation.

   Ubuntu does this by making sure there is an /etc/event.d/ttyS0
   file with a line saying exec /sbin/getty -L ttyS0 9600 vt102
   or similar.

Between the ultra45 unbootable problem and these, I'm really losing
faith... :-/


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

- End forwarded message -

-- 
Jurij Smakov   ju...@wooyd.org
Key: http://www.wooyd.org/pgpkey/  KeyID: C99E03CC



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



Bug#525961: [python-lxml] New upstream version available

2009-04-28 Thread Torsten Marek
Package: python-lxml
Version: 2.1.5-1
Severity: wishlist

Hi,

a new upstream version of lxml (2.2) is available.

It doesn't seem to have any major new features, but fixes some crashes.


best,


Torsten


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

Debian Release: squeeze/sid
  500 unstablemirror.switch.ch 
  500 unstableemacs.orebokech.com 
  500 testing mirror.switch.ch 
1 experimentalmirror.switch.ch 

--- Package information. ---
Depends   (Version) | Installed
===-+-=
python ( 2.6) | 2.5.4-3
python (= 2.4) | 2.5.4-3
python-central   (= 0.6.7) | 0.6.11
libc6(= 2.7-1) | 2.9-8
libxml2 (= 2.6.32) | 2.7.3.dfsg-1
libxslt1.1  (= 1.1.18) | 1.1.24-2
zlib1g (= 1:1.1.4) | 1:1.2.3.3.dfsg-13


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-===
python-lxml-dbg| 








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



Bug#525960: firmware-iwlwifi: iwl4965 not working on startup, works after suspend

2009-04-28 Thread Aleix Conchillo Flaqué
Package: firmware-iwlwifi
Version: 0.16
Severity: important


After starting up the system, these messages are shown via dmesg:

[   40.776040] iwl4965: Radio Frequency Kill Switch is On:
[   40.776044] Kill switch must be turned off for wireless networking to work.
[   42.568509] iwl4965: WARNING: Requesting MAC access during RFKILL
wakes up NIC
[   42.579368] iwl4965: WARNING: Requesting MAC access during RFKILL
wakes up NIC
[   42.847913] iwl4965: WARNING: Requesting MAC access during RFKILL
wakes up NIC
[   42.859908] iwl4965: WARNING: Requesting MAC access during RFKILL
wakes up NIC


If I suspend the system and wake it up again, the wireless then works
fine.

[  110.592039] iwl4965 :07:00.0: enabling device ( - 0002)
.
[  141.523901] wlan0: Initial auth_alg=0
[  141.523901] wlan0: authenticate with AP 00:18:4d:82:00:66
[  141.525821] wlan0: RX authentication from 00:18:4d:82:00:66 (alg=0
transaction=2 status=0)
[  141.525830] wlan0: authenticated
[  141.525837] wlan0: associate with AP 00:18:4d:82:00:66
[  141.530236] wlan0: RX AssocResp from 00:18:4d:82:00:66 (capab=0x431
status=0 aid=1)
[  141.530236] wlan0: associated
[  141.530236] wlan0: switched to short barker preamble
(BSSID=00:18:4d:82:00:66)
[  141.546225] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready


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

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

firmware-iwlwifi depends on no packages.

firmware-iwlwifi recommends no packages.

Versions of packages firmware-iwlwifi suggests:
ii  initramfs-tools   0.93.2 tools for generating an initramfs
ii  linux-image-2.6.26-2-686 [lin 2.6.26-15  Linux 2.6.26 image on PPro/Celeron

-- 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#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Paul Menzel
Am Dienstag, den 28.04.2009, 09:28 +0200 schrieb Raphael Hertzog:
 I have the same error. Here are my notes.
 
 On Tue, 31 Mar 2009, Rene Engelhard wrote:
  Hrm, but python-uno is there (was it before the install of -emailmerge, 
  too?)
  and provides this (and in  contrast to 3.1.0 actually does work...
  
  And what you pasted was preinst. What happened during postinst?
 
 Paramétrage de openoffice.org-emailmerge (1:3.0.1-11) ...
 Adding extension 
 /usr/lib/openoffice/basis3.0/program/mailmerge.py...Extension has already 
 been added: org.openoffice.legacy.mailmerge.py
  done.
 
 python-uno was also installed here. It looks like the extension got installed
 once but that the upgrade can't remove it anymore.
 
 I just ran the preinst by hand and it worked...
 
 sudo sh -x /var/lib/dpkg/info/openoffice.org-emailmerge.preinst upgrade
 [sudo] password for rhertzog: 
 + set -e
 + THIS_PACKAGE=openoffice.org-emailmerge
 + THIS_SCRIPT=preinst
 + LIBSUFFIX=lx
 + PLATFORMID=linux_x86_64
 ++ stty size
 ++ awk '{print $2}'
 + DEFCOLUMNS=84
 + expr 84 : '[[:digit:]]\+$'
 + VER=
 + case $1 in
 + remove_extension org.openoffice.legacy.mailmerge.py
 + /usr/lib/openoffice/program/unopkg list --shared 
 org.openoffice.legacy.mailmerge.py
 + echo -n 'Removing extension org.openoffice.legacy.mailmerge.py...'
 Removing extension org.openoffice.legacy.mailmerge.py...++ mktemp -d
 + INSTDIR=/tmp/tmp.6i3w85
 + /usr/lib/openoffice/program/unopkg remove --shared 
 org.openoffice.legacy.mailmerge.py 
 -env:UserInstallation=file:///tmp/tmp.6i3w85 
 -env:UNO_JAVA_JFW_INSTALL_DATA=file:///var/lib/openoffice/javasettingsunopkginstall.xml
  -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1
 + '[' -n /tmp/tmp.6i3w85 ']'
 + rm -rf /tmp/tmp.6i3w85
 + echo ' done.'
  done.
 + flush_unopkg_cache
 + /usr/lib/openoffice/program/unopkg list --shared
 + exit 0
 
 Now postinst also works without displaying any error and reinstallation of 
 the package is fine.
 
 It's a bit weird. Paul, does aptitude reinstall
 openoffice.org-emailmerge solve your problem ?

I forgot to write that I just saw this problem this one time. Afterward
each upgrade worked without any problems and I was not able to reproduce
it.

Or do you want me to try »aptitude reinstall openoffice.org-emailmerge«
for testing purposes?


Thanks,

Paul


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#525962: libgnutls26 makes apt-transport-https fail with ssl key/cert client authentication

2009-04-28 Thread Marco Amadori
Package: libgnutls26
Severity: important
Version: 2.4.2-6+lenny1
Tags: lenny

When using apt-transport-https to fetch packages from a https web server 
configured with required client authentication (apt options Acquire::
{CaInfo,SslCert,SslKey}), an apt-operation will fail with misleading message:

 * 
# apt-get update
[...]
Err https://debian.privateurl lenny/main Packages
  Sub-process bzip2 returned an error code (2)
Fetched 140B in 0s (248B/s)
W: GPG error: https://debian.privateurl lenny Release:  The following 
signatures were invalid: NODATA 1 NODATA 2
W: Failed to fetch https://debian.privateurl/debian/dists/lenny/main/binary-
i386/Packages.bz2  Sub-process bzip2 returned an error code (2)

E: Some index files failed to download, they have been ignored, or old ones 
used instead.
 * 

Upgrading to libgnutls26 to sid's 2.6.5-1 fixes the problem.

If I disable client authentication on the web server, leaving just https 
server authentication (via the cacert), it works even with lenny's version.

This bug should be probably mentioned  on apt-transport-https bug entries too 
since the error reported is misleading and since testing curl via command line 
with --cacert, --cert and --key just works (with the same .pem files specified 
in apt.conf*.)

-- 
ESC:wq

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




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



Bug#489457: experimental does not solve stable

2009-04-28 Thread Rene Engelhard
Hi,

Con Kolivas wrote:
 Wait. I don't understand how suggesting installing a package from the
 experimental packages is meant to be a solution for the stable

I didn't. The only thing I did was just to mark it as fixed in the 3.0
packages.
If you look at the version graph (I fixed the version info right now) you see
it'll still appear as not fixed for stable.

 release. I have this same problem on 3 standard lenny installations on

a) This bugs is closed with 3.0.0-1, which is not in experimental anymore,
   but followers of it are even in *testing*
b) bugs get closed when the fixed package appears. 
   It doesn't say that this is fixed in stable but says that it's fixed in
   the version it was closed with. It will still appear open for stable.
c) it's not a (release-)critical bug, so I fear I will never get the approval
   to fix it in stable - expecially since we don't have a patch but just know
   that it works in 3.0.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



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



Bug#525247: linux-image-2.6.29-1-686: Works again if setting CRDA to EU

2009-04-28 Thread Olivier Berger
On Tue, Apr 28, 2009 at 09:20:51AM +0200, Olivier Berger wrote:
 It seems the problem comes from regulatory domain being set to US by default.

Which seems to be the defaults that was changed in a Debian patch added to fix 
#497971.

So I think the patch is now missing from 2.6.29... or the fix was not 
considered a proper way anymore ?

This looks like a regression of #497971 until further analysis, to me, then.

Best regards,
-- 
Olivier BERGER 
(OpenPGP: 1024D/B4C5F37F)
http://www.olivierberger.com/weblog/



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



Bug#525955: udev: udevsettle disappears : breaks cryptsetup

2009-04-28 Thread Marco d'Itri
reassign 525955 cryptsetup
close 525955 2:1.0.6+20090405.svn49-1
thanks

See #525518.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Paul Menzel
Am Dienstag, den 28.04.2009, 09:53 +0200 schrieb Paul Menzel:
 Am Dienstag, den 28.04.2009, 09:28 +0200 schrieb Raphael Hertzog:
  I have the same error. Here are my notes.
  
  On Tue, 31 Mar 2009, Rene Engelhard wrote:
   Hrm, but python-uno is there (was it before the install of -emailmerge, 
   too?)
   and provides this (and in  contrast to 3.1.0 actually does work...
   
   And what you pasted was preinst. What happened during postinst?
  
  Paramétrage de openoffice.org-emailmerge (1:3.0.1-11) ...
  Adding extension 
  /usr/lib/openoffice/basis3.0/program/mailmerge.py...Extension has already 
  been added: org.openoffice.legacy.mailmerge.py
   done.
  
  python-uno was also installed here. It looks like the extension got 
  installed
  once but that the upgrade can't remove it anymore.
  
  I just ran the preinst by hand and it worked...
  
  sudo sh -x /var/lib/dpkg/info/openoffice.org-emailmerge.preinst upgrade
  [sudo] password for rhertzog: 
  + set -e
  + THIS_PACKAGE=openoffice.org-emailmerge
  + THIS_SCRIPT=preinst
  + LIBSUFFIX=lx
  + PLATFORMID=linux_x86_64
  ++ stty size
  ++ awk '{print $2}'
  + DEFCOLUMNS=84
  + expr 84 : '[[:digit:]]\+$'
  + VER=
  + case $1 in
  + remove_extension org.openoffice.legacy.mailmerge.py
  + /usr/lib/openoffice/program/unopkg list --shared 
  org.openoffice.legacy.mailmerge.py
  + echo -n 'Removing extension org.openoffice.legacy.mailmerge.py...'
  Removing extension org.openoffice.legacy.mailmerge.py...++ mktemp -d
  + INSTDIR=/tmp/tmp.6i3w85
  + /usr/lib/openoffice/program/unopkg remove --shared 
  org.openoffice.legacy.mailmerge.py 
  -env:UserInstallation=file:///tmp/tmp.6i3w85 
  -env:UNO_JAVA_JFW_INSTALL_DATA=file:///var/lib/openoffice/javasettingsunopkginstall.xml
   -env:JFW_PLUGIN_DO_NOT_CHECK_ACCESSIBILITY=1
  + '[' -n /tmp/tmp.6i3w85 ']'
  + rm -rf /tmp/tmp.6i3w85
  + echo ' done.'
   done.
  + flush_unopkg_cache
  + /usr/lib/openoffice/program/unopkg list --shared
  + exit 0
  
  Now postinst also works without displaying any error and reinstallation of 
  the package is fine.
  
  It's a bit weird. Paul, does aptitude reinstall
  openoffice.org-emailmerge solve your problem ?
 
 I forgot to write that I just saw this problem this one time. Afterward
 each upgrade worked without any problems and I was not able to reproduce
 it.

Sorry, I must be blind. Doing aptitude update and aptitude safe-upgrade
today, the same error did occur again.

 Or do you want me to try »aptitude reinstall openoffice.org-emailmerge«
 for testing purposes?

I executed this command and it worked as expected.


Thanks,

Paul


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#525806: libdatrie1: long description no sentence

2009-04-28 Thread Theppitak Karoonboonyanan
tag 525806 + pending
thanks

On Mon, Apr 27, 2009 at 9:06 PM, Gerfried Fuchs rho...@deb.at wrote:

  Where I may in parts agree (though a package description always should
 be able to stand for itself and shouldn't require additional knowhow or
 references to other packages) it still doesn't contain a complete
 sentence in its first part, so it would be at least kind to fix that
 short blurb. :)

OK. I've prepared a fix for the next upload as follows:

Description: Double-array trie library
 This package provides shared libraries needed to run programs that use the
 datrie library. It is usually automatically installed.

Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/



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



Bug#525962: libgnutls26 makes apt-transport-https fail with ssl key/cert client authentication

2009-04-28 Thread Simon Josefsson
Marco Amadori amado...@vdavda.com writes:

 Package: libgnutls26
 Severity: important
 Version: 2.4.2-6+lenny1
 Tags: lenny

 When using apt-transport-https to fetch packages from a https web server 
 configured with required client authentication (apt options Acquire::
 {CaInfo,SslCert,SslKey}), an apt-operation will fail with misleading message:

  * 
 # apt-get update
 [...]
 Err https://debian.privateurl lenny/main Packages
   Sub-process bzip2 returned an error code (2)
 Fetched 140B in 0s (248B/s)
 W: GPG error: https://debian.privateurl lenny Release:  The following 
 signatures were invalid: NODATA 1 NODATA 2
 W: Failed to fetch https://debian.privateurl/debian/dists/lenny/main/binary-
 i386/Packages.bz2  Sub-process bzip2 returned an error code (2)

 E: Some index files failed to download, they have been ignored, or old ones 
 used instead.
  * 

 Upgrading to libgnutls26 to sid's 2.6.5-1 fixes the problem.

 If I disable client authentication on the web server, leaving just https 
 server authentication (via the cacert), it works even with lenny's version.

 This bug should be probably mentioned  on apt-transport-https bug entries too 
 since the error reported is misleading and since testing curl via command 
 line 
 with --cacert, --cert and --key just works (with the same .pem files 
 specified 
 in apt.conf*.)

Can you get apt-transport-https to generate debug logs?  If there isn't
code in it already, you may need to add something like this:

static void
tls_log_func (int level, const char *str)
{
  fprintf (stderr, |%d| %s, level, str);
}

  gnutls_global_set_log_function (tls_log_func);
  gnutls_global_set_log_level (4711);

It is difficult to debug this further without the information printed by
the gnutls log.

Thanks,
/Simon



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



Bug#525963: Canon Lide 60: locks up without --batch-count=1

2009-04-28 Thread Guido Günther
Package: libsane
Version: 1.0.19-26
Severity: normal

Hi,
on a Canon Lide 60 (04a9:221c, genesys backend) scanning one page with:

#scanimage --device-name=genesys:libusb:001:011 --mode=Gray -l 0 -y 297 \
 --resolution=300 -x 210 -t 0 --batch --progress --batch-count=1
Scanning 1 pages, incrementing by 1, numbering from 1
Scanning page 1
Scanned page 1. (scanner status = 5)

works perfectly. However using it without --batch-count:

# scanimage --device-name=genesys:libusb:001:011 --mode=Gray \
  -l 0 -y 297 --resolution=300 -x 210 -t 0 --batch --progress
Scanning -1 pages, incrementing by 1, numbering from 1
Scanning page 1
Scanned page 1. (scanner status = 5)
Scanning page 2
tilt

leads to the optical array moving very slowly and the motor making lots
of noise while doing so (after scanning the first page). Interrupting
the scan (CTRL-C) doesn't help, one has to unplug the scanner.

This is a flatbed scanner, so scanning more than one page sure isn't
useful but I'd be great if the device wouldn't become unusable after
scanning one page. Please let me know if you need any more information.
Cheers,
 -- Guido




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



Bug#525960: firmware-iwlwifi: iwl4965 not working on startup, works after suspend

2009-04-28 Thread Aleix Conchillo Flaqué
Also note that this worked fine in previous Debian versions on the same 
machine and same hardware.


Laptop is an ASUS X55S:

00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory 
Controller Hub (rev 03)
00:01.0 PCI bridge: Intel Corporation Mobile PM965/GM965/GL960 PCI 
Express Root Port (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio 
Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 1 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 3 (rev 03)
00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 4 (rev 03)
00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 5 (rev 03)
00:1c.5 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express 
Port 6 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI 
Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI 
Controller #1 (rev 03)

00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface 
Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) 
IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) 
SATA AHCI Controller (rev 03)
01:00.0 VGA compatible controller: ATI Technologies Inc Mobility Radeon 
HD 3400 Series
01:00.1 Audio device: ATI Technologies Inc RV620 Audio device [Radeon HD 
34xx Series]
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8055 PCI-E 
Gigabit Ethernet Controller (rev 13)
05:00.0 Memory controller: Intel Corporation Turbo Memory Controller 
(rev 01)
06:00.0 SATA controller: JMicron Technologies, Inc. JMicron 20360/20363 
AHCI Controller (rev 02)
07:00.0 Network controller: Intel Corporation PRO/Wireless 4965 AG or 
AGN [Kedron] Network Connection (rev 61)
08:01.0 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller 
(rev 05)
08:01.1 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro 
Host Adapter (rev 22)

08:01.2 System peripheral: Ricoh Co Ltd R5C843 MMC Host Controller (rev 12)
08:01.3 System peripheral: Ricoh Co Ltd R5C592 Memory Stick Bus Host 
Adapter (rev 12)

08:01.4 System peripheral: Ricoh Co Ltd xD-Picture Card Controller (rev ff)



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



Bug#513471: [gnash] Gnash does nothing at all for me on my AMD64 machine.

2009-04-28 Thread Miriam Ruiz

Hi,

Does the standalone gnash program work for you on a .swf file?

Regarding the web browser, you should already have a link in 
/usr/lib/mozilla/plugins/, please check it:

/usr/lib/mozilla/plugins/flash-mozilla.so - /etc/alternatives/flash-mozilla.so

And also

/etc/alternatives/flash-mozilla.so - /usr/lib/gnash/libgnashplugin.so

Are you missing any of them? If so, did you already have the non-free plugin 
installed or swfdec?

I'm wondering if the bug report can be merged with http://bugs.debian.org/524050

Greetings,
Miry







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



Bug#469181: libnautilus-extension1: Add subversion extension

2009-04-28 Thread Josselin Mouette
retitle 469181 RFP: NautilusSVN - Nautilus extension to browser Subversion 
repositories
reassign 469181 wnpp
thanks

Le mardi 28 avril 2009 à 14:29 +0800, Jason Heeris a écrit :
 Not sure how relevant this is to the original reporter, but if anyone
 is interested there is NautilusSVN on Google code:
 
 http://code.google.com/p/nautilussvn/

Then let’s make that a RFP. It has nothing to do with nautilus itself.

 It won't work on testing until Nautilus 2.26 goes through.

So what? We develop with unstable, not with testing.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


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


Bug#523345: gstreamer0.10-plugins-bad: Confirmed Pidgin crash

2009-04-28 Thread Ivan Vilata i Balaguer
Sebastian Dröge (el 2009-04-27 a les 11:00:34 +0200) va dir::

 This seems to be more related to another issue. Do you have, by any
 chance, gstreamer0.10-ffmpeg installed and the libavcodec52/etc packages
 from Debian Multimedia or another third party repository?

No, I don't have any of those installed, and I'm using the official Debian
repos.

 Otherwise, please run pidgin from a terminal and paste the output into
 this bug. strace/ltrace would be useless but a backtrace with gdb or a
 valgrind log would be useful.

Here is the output of Pidgin::

  $ LANG=C pidgin
  Pidgin 2.5.5 has segfaulted and attempted to dump a core file.
  This is a bug in the software and has happened through
  no fault of your own.
  
  If you can reproduce the crash, please notify the developers
  by reporting a bug at:
  http://developer.pidgin.im/simpleticket/
  
  Please make sure to specify what you were doing at the time
  and post the backtrace from the core file.  If you do not know
  how to get the backtrace, please read the instructions at
  http://developer.pidgin.im/wiki/GetABacktrace
  Avortat (core dumped)

Here is the GDB backtrace output on the core file produced by Pidgin (with
debugging symbols, i.e. pidgin-dbg, libxml2-dbg, libglib2.0-0-dbg)::

  #0  0x7f2e72943105 in raise () from /lib/libc.so.6
  No symbol table info available.
  #1  0x7f2e72944623 in abort () from /lib/libc.so.6
  No symbol table info available.
  #2  0x0047cea8 in sighandler (sig=value optimized out) at 
../../pidgin/gtkmain.c:193
  No locals.
  #3  signal handler called
  No symbol table info available.
  #4  0x7f2e5e04d1f0 in ?? ()
  No symbol table info available.
  #5  0x7f2e723e4844 in __xmlRaiseError (schannel=0x7f2e5e04d1f0, 
channel=0, data=0x1b57460, 
  ctx=0x1ef1fd0, nod=0x0, domain=1, code=5, level=XML_ERR_FATAL, file=0x0, 
line=1, str1=0x0, 
  str2=0x0, str3=0x0, int1=0, col=213, 
  msg=0x7f2e724cdcd0 Extra content at the end of the document\n) at 
error.c:612
ctxt = (xmlParserCtxtPtr) 0x1ef1fd0
node = (xmlNodePtr) 0x0
str = value optimized out
input = value optimized out
to = (xmlErrorPtr) 0x1ef2228
baseptr = (xmlNodePtr) 0x0
  #6  0x7f2e723e8cf5 in xmlFatalErr (ctxt=0x1ef1fd0, error=value optimized 
out, 
  info=value optimized out) at parser.c:464
errmsg = value optimized out
  #7  0x7f2e723fdbe3 in xmlParseChunk__internal_alias (ctxt=0x1ef1fd0, 
chunk=0x1ef016a , 
  size=value optimized out, terminate=1) at parser.c:11473
end_in_lf = 0
  #8  0x7f2e61ac126b in jabber_parser_free (js=0x1ef9090)
  at ../../../../libpurple/protocols/jabber/parser.c:210
  No locals.
  #9  0x7f2e61abb6b5 in jabber_stream_init (js=0x1ef9090)
  at ../../../../libpurple/protocols/jabber/jabber.c:81
  No locals.
  #10 0x7f2e61abca05 in jabber_login_callback_ssl (data=0x1ef7d40, 
gsc=0x1984410, 
  cond=value optimized out) at 
../../../../libpurple/protocols/jabber/jabber.c:579
js = (JabberStream *) 0x1ef9090
  #11 0x7f2e72ec9a37 in purple_certificate_verify_complete (vrq=0x1d22080, 
  st=PURPLE_CERTIFICATE_VALID) at ../../libpurple/certificate.c:105
__PRETTY_FUNCTION__ = purple_certificate_verify_complete
  #12 0x7f2e72eca292 in x509_tls_cached_start_verify (vrq=0x1d22080)
  at ../../libpurple/certificate.c:1273
tls_peers = value optimized out
__PRETTY_FUNCTION__ = x509_tls_cached_start_verify
  #13 0x7f2e6016df57 in ssl_nss_handshake_cb (data=0x1984410, fd=value 
optimized out, 
  cond=value optimized out) at 
../../../../libpurple/plugins/ssl/ssl-nss.c:357
peers = (GList *) 0x1ba9220
nss_data = value optimized out
  #14 0x004661be in pidgin_io_invoke (source=value optimized out, 
  condition=value optimized out, data=value optimized out) at 
../../pidgin/gtkeventloop.c:78
closure = (PidginIOClosure *) 0x1f1b960
purple_cond = PURPLE_INPUT_READ
  #15 0x7f2e731b4f7a in IA__g_main_context_dispatch (context=0x188dc60)
  at /tmp/buildd/glib2.0-2.20.1/glib/gmain.c:1814
  No locals.
  #16 0x7f2e731b8640 in g_main_context_iterate (context=0x188dc60, block=1, 
dispatch=1, 
  self=value optimized out) at 
/tmp/buildd/glib2.0-2.20.1/glib/gmain.c:2448
max_priority = 2147483647
timeout = 500
some_ready = 1
nfds = 7
allocated_nfds = value optimized out
fds = (GPollFD *) 0x1ef5950
__PRETTY_FUNCTION__ = g_main_context_iterate
  #17 0x7f2e731b8b0d in IA__g_main_loop_run (loop=0x1ef9660)
  at /tmp/buildd/glib2.0-2.20.1/glib/gmain.c:2656
self = (GThread *) 0x185c490
__PRETTY_FUNCTION__ = IA__g_main_loop_run
  #18 0x7f2e74364727 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
  No symbol table info available.
  #19 0x0047d5fb in main (argc=1, argv=0x7fff7dec62f8) at 
../../pidgin/gtkmain.c:881
opt_help = value 

Bug#525964: apt-transport-https should raise their dependency to libcurl3-gnutls 7.18.2-8lenny2 to enable ssl key/cert clients authentication

2009-04-28 Thread Marco Amadori
Package: apt-transport-https
Tags: lenny

Because of bug #525962 [0], apt-transport-https could not fully work with 
libgnutls26  version 2.4.2-6+lenny. This bug affects lenny release of 
libgnutls, on sid everithing works as expected.

Anyway apt-transport-https should depend on libcurl3-gnutls  7.18.2-8lenny2 
(e.g. = 7.19.4-1 which depends on libgnutls26 (= 2.5.9-0) which works).

Commodity link:
[0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525962
-- 
ESC:wq

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




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



Bug#525119: childsplay: bump

2009-04-28 Thread Arthur Marsh
Package: childsplay
Version: 1.1-2
Severity: normal


Hi, this is a relatively simple packaging change to add a depends on 
python-ocempgui - please do so!

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

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

Versions of packages childsplay depends on:
ii  python  2.5.4-2  An interactive high-level object-o
ii  python-gtk2 2.14.1-2 Python bindings for the GTK+ widge
ii  python-numpy1:1.2.1-1Numerical Python adds a fast array
ii  python-pygame   1.7.1release-4.2 SDL bindings for games development
ii  python-sqlalchemy   0.5.3-1  SQL toolkit and Object Relational 
ii  python-support  1.0.2automated rebuilding support for P
ii  ttf-dejavu  2.29-2   Metapackage to pull in ttf-dejavu-

Versions of packages childsplay recommends:
pn  childsplay-alphabet-soundsnone (no description available)

childsplay suggests no packages.

-- 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#494132:

2009-04-28 Thread Matthieu Baechler
The symlink is there, and I still have the bug I described earlier :

sources:~# ls -l /usr/share/pyshared/trac/htdocs/js/
total 64
-rw-r--r-- 1 root root  3435 2008-08-07 03:00 blame.js
-rw-r--r-- 1 root root  3916 2008-08-07 03:00 diff.js
-rw-r--r-- 1 root root  4487 2008-08-07 03:00 expand_dir.js
-rw-r--r-- 1 root root   689 2008-08-07 03:00 folding.js
-rw-r--r-- 1 root root   211 2008-08-07 03:00 ie_pre7_hacks.js
lrwxrwxrwx 1 root root39 2008-10-23 15:57 jquery.js - 
../../../../javascript/jquery/jquery.js
-rw-r--r-- 1 root root  1586 2008-08-07 03:00 keyboard_nav.js
-rw-r--r-- 1 root root   228 2008-08-07 03:00 noconflict.js
-rw-r--r-- 1 root root 10012 2008-08-07 03:00 query.js
-rw-r--r-- 1 root root  2135 2008-08-07 03:00 search.js
-rw-r--r-- 1 root root  4248 2008-08-07 03:00 suggest.js
-rw-r--r-- 1 root root  2100 2008-08-07 03:00 trac.js
-rw-r--r-- 1 root root  3074 2008-08-07 03:00 wikitoolbar.js

sources:~# ls -l /usr/share/javascript/jquery/jquery.js
lrwxrwxrwx 1 root root 14 2008-07-29 17:04 
/usr/share/javascript/jquery/jquery.js - jquery.pack.js

sources:~# ls -l /usr/share/javascript/jquery/jquery.pack.js 
-rw-r--r-- 1 root root 31033 2008-05-24 20:22 
/usr/share/javascript/jquery/jquery.pack.js






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



Bug#525598: #525598: [exaile] Shipped python-feedparser removal breaks exaile

2009-04-28 Thread Adam Cécile (Le_Vert)

Hello,

Thanks a lot for looking at this bug. I missed it because I had exaile 
installed before the dh_python path changed...

I'm working on a fix and will upload it soon.
I guess your first patch was the right way. Drop that stupid symlink and 
rely on python to load the module !


Best regards, Adam.



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



Bug#525955: udev: udevsettle disappears : breaks cryptsetup

2009-04-28 Thread Sven Joachim
On 2009-04-28 10:04 +0200, Marco d'Itri wrote:

 reassign 525955 cryptsetup
 close 525955 2:1.0.6+20090405.svn49-1
 thanks

 See #525518.

Shouldn't there be a Conflicts or Breaks in udev against older
cryptsetup versions?  The current versions of cryptsetup and udev in
squeeze suggest that there will be more such reports. :-(

Sven



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



Bug#525955: udev: udevsettle disappears : breaks cryptsetup

2009-04-28 Thread Marco d'Itri
On Apr 28, Sven Joachim svenj...@gmx.de wrote:

 Shouldn't there be a Conflicts or Breaks in udev against older
 cryptsetup versions?  The current versions of cryptsetup and udev in
There will be one if the cryptsetup will request me to add one.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#525966: All exchange connectivity is gone, presumably evolution-mapi needs packaged for 2.26?

2009-04-28 Thread Eamonn Hamilton
Package: evolution
Version: 2.26.1.1-1
Severity: normal


Hi,

I've just upgraded to 2.26 and it owuld appear that evolution-mapi isnt 
packaged, meaning I can't connect to our exchange box. I guess I'll downgrade 
to 2.24, but is there any intention to package the mapi connector, or am I 
missing something obvious?

Cheers,
Eamonn



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

Kernel: Linux 2.6.29.1 (SMP w/2 CPU cores; PREEMPT)
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 evolution depends on:
ii  dbus 1.2.12-1simple interprocess messaging syst
ii  debconf [deb 1.5.26  Debian configuration management sy
ii  evolution-co 2.26.1.1-1  architecture independent files for
ii  evolution-da 2.26.1.1-1  evolution database backend server
ii  gconf2   2.26.0-1GNOME configuration database syste
ii  gnome-icon-t 2.24.0-4GNOME Desktop icon theme
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libatk1.0-0  1.26.0-1The ATK accessibility toolkit
ii  libbluetooth 3.36-1  Library to use the BlueZ Linux Blu
ii  libbonobo2-0 2.24.1-1Bonobo CORBA interfaces library
ii  libbonoboui2 2.24.1-1The Bonobo UI library
ii  libc62.9-8   GNU C Library: Shared libraries
ii  libcairo21.8.6-2+b1  The Cairo 2D vector graphics libra
ii  libcamel1.2- 2.26.1.1-1  The Evolution MIME message handlin
ii  libdbus-1-3  1.2.12-1simple interprocess messaging syst
ii  libdbus-glib 0.80-4  simple interprocess messaging syst
ii  libebackend1 2.26.1.1-1  Utility library for evolution data
ii  libebook1.2- 2.26.1.1-1  Client library for evolution addre
ii  libecal1.2-7 2.26.1.1-1  Client library for evolution calen
ii  libedataserv 2.26.1.1-1  Utility library for evolution data
ii  libedataserv 2.26.1.1-1  GUI utility library for evolution 
ii  libegroupwis 2.26.1.1-1  Client library for accessing group
ii  libenchant1c 1.4.2-3.3   a wrapper library for various spel
ii  libexchange- 2.26.1.1-1  Client library for accessing Excha
ii  libfontconfi 2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.9-4.1   FreeType 2 font engine, shared lib
ii  libgconf2-4  2.26.0-1GNOME configuration database syste
ii  libgdata-goo 2.26.1.1-1  Client library for accessing Googl
ii  libgdata1.2- 2.26.1.1-1  Client library for accessing Googl
ii  libglade2-0  1:2.6.4-1   library to load .glade files at ru
ii  libglib2.0-0 2.20.1-1The GLib library of C routines
ii  libgnome-pil 2.0.15-2.4  Support libraries for gnome-pilot
ii  libgnome2-0  2.24.1-2The GNOME 2 library - runtime file
ii  libgnomecanv 2.20.1.1-1  A powerful object-oriented display
ii  libgnomeui-0 2.24.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2 1:2.24.1-1  GNOME Virtual File System (runtime
ii  libgtk2.0-0  2.16.1-2The GTK+ graphical user interface 
ii  libgtkhtml-e 3.26.1.1-1  HTML rendering/editing library - e
ii  libgtkhtml3. 3.26.1.1-1  HTML rendering/editing library - r
ii  libhal1  0.5.12~git20090406.46dc48-2 Hardware Abstraction Layer - share
ii  libical0 0.43-2  iCalendar library implementation i
ii  libice6  2:1.0.5-1   X11 Inter-Client Exchange library
ii  libldap-2.4- 2.4.15-1.1  OpenLDAP libraries
ii  libnotify1 [ 0.4.5-1 sends desktop notifications to a n
ii  libnspr4-0d  4.7.4-2 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.3-1Network Security Service libraries
ii  liborbit21:2.14.17-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0- 1.24.0-3+b1 Layout and rendering of internatio
ii  libpisock9   0.12.3-11   library for communicating with a P
ii  libpisync1   0.12.3-11   synchronization library for PalmOS
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libsm6   2:1.1.0-2   X11 Session Management library
ii  libsoup2.4-1 2.26.1-1an HTTP library implementation in 
ii  libsqlite3-0 3.6.13-1SQLite 3 shared library
ii  libusb-0.1-4 2:0.1.12-13 

Bug#525967: passwd: -w/-x report message is misleading

2009-04-28 Thread Valery V. Vorotyntsev
Package: passwd
Version: 1:4.1.3.1-1
Severity: wishlist

`-w' option sets expiration warning days; `-x' sets maximum number of
days before password change.

Neither of them changes password itself. Thus the output of the following
command is misleading:

  # passwd -w 10 -x 60 root
  Password changed.

The message should be ``password: properties updated'' or something
like that. This text is semantically correct and consistent with other
messages, e.g.

  passwd: Authentication token manipulation error
  passwd: password unchanged
  passwd: password updated successfully

Thanks!

--
vvv

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

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

Versions of packages passwd depends on:
ii  debianutils   3.0.1  Miscellaneous utilities specific t
ii  libc6 2.9-4  GNU C Library: Shared libraries
ii  libpam-modules1.0.1-9Pluggable Authentication Modules f
ii  libpam0g  1.0.1-9Pluggable Authentication Modules l
ii  libselinux1   2.0.71-1   SELinux shared libraries

passwd recommends no packages.

passwd 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#481030: I have it too

2009-04-28 Thread Eugen Dedu

I have it too, since about one month (I use unstable).

Very annoying, indeed.

I use amd64 too.

--
Eugen



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



Bug#525965: mdadm: install script returns 1

2009-04-28 Thread Roberto Guerra
Package: mdadm
Version: 2.6.29-1
Severity: important


Installing the package returns the following error:

/usr/share/debconf/confmodule: line 65: $@: unbound variable
dpkg: errore processando mdadm (--install):
 subprocess installed post-installation script returned error exit status 1

I had to remove mdadm to make synaptic going on.
I've updated a lot of packages after that and never encountered problems.



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

Kernel: Linux 2.6.29-1.slh.5-sidux-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mdadm depends on:
ii  debconf   1.5.26 Debian configuration management sy
ii  libc6 2.9-8  GNU C Library: Shared libraries
ii  lsb-base  3.2-22 Linux Standard Base 3.2 init scrip
ii  makedev   2.3.1-88   creates device files in /dev
ii  udev  0.141-1/dev/ and hotplug management daemo

Versions of packages mdadm recommends:
ii  exim4-daemon-light [mail-tran 4.69-9 lightweight Exim MTA (v4) daemon
ii  module-init-tools 3.7-pre9-1 tools for managing Linux kernel mo

mdadm 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#525071: Regarding the amule segfault bug

2009-04-28 Thread Adeodato Simó
Hello all.

Thanks for your report about the current segfault in Debian. I've asked
the libcrypto++ maintiner to help with the issue, since the crash seems
to happen in libcrypto++ code, and he's taking a look at the issue. I'll
keep you updated about any progress.

Cheers,

-- 
- Are you sure we're good?
- Always.
-- Rory and Lorelai




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



Bug#524982: [Pkg-openssl-devel] Bug#524982: Integrate compatibility patches for Cisco VPN client DTLS

2009-04-28 Thread Ross Burton
On Mon, 2009-04-27 at 23:24 +0200, Kurt Roeckx wrote:
  Please consider integrating the compatibility patches for Cisco VPN client 
  DTLS
  support.  These have been integrated into the upstream 0.9.8-stable branch 
  and
  I've been using them locally for some time now.
 
 If my memory is any good, that last patch has been around
 for some time without respons from upstream, but now finally
 seems to have made it.  I'll see about uploading a new version.
 
 I should probably also start with 1.0.0 in experimental.

Yeah, it's been in limbo for quite a while.  For what it's worth, Fedora
integrated the patch some time ago.

Ross
-- 
Ross Burton mail: r...@burtonini.com
  jabber: r...@burtonini.com
   www: http://burtonini.com


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


Bug#407789: hal: Bug confirmation

2009-04-28 Thread Tomasz Miodek

Package: hal
Version: 0.5.11-8
Followup-For: Bug #407789

Unfortunately this bug affects my laptop too.
After some (unpredictable time) laptop (Toshiba Satellite 1800-804) freezes.
Logs comparable to those here. Responds to mouse moves after few seconds
from the move.
Top shows hald consuming up to 99,4% of CPU.

Killing hald restored normal laptop functionality, but of course I have no
longer auto detection of USB devices, DVD-ROM, eth connections nor battery
state. I guess turning off CD-ROM checking could be a workaround (with
manual mounting of CDs/DVDs of course).

I also believe those bugs refer to the same bug/problem (newest with 
best name in my opinion):

#509027
#428756
#456214

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

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

Versions of packages hal depends on:
ii  adduser   3.110  add and remove users and groups
ii  dbus  1.2.1-5simple interprocess 
messaging syst
ii  hal-info  20080508+git20080601-1 Hardware Abstraction Layer 
- fdi f

ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libdbus-1-3   1.2.1-5simple interprocess 
messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess 
messaging syst
ii  libexpat1 2.0.1-4XML parsing C library - 
runtime li

ii  libgcc1   1:4.3.2-1.1GCC support library
ii  libglib2.0-0  2.16.6-1+lenny1The GLib library of C routines
ii  libhal-storage1   0.5.11-8   Hardware Abstraction Layer 
- share
ii  libhal1   0.5.11-8   Hardware Abstraction Layer 
- share
ii  libsmbios22.0.3.dfsg-1   Provide access to (SM)BIOS 
informa

ii  libstdc++64.3.2-1.1  The GNU Standard C++ Library v3
ii  libusb-0.1-4  2:0.1.12-13userspace USB programming 
library

ii  libvolume-id0 0.125-7+lenny1 libvolume_id shared library
ii  lsb-base  3.2-20 Linux Standard Base 3.2 
init scrip
ii  mount 2.13.1.1-1 Tools for mounting and 
manipulatin

ii  pciutils  1:3.0.0-6  Linux PCI Utilities
ii  pm-utils  1.1.2.4-1  utilities and scripts for 
power ma
ii  udev  0.125-7+lenny1 /dev/ and hotplug 
management daemo

ii  usbutils  0.73-10Linux USB utilities

Versions of packages hal recommends:
ii  eject   2.1.5+deb1-4 ejects CDs and operates 
CD-Changer

pn  libsmbios-bin   none   (no description available)

Versions of packages hal suggests:
pn  gnome-device-manager  none (no description available)

-- no debconf information

Some logs from dmesg:
[  162.816744] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  181.388085] eth0: no IPv6 routers present
[ 1434.028069] hdc: irq timeout: status=0xd0 { Busy }
[ 1434.028096] ide: failed opcode was: unknown
[ 1439.032035] hdc: status timeout: status=0xd0 { Busy }
[ 1439.032042] ide: failed opcode was: unknown
[ 1439.032051] hdc: drive not ready for command
[ 1444.036033] hdc: status timeout: status=0xd0 { Busy }
[ 1444.036040] ide: failed opcode was: unknown
[ 1444.036046] hdc: drive not ready for command
[ 1444.036053] hdc: weird block size 0
[ 1444.036057] hdc: default to 2kb block size
[ 1449.040032] hdc: status timeout: status=0xd0 { Busy }
[ 1449.040039] ide: failed opcode was: unknown
[ 1449.040045] hdc: drive not ready for command
[ 1454.044032] hdc: status timeout: status=0xd0 { Busy }
[ 1454.044039] ide: failed opcode was: unknown
[ 1454.044045] hdc: drive not ready for command

and so on until hal was killed.





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



Bug#525935: FTBFS because librefblas3-dev does not exist

2009-04-28 Thread Sylvestre Ledru
Hello Jose,

Le mardi 28 avril 2009 à 00:47 +0200, Jose Ramon Alvarez Sanchez a
écrit :

 Does build system support alternatives in build-depends?
 It seems to stop after the first miss in the 3 alternatives, even when
 the second one exists.
Interesting point ...
This is working with svn-buildpackage and cowbuilder/pbuilder.
I am going to change the order for:
libblas-dev | librefblas3-dev | atlas3-base-dev,
(and fix the naming problem with atlas)

We could also report a bug against buildd don't you think ?

 In architectures hppa and mips there are also other specific problems
 in build-depends (java related). In any case, probably build-depends
 must be cleaned and updated.
OK, thanks for the information.

Sylvestre





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



Bug#525915: Patch

2009-04-28 Thread Josselin Mouette
Le mardi 28 avril 2009 à 09:35 +0200, Emilio Pozuelo Monfort a écrit :
 Jonny Lamb wrote:
  So, I've attached an initial patch to add this package. The patch adds
  the following lintian error:
  
  E: libglib2.0-0-refdbg: unstripped-binary-or-object
  ./usr/lib/refdbg/libgobject-2.0.so.0.2000.1
  
  I guess we should override it, right?
 
 I think you should rather file a bug on lintian, as that seems to be the
 standard location for refdbg and won't be exclusive to GLib

I think it makes more sense to ignore it or override it for the moment.
If we have to create more packages this way, we’ll see if it’s needed to
change lintian.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


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


Bug#525969: udev reports the usage of an invalid parameter '-s'

2009-04-28 Thread tj
Package: udev
Version: 0.141-1
Severity: critical
Justification: breaks the whole system

udev reports an invalid parameter '-s'. this doesn't happen with version
0.125-6 of udev.

on the log i seen multipathd reporting error when calling scsi_id, for
example:

Apr 28 09:27:25 info multipathd: error calling out /lib/udev/scsi_id -g -u -s 
/block/sda


-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 36
-rw-r--r-- 1 root root 3586 2008-08-28 02:39 50-udev.rules
-rw-r--r-- 1 root root 1543 2008-08-28 02:39 60-persistent-input.rules
-rw-r--r-- 1 root root 4554 2008-08-28 02:39 60-persistent-storage.rules
-rw-r--r-- 1 root root 1582 2008-08-28 02:39 60-persistent-storage-tape.rules
-rw-r--r-- 1 root root  523 2008-08-28 02:39 60-persistent-v4l.rules
-rw-r--r-- 1 root root 1137 2008-10-01 18:05 65_dmsetup.rules
-rw-r--r-- 1 root root  374 2006-10-17 10:47 70-persistent-cd.rules
-rw-r--r-- 1 root root  442 2009-04-27 12:05 70-persistent-net.rules
-rw-r--r-- 1 root root  452 2008-08-28 02:39 75-cd-aliases-generator.rules
-rw-r--r-- 1 root root 3081 2008-08-28 02:39 75-persistent-net-generator.rules
-rw-r--r-- 1 root root 2282 2008-08-28 02:39 80-drivers.rules
-rw-r--r-- 1 root root 4247 2008-08-28 02:39 91-permissions.rules
-rw-r--r-- 1 root root  593 2008-08-28 02:39 95-late.rules
lrwxrwxrwx 1 root root   15 2007-05-28 16:59 z60_hdparm.rules - ../hdparm.rules
-rw-r--r-- 1 root root 1240 2008-08-21 10:09 z60_kpartx.rules
-rw-r--r-- 1 root root  183 2008-07-02 17:23 z60_mt-st.rules
-rw-r--r-- 1 root root  325 2008-07-31 08:39 z60_multipath.rules
lrwxrwxrwx 1 root root   20 2009-02-13 15:05 z60_xen-backend.rules - 
../xen-backend.rules

-- /sys/:
/sys/block/cciss!c0d0/cciss!c0d0p1/dev
/sys/block/cciss!c0d0/cciss!c0d0p2/dev
/sys/block/cciss!c0d0/cciss!c0d0p3/dev
/sys/block/cciss!c0d0/cciss!c0d0p4/dev
/sys/block/cciss!c0d0/cciss!c0d0p5/dev
/sys/block/cciss!c0d0/cciss!c0d0p6/dev
/sys/block/cciss!c0d0/cciss!c0d0p7/dev
/sys/block/cciss!c0d0/cciss!c0d0p8/dev
/sys/block/cciss!c0d0/dev
/sys/block/cciss!c0d1/cciss!c0d1p1/dev
/sys/block/cciss!c0d1/dev
/sys/block/dm-0/dev
/sys/block/dm-10/dev
/sys/block/dm-1/dev
/sys/block/dm-2/dev
/sys/block/dm-3/dev
/sys/block/dm-4/dev
/sys/block/dm-5/dev
/sys/block/dm-6/dev
/sys/block/dm-7/dev
/sys/block/dm-8/dev
/sys/block/dm-9/dev
/sys/block/fd0/dev
/sys/block/hda/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/block/sda/dev
/sys/block/sda/sda1/dev
/sys/block/sdb/dev
/sys/block/sdb/sdb1/dev
/sys/block/sdc/dev
/sys/block/sdc/sdc1/dev
/sys/block/sdd/dev
/sys/block/sdd/sdd1/dev
/sys/block/sdd/sdd2/dev
/sys/block/sdd/sdd3/dev
/sys/block/sdd/sdd4/dev
/sys/block/sde/dev
/sys/block/sde/sde1/dev
/sys/block/sdf/dev
/sys/block/sdf/sdf1/dev
/sys/block/sdg/dev
/sys/block/sdg/sdg1/dev
/sys/block/sdh/dev
/sys/block/sdh/sdh1/dev
/sys/block/sdh/sdh2/dev
/sys/block/sdh/sdh3/dev
/sys/block/sdh/sdh4/dev
/sys/class/bsg/0:0:0:0/dev
/sys/class/bsg/0:0:0:1/dev
/sys/class/bsg/0:0:0:2/dev
/sys/class/bsg/0:0:0:3/dev
/sys/class/bsg/0:0:0:4/dev
/sys/class/bsg/0:0:1:0/dev
/sys/class/bsg/0:0:1:1/dev
/sys/class/bsg/0:0:1:2/dev
/sys/class/bsg/0:0:1:3/dev
/sys/class/bsg/0:0:1:4/dev
/sys/class/bsg/0:0:2:0/dev
/sys/class/bsg/0:0:2:1/dev
/sys/class/iLO/hpilo!d0ccb0/dev
/sys/class/iLO/hpilo!d0ccb1/dev
/sys/class/iLO/hpilo!d0ccb2/dev
/sys/class/iLO/hpilo!d0ccb3/dev
/sys/class/iLO/hpilo!d0ccb4/dev
/sys/class/iLO/hpilo!d0ccb5/dev
/sys/class/iLO/hpilo!d0ccb6/dev
/sys/class/iLO/hpilo!d0ccb7/dev
/sys/class/input/input0/event0/dev
/sys/class/input/input1/event1/dev
/sys/class/input/input2/event2/dev
/sys/class/input/input3/event3/dev
/sys/class/input/input3/mouse0/dev
/sys/class/input/mice/dev
/sys/class/misc/cpu_dma_latency/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/evtchn/dev
/sys/class/misc/hw_random/dev
/sys/class/misc/network_latency/dev
/sys/class/misc/network_throughput/dev
/sys/class/misc/psaux/dev
/sys/class/misc/tgt/dev
/sys/class/rtc/rtc0/dev
/sys/class/scsi_changer/sch0/dev
/sys/class/scsi_generic/sg0/dev
/sys/class/scsi_generic/sg10/dev
/sys/class/scsi_generic/sg11/dev
/sys/class/scsi_generic/sg1/dev
/sys/class/scsi_generic/sg2/dev
/sys/class/scsi_generic/sg3/dev
/sys/class/scsi_generic/sg4/dev
/sys/class/scsi_generic/sg5/dev
/sys/class/scsi_generic/sg6/dev
/sys/class/scsi_generic/sg7/dev
/sys/class/scsi_generic/sg8/dev
/sys/class/scsi_generic/sg9/dev
/sys/class/scsi_tape/nst0a/dev
/sys/class/scsi_tape/nst0/dev
/sys/class/scsi_tape/nst0l/dev
/sys/class/scsi_tape/nst0m/dev
/sys/class/scsi_tape/st0a/dev
/sys/class/scsi_tape/st0/dev
/sys/class/scsi_tape/st0l/dev
/sys/class/scsi_tape/st0m/dev
/sys/class/usb_device/usbdev1.1/dev
/sys/class/usb_device/usbdev2.1/dev

Bug#524794: libgl1-mesa-dri: OpenGL apps redraw over any other window

2009-04-28 Thread Michel Dänzer
On Mon, 2009-04-27 at 18:59 +0200, GSR wrote:
 Hi,
 daen...@debian.org (2009-04-27 at 1206.12 +0200):
   I would try to show the artifacts, but screen captures do not show
   OpenGL apps, just black or data from 2D apps (again, before upgrade,
   capturing was possible with simple tools like ImageMagick's import).
  
  Weird, these symptoms sound exactly like what would be expected with a
  compositing manager... I suppose you're sure there isn't something like
  even just xcompmgr -a in your X session startup scripts? :}
 
 ps wuax | grep [x]compmgr - nothing. If I run the command myself, bug
 happens anyway. What is more, it happens when running xcompmgr -c and
 things are worse, the shadow is left over other windows so it is like
 if the system also forgot the 3D window and associated shadow passed
 over a zone and thus had to be refreshed (it does not happen with
 shadow from a xterm, for example).

Yeah, these are the longstanding issues between Composite and the
traditional DRI, which will be fixed with DRI2.


 Funny side note: then it says using unsupported XAA and that I should use
 EXA...

The message doesn't (mean to) say XAA is unsupported, just that there is
no RENDER acceleration with XAA.


 I have been also trying other 3D apps, like Supertuxkart, and found
 out the one running via PLib/SDL does not cause stacking issues, just
 that in screenshots I get black pixels in zones covered by other
 windows and the 3D content in non covered parts. STK from SVN does not
 use SDL anymore... and the full bug appears.

Does running the affected apps with

XLIB_SKIP_ARGB_VISUALS=1

work around the problem?


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



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



Bug#525970: please make Meta-A behaviour configurable

2009-04-28 Thread Simon Richter
Package: irssi
Version: 0.8.13-1
Severity: wishlist

Hi,

0.8.13 changed the default behaviour for Meta-a (go to window with
activity), which a number of people apparently find confusing.

Since the behaviour is hardcoded, the only way to change it is to recompile
irssi, which is probably not a solution for some users, so it would be good
if that were configurable.

   Simon

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

Kernel: Linux 2.6.26-1-powerpc
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages irssi depends on:
ii  libc6 2.9-6  GNU C Library: Shared libraries
ii  libglib2.0-0  2.20.1-1   The GLib library of C routines
ii  libncurses5   5.7+20090411-1 shared libraries for terminal hand
ii  libperl5.10   5.10.0-19  Shared Perl library
ii  libssl0.9.8   0.9.8g-16  SSL shared libraries
ii  perl  5.10.0-19  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.10.0 5.10.0-19  minimal Perl system

irssi recommends no packages.

Versions of packages irssi suggests:
pn  irssi-scripts 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#481030: I have it too

2009-04-28 Thread Josselin Mouette
Le mardi 28 avril 2009 à 10:34 +0200, Eugen Dedu a écrit :
 I have it too, since about one month (I use unstable).
 
 Very annoying, indeed.
 
 I use amd64 too.

It would be nice if you could provide a backtrace of the crash, as
currently there is not enough information to do anything with this bug.

Cheers,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


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


Bug#525963: Canon Lide 60: locks up without --batch-count=1

2009-04-28 Thread Julien BLACHE
Guido Günther a...@sigxcpu.org wrote:

Hi,

 This is a flatbed scanner, so scanning more than one page sure isn't
 useful but I'd be great if the device wouldn't become unusable after
 scanning one page. Please let me know if you need any more information.

You probably want --batch-prompt if you don't have an ADF on the
scanner. Could you try that?

It'll be worth retesting --batch alone with 1.0.20 next week, though.

JB.

-- 
 Julien BLACHE - Debian  GNU/Linux Developer - jbla...@debian.org 
 
 Public key available on http://www.jblache.org - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



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



Bug#525969: udev reports the usage of an invalid parameter '-s'

2009-04-28 Thread Marco d'Itri
reassign 525969 multipath-tools
close 525969 0.4.8-12
thanks

On Apr 28, t...@uevora.pt wrote:

 udev reports an invalid parameter '-s'. this doesn't happen with version
 0.125-6 of udev.
Do not use it then.
Your version of multipath-tools is obsolete.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#525965: (no subject)

2009-04-28 Thread roberto_g
the correct version is 2.6.9-1

I also tried to download and install the stable version, but the result is 
the same.

thank you,
Rob



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



Bug#525736: console-setup: kbd actions on seat2 show up on console of seat1

2009-04-28 Thread Julien Cristau
On Mon, Apr 27, 2009 at 17:27:59 -0500, hugo vanwoerkom wrote:

 Since all the multiseat is in xorg.conf and gdm.conf where does it say what
 *is* and *is not* supported by Debian regarding those configuration files;
 and for the last 5 years it has worked flawlessly.
 
Disable AutoAddDevices in xorg.conf, and things should work as before.
See xserver-xorg's NEWS.Debian file for some information on the recent
changes.

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#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Rene Engelhard
Hi,

Raphael Hertzog wrote:
 So the problem only happens during upgrades. If python-uno is unpacked but
 not configured, it will not work, you can easily reproduce the problem
 by doing this:
 rhert...@rivendell:~$ sudo dpkg --unpack 
 /var/cache/apt/archives/python-uno_1%3a3.0.1-11_i386.deb 
 (Lecture de la base de données... 235909 fichiers et répertoires déjà 
 installés.)
 Préparation du remplacement de python-uno 1:3.0.1-11 (en utilisant 
 .../python-uno_1%3a3.0.1-11_i386.deb) ...
 Dépaquetage de la mise à jour de python-uno ...
 rhert...@rivendell:~$ sudo dpkg --unpack 
 /var/cache/apt/archives/openoffice.org-emailmerge_1%3a3.0.1-11_all.deb 
 (Lecture de la base de données... 235909 fichiers et répertoires déjà 
 installés.)
 Préparation du remplacement de openoffice.org-emailmerge 1:3.0.1-11 (en 
 utilisant .../openoffice.org-emailmerge_1%3a3.0.1-11_all.deb) ...
 Removing extension org.openoffice.legacy.mailmerge.py...
 ERROR: python-loader:type 'exceptions.ImportError': No module named 
 pythonloader, traceback follows
 no traceback available
 
 unopkg failed.
  done.
 Dépaquetage de la mise à jour de openoffice.org-emailmerge ...
 
 Either you pre-depend on python-uno or you ensure that python-uno is
 functional when simply unpacked (and not configured). Or you stop removing

Tell that our beloved new python policy guys with pycentral/pysupport, please.
Where the stuff is only there after the packages' postinst ran.

 the extension in the preinst and do everything in the postinst.

No, it has to be removed in the preinst, because the postinst registers the
*new* one, and the old one should be gone before the new one gets installed.
Otherwise you might get interesting effects..

Looks like I need a Pre-Depends: on python-uno. sigh.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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



Bug#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Raphael Hertzog
tag 522022 - moreinfo unreproducible
thanks

So the problem only happens during upgrades. If python-uno is unpacked but
not configured, it will not work, you can easily reproduce the problem
by doing this:
rhert...@rivendell:~$ sudo dpkg --unpack 
/var/cache/apt/archives/python-uno_1%3a3.0.1-11_i386.deb 
(Lecture de la base de données... 235909 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de python-uno 1:3.0.1-11 (en utilisant 
.../python-uno_1%3a3.0.1-11_i386.deb) ...
Dépaquetage de la mise à jour de python-uno ...
rhert...@rivendell:~$ sudo dpkg --unpack 
/var/cache/apt/archives/openoffice.org-emailmerge_1%3a3.0.1-11_all.deb 
(Lecture de la base de données... 235909 fichiers et répertoires déjà 
installés.)
Préparation du remplacement de openoffice.org-emailmerge 1:3.0.1-11 (en 
utilisant .../openoffice.org-emailmerge_1%3a3.0.1-11_all.deb) ...
Removing extension org.openoffice.legacy.mailmerge.py...
ERROR: python-loader:type 'exceptions.ImportError': No module named 
pythonloader, traceback follows
no traceback available

unopkg failed.
 done.
Dépaquetage de la mise à jour de openoffice.org-emailmerge ...

Either you pre-depend on python-uno or you ensure that python-uno is
functional when simply unpacked (and not configured). Or you stop removing
the extension in the preinst and do everything in the postinst.

Cheers,
-- 
Raphaël Hertzog

Contribuez à Debian et gagnez un cahier de l'admin Debian Lenny :
http://www.ouaza.com/wp/2009/03/02/contribuer-a-debian-gagner-un-livre/



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



Bug#525094: linux-image-2.6.26-2-amd64: initrd image creation fails

2009-04-28 Thread maximilian attems
 cpio: ./etc/udev/rules.d/libmtp8.rules: Cannot stat: No such file
 ordirectory

ls -l /etc/udev/rules.d/

is aboves repeatable, does rerunning help:
update-initramfs -u




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



Bug#525962: libgnutls26 makes apt-transport-https fail with ssl key/cert client authentication

2009-04-28 Thread Marco Amadori
On Tuesday 28 April 2009, 10:08:26, you wrote:

 Can you get apt-transport-https to generate debug logs?

yes, I attached a log after adding 'Debug::Acquire::https true;' to the apt-
conf.d/mystuff file.

 If there isn't
 code in it already, you may need to add something like this:

I cannot add this in a simple way, main method/https.cc just invokes

curl_global_init(CURL_GLOBAL_SSL) ;

 It is difficult to debug this further without the information printed by
 the gnutls log.

I hope tah the attached log could be enough.

-- 
ESC:wq

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

Hit http://develop2 lenny Release.gpg
* About to connect() to random.url.com port 443 (#0)
*   Trying publicip... * connected
* Connected to random.url.com (publicip) port 443 (#0)
Hit http://develop2 lenny Release
* found 1 certificates in /etc/apt/certs/random.url.com-cacert.pem
Ign http://develop2 lenny/main Packages/DiffIndex
Hit http://develop2 lenny/main Packages
*server certificate verification OK
*common name: random.url.com (matched)
*server certificate expiration date OK
*server certificate activation date OK
*certificate public key: RSA
*certificate version: #3
*subject: C=IT,ST=Italy,L=random_city,O=randomcomp Certification 
Authority,OU=RD,CN=random.url.com,EMAIL=rd@randomcomp.com
*start date: Wed, 22 Apr 2009 13:02:50 GMT
*expire date: Thu, 22 Apr 2010 13:02:50 GMT
*issuer: C=IT,ST=Italy,L=random_city,O=randomcomp Certification 
Authority,OU=RD,CN=random.url.com,EMAIL=rd@randomcomp.com
*compression: NULL
*cipher: AES-128-CBC
*MAC: SHA1
 GET /debian/dists/lenny/Release.gpg HTTP/1.1
User-Agent: Debian APT-CURL/1.0 (0.7.21)
Host: random.url.com
Accept: */*
Cache-Control: max-age=0

* gnutls_handshake() failed: Decryption has failed.
* GnuTLS recv error (-10): The specified session has been invalidated for some 
reason.
* Connection #0 to host random.url.com left intact
* Connection #0 seems to be dead!
* Closing connection #0
* About to connect() to random.url.com port 443 (#0)
*   Trying publicip... * connected
* Connected to random.url.com (publicip) port 443 (#0)
* found 1 certificates in /etc/apt/certs/random.url.com-cacert.pem
*server certificate verification OK
*common name: random.url.com (matched)
*server certificate expiration date OK
*server certificate activation date OK
*certificate public key: RSA
*certificate version: #3
*subject: C=IT,ST=Italy,L=random_city,O=randomcomp Certification 
Authority,OU=RD,CN=random.url.com,EMAIL=rd@randomcomp.com
*start date: Wed, 22 Apr 2009 13:02:50 GMT
*expire date: Thu, 22 Apr 2010 13:02:50 GMT
*issuer: C=IT,ST=Italy,L=random_city,O=randomcomp Certification 
Authority,OU=RD,CN=random.url.com,EMAIL=rd@randomcomp.com
*compression: NULL
*cipher: AES-128-CBC
*MAC: SHA1
 GET /debian/dists/lenny/Release HTTP/1.1
User-Agent: Debian APT-CURL/1.0 (0.7.21)
Host: random.url.com
Accept: */*
If-Modified-Since: Tue, 28 Apr 2009 09:38:37 GMT
Cache-Control: max-age=0

* gnutls_handshake() failed: Decryption has failed.
* GnuTLS recv error (-10): The specified session has been invalidated for some 
reason.
* Connection #0 to host random.url.com left intact
Ign https://random.url.com lenny Release
* Connection #0 seems to be dead!
* Closing connection #0
* About to connect() to random.url.com port 443 (#0)
*   Trying publicip... * connected
* Connected to random.url.com (publicip) port 443 (#0)
* found 1 certificates in /etc/apt/certs/random.url.com-cacert.pem
*server certificate verification OK
*common name: random.url.com (matched)
*server certificate expiration date OK
*server certificate activation date OK
*certificate public key: RSA
*certificate version: #3
*subject: C=IT,ST=Italy,L=random_city,O=randomcomp Certification 
Authority,OU=RD,CN=random.url.com,EMAIL=rd@randomcomp.com
*start date: Wed, 22 Apr 2009 13:02:50 GMT
*expire date: Thu, 22 Apr 2010 13:02:50 GMT
*issuer: C=IT,ST=Italy,L=random_city,O=randomcomp Certification 
Authority,OU=RD,CN=random.url.com,EMAIL=rd@randomcomp.com
*compression: NULL
*cipher: AES-128-CBC
*MAC: SHA1
 GET /debian/dists/lenny/main/binary-i386/Packages.diff/Index HTTP/1.1
User-Agent: Debian APT-CURL/1.0 (0.7.21)
Host: random.url.com
Accept: */*
If-Modified-Since: Tue, 28 Apr 2009 09:38:38 GMT
Cache-Control: max-age=0

* gnutls_handshake() failed: Decryption has failed.
* GnuTLS recv error (-10): The specified session has been invalidated for some 
reason.
* Connection #0 to host random.url.com left intact
* Connection #0 seems to be dead!
* Closing connection #0
* About to connect() to random.url.com port 443 (#0)
*   Trying publicip... * connected
* Connected to random.url.com 

Bug#525972: restarting awesome empties systray applet in gnome panel

2009-04-28 Thread Raphaël Hertzog
Package: awesome
Version: 3.2.1-1
Severity: normal

When I restart awesome (Mod4 + Ctrl + R), the systray applet in the Gnome
panel is emptied. Even restarting applications like zim or nm-applet
doesn't bring back their icons there.

I have to remove the applet and re-add it to make it work again.

I don't use naughty, it's commented out in .config/rc.lua so I don't see
how awesome is interferring here.

-- Notification library
-- require(naughty)

I use the Gnome session in gdm and I start awesome via gnome-wm.

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

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

Versions of packages awesome depends on:
ii  libc6 2.9-8  GNU C Library: Shared libraries
ii  libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.12-1   simple interprocess messaging syst
ii  libev33.43-1.1   high-performance event loop librar
ii  libglib2.0-0  2.20.1-1   The GLib library of C routines
ii  libimlib2 1.4.2-4+b1 powerful image loading and renderi
ii  liblua5.1-0   5.1.4-3Simple, extensible, embeddable pro
ii  libncurses5   5.7+20090411-1 shared libraries for terminal hand
ii  libpango1.0-0 1.24.0-3+b1Layout and rendering of internatio
ii  libreadline5  5.2-4  GNU readline and history libraries
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxcb-atom1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-aux0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-event1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-icccm1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-image0 0.3.4-1utility libraries for X C Binding 
ii  libxcb-keysyms0   0.3.3-2utility libraries for X C Binding 
ii  libxcb-property1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-randr0 1.2-1  X C Binding, randr extension
ii  libxcb-render-util0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-render01.2-1  X C Binding, render extension
ii  libxcb-shm0   1.2-1  X C Binding, shm extension
ii  libxcb-xinerama0  1.2-1  X C Binding, xinerama extension
ii  libxcb-xtest0 1.2-1  X C Binding, xtest extension
ii  libxcb1   1.2-1  X C Binding
ii  menu  2.1.41 generates programs menu for all me

Versions of packages awesome recommends:
ii  x11-xserver-utils 7.4+2  X server utilities

awesome 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#522022: ERROR: python-loader:type 'exceptions.ImportError': No module named pythonloader

2009-04-28 Thread Josselin Mouette
Le mardi 28 avril 2009 à 11:45 +0200, Rene Engelhard a écrit :
  Préparation du remplacement de openoffice.org-emailmerge 1:3.0.1-11 (en 
  utilisant .../openoffice.org-emailmerge_1%3a3.0.1-11_all.deb) ...
  Removing extension org.openoffice.legacy.mailmerge.py...
  ERROR: python-loader:type 'exceptions.ImportError': No module named 
  pythonloader, traceback follows
  no traceback available
  
  unopkg failed.
   done.
  Dépaquetage de la mise à jour de openoffice.org-emailmerge ...
  
  Either you pre-depend on python-uno or you ensure that python-uno is
  functional when simply unpacked (and not configured). Or you stop removing

No, this doesn’t work. There is absolutely no guarantee that
dependencies will be unpacked at the time the preinst is run.

 Tell that our beloved new python policy guys with pycentral/pysupport, please.
 Where the stuff is only there after the packages' postinst ran.

Since this won’t work, you shouldn’t bother with that. There is
absolutely nothing specific to Python here.

  the extension in the preinst and do everything in the postinst.
 
 No, it has to be removed in the preinst, because the postinst registers the
 *new* one, and the old one should be gone before the new one gets installed.
 Otherwise you might get interesting effects..
 
 Looks like I need a Pre-Depends: on python-uno. sigh.

You need a Pre-Depends on whatever is used in the preinst. This is why
it is strongly discouraged to do anything funky in the preinst. If you
have stuff to deconfigure during upgrades, you need to do it, if
possible, in the prerm of the old package.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


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


Bug#525973: RM: toolame -- RoM: obsolete, superseded by twolame

2009-04-28 Thread Fabian Greffrath

Package: ftp.debian.org

As discussed before [1], I would like to request removal of the 
toolame package from unstable and testing, now that the fixed version 
02l-6lenny1 has entered the stable point release.


[1] http://lists.debian.org/debian-release/2009/03/msg00168.html

Cheers,
Fabian

--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de



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



Bug#509866: found the ALL CAPS bug

2009-04-28 Thread Simon Richter
Package: apt
Version: 0.7.21
Severity: normal

Hi,

I believe the problem is line 785 of apt-pkg/deb/dpkgpm.cc:

| tcgetattr(0, tt);

The return code is not checked here; the call will fail if stdin is not a
terminal (in the case of d-i and autobuilders, it isn't), and the termios
struct ends up uninitialized, so the pty for dpkg is set up randomly.

   Simon

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

Kernel: Linux 2.6.26-1-powerpc
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt depends on:
ii  debian-archive-keyring2009.01.31 GnuPG archive keys of the Debian a
ii  libc6 2.9-6  GNU C Library: Shared libraries
ii  libgcc1   1:4.3.3-7  GCC support library
ii  libstdc++64.3.3-7The GNU Standard C++ Library v3

apt recommends no packages.

Versions of packages apt suggests:
pn  apt-doc   none (no description available)
ii  aptitude  0.4.11.11-1+b1 terminal-based package manager
ii  bzip2 1.0.5-1high-quality block-sorting file co
ii  dpkg-dev  1.14.26Debian package development tools
ii  lzma  4.43-14Compression method of 7z format in
pn  python-aptnone (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#489457: experimental does not solve stable

2009-04-28 Thread Con Kolivas
On Tue, 28 Apr 2009 17:51:23 Rene Engelhard wrote:
 Hi,

 Con Kolivas wrote:
  Wait. I don't understand how suggesting installing a package from the
  experimental packages is meant to be a solution for the stable

 I didn't. The only thing I did was just to mark it as fixed in the 3.0
 packages.
 If you look at the version graph (I fixed the version info right now) you
 see it'll still appear as not fixed for stable.

  release. I have this same problem on 3 standard lenny installations on

 a) This bugs is closed with 3.0.0-1, which is not in experimental anymore,
but followers of it are even in *testing*
 b) bugs get closed when the fixed package appears.
It doesn't say that this is fixed in stable but says that it's fixed in
the version it was closed with. It will still appear open for stable.
 c) it's not a (release-)critical bug, so I fear I will never get the
 approval to fix it in stable - expecially since we don't have a patch but
 just know that it works in 3.0.

Thanks for explaining that. That's a massive disappointment because it's an 
absolute showstopper for oo.o and Japanese word processing. Furthermore, it's 
purely a debian bug because the oo.o packages don't have this issue, only the 
debian ones. I guess I have no choice but to break package management and 
start installing random crap again.

-ck



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



Bug#525974: awesome: hiding the zim window from systray doesn't work

2009-04-28 Thread Raphaël Hertzog
Package: awesome
Version: 3.2.1-1
Severity: normal

I am used to show/hide the Zim window by clicking on its systray
icon. It opens the window fine but it doesn't hide it again. Same for the
skype window.

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

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

Versions of packages awesome depends on:
ii  libc6 2.9-8  GNU C Library: Shared libraries
ii  libcairo2 1.8.6-2+b1 The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.12-1   simple interprocess messaging syst
ii  libev33.43-1.1   high-performance event loop librar
ii  libglib2.0-0  2.20.1-1   The GLib library of C routines
ii  libimlib2 1.4.2-4+b1 powerful image loading and renderi
ii  liblua5.1-0   5.1.4-3Simple, extensible, embeddable pro
ii  libncurses5   5.7+20090411-1 shared libraries for terminal hand
ii  libpango1.0-0 1.24.0-3+b1Layout and rendering of internatio
ii  libreadline5  5.2-4  GNU readline and history libraries
ii  libx11-6  2:1.2.1-1  X11 client-side library
ii  libxcb-atom1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-aux0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-event1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-icccm1 0.3.4-1utility libraries for X C Binding 
ii  libxcb-image0 0.3.4-1utility libraries for X C Binding 
ii  libxcb-keysyms0   0.3.3-2utility libraries for X C Binding 
ii  libxcb-property1  0.3.4-1utility libraries for X C Binding 
ii  libxcb-randr0 1.2-1  X C Binding, randr extension
ii  libxcb-render-util0   0.3.4-1utility libraries for X C Binding 
ii  libxcb-render01.2-1  X C Binding, render extension
ii  libxcb-shm0   1.2-1  X C Binding, shm extension
ii  libxcb-xinerama0  1.2-1  X C Binding, xinerama extension
ii  libxcb-xtest0 1.2-1  X C Binding, xtest extension
ii  libxcb1   1.2-1  X C Binding
ii  menu  2.1.41 generates programs menu for all me

Versions of packages awesome recommends:
ii  x11-xserver-utils 7.4+2  X server utilities

awesome 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#525956: amavisd-new: cron.daily config cannot open ..updates_spamassassin_org.cf

2009-04-28 Thread Berni Elbourn
Fab- many thanks for your time. For now I have just run the Fixup on my 
system.


Not sure of protocol here...should the or me re-assign it to spamassassin?

Berni



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



Bug#477921: wajig: Is there something holding up this bug?

2009-04-28 Thread Reuben Thomas
Package: wajig
Version: 2.0.38
Followup-For: Bug #477921


We seemed to agree on a way forwards with this bug (use the code I
provided) nearly a year ago. Is there something else lacking for its
resolution?

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

Kernel: Linux 2.6.26-1-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 wajig depends on:
ii  apt  0.7.20.2+lenny1 Advanced front-end for dpkg
ii  dselect  1.14.25 Debian package management front-en
ii  python   2.5.2-3 An interactive high-level object-o
ii  python-apt   0.7.7.1+nmu1Python interface to libapt-pkg
ii  python-central   0.6.8   register and build utility for Pyt

wajig recommends no packages.

Versions of packages wajig suggests:
pn  alien   none   (no description available)
pn  apt-listbugsnone   (no description available)
pn  apt-movenone   (no description available)
ii  apt-show-versions   0.15 lists available package versions w
ii  debconf 1.5.24   Debian configuration management sy
ii  deborphan   1.7.27   program that can find unused packa
pn  dpkg-repack none   (no description available)
ii  fakeroot1.11 Gives a fake root environment
ii  fping   2.4b2-to-ipv6-15 sends ICMP ECHO_REQUEST packets to
pn  gkdebconf   none   (no description available)
pn  gnome-tasksel   none   (no description available)
pn  gnome-terminal  none   (no description available)
ii  locales 2.7-18   GNU C Library: National Language (
pn  lynxnone   (no description available)
pn  python-glade2   none   (no description available)
pn  python-gnome2   none   (no description available)
pn  python-gtk2 none   (no description available)
ii  reportbug   3.48 reports bugs in the Debian distrib
ii  sudo1.6.9p17-2   Provide limited super user privile
pn  vrmsnone   (no description available)
ii  wget1.11.4-2 retrieves files from the web

-- 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#525962: libgnutls26 makes apt-transport-https fail with ssl key/cert client authentication

2009-04-28 Thread Marco Amadori
On Tuesday 28 April 2009, 12:02:25, you wrote:

  yes, I attached a log after adding 'Debug::Acquire::https true;' to the
  apt- conf.d/mystuff file.

 Unfortunately it doesn't give that many details.  What kind of server is
 it?

It is a debian lenny with apache hosting a custom reprepro repository of some 
debian packages.
 
 Even if apt-transport-https uses curl, it should be possible to include
 a call directly to GnuTLS in the code, like this:

I rebuilt apt-transport-https with your suggestions and attached a more 
verbose debug. (1Mb !)

I hope it could help now.

P.S. I do not see this bug showed under libgnutls26 bug page [0], could it be 
due I tagged it lenny ?

[0] http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=libgnutls26

-- 
ESC:wq

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



ssl_enhanced.debug.lzma
Description: application/lzma


Bug#525975: konqueror: Cannot verify SSL certificates as only the broken md5 digest is shown, must display SHA1 digest

2009-04-28 Thread Bernhard Reiter
Package: konqueror
Version: 4:3.5.9.dfsg.1-6
Severity: important


As the md5 digest is broken enough [1], 
to verify a certificate a different digest should be displayed. 
Iceweasel also shows SHA1, this is what I think is best. 

Needless to say: This is a security issue with konqueror.

How to see the problem:
a) Try to go to https://debian.org/ (and make sure that you have not
   accepted the certifiacte or ca.debian.org before)
b) You get a question if you want to accept the certificate, press details.
c) The KDE-SSL-Information Konqueror window comes up.
Now you can only see the MD5-Digest.
Expectation: At least the SHA1-Digest should be shown in a detail. 

Note: the dialog might come from a different KDE packages, but the security
problem comes up with konqueror being used as a webbrowser, thus I believe this
is the right package to report against first.

[1] http://www.win.tue.nl/hashclash/rogue-ca/

-- System Information:
Debian Release: 5.0.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-1-powerpc
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages konqueror depends on:
ii  kcontrol 4:3.5.9.dfsg.1-6control center for KDE
ii  kdebase-kio-plug 4:3.5.9.dfsg.1-6core I/O slaves for KDE
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny1 core libraries and binaries for al
ii  kdesktop 4:3.5.9.dfsg.1-6miscellaneous binaries and files f
ii  kfind4:3.5.9.dfsg.1-6file-find utility for KDE
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libkonq4 4:3.5.9.dfsg.1-6core libraries for Konqueror
ii  libqt3-mt3:3.3.8b-5  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

konqueror recommends no packages.

Versions of packages konqueror suggests:
ii  gij-4.14.1.1-20  The GNU Java bytecode interpreter
ii  khelpcente 4:4.0.0.really.3.5.9.dfsg.1-6 help center for KDE
ii  konq-plugi 4:3.5.9-2 plugins for Konqueror, the KDE fil
ii  ksvg   4:3.5.9-3 SVG viewer for KDE
pn  libgcj7-aw none(no description available)
pn  libjessie- 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#519754: solved in 2.1.2

2009-04-28 Thread Francesco Potorti`
Apparently 2.1.2-1 has solved the problem.
It works now for me.



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



Bug#506703: new version (0.1.22) for amavis-stats

2009-04-28 Thread Gokdeniz Karadag
Hi,

I can test the package. Where can I find it ?

- Gokdeniz Karadag

Barry deFreese demis ki::
 Hi,
 
 I have a package of 0.1.22 ready to go but I am not overly familiar with
 using it.  Is there any chance you could do some testing for me?
 
 Thanks!
 
 Barry deFreese
 Debian QA



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



Bug#525962: libgnutls26 makes apt-transport-https fail with ssl key/cert client authentication

2009-04-28 Thread Simon Josefsson
Marco Amadori amado...@vdavda.com writes:

 On Tuesday 28 April 2009, 12:02:25, you wrote:

  yes, I attached a log after adding 'Debug::Acquire::https true;' to the
  apt- conf.d/mystuff file.

 Unfortunately it doesn't give that many details.  What kind of server is
 it?

 It is a debian lenny with apache hosting a custom reprepro repository of some 
 debian packages.

Apache with mod_ssl or mod_gnutls?

 Even if apt-transport-https uses curl, it should be possible to include
 a call directly to GnuTLS in the code, like this:

 I rebuilt apt-transport-https with your suggestions and attached a more 
 verbose debug. (1Mb !)

Thanks.  It busy waits instead of using select, which causes the long
debug log.  Attached is a edited log that cuts out all the repeated
calls to read.

Could you also generate a similar log for gnutls 2.6.x that works?

I'm not sure what the log implies, it seems strange to me.  Comparing it
with the gnutls 2.6.x log might suggest something.

 P.S. I do not see this bug showed under libgnutls26 bug page [0], could it be 
 due I tagged it lenny ?

 [0] http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=libgnutls26

It seems to be there now.

/Simon


ssl_enhanced.debug.gz
Description: Binary data


  1   2   3   4   5   >