Bug#751703: cinder-volume: tgt dependency should be on a minimum version

2014-06-15 Thread Romain Chantereau
Package: cinder-volume
Version: 2014.1.1-1~bpo70+1
Severity: normal

Dear Maintainer,

after installing cinder-volume on a fresh Wheezy, I was unable to attach any
created volume to instance until I installed the tgt package version
“1:1.0.47-1~bpo70+1”.

As Debian officially provides the “1:1.0.17-1.1” for Wheezy and no minimum
version is required for tgt, this version was installed.

With this version impossible to attach, with the bpo (your’s :-)) everything
went fine.

Could you add a minimum version on the tgt dependency ?

Thanks for you work,
Regards,
Romain

-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages cinder-volume depends on:
ii  adduser3.113+nmu3
ii  cinder-common  2014.1.1-1~bpo70+1
ii  dpkg   1.16.15
ii  lsb-base   4.1+Debian8+deb7u1
ii  lvm2   2.02.95-8
ii  python 2.7.3-4+deb7u1
ii  qemu-utils 1.7.0+dfsg-8~bpo70+1
ii  tgt1:1.0.47-1~bpo70+1

cinder-volume recommends no packages.

Versions of packages cinder-volume suggests:
pn  ceph-common  none

-- Configuration Files:
/etc/cinder/rootwrap.d/volume.filters [Errno 13] Permission non accordée: 
u'/etc/cinder/rootwrap.d/volume.filters'

-- 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#751524: neutron-dhcp-agent: dnsmasq process do not have permission to access his option file

2014-06-13 Thread Romain Chantereau
Package: neutron-dhcp-agent
Version: 2014.1.1-2~bpo70+1
Severity: normal

Dear Maintainer,

After installing and following the OpenStack installation guide I faced an 
issue with instance not getting his IP from the DHCP server.

After some investigation, syslog reported:
/var/lib/neutron/dhcp/{id}/host : Permission denied

And as the dnsmasq process is launch as nobody, and as the /var/lib/neutron 
is only rx for owner and group (neutron) only (no right for others), the dns 
masq process was unable to read his allocable IP pool.

I just done a chmod o+x /var/lib/neutron and it worked.

Could you fix it in the package (finding a way to run dnsmasq as neutron user 
or setting the suffisant permission on the directory)?

Thanks for your work.
Regards,
Romain

-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages neutron-dhcp-agent depends on:
ii  adduser 3.113+nmu3
ii  dnsmasq-base2.62-3+deb7u1
ii  dnsmasq-utils   2.62-3+deb7u1
ii  dpkg1.16.15
ii  neutron-common  2014.1.1-2~bpo70+1
ii  sudo1.8.5p2-1+nmu1

neutron-dhcp-agent recommends no packages.

neutron-dhcp-agent suggests no packages.

-- Configuration Files:
/etc/neutron/dhcp_agent.ini [Errno 13] Permission denied: 
u'/etc/neutron/dhcp_agent.ini'

-- no debconf information



Bug#750415: neutron: OVS lib defer apply doesn't handle concurrency patch outdated

2014-06-03 Thread Romain Chantereau
Package: neutron
Severity: normal

Dear Maintainer,

The included patch “OVS_lib_defer_apply_doesn_t_handle_concurrency.patch”
seems to use an old code version.

Since the patch is now integrated into master and backported to
icehouse, could
you update this patch with the patch set available here:
https://review.openstack.org/#/c/94250/ (or directly here :
https://review.openstack.org/gitweb?p=openstack/neutron.git;a=patch;h=efa4f2895f739ba191cfdd8dbe35e37fbead06c4
).

Perhaps you should prefer to wait the 2014.1.1 release and remove the patch
instead of update it for 2 days :-)



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

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


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



Bug#748779: python-pysnmp4: Missing minimal version deps on python-pyasn1

2014-05-20 Thread Romain Chantereau
Package: python-pysnmp4
Version: 4.2.5-1
Severity: minor

Dear Maintainer,

The requires.txt of pysnmp4.2.5 specifies that it depends on pyasn1=0.1.2

The Depends of this package just ask for python-pyasn1 without requiring a
minimal version.

In some configuration (strongly controlled or more exotic ones) this package
could be installed with a older version without any warning.

Perhaps you could report the version requirement in the dependence list?

Regards,



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

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

Versions of packages python-pysnmp4 depends on:
ii  python 2.7.5-5
ii  python-crypto  2.6.1-2
ii  python-pyasn1  0.1.7-1
ii  smitools   0.4.8+dfsg2-8

Versions of packages python-pysnmp4 recommends:
ii  python-pysnmp4-apps  0.3.2-1
ii  python-pysnmp4-mibs  0.1.3-1
ii  python-twisted   13.1.0-1

Versions of packages python-pysnmp4 suggests:
pn  doc-basenone
pn  python-pysnmp4-doc  none

-- 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#748272: isc-dhcp-client: RFC 3442 Classless Static Routes related typo in dhclient-script

2014-05-15 Thread Romain Chantereau
Package: isc-dhcp-client
Version: 4.2.4-7
Severity: important
Tags: patch

Dear Maintainer,

According to RFC 3442, if the DHCP server returns both a Classless Static
Routes option and a Router option, the DHCP client MUST ignore the Router
option. Similarly, if the DHCP server returns both a Classless Static Routes
option and a Static Routes option, the DHCP client MUST ignore the Static
Routes option.

I was on the first case and my dhclient set default gateway according to
routers option and static routes according to CSR: that was not the expected
behaviour.
After some hours of investigations, I found a typo in dhclient-script.
The joined patch fix it.

After applying this patch, router option is no longer applied if CSR are
provided.

Of course I believe this fix could break a lot of config based badly
setup dhcp
server but it is the RFC *MUST* prescription.



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

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

Versions of packages isc-dhcp-client depends on:
ii  debianutils  4.4
ii  iproute  1:3.12.0-1
ii  isc-dhcp-common  4.2.4-7
ii  libc62.17-97

isc-dhcp-client recommends no packages.

Versions of packages isc-dhcp-client suggests:
ii  avahi-autoipd  0.6.31-2
ii  resolvconf 1.74

-- no debconf information

--- dhclient-script.orig	2014-05-15 14:21:43.709814975 +
+++ dhclient-script	2014-05-15 14:22:06.673814975 +
@@ -272,7 +272,7 @@
 
 	# if we have $new_rfc3442_classless_static_routes then we have to
 	# ignore $new_routers entirely
-	if [ ! $new_rfc3442_classless_static_routers ]; then
+	if [ ! $new_rfc3442_classless_static_routes ]; then
 		# set if_metric if IF_METRIC is set or there's more than one router
 		if_metric=$IF_METRIC
 		if [ ${new_routers%% *} != ${new_routers} ]; then



Bug#737638: swift: New upstream release (v1.12)

2014-02-04 Thread Romain Chantereau

Package: swift
Severity: wishlist
Tags: upstream

Dear Maintainer,

A new swift version has been released upstream.

Since the 1.8, there were a lots of bug fixes and improvements.

Could you package this latest version ?

Best regards,



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

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


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



Bug#737639: swift-plugin-s3: Signature creation HEAD and ACL calls bugs fixed upstream

2014-02-04 Thread Romain Chantereau

Package: swift-plugin-s3
Version: 1.7-3~bpo2012.04+1
Severity: important
Tags: patch

Dear Maintainer,
There are two very annoying bugs on this middleware. Theses issues are fixed
upstream.

As there is no new release, could-you applies the following commits as 
Debian

patches ?


*
https://github.com/fujita/swift3/commit/b8b5998e0a9fad4e63dc8db2085e8bfbc387dec4
*
https://github.com/fujita/swift3/commit/47148674264dd4b07ff396f3481bbba203937491

Thanks you,
Regards,

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

Kernel: Linux 3.12-1-amd64 (SMP w/4 CPU cores)


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



Bug#736931: ceilometer: No logrotate post-rotate instruction

2014-01-28 Thread Romain Chantereau
Package: ceilometer
Version: 2013.2.1-3~bpo2012.04+1
Severity: normal

Dear Maintainer,

ceilometer packages contains logrotate configuration fragments for produced log
files. I.E:

# cat /etc/logrotate.d/ceilometer-collector
/var/log/ceilometer/ceilometer-collector.log {
daily
missingok
compress
delaycompress
notifempty
}

As there is no reload/restard to the process, the log file is never switched
and the rotated file is still used by the process (ie:  /var/log/ceilometer
/ceilometer-collector.log.1) until it is archived and deleted.

Perhaps a post-rotate action is needed ?

Thanks.



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

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


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



Bug#736930: ceilometer: No logrotate post-rotate instruction

2014-01-28 Thread Romain Chantereau

Package: ceilometer
Version: 2013.2.1-3~bpo2012.04+1
Severity: normal

Dear Maintainer,

ceilometer packages contains logrotate configuration fragments for 
produced log

files. I.E:

# cat /etc/logrotate.d/ceilometer-collector
/var/log/ceilometer/ceilometer-collector.log {
daily
missingok
compress
delaycompress
notifempty
}

As there is no reload/restard to the process, the log file is never switched
and the rotated file is still used by the process (ie:  /var/log/ceilometer
/ceilometer-collector.log.1) until it is archived and deleted.

Perhaps a post-rotate action is needed ?

Thanks.



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

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


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



Bug#620532: luma: Fix rdn exception

2011-04-02 Thread Romain Chantereau
Package: luma
Version: 2.4-3
Severity: important
Tags: squeeze sid patch

When using debian/ubuntu distributed version of luma to create object, all
users experiments the following exception:

XX:XX:XX   An unhandled exception occured. This is most likely a bug
in the programming of Luma. In order to fix this, send an email with the
following text and a detailed description of what you were doing to
luma-us...@lists.sourceforge.net.
  File /usr/lib/luma/base/utils/gui/AdvancedObjectWidget.py, line 442, in
modifierClicked
self.editAttribute(attributeName, index)
  File /usr/lib/luma/base/utils/gui/AdvancedObjectWidget.py, line 496, in
editAttribute
self.ldapDataObject.setAttributeValue(attributeName, index, newValue)
  File /usr/lib/luma/base/backend/SmartDataObject.py, line 369, in
setAttributeValue
attributeName = self.attributeMap[attributeName.lower()]
Reason: type 'exceptions.KeyError' u'rdn'


Replacing the line 369 of “/usr/lib/luma/base/backend/SmartDataObject.py”
by the following one fixes the problem without cancelling the maintainer work:

attributeName = self.attributeMap.get(attributeName.lower(),
attributeName)



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

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

Versions of packages luma depends on:
ii  python   2.6.6-12interactive high-level object-orie
ii  python-ldap  2.3.11-1LDAP interface module for Python
ii  python-qt3   3.18.1-4+b1 Qt3 bindings for Python
ii  python-support   1.0.11  automated rebuilding support for P

luma recommends no packages.

luma 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#546840: widelands: Please specify a more precise depends list.

2009-09-15 Thread Romain Chantereau
Package: widelands
Version: 1:14~rc1-2
Severity: wishlist

Widelands 14rc build depend on scons = 1.0.1, libboost-dev | libboost1.35-dev,
libboost-program-options-dev | libboost-program-options1.35-dev.

This more precise depends list permits to build widelands on a Debian stable
(with a upgraded scons).

Thanks

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

Kernel: Linux 2.6.26-2-686 (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 widelands depends on:
ii  libboost-program-optio 1.35.0-5  program options library for C++
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libggz20.0.14.1-1GGZ Gaming Zone: common utilities 
ii  libggzcore90.0.14.1-1GGZ Gaming Zone: core client front
ii  libggzmod4 0.0.14.1-1GGZ Gaming Zone: game frontend lib
ii  libpng12-0 1.2.27-2+lenny2   PNG library - runtime
ii  libsdl-gfx1.2-42.0.13-4  drawing and graphical effects exte
ii  libsdl-image1.21.2.6-3   image loading library for Simple D
ii  libsdl-mixer1.21.2.8-4   mixer library for Simple DirectMed
ii  libsdl-net1.2  1.2.7-2   network library for Simple DirectM
ii  libsdl-ttf2.0-02.0.9-1   ttf library for Simple DirectMedia
ii  libsdl1.2debian1.2.13-2  Simple DirectMedia Layer
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  widelands-data 1:14~rc1-2fantasy real-time strategy game (d
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

widelands recommends no packages.

widelands 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#197417: gnome-pilot: Similar problem with Palm Zire.

2009-08-02 Thread Romain Chantereau
Package: gnome-pilot
Version: 2.0.15-2.4
Followup-For: Bug #197417

Hi !

I have a Palm Zire and I am unable to sync with gnome-pilot.

Here my connection config::

** Message: Cradle Type - USB
** Message: cradle device name - Zire
** Message: cradle device name - usb:
** Message: Pilot Speed  - 115200
** Message: Timeout - 1

The gpilotd outputs this when a synchro is attempted::

gpilotd-Message: Regarde Zire (usb:)
gpilotd-Message: Found 4766, 0001
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0502, 0736
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 091e, 0004
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 115e, f100
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 082d, 0100
gpilotd-Message: Using net FALSE
gpilotd-Message: Found 082d, 0200
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 082d, 0300
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0c88, 0021
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0001
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0002
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0003
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0020
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0031
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0040
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0050
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0060
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0061
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0070
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 0830, 0080
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 04e8, 8001
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 04e8, 6601
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 054c, 0038
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 054c, 0066
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 054c, 0095
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 054c, 009a
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 054c, 00c9
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 054c, 00da
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 054c, 00e9
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 054c, 0144
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 054c, 0169
gpilotd-Message: Using net TRUE
gpilotd-Message: Found 12ef, 0100
gpilotd-Message: Using net TRUE
gpilotd-Message: setting PILOTRATE=115200

(gpilotd:13969): gpilotd-WARNING **: An error occurred while getting 
the PDA's system data

(gpilotd:13969): gpilotd-WARNING **: error -201 from pi_close.

Sometimes, only the two last lines are displayed.

- I have another computer where the synchro is working well.
- I tried getting the ID and manualy setting it, same results.
- I increased the timeout, same results.
- I set the timeout to zero, the Zire gave up and gpilotd waits undefinitly
  and never display the two last lines.

What can I do in order to resolve this problem ?

Thanks you very much,
Romain

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'proposed-updates')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-backports.1-686 (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 gnome-pilot depends on:
ii  gconf2  2.22.0-1 GNOME configuration database syste
ii  libart-2.0-22.3.20-2 Library of functions for 2D graphi
ii  libatk1.0-0 1.22.0-1 The ATK accessibility toolkit
ii  libbonobo2-02.22.0-1 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.22.0-1 The Bonobo UI library
ii  libc6   2.7-18   GNU C Library: Shared libraries
ii  libcairo2   1.6.4-7  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.2.1-5+lenny1   simple interprocess messaging syst
ii  libdbus-glib-1-20.76-1   simple interprocess messaging syst
ii  libgconf2-4 2.22.0-1 GNOME configuration database syste
ii  libglade2-0 1:2.6.2-1library to load .glade files at ru
ii  libglib2.0-02.16.6-2 The GLib library of C routines
ii  libgnome-pilot2 2.0.15-2.4   Support libraries 

Bug#520556: lsb-related

2009-03-21 Thread Romain Chantereau
Look bug #520499

Cheers,
Romain




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



Bug#498925: evolution: Invalid memory reference

2008-09-14 Thread Romain Chantereau

Package: evolution
Version: 2.22.3.1-1
Severity: important
File: /usr/bin/evolution

*** Please describe what you were doing when the application crashed ***
Everytime I close evolution, it crashes and loose IMAP data sometimes. The 
actual workaround is to synchronise and put it in offline mode.

I hope this trace will be helpfull, I installed all the dbg package I thought 
usefull.

[Thread debugging using libthread_db enabled]
[New Thread 0xb65cdb40 (LWP 11390)]
[New Thread 0xb3db5b90 (LWP 24107)]
[New Thread 0xb34ffb90 (LWP 24106)]
0xb7fa1424 in __kernel_vsyscall ()
#0  0xb7fa1424 in __kernel_vsyscall ()
#1  0xb7addffb in waitpid () from /lib/i686/cmov/libpthread.so.0
#2  0xb7f9d9a3 in ?? () from /usr/lib/debreaper/libviaticum.so
#3  0x6ba2 in ?? ()
#4  0xbfaba5a8 in ?? ()
#5  0x in ?? ()

Thread 3 (Thread 0xb34ffb90 (LWP 24106)):
#0  0xb7fa1424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6c17ce7 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb6cd9802 in g_main_context_iterate (context=0xa001b58, block=1, 
dispatch=1, self=0x9f4d218)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2954
max_priority = 2147483647
timeout = -1
some_ready = value optimized out
nfds = 1
allocated_nfds = value optimized out
fds = (GPollFD *) 0x9610b58
__PRETTY_FUNCTION__ = g_main_context_iterate
#3  0xb6cd9e92 in IA__g_main_loop_run (loop=0x9fdba30)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2853
self = (GThread *) 0x9f4d218
__PRETTY_FUNCTION__ = IA__g_main_loop_run
#4  0xb7c108b2 in startup_mainloop (arg=0x0) at e-book.c:3773
loop = (GMainLoop *) 0xfdfc
#5  0xb6d0025f in g_thread_create_proxy (data=0x9f4d218)
at /tmp/buildd/glib2.0-2.16.5/glib/gthread.c:635
__PRETTY_FUNCTION__ = g_thread_create_proxy
#6  0xb7ad64c0 in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#7  0xb6c2255e in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 2 (Thread 0xb3db5b90 (LWP 24107)):
#0  0xb7fa1424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6c17ce7 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb6cd9802 in g_main_context_iterate (context=0xa001bd8, block=1, 
dispatch=1, self=0xaafcf6b0)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2954
max_priority = 2147483647
timeout = -1
some_ready = value optimized out
nfds = 8
allocated_nfds = value optimized out
fds = (GPollFD *) 0x9f57730
__PRETTY_FUNCTION__ = g_main_context_iterate
#3  0xb6cd9e92 in IA__g_main_loop_run (loop=0x9f9f9d0)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2853
self = (GThread *) 0xaafcf6b0
__PRETTY_FUNCTION__ = IA__g_main_loop_run
#4  0xb76f6b50 in ?? () from /usr/lib/libORBit-2.so.0
No symbol table info available.
#5  0x09f9f9d0 in ?? ()
No symbol table info available.
#6  0xb6d514a8 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#7  0xb3db5358 in ?? ()
No symbol table info available.
#8  0xb6d0025f in g_thread_create_proxy (data=0xaafcf6b0)
at /tmp/buildd/glib2.0-2.16.5/glib/gthread.c:635
__PRETTY_FUNCTION__ = g_thread_create_proxy
Backtrace stopped: frame did not save the PC

Thread 1 (Thread 0xb65cdb40 (LWP 11390)):
#0  0xb7fa1424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7addffb in waitpid () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7f9d9a3 in ?? () from /usr/lib/debreaper/libviaticum.so
No symbol table info available.
#3  0x6ba2 in ?? ()
No symbol table info available.
#4  0xbfaba5a8 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.
#0  0xb7fa1424 in __kernel_vsyscall ()

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

Kernel: Linux 2.6.26-1-686 (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 evolution depends on:
ii  dbus   1.2.1-3   simple interprocess messaging syst
ii  evolution-common   2.22.3.1-1architecture independent files for
ii  evolution-data-server  2.22.3-1  evolution database backend server
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gtkhtml3.143.18.3-1  HTML rendering/editing library - b
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbluetooth2  3.36-1Library to use the BlueZ Linux Blu
ii  libbonobo2-0

Bug#494077: epiphany-gecko: Invalid memory reference

2008-08-06 Thread Romain Chantereau
Package: epiphany-gecko
Version: 2.22.3-1
Severity: important
File: /usr/bin/epiphany-gecko

*** Please describe what you were doing when the application crashed ***

I just close a tab with a flash content... It never does that with iceweasel. 
So this not entirely the flash plugin fault.

[Thread debugging using libthread_db enabled]
[New Thread 0xb6a32a70 (LWP 26840)]
[New Thread 0xabbf8b90 (LWP 27944)]
[New Thread 0xacdffb90 (LWP 27943)]
[New Thread 0xa8bf2b90 (LWP 27942)]
[New Thread 0xa93f3b90 (LWP 27941)]
[New Thread 0xac3f9b90 (LWP 26919)]
[New Thread 0xab3f7b90 (LWP 26918)]
[New Thread 0xaabf6b90 (LWP 26917)]
[New Thread 0xaf3ffb90 (LWP 26855)]
[New Thread 0xb0f17b90 (LWP 26849)]
[New Thread 0xb1f19b90 (LWP 26848)]
[New Thread 0xb1718b90 (LWP 26847)]
0xb7eed424 in __kernel_vsyscall ()
#0  0xb7eed424 in __kernel_vsyscall ()
#1  0xb70ccffb in waitpid () from /lib/i686/cmov/libpthread.so.0
#2  0xb7ee99a3 in ?? () from /usr/lib/debreaper/libviaticum.so
#3  0x7b2a in ?? ()
#4  0xbf804ed8 in ?? ()
#5  0x in ?? ()

Thread 12 (Thread 0xb1718b90 (LWP 26847)):
#0  0xb7eed424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb70c9352 in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7e946ce in pt_TimedWait (cv=0x820a4bc, ml=0x820ad18, timeout=9403)
at ptsynch.c:280
rv = 264759
now = {tv_sec = 1218000556, tv_usec = 414437}
tmo = {tv_sec = 1218000565, tv_nsec = 817437000}
ticks = 1000
#3  0xb7e954b0 in PR_WaitCondVar (cvar=0x820a4b8, timeout=9403)
at ptsynch.c:407
rv = value optimized out
thred = value optimized out
#4  0xb65265c4 in TimerThread::Run (this=0x820ac60) at TimerThread.cpp:345
waitFor = 4294966780
#5  0xb6523686 in nsThread::ProcessNextEvent (this=0x904c650, mayWait=1, 
result=0xb1718304) at nsThread.cpp:510
notifyGlobalObserver = 1
obs = {nsCOMPtr_base = {mRawPtr = 0x0}, No data fields}
event = {nsCOMPtr_base = {mRawPtr = 0x820ac60}, No data fields}
rv = 0
#6  0xb64f5804 in NS_ProcessNextEvent_P (thread=0x80, mayWait=1)
at nsThreadUtils.cpp:230
val = value optimized out
#7  0xb6523ded in nsThread::ThreadFunc (arg=0x904c650) at nsThread.cpp:253
event = {nsCOMPtr_base = {mRawPtr = 0x0}, No data fields}
#8  0xb7e9b7d1 in _pt_root (arg=0x9097498) at ptthread.c:221
detached = 0
#9  0xb70c54c0 in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#10 0xb6e2a55e in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 11 (Thread 0xb1f19b90 (LWP 26848)):
#0  0xb7eed424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb70c9025 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7e95529 in PR_WaitCondVar (cvar=0x90bd810, timeout=4294967295)
at ptsynch.c:405
rv = value optimized out
thred = (PRThread *) 0x90bd850
#3  0xb6377154 in nsSSLThread::Run (this=0x90bd788) at nsSSLThread.cpp:964
threadLock = {nsAutoLockBase = {No data fields}, 
  mLock = 0x90bd7b0, mLocked = 1}
pending_work = value optimized out
busy_socket_ssl_state = nsSSLSocketThreadData::ssl_reading_done
needToSetPollableEvent = 1
socketToDestroy = (class nsNSSSocketInfo *) 0x1
#4  0xb6376aae in nsPSMBackgroundThread::nsThreadRunner (arg=0x90bd788)
at nsPSMBackgroundThread.cpp:44
No locals.
#5  0xb7e9b7d1 in _pt_root (arg=0x90bd850) at ptthread.c:221
detached = 0
#6  0xb70c54c0 in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#7  0xb6e2a55e in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 10 (Thread 0xb0f17b90 (LWP 26849)):
#0  0xb7eed424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb70c9025 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7e95529 in PR_WaitCondVar (cvar=0x90bd9e0, timeout=4294967295)
at ptsynch.c:405
rv = value optimized out
thred = (PRThread *) 0x90bda20
#3  0xb63781ea in nsCertVerificationThread::Run (this=0x90bd930)
at nsCertVerificationThread.cpp:138
No locals.
#4  0xb6376aae in nsPSMBackgroundThread::nsThreadRunner (arg=0x90bd930)
at nsPSMBackgroundThread.cpp:44
No locals.
#5  0xb7e9b7d1 in _pt_root (arg=0x90bda20) at ptthread.c:221
detached = 0
#6  0xb70c54c0 in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#7  0xb6e2a55e in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 9 (Thread 0xaf3ffb90 (LWP 26855)):
#0  0xb7eed424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb70c9025 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7e95529 in PR_WaitCondVar (cvar=0xaf400750, 

Bug#494078: epiphany-gecko: Invalid memory reference

2008-08-06 Thread Romain Chantereau
Package: epiphany-gecko
Version: 2.22.3-1
Severity: important
File: /usr/bin/epiphany-gecko

*** Please describe what you were doing when the application crashed ***
Restoring a crashed session.


[Thread debugging using libthread_db enabled]
[New Thread 0xb6a61a70 (LWP 3)]
[New Thread 0xadb40b90 (LWP 32387)]
[New Thread 0xacb3eb90 (LWP 32364)]
[New Thread 0xad33fb90 (LWP 32363)]
[New Thread 0xb056fb90 (LWP 32362)]
[New Thread 0xafd6eb90 (LWP 32361)]
[New Thread 0xaf56db90 (LWP 32261)]
[New Thread 0xb0f46b90 (LWP 32257)]
[New Thread 0xb1f48b90 (LWP 32256)]
[New Thread 0xb1747b90 (LWP 32254)]
[New Thread 0xb59c6b90 (LWP 32229)]
0xb7f1c424 in __kernel_vsyscall ()
#0  0xb7f1c424 in __kernel_vsyscall ()
#1  0xb70fbffb in waitpid () from /lib/i686/cmov/libpthread.so.0
#2  0xb7f189a3 in ?? () from /usr/lib/debreaper/libviaticum.so
#3  0x7e93 in ?? ()
#4  0xbfa34938 in ?? ()
#5  0x in ?? ()

Thread 11 (Thread 0xb59c6b90 (LWP 32229)):
#0  0xb7f1c424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6e4ece7 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb7ec646c in _pr_poll_with_poll (pds=0xa01edb0, npds=9, timeout=65535000)
at ptio.c:3895
stack_syspoll = {{fd = 18, events = 1, revents = 0}, {fd = 56, 
events = 3, revents = 0}, {fd = 34, events = 3, revents = 0}, {fd = 57, 
events = 3, revents = 0}, {fd = 52, events = 3, revents = 0}, {fd = 40, 
events = 3, revents = 0}, {fd = 42, events = 3, revents = 0}, {fd = 41, 
events = 3, revents = 0}, {fd = 60, events = 3, revents = 0}, {
fd = 182095420, events = -11492, revents = -18823}, {fd = -1248043096, 
events = -29492, revents = -18870}, {fd = 182095420, events = 1, 
revents = 0}, {fd = -1248043080, events = 9228, revents = -18859}, {
fd = -1248043096, events = -11492, revents = -18823}, {fd = -1248043080, 
events = -11492, revents = -18823}, {fd = -1223730802, events = -32696, 
revents = 2553}, {fd = -1248043064, events = -851, revents = -18863}, {
fd = 182095408, events = 14, revents = -32761}, {fd = 3, events = 22637, 
revents = -18453}, {fd = -1223725092, events = -11492, revents = -18823}, 
  {fd = 32229, events = 0, revents = 0}, {fd = 1, events = 24328, 
revents = -21768}, {fd = -1248043016, events = 13652, revents = -18451}, {
fd = -1363166984, events = 15112, revents = -21558}, {fd = -1248043000, 
events = 17952, revents = -18452}, {fd = -1363166984, events = -11492, 
revents = -18823}, {fd = -1248042984, events = -23544, revents = -18967}, 
  {fd = -1233530084, events = -10668, revents = -20839}, {fd = -1248042968, 
events = -28971, revents = -18673}, {fd = -1209191084, events = -10888, 
revents = -20839}, {fd = -1248042952, events = -26076, revents = -18452}, 
  {fd = 10, events = -11492, revents = -18823}, {fd = -1248042904, 
events = -11492, revents = -18823}, {fd = -1365650056, events = 15112, 
revents = -21558}, {fd = -1248042904, events = -5842, revents = -18971}, {
fd = 218102064, events = 0, revents = 0}, {fd = -1248042932, 
events = -18184, revents = -20801}, {fd = 1, events = 0, revents = 0}, {
fd = 0, events = -11492, revents = -18823}, {fd = 0, events = 15104, 
revents = -21558}, {fd = -1248042808, events = -24334, revents = -18967}, 
  {fd = -1365649836, events = 15112, revents = -21558}, {fd = 0, events = 0, 
revents = 0}, {fd = 0, events = 10, revents = -32693}, {fd = 0, 
events = 0, revents = 0}, {fd = 1, events = -11492, revents = -18823}, {
fd = -1248042824, events = 22637, revents = -18453}, {fd = -1412809960, 
events = -11492, revents = -18823}, {fd = -1248042792, events = -23640, 
revents = -18967}, {fd = -1412809960, events = -10620, revents = -20839}, 
  {fd = 0, events = -11492, revents = -18823}, {fd = -1412809984, events = 0, 
revents = 0}, {fd = -1248042776, events = -11492, revents = -18823}, {
fd = -1365649804, events = 0, revents = 0}, {fd = -1248042760, 
events = -851, revents = -18863}, {fd = -1223730802, events = -10636, 
revents = -20839}, {fd = -1248042760, events = -20744, revents = -18453}, 
  {fd = -1209291047, events = 13652, revents = -18451}, {fd = -1248042744, 
events = 24888, revents = -19044}, {fd = -1209191084, events = 0, 
revents = 0}, {fd = -1226817802, events = -19227, revents = -18452}, {
fd = -1248042708, events = 0, revents = 0}, {fd = -1248042712, 
events = -2017, revents = -18971}, {fd = 167899660, events = 8, 
revents = 0}}
syspoll = (struct pollfd *) 0xb59c5f28
index = 9
msecs = 65535000
ready = 0
start = 2560402093
elapsed = value optimized out
#3  0xb5e5f921 in nsSocketTransportService::Poll (this=0xa01e8d0, wait=1, 
interval=0xb59c61a8) at nsSocketTransportService2.cpp:349
pollList = (PRPollDesc *) 0xa01edb0
pollCount = 9
pollTimeout = 65535000
ts = 2560402093
rv = value optimized out
   

Bug#493580: evolution: Invalid memory reference

2008-08-03 Thread Romain Chantereau
Package: evolution
Version: 2.22.3.1-1
Severity: important
File: /usr/bin/evolution

Closing evolution in offline mode.

[Thread debugging using libthread_db enabled]
[New Thread 0xb6592b40 (LWP 2390)]
[New Thread 0xb15ffb90 (LWP 3013)]
[New Thread 0xb05ceb90 (LWP 2494)]
0xb7f4b424 in __kernel_vsyscall ()
#0  0xb7f4b424 in __kernel_vsyscall ()
#1  0xb7a87ffb in waitpid () from /lib/i686/cmov/libpthread.so.0
#2  0xb7f479a3 in ?? () from /usr/lib/debreaper/libviaticum.so
#3  0x4606 in ?? ()
#4  0xbf9654b8 in ?? ()
#5  0x in ?? ()

Thread 3 (Thread 0xb05ceb90 (LWP 2494)):
#0  0xb7f4b424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6bdcce7 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb6c9e802 in g_main_context_iterate (context=0xb16fc0d0, block=1, 
dispatch=1, self=0xb16ca920)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2954
max_priority = 2147483647
timeout = -1
some_ready = value optimized out
nfds = 8
allocated_nfds = value optimized out
fds = (GPollFD *) 0x8f46c38
__PRETTY_FUNCTION__ = g_main_context_iterate
#3  0xb6c9ee92 in IA__g_main_loop_run (loop=0xb16e1c30)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2853
self = (GThread *) 0xb16ca920
__PRETTY_FUNCTION__ = IA__g_main_loop_run
#4  0xb76a0b50 in ?? () from /usr/lib/libORBit-2.so.0
No symbol table info available.
#5  0xb16e1c30 in ?? ()
No symbol table info available.
#6  0xb6d164a8 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#7  0xb05ce358 in ?? ()
No symbol table info available.
#8  0xb6cc525f in g_thread_create_proxy (data=0xb16ca920)
at /tmp/buildd/glib2.0-2.16.5/glib/gthread.c:635
__PRETTY_FUNCTION__ = g_thread_create_proxy
Backtrace stopped: frame did not save the PC

Thread 2 (Thread 0xb15ffb90 (LWP 3013)):
#0  0xb7f4b424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6bdcce7 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb6c9e802 in g_main_context_iterate (context=0xb297c440, block=1, 
dispatch=1, self=0xb2963388)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2954
max_priority = 2147483647
timeout = -1
some_ready = value optimized out
nfds = 1
allocated_nfds = value optimized out
fds = (GPollFD *) 0x8e2f8c8
__PRETTY_FUNCTION__ = g_main_context_iterate
#3  0xb6c9ee92 in IA__g_main_loop_run (loop=0x8f0dc10)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2853
self = (GThread *) 0xb2963388
__PRETTY_FUNCTION__ = IA__g_main_loop_run
#4  0xb7bba8b2 in startup_mainloop (arg=0x0) at e-book.c:3773
loop = (GMainLoop *) 0xfdfc
#5  0xb6cc525f in g_thread_create_proxy (data=0xb2963388)
at /tmp/buildd/glib2.0-2.16.5/glib/gthread.c:635
__PRETTY_FUNCTION__ = g_thread_create_proxy
#6  0xb7a804c0 in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#7  0xb6be755e in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 1 (Thread 0xb6592b40 (LWP 2390)):
#0  0xb7f4b424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7a87ffb in waitpid () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7f479a3 in ?? () from /usr/lib/debreaper/libviaticum.so
No symbol table info available.
#3  0x4606 in ?? ()
No symbol table info available.
#4  0xbf9654b8 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.
#0  0xb7f4b424 in __kernel_vsyscall ()

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

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

Versions of packages evolution depends on:
ii  dbus   1.2.1-2   simple interprocess messaging syst
ii  evolution-common   2.22.3.1-1architecture independent files for
ii  evolution-data-server  2.22.3-1  evolution database backend server
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gtkhtml3.143.18.3-1  HTML rendering/editing library - b
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbluetooth2  3.36-1Library to use the BlueZ Linux Blu
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libcamel1.2-11 

Bug#493581: epiphany-gecko: Invalid memory reference

2008-08-03 Thread Romain Chantereau
Package: epiphany-gecko
Version: 2.22.3-1
Severity: important
File: /usr/bin/epiphany-gecko

Nothing particlular, only let the epiphany app open during a night.

[Thread debugging using libthread_db enabled]
[New Thread 0xb6b0ca70 (LWP 19049)]
[New Thread 0xac8ffb90 (LWP 19255)]
[New Thread 0xaecfdb90 (LWP 19254)]
[New Thread 0xabad3b90 (LWP 19253)]
[New Thread 0xaf4feb90 (LWP 19072)]
[New Thread 0xb0ff2b90 (LWP 19069)]
[New Thread 0xb1ff4b90 (LWP 19068)]
[New Thread 0xb17f3b90 (LWP 19067)]
[New Thread 0xb5a71b90 (LWP 19053)]
0xb7fc6424 in __kernel_vsyscall ()
#0  0xb7fc6424 in __kernel_vsyscall ()
#1  0xb71a6ffb in waitpid () from /lib/i686/cmov/libpthread.so.0
#2  0xb7fc29a3 in ?? () from /usr/lib/debreaper/libviaticum.so
#3  0x70a2 in ?? ()
#4  0xbffe0e08 in ?? ()
#5  0x in ?? ()

Thread 9 (Thread 0xb5a71b90 (LWP 19053)):
#0  0xb7fc6424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6ef9ce7 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb7f7046c in _pr_poll_with_poll (pds=0x9734bb0, npds=10, 
timeout=65535000) at ptio.c:3895
stack_syspoll = {{fd = 18, events = 1, revents = 0}, {fd = 35, 
events = 3, revents = 0}, {fd = 42, events = 3, revents = 0}, {fd = 41, 
events = 3, revents = 0}, {fd = 40, events = 3, revents = 0}, {fd = 44, 
events = 3, revents = 0}, {fd = 46, events = 3, revents = 0}, {fd = 47, 
events = 3, revents = 0}, {fd = 48, events = 3, revents = 0}, {fd = 49, 
events = 3, revents = 0}, {fd = -1247342696, events = -21266, 
revents = -18852}, {fd = -1247342620, events = 0, revents = 0}, {
fd = -1247342620, events = 4068, revents = -19033}, {fd = -1247342620, 
events = 70, revents = 0}, {fd = -1247342664, events = -29690, 
revents = -18850}, {fd = 393871160, events = 13992, revents = 2659}, {
fd = -1247342664, events = -29622, revents = -18850}, {fd = -1232829668, 
events = 13984, revents = 2659}, {fd = -1247342584, events = -26620, 
revents = -18850}, {fd = -1223030386, events = 70, revents = 0}, {
fd = -1247342620, events = -18678, revents = -21266}, {fd = -2142830590, 
events = -2896, revents = 5205}, {fd = 3, events = -8532, 
revents = -18956}, {fd = -1223024676, events = 0, revents = 0}, {
fd = 19053, events = 0, revents = 0}, {fd = 1, events = 14136, 
revents = 2659}, {fd = 1, events = -10924, revents = -18441}, {
fd = -1339474136, events = 11520, revents = -20409}, {fd = -1247342552, 
events = -6624, revents = -18442}, {fd = -1339474136, events = -31972, 
revents = -18812}, {fd = -1247342536, events = 21512, revents = -18956}, {
fd = -1232829668, events = 16092, revents = -20439}, {fd = -1247342520, 
events = 16085, revents = -18662}, {fd = -1208494764, events = 15872, 
revents = -20439}, {fd = -1247342504, events = 14884, revents = -18441}, {
fd = 10, events = -31972, revents = -18812}, {fd = -1247342456, 
events = -31972, revents = -18812}, {fd = -1339474432, events = 11520, 
revents = -20409}, {fd = -1247342456, events = -26322, revents = -18960}, 
  {fd = -1247342392, events = 2200, revents = -20406}, {fd = -1247342484, 
events = 16168, revents = -20439}, {fd = 1, events = 0, revents = 0}, {
fd = 0, events = -31972, revents = -18812}, {fd = -1337512712, 
events = 11516, revents = -20409}, {fd = -1247342376, events = 22576, 
revents = -18956}, {fd = -1339474212, events = 11520, revents = -20409}, {
fd = 0, events = 0, revents = 0}, {fd = 0, events = 11516, 
revents = -20409}, {fd = 4096, events = -1939, revents = -18443}, {
fd = -1337512688, events = -31972, revents = -18812}, {fd = -1247342360, 
events = 21416, revents = -18956}, {fd = -1337512688, events = 16108, 
revents = -20439}, {fd = 70, events = -31972, revents = -18812}, {
fd = -1337512712, events = 0, revents = 0}, {fd = -1247342344, 
events = -31972, revents = -18812}, {fd = -1223030386, events = 0, 
revents = 0}, {fd = -1247342344, events = 20216, revents = -18442}, {
fd = -1208594727, events = -10924, revents = -18441}, {fd = -1247342328, 
events = 4408, revents = -19033}, {fd = -1208494764, events = 0, 
revents = 0}, {fd = -1226117386, events = 21733, revents = -18441}, {
fd = -1247342292, events = 0, revents = 0}, {fd = -1247342296, 
events = -22497, revents = -18960}, {fd = 158552076, events = 9, 
revents = 0}}
syspoll = (struct pollfd *) 0xb5a70f28
index = 10
msecs = 65535000
ready = 0
start = 2235651222
elapsed = value optimized out
#3  0xb5f0a921 in nsSocketTransportService::Poll (this=0x97346d0, wait=1, 
interval=0xb5a711a8) at nsSocketTransportService2.cpp:349
pollList = (PRPollDesc *) 0x9734bb0
pollCount = 10
pollTimeout = 65535000
ts = 2235651222
rv = value optimized out
passedInterval = value optimized out
#4  0xb5f0ae16 in nsSocketTransportService::DoPollIteration 

Bug#492944: evolution: Invalid memory reference

2008-07-29 Thread Romain Chantereau
Package: evolution
Version: 2.22.3.1-1
Severity: important
File: /usr/bin/evolution

*** Please describe what you were doing when the application crashed ***

Just close the window in disconnected mode.


[Thread debugging using libthread_db enabled]
[New Thread 0xb6541b40 (LWP 7510)]
[New Thread 0xb219fb90 (LWP 7578)]
[New Thread 0xb3e17b90 (LWP 7577)]
0xb7efa424 in __kernel_vsyscall ()
#0  0xb7efa424 in __kernel_vsyscall ()
#1  0xb7a36fdb in waitpid () from /lib/i686/cmov/libpthread.so.0
#2  0xb7ef69a3 in ?? () from /usr/lib/debreaper/libviaticum.so
#3  0x625c in ?? ()
#4  0xbfd14a38 in ?? ()
#5  0x in ?? ()

Thread 3 (Thread 0xb3e17b90 (LWP 7577)):
#0  0xb7efa424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6b8bb27 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb6c4d802 in g_main_context_iterate (context=0xb351fd28, block=1, 
dispatch=1, self=0xb3510f18)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2954
max_priority = 2147483647
timeout = -1
some_ready = value optimized out
nfds = 1
allocated_nfds = value optimized out
fds = (GPollFD *) 0x95487b0
__PRETTY_FUNCTION__ = g_main_context_iterate
#3  0xb6c4de92 in IA__g_main_loop_run (loop=0x9548898)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2853
self = (GThread *) 0xb3510f18
__PRETTY_FUNCTION__ = IA__g_main_loop_run
#4  0xb7b698b2 in startup_mainloop (arg=0x0) at e-book.c:3773
loop = (GMainLoop *) 0xfdfc
#5  0xb6c7425f in g_thread_create_proxy (data=0xb3510f18)
at /tmp/buildd/glib2.0-2.16.5/glib/gthread.c:635
__PRETTY_FUNCTION__ = g_thread_create_proxy
#6  0xb7a2f4b0 in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#7  0xb6b9638e in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 2 (Thread 0xb219fb90 (LWP 7578)):
#0  0xb7efa424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6b8bb27 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb6c4d802 in g_main_context_iterate (context=0x9eda180, block=1, 
dispatch=1, self=0x8f951c8)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2954
max_priority = 2147483647
timeout = -1
some_ready = value optimized out
nfds = 9
allocated_nfds = value optimized out
fds = (GPollFD *) 0xaffde888
__PRETTY_FUNCTION__ = g_main_context_iterate
#3  0xb6c4de92 in IA__g_main_loop_run (loop=0x9f01b30)
at /tmp/buildd/glib2.0-2.16.5/glib/gmain.c:2853
self = (GThread *) 0x8f951c8
__PRETTY_FUNCTION__ = IA__g_main_loop_run
#4  0xb764fb50 in ?? () from /usr/lib/libORBit-2.so.0
No symbol table info available.
#5  0x09f01b30 in ?? ()
No symbol table info available.
#6  0xb6cc54a8 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#7  0xb219f358 in ?? ()
No symbol table info available.
#8  0xb6c7425f in g_thread_create_proxy (data=0x8f951c8)
at /tmp/buildd/glib2.0-2.16.5/glib/gthread.c:635
__PRETTY_FUNCTION__ = g_thread_create_proxy
Backtrace stopped: frame did not save the PC

Thread 1 (Thread 0xb6541b40 (LWP 7510)):
#0  0xb7efa424 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7a36fdb in waitpid () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7ef69a3 in ?? () from /usr/lib/debreaper/libviaticum.so
No symbol table info available.
#3  0x625c in ?? ()
No symbol table info available.
#4  0xbfd14a38 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.
#0  0xb7efa424 in __kernel_vsyscall ()

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

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

Versions of packages evolution depends on:
ii  dbus   1.2.1-2   simple interprocess messaging syst
ii  evolution-common   2.22.3.1-1architecture independent files for
ii  evolution-data-server  2.22.3-1  evolution database backend server
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gtkhtml3.143.18.3-1  HTML rendering/editing library - b
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbluetooth2  3.36-1Library to use the BlueZ Linux Blu
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libcairo2  

Bug#476834: netpbm: Program committed suicide

2008-04-19 Thread Romain Chantereau
Package: netpbm
Version: 2:10.0-11.1
Severity: important
File: /usr/bin/gift

Fist run :

$ LANG=C gift
GIFT:Starting Server
Random number generator has been seeded with 15786
CAlgorithmCollection.cc:204:throwing AnVENotFound occured: 
/home/romain/gift-config.mrml

terminate called after throwing an instance of 'VENotFound'
Application (unknown) (pid 15786) crashed
Please wait while collecting information about the crash...
Extracting application trace...
Extracting package information...
Extracting dependency information...
Sending report...
CalDAV Eplugin starting up ...

I did not find any dbg package neither for gnuift neither for libgnuift :-)

Thanks you very much,

(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb7c016c0 (LWP 15786)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7e9e8c3 in __waitpid_nocancel () from /lib/i686/cmov/libpthread.so.0
#2  0xb7f4e9dd in ?? () from /usr/lib/debreaper/libviaticum.so
#3  0x3dab in ?? ()
#4  0xbfd03568 in ?? ()
#5  0x in ?? ()

Thread 1 (Thread 0xb7c016c0 (LWP 15786)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7e9e8c3 in __waitpid_nocancel () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7f4e9dd in ?? () from /usr/lib/debreaper/libviaticum.so
No symbol table info available.
#3  0x3dab in ?? ()
No symbol table info available.
#4  0xbfd03568 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.
#0  0xe410 in __kernel_vsyscall ()

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages netpbm depends on:
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libnetpbm102:10.0-11.1   Shared libraries for netpbm
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libtiff4   3.8.2-8   Tag Image File Format (TIFF) libra
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages netpbm recommends:
ii  ghostscript-x [gs-aladdin] 8.62.dfsg.1-2 The GPL Ghostscript PostScript/PDF




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



Bug#472844: evolution: Invalid memory reference

2008-03-26 Thread Romain Chantereau
Package: evolution
Version: 2.12.3-1.1
Severity: important
File: /usr/bin/evolution

Just browsing a imap inbox folder or CTRL+E or CTRL+Y or the three at the same 
times, I do not remember ;-)

(no debugging symbols found)
Using host libthread_db library /lib/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 0xb674f740 (LWP 6134)]
[New Thread 0xad3ffb90 (LWP 6896)]
[New Thread 0xb29d7b90 (LWP 6386)]
[New Thread 0xb39d9b90 (LWP 6269)]
[New Thread 0xb41dab90 (LWP 6192)]
[New Thread 0xb19d5b90 (LWP 6189)]
[New Thread 0xb21d6b90 (LWP 6188)]
[New Thread 0xb51dcb90 (LWP 6180)]
[New Thread 0xb49dbb90 (LWP 6179)]
[New Thread 0xb541db90 (LWP 6142)]
[New Thread 0xb5da4b90 (LWP 6139)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7c91fdb in waitpid () from /lib/i686/cmov/libpthread.so.0
#2  0xb7f819dd in ?? () from /usr/lib/debreaper/libviaticum.so
#3  0x2697 in ?? ()
#4  0xbf934538 in ?? ()
#5  0x in ?? ()

Thread 11 (Thread 0xb5da4b90 (LWP 6139)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6e714c7 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb6f31a5f in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0x085b56b8 in ?? ()
No symbol table info available.
#4  0x0002 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.
#6  0x085b56b8 in ?? ()
No symbol table info available.
#7  0x0002 in ?? ()
No symbol table info available.
#8  0xb6fa45f8 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#9  0xb6fa4620 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#10 0xb5da4294 in ?? ()
No symbol table info available.
#11 0x0001 in ?? ()
No symbol table info available.
#12 0x0001 in ?? ()
No symbol table info available.
#13 0x085acbe0 in ?? ()
No symbol table info available.
#14 0x085b56b8 in ?? ()
No symbol table info available.
#15 0xb6e71450 in ?? () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#16 0xb7c8d3e0 in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#17 0xb7c8b970 in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#18 0xb6f55da2 in g_thread_self () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#19 0xb6f31dc7 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#20 0xb7036774 in ?? () from /usr/lib/libnm_glib.so.0
No symbol table info available.
#21 0x085aaaf0 in ?? ()
No symbol table info available.
#22 0x085ac860 in ?? ()
No symbol table info available.
#23 0xb7d31f08 in ?? ()
No symbol table info available.
#24 0xb6fa4248 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#25 0xb6fa4248 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#26 0x085ac860 in ?? ()
No symbol table info available.
#27 0xb5da4328 in ?? ()
No symbol table info available.
#28 0xb6f5630f in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#29 0x085adff0 in ?? ()
No symbol table info available.
#30 0x085ac860 in ?? ()
No symbol table info available.
#31 0x00016080 in ?? ()
No symbol table info available.
#32 0x0005 in ?? ()
No symbol table info available.
#33 0xb6da3b9c in ?? () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#34 0xb7c99ff4 in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#35 0xb7c8b970 in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#36 0xb7c99ff4 in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#37 0x in ?? ()
No symbol table info available.

Thread 10 (Thread 0xb541db90 (LWP 6142)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb6e714c7 in poll () from /lib/i686/cmov/libc.so.6
No symbol table info available.
#2  0xb6f31a5f in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0xb5205988 in ?? ()
No symbol table info available.
#4  0x0009 in ?? ()
No symbol table info available.

Bug#443955: Using patch from #441766 : it works

2007-09-26 Thread Romain Chantereau
Hi !

I recompiled wxwidgets sources with the patch supplied by Sjoerd Simons
from the #441766 bug thread and everything is fine now.

I am now serving the home-compiled files for i386 platform at this URI
if some people are not able to recompile theses wx* packages I serve
them here : http://hal.servaux.org/~romain/wx/

Cheers,
Romain.

PS: I will remove theses packages as soon as this bug is fixed.




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



Bug#440143: Until official package relase

2007-09-03 Thread Romain Chantereau
Hi !

Until the official package is accepted, I grabbed the debian related
files from
svn://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-applet

and build an unofficial network-manager-gnome package.

People can download it from here : http://hal.servaux.org/~romain/nm/

I will remove it as soon as the official package is released.

Thanks for your great work,
Cheers,
Romain.



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



Bug#437260: Oops : duplicate sorry

2007-08-13 Thread Romain Chantereau
Hi !

This bug is a duplicate of the #436885.

I am sorry I believed there were problems sending the previous one.

Romain.



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



Bug#437260: linux-image-2.6.22-1-powerpc: Oops with the sata_sil

2007-08-11 Thread Romain Chantereau
Package: linux-image-2.6.22-1-powerpc
Version: 2.6.22-3
Severity: important


Hi !

I have a external SATA hard drive and a PCMCIA sata controller.
When I plug the PCMCIA card the controller is recognized as sata_sil.
When I plug the hard drive on the card, I have to play : plug in the first port,
wait, then plug in the second one, wait, and plug back in the first, and so on
until the hard drive is recognized.
After that, I can access the data but, when I order a heavy operation (i.e.
updatedb, find ./, xfs_check, etc.), I recieve quickly a Oops in response and
the hard drive is not responding anymore.

The complete related kern.log is joined.

Thanks you very much,
Romain.

kern.log


Here the card detection :

Yenta: CardBus bridge found at 0001:10:1a.0 [:]
PCI: Bus 17, cardbus bridge: 0001:10:1a.0
  IO window: 1000-8fff
  IO window: 9000-91ff
  PREFETCH window: 9000-9fff
  MEM window: f300-f33f
Yenta: Enabling burst memory read transactions
Yenta: Using CSCINT to route CSC interrupts to PCI
Yenta: Routing CardBus interrupts to PCI
Yenta TI: socket 0001:10:1a.0, mfunc 0x0002, devctl 0x60
Yenta: ISA IRQ mask 0x, PCI irq 58
Socket status: 3869
pcmcia: parent PCI bridge I/O window: 0x0 - 0x7f
pcmcia: parent PCI bridge Memory window: 0xf300 - 0xf3ff
pcmcia: parent PCI bridge Memory window: 0x8000 - 0xafff
pccard: CardBus card inserted into slot 0
SCSI subsystem initialized
libata version 2.21 loaded.
sata_sil 0001:11:00.0: version 2.2
PCI: Enabling device 0001:11:00.0 ( - 0003)
sata_sil 0001:11:00.0: cache line size not set.  Driver may not function
sata_sil 0001:11:00.0: Applying R_ERR on DMA activate FIS errata fix
scsi0 : sata_sil
scsi1 : sata_sil
ata1: SATA max UDMA/100 cmd 0xf209e080 ctl 0xf209e08a bmdma 0xf209e000 irq 58
ata2: SATA max UDMA/100 cmd 0xf209e0c0 ctl 0xf209e0ca bmdma 0xf209e008 irq 58
ata1: SATA link down (SStatus 0 SControl 310)
ata2: SATA link down (SStatus 0 SControl 310)

Here the plug/unplug game :

ata2: exception Emask 0x10 SAct 0x0 SErr 0x5 action 0x2 frozen
ata2: hard resetting port
ata2: port is slow to respond, please be patient (Status 0xff)
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata2: EH complete
ata2: exception Emask 0x10 SAct 0x0 SErr 0x1 action 0x2 frozen
ata2: hard resetting port
ata2: SATA link down (SStatus 0 SControl 310)
ata2: EH complete
ata1: exception Emask 0x10 SAct 0x0 SErr 0x5 action 0x2 frozen
ata1: hard resetting port
ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata1: EH complete
ata1: exception Emask 0x10 SAct 0x0 SErr 0x1 action 0x2 frozen
ata1: hard resetting port
ata1: SATA link down (SStatus 0 SControl 310)
ata1: EH complete
ata2: exception Emask 0x10 SAct 0x0 SErr 0x5 action 0x2 frozen
ata2: hard resetting port
ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
ata2.00: ATA-7: WDC WD3200AAKS-00SBA0, 12.01B01, max UDMA/133
ata2.00: 625142448 sectors, multi 0: LBA48 NCQ (depth 0/32)
ata2.00: configured for UDMA/100
ata2: EH complete
scsi 1:0:0:0: Direct-Access ATA  WDC WD3200AAKS-0 12.0 PQ: 0 ANSI: 5
sd 1:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
sd 1:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
 sda: sda1
sd 1:0:0:0: [sda] Attached SCSI disk


Mount for jounral recovery, umount and xfs_check :
XFS mounting filesystem sda1
Starting XFS recovery on filesystem: sda1 (logdev: internal)
Ending XFS recovery on filesystem: sda1 (logdev: internal)
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x28 action 0x0
ata2.00: (BMDMA2 stat 0xc0009)
ata2.00: cmd c8/00:1e:11:c0:7c/00:00:00:00:00/e1 tag 0 cdb 0x0 data 15360 in
 res 51/00:00:01:00:00/00:00:00:00:00/e1 Emask 0x1 (device error)
ata2.00: configured for UDMA/100
ata2: EH complete
sd 1:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x28 action 0x0
ata2.00: (BMDMA2 stat 0xc0009)
ata2.00: cmd c8/00:02:8f:58:9b/00:00:00:00:00/e1 tag 0 cdb 0x0 data 1024 in
 res 51/00:00:01:00:00/00:00:00:00:00/e1 Emask 0x1 (device error)
ata2.00: configured for UDMA/100
ata2: EH complete
sd 1:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support 
DPO or FUA
ata2.00: exception Emask 0x0 SAct 0x0 SErr 0x28 action 0x0

Bug#436885: linux-image-2.6.22-1-powerpc: Oops with sata_sil

2007-08-09 Thread Romain Chantereau
Package: linux-image-2.6.22-1-powerpc
Version: 2.6.22-3
Severity: important

Hi !

I have a external SATA hard drive connected to an PCMCIA eSATA (I experienced
the same problem with a SATA PCMCIA controller) controller (sata_sil).
My computer is a powerpc (titanium).
All my files are on XFS, the external hard drive is XFS formatted too.

In order to be able to access the hard drive I have to unplug it and replug it
on the other eSATA port, and switch back to the first and so on until the drive
is recognized.

I have the Oops at the end of the kernel log when I make a heavy or exhaustive
operation, for example : xfs_check, updatedb, or find /mountpoint

Here the PCMCIA card detection log :

pccard: CardBus card inserted into slot 0
SCSI subsystem initialized
libata version 2.21 loaded.
sata_sil 0001:11:00.0: version 2.2
PCI: Enabling device 0001:11:00.0 ( -
0003)
sata_sil 0001:11:00.0: cache line size not
set.  Driver may not function
sata_sil 0001:11:00.0: Applying R_ERR on DMA
activate FIS errata fix
scsi0 : sata_sil
scsi1 : sata_sil
ata1: SATA max UDMA/100 cmd 0xf209e080 ctl
0xf209e08a bmdma 0xf209e000 irq 58
ata2: SATA max UDMA/100 cmd 0xf209e0c0 ctl
0xf209e0ca bmdma 0xf209e008 irq 58
ata1: SATA link down (SStatus 0 SControl 310)
ata2: SATA link down (SStatus 0 SControl 310)

Here begin the unplug/plug game until I win (the hard disk is recognized) :

ata2: exception Emask 0x10 SAct 0x0 SErr
0x5 action 0x2 frozen
ata2: hard resetting port
ata2: port is slow to respond, please be
patient (Status 0xff)
ata2: SATA link up 1.5 Gbps (SStatus 113
SControl 310)
ata2: EH complete
ata2: exception Emask 0x10 SAct 0x0 SErr
0x1 action 0x2 frozen
ata2: hard resetting port
ata2: SATA link down (SStatus 0 SControl 310)
ata2: EH complete
ata1: exception Emask 0x10 SAct 0x0 SErr
0x5 action 0x2 frozen
ata1: hard resetting port
ata1: SATA link up 1.5 Gbps (SStatus 113
SControl 310)
ata1: EH complete
ata1: exception Emask 0x10 SAct 0x0 SErr
0x1 action 0x2 frozen
ata1: hard resetting port
ata1: SATA link down (SStatus 0 SControl 310)
ata1: EH complete
ata2: exception Emask 0x10 SAct 0x0 SErr
0x5 action 0x2 frozen
ata2: hard resetting port
ata2: SATA link up 1.5 Gbps (SStatus 113
SControl 310)
ata2.00: ATA-7: WDC WD3200AAKS-00SBA0,
12.01B01, max UDMA/133
ata2.00: 625142448 sectors, multi 0: LBA48
NCQ (depth 0/32)
ata2.00: configured for UDMA/100
ata2: EH complete
scsi 1:0:0:0: Direct-Access ATA  WDC
WD3200AAKS-0 12.0 PQ: 0 ANSI: 5
sd 1:0:0:0: [sda] 625142448 512-byte hardware
sectors (320073 MB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read
cache: enabled, doesn't support DPO or FUA
sd 1:0:0:0: [sda] 625142448 512-byte hardware
sectors (320073 MB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read
cache: enabled, doesn't support DPO or FUA
 sda: sda1
sd 1:0:0:0: [sda] Attached SCSI disk

I mount it in order to replay the internal log, I umount and I run the xfs_check
on it :

XFS mounting filesystem sda1
Starting XFS recovery on filesystem: sda1
(logdev: internal)
Ending XFS recovery on filesystem: sda1
(logdev: internal)
ata2.00: exception Emask 0x0 SAct 0x0 SErr
0x28 action 0x0
ata2.00: (BMDMA2 stat 0xc0009)
ata2.00: cmd
c8/00:1e:11:c0:7c/00:00:00:00:00/e1 tag 0 cdb 0x0 data 15360 in
 res
51/00:00:01:00:00/00:00:00:00:00/e1 Emask 0x1 (device error)
ata2.00: configured for UDMA/100
ata2: EH complete
sd 1:0:0:0: [sda] 625142448 512-byte hardware
sectors (320073 MB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read
cache: enabled, doesn't support DPO or FUA
ata2.00: exception Emask 0x0 SAct 0x0 SErr
0x28 action 0x0
ata2.00: (BMDMA2 stat 0xc0009)
ata2.00: cmd
c8/00:02:8f:58:9b/00:00:00:00:00/e1 tag 0 cdb 0x0 data 1024 in
 res
51/00:00:01:00:00/00:00:00:00:00/e1 Emask 0x1 (device error)
ata2.00: configured for UDMA/100
ata2: EH complete
sd 1:0:0:0: [sda] 625142448 512-byte hardware
sectors (320073 MB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read
cache: enabled, doesn't support DPO or FUA
ata2.00: exception Emask 0x0 SAct 0x0 SErr
0x28 action 0x0
ata2.00: (BMDMA2 stat 0xd0009)
ata2.00: cmd
c8/00:1e:21:bd:a7/00:00:00:00:00/e1 tag 0 cdb 0x0 data 15360 in
 res
51/00:00:01:00:00/00:00:00:00:00/e1 Emask 0x1 (device error)
ata2.00: configured for UDMA/100
ata2: EH complete
sd 1:0:0:0: [sda] 625142448 512-byte hardware
sectors (320073 MB)
sd 1:0:0:0: [sda] Write Protect is off
sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
sd 1:0:0:0: [sda] Write cache: enabled, read
cache: enabled, doesn't support DPO or FUA
ata2.00: exception Emask 0x0 SAct 0x0 SErr
0x28 action 0x0
ata2.00: (BMDMA2 stat 0xc0009)
ata2.00: cmd
c8/00:02:ff:c7:a8/00:00:00:00:00/e1 tag 0 cdb 0x0 

Bug#432580: Please re-include NVCtrl headers in the nvidia-settings package.

2007-07-10 Thread Romain Chantereau
Package: nvidia-settings
Version: 1.0+20070502-1
Severity: normal

The nvidia-settings package has become a two-featured package, the first
feature
is the nvidia-settings program, the second one is the NVCrtl dev files
shipping
in order to use them (i.e. with sensors-applet).
But the NVCtrl.h and NVCtrlLib.h are not anymore shipped with
nvidia-settings,
please re-ship theses files again. :-)

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

Kernel: Linux 2.6.21-2-core2 (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 nvidia-settings depends on:
ii  libatk1.0-0   1.18.0-2   The ATK accessibility
toolkit
ii  libc6 2.5-11 GNU C Library: Shared
libraries
ii  libcairo2 1.4.10-1   The Cairo 2D vector
graphics libra
ii  libfontconfig12.4.2-1.2  generic font configuration
library
ii  libglib2.0-0  2.12.12-1  The GLib library of C
routines
ii  libgtk2.0-0   2.10.13-1  The GTK+ graphical user
interface 
ii  libpango1.0-0 1.16.4-1   Layout and rendering of
internatio
ii  libx11-6  2:1.0.3-7  X11 client-side library
ii  libxcursor1   1:1.1.8-2  X cursor management library
ii  libxext6  1:1.0.3-2  X11 miscellaneous extension
librar
ii  libxfixes31:4.0.3-2  X11 miscellaneous 'fixes'
extensio
ii  libxi62:1.1.1-1  X11 Input extension library
ii  libxinerama1  1:1.0.2-1  X11 Xinerama extension
library
ii  libxrandr22:1.2.1-1  X11 RandR extension library
ii  libxrender1   1:0.9.2-1  X Rendering Extension
client libra

Versions of packages nvidia-settings recommends:
ii  nvidia-glx   100.14.11-1 NVIDIA binary Xorg driver

-- no debconf information



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



Bug#431754: diff-ext: Invalid memory reference

2007-07-04 Thread Romain Chantereau
Subject: diff-ext: Invalid memory reference
Package: diff-ext
Version: 0.2.1-1
Severity: important


Nautilus crashes when diff-ext is installed.
More precisely, it crashes when I click on an item, a file, a directory with any
mouse button, left, right, middle, etc.
On the directory opening, I can still open a specific directory via the CRTL+L
shortcut.

Here the traceback catched by debreaper (that was wrongly identifying the
to-blame package as nautilus-cd-burner) :

Using host libthread_db library /lib/i686/cmov/libthread_db.so.1.
[Thread debugging using libthread_db enabled]
[New Thread -1227413008 (LWP 13326)]
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb763d0eb in ?? () from /lib/i686/cmov/libpthread.so.0
#2  0xb7cf2865 in libgnomeui_segv_handle (signum=11) at gnome-ui-init.c:872
#3  signal handler called
#4  0xb664f507 in ?? () from /usr/lib/nautilus/extensions-1.0/libdiff-ext.so
#5  0x081ab770 in ?? ()
#6  0x0050 in ?? ()
#7  0x in ?? ()

Thread 1 (Thread -1227413008 (LWP 13326)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb763d0eb in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7cf2865 in libgnomeui_segv_handle (signum=11) at gnome-ui-init.c:872
estatus = 135621568
sa = {__sigaction_handler = {sa_handler = 0, sa_sigaction = 0}, 
 sa_mask = {__val = {3214774024, 3076754432, 3214774056, 135208627, 
 135783336, 3074441204, 3074445600, 139659040, 3214774104, 3073574192, 
 3074445600, 139659040, 138142360, 3214774120, 0, 139659032, 135621103, 
 135621103, 135621102, 3076473824, 139659040, 0, 3214774136, 3076082721, 
 139659040, 0, 28, 139659040, 139659040, 1, 3214774168, 134806046}}, 
 sa_flags = 139659040, sa_restorer = 0}
   pid = 0
   in_segv = 1
#3  signal handler called
No symbol table info available.
#4  0xb664f507 in ?? () from /usr/lib/nautilus/extensions-1.0/libdiff-ext.so
No symbol table info available.
#5  0x081ab770 in ?? ()
No symbol table info available.
#6  0x0050 in ?? ()
No symbol table info available.
#7  0x in ?? ()
No symbol table info available.
#0  0xe410 in __kernel_vsyscall ()

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

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

Versions of packages diff-ext depends on:
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libcairo2   1.4.10-1 The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglib2.0-02.12.12-1The GLib library of C routines
ii  libgnomevfs2-0  1:2.18.1-3+b1GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.10.13-1The GTK+ graphical user interface 
ii  libnautilus-extension1  2.18.1-3 libraries for nautilus components 
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.4-1 Layout and rendering of internatio
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  zlib1g  1:1.2.3.3.dfsg-3 compression library - runtime

diff-ext recommends no packages.

-- no debconf information




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



Bug#430876: You can close this bug, it is libgsf related.

2007-06-29 Thread Romain Chantereau
Hi !

Christian Grothoff accused the libgsf to be the origin of the bug, and
he was right.

I downgraded libgsf version from 1.4.4 to 1.4.3, and this segfault
disapeared.

I reported a bug #431104

Thanks,
Romain.



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



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

2007-06-28 Thread Romain Chantereau
Hi !

It seems that it is related to libextractor itself, here a gdb and a
strace of the extract util invokation :

GDB :

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

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

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

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

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1212966144 (LWP 3683)]
0xb7d74978 in gsf_shared_memory_new () from /usr/lib/libgsf-1.so.114
(gdb) back
#0  0xb7d74978 in gsf_shared_memory_new () from /usr/lib/libgsf-1.so.114
#1  0xb7d6543d in gsf_input_memory_new () from /usr/lib/libgsf-1.so.114
#2  0xb7f00076 in libextractor_ole2_extract ()
   from /usr/lib/libextractor/libextractor_ole2.so
#3  0xb7ef74ca in ?? () from /usr/lib/libextractor.so.1
#4  0xbfa88964 in ?? ()
#5  0xb77c9000 in ?? ()
#6  0x4d55 in ?? ()
#7  0x0805c910 in ?? ()
#8  0x in ?? ()


STRACE :

open(/usr/lib/libextractor/libextractor_nsfe.la, O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=996, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a2f000
read(3, # libextractor_nsfe.la - a libto..., 4096) = 996
read(3, , 4096)   = 0
close(3)= 0
munmap(0xb7a2f000, 4096)= 0
open(/usr/lib/libextractor/libextractor_nsfe.so, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\220\4\0...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=4368, ...}) = 0
mmap2(NULL, 7336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
= 0xb780a000
mmap2(0xb780b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_DENYWRITE, 3, 0) = 0xb780b000
close(3)= 0
open(/usr/lib/libextractor/libextractor_nsf.la, O_RDONLY) = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=990, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0xb7a2f000
read(3, # libextractor_nsf.la - a libtoo..., 4096) = 990
read(3, , 4096)   = 0
close(3)= 0
munmap(0xb7a2f000, 4096)= 0
open(/usr/lib/libextractor/libextractor_nsf.so, O_RDONLY) = 3
read(3, \177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0\3\0\1\0\0\0\360\3\0...,
512) = 512
fstat64(3, {st_mode=S_IFREG|0644, st_size=3832, ...}) = 0
mmap2(NULL, 6800, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0)
= 0xb7808000
mmap2(0xb7809000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|
MAP_DENYWRITE, 3, 0) = 0xb7809000
close(3)= 0
stat64(/usr/share/doc/texlive-pstricks/generic/pstricks/voss/bsp02.pdf, 
{st_mode=S_IFREG|0644, st_size=19797, ...}) = 0
open(/usr/share/doc/texlive-pstricks/generic/pstricks/voss/bsp02.pdf,
O_RDONLY|O_LARGEFILE) = 3
mmap2(NULL, 19797, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7803000
open(/usr/lib/charset.alias, O_RDONLY|O_LARGEFILE) = -1 ENOENT (No
such file or directory)
write(2, \n** (process:4429): CRITICAL **:..., 106
** (process:4429): CRITICAL **: gsf_input_memory_get_type: assertion
`gsf_input_memory_type != 0' failed
) = 106
write(2, \n(process:4429): GLib-GObject-CR..., 107
(process:4429): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed
) = 107
write(2, \n** (process:4429): CRITICAL **:..., 108
** (process:4429): CRITICAL **: gsf_shared_memory_get_type: assertion
`gsf_shared_memory_type != 0' failed
) = 108
write(2, \n(process:4429): GLib-GObject-CR..., 107
(process:4429): GLib-GObject-CRITICAL **: g_object_new: assertion
`G_TYPE_IS_OBJECT (object_type)' failed
) = 107
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Process 4429 detached


As in my previous message I am suffering this only on my computer. :-/

Cheers,
Romain



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



Bug#430876: Info received (Bug#430876: Acknowledgement (python-extractor when extracting keywords from file.))

2007-06-28 Thread Romain Chantereau
I submitted a bug to libextractor Mantis :
https://gnunet.org/mantis/view.php?id=1241

Romain.



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



Bug#429838: brasero: Invalid memory reference

2007-06-20 Thread Romain Chantereau
Package: brasero
Version: 0.5.2-1
Severity: important
File: /usr/bin/brasero

Waiting for the end of burning of a small file on a CDR-W.

(no debugging symbols found)
Using host libthread_db library /lib/i686/cmov/libthread_db.so.1.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1226204384 (LWP 5989)]
[New Thread -1275847792 (LWP 6836)]
[New Thread -1239503984 (LWP 6692)]
[New Thread -1317811312 (LWP 6675)]
0xe410 in __kernel_vsyscall ()
#0  0xe410 in __kernel_vsyscall ()
#1  0xb7c980eb in ?? () from /lib/i686/cmov/libpthread.so.0
#2  0xb7f50865 in ?? () from /usr/lib/libgnomeui-2.so.0
#3  0x1ac0 in ?? ()
#4  0xbfb94168 in ?? ()
#5  0x in ?? ()

Thread 4 (Thread -1317811312 (LWP 6675)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7c945d6 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0x080bf389 in ?? ()
No symbol table info available.
#3  0x084ea620 in ?? ()
No symbol table info available.
#4  0x08457c80 in ?? ()
No symbol table info available.
#5  0xb173c398 in ?? ()
No symbol table info available.
#6  0x0001 in ?? ()
No symbol table info available.
#7  0x in ?? ()
No symbol table info available.

Thread 3 (Thread -1239503984 (LWP 6692)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7c945d6 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0x0808fc71 in ?? ()
No symbol table info available.
#3  0x0813b250 in ?? ()
No symbol table info available.
#4  0x0813b400 in ?? ()
No symbol table info available.
#5  0xb61ea3a8 in ?? ()
No symbol table info available.
#6  0xb7475eac in ?? () from /usr/lib/libgthread-2.0.so.0
No symbol table info available.
#7  0xb7c9380c in __pthread_mutex_unlock_usercnt ()
   from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#8  0xb730252f in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#9  0x0812b980 in ?? ()
No symbol table info available.
#10 0x083e0648 in ?? ()
No symbol table info available.
#11 0xb61ea3d8 in ?? ()
No symbol table info available.
#12 0xb7c8fa3c in __nptl_deallocate_tsd () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#13 0xb7c9031b in start_thread () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#14 0xb723d8ee in clone () from /lib/i686/cmov/libc.so.6
No symbol table info available.

Thread 2 (Thread -1275847792 (LWP 6836)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7c980eb in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb730fdd8 in g_spawn_sync () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#3  0xb73100ec in g_spawn_command_line_sync () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#4  0xb7c84ac9 in nautilus_burn_drive_eject ()
   from /usr/lib/libnautilus-burn.so.4
No symbol table info available.
#5  0x080aa085 in ?? ()
No symbol table info available.
#6  0x080de5d0 in ?? ()
No symbol table info available.
#7  0x08101c38 in ?? ()
No symbol table info available.
#8  0xb583ea38 in ?? ()
No symbol table info available.
#9  0xb7c93bf0 in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#10 0xb3f41398 in ?? ()
No symbol table info available.
#11 0xb734b3e0 in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#12 0xb3f413c8 in ?? ()
No symbol table info available.
#13 0xb730252f in ?? () from /usr/lib/libglib-2.0.so.0
No symbol table info available.
#14 0x080de5d0 in ?? ()
No symbol table info available.
#15 0xb583ea38 in ?? ()
No symbol table info available.
#16 0xb3f413d8 in ?? ()
No symbol table info available.
#17 0xb7c8fa3c in __nptl_deallocate_tsd () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
Backtrace stopped: previous frame inner to this frame (corrupt stack?)

Thread 1 (Thread -1226204384 (LWP 5989)):
#0  0xe410 in __kernel_vsyscall ()
No symbol table info available.
#1  0xb7c980eb in ?? () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#2  0xb7f50865 in ?? () from /usr/lib/libgnomeui-2.so.0
No symbol table info available.
#3  0x1ac0 in ?? ()
No symbol table info available.
#4  0xbfb94168 in ?? ()
No symbol table info available.
#5  0x in ?? ()
No symbol table info available.
#0  0xe410 in __kernel_vsyscall ()

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

Kernel: 

Bug#415889: widelands: Please upgrade to new upstream build10

2007-03-23 Thread Romain Chantereau
Le jeudi 22 mars 2007 à 22:19 +0100, Martin Quinson a écrit :
 PS: help welcomed.

How to ? :-)

Romain

PS: Thanks for the quick answer.




Bug#395504: cyrus-common-2.2: README.exim

2006-10-27 Thread Romain Chantereau
Package: cyrus-common-2.2
Version: 2.2.13-9
Severity: minor

Hi !

About the README.exim, it seems it would be better to advice to change the
dc_localdelivery variable from the /etc/exim4/update-exim4.conf.conf file and
then run update-exim4.conf in order to set up the cyrus local delivery.

Cheers,
Romain.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages cyrus-common-2.2 depends on:
ii  adduser 3.99 Add and remove users and groups
ii  debconf [debcon 1.5.7Debian configuration management sy
ii  dpkg1.13.24  package maintenance system for Deb
ii  exim4-daemon-li 4.63-8   lightweight exim MTA (v4) daemon
ii  gawk1:3.1.5.dfsg-4   GNU awk, a pattern scanning and pr
ii  libc6   2.3.6.ds1-7  GNU C Library: Shared libraries
ii  libdb4.24.2.52+dfsg-1Berkeley v4.2 Database Libraries [
ii  libsasl22.1.19.dfsg1-0.5 Authentication abstraction library
ii  libsnmp95.2.3-1  NET SNMP (Simple Network Managemen
ii  libssl0.9.8 0.9.8c-3 SSL shared libraries
ii  libwrap07.6.dbs-11   Wietse Venema's TCP wrappers libra
ii  libzephyr3  2.1.20010518.SNAPSHOT-17 The original Instant Message sys
ii  netbase 4.27 Basic TCP/IP networking system
ii  perl5.8.8-6.1Larry Wall's Practical Extraction 

Versions of packages cyrus-common-2.2 recommends:
ii  cyrus-admin-2.2   2.2.13-9   Cyrus mail system (administration 
ii  cyrus-imapd-2.2   2.2.13-9   Cyrus mail system (IMAP support)

-- debconf information:
  cyrus-common-2.2/removespools: false
  cyrus-common-2.2/warnbackendchange:


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



Bug#395008: linux-image-2.6.18-1-686: Oops with irda driver

2006-10-24 Thread Romain Chantereau
Package: linux-image-2.6.18-1-686
Version: 2.6.18-3
Severity: important


Hi !

I am using gnokii, via xgnokii, and I have strange behaviour. When I
quit (after being
connected, or after the phone crashed) xgnokii, I have this kernel
oops :

Oct 24 13:17:04 localhost kernel: IrLAP, no activity on link!
Oct 24 13:17:13 localhost last message repeated 3 times
Oct 24 13:17:14 localhost kernel: irlap_change_speed(), setting speed to
9600
Oct 24 13:17:14 localhost kernel: irda_poll(), POLLHUP
Oct 24 13:17:14 localhost kernel: irda_poll(), POLLHUP
Oct 24 13:17:42 localhost kernel: BUG: unable to handle kernel NULL
pointer dereference at virtual address 
Oct 24 13:17:42 localhost kernel:  printing eip:
Oct 24 13:17:42 localhost kernel: c1304908
Oct 24 13:17:42 localhost kernel: *pde = 
Oct 24 13:17:42 localhost kernel: Oops: 0002 [#1]
Oct 24 13:17:42 localhost kernel: SMP
Oct 24 13:17:42 localhost kernel: Modules linked in: nls_utf8 nls_cp437
vfat fat radeon drm binfmt_misc cpufreq_ondemand nfs lockd nfs_acl
sunrpc irtty_sir sir_dev ipv6 button ac battery xfs sd_mod
cpufreq_powersave cpufreq_userspace acpi_cpufreq freq_table ide_generic
usbhid usb_storage scsi_mod eth1394 ehci_hcd ohci_hcd ohci1394 ieee1394
pcmcia firmware_class joydev snd_intel8x0m snd_seq_dummy snd_seq_oss
snd_intel8x0 tsdev snd_ac97_codec snd_seq_midi snd_rawmidi
snd_seq_midi_event snd_seq snd_ac97_bus snd_seq_device evdev snd_pcm_oss
snd_mixer_oss shpchp pci_hotplug intel_agp agpgart snd_pcm snd_timer snd
soundcore snd_page_alloc yenta_socket rsrc_nonstatic pcmcia_core psmouse
parport_pc parport pcspkr rtc serio_raw floppy irda crc_ccitt ext3 jbd
mbcache dm_mirror dm_snapshot dm_mod ide_disk ide_cd cdrom piix generic
ide_core uhci_hcd usbcore 3c59x mii thermal processor fan
Oct 24 13:17:42 localhost kernel: CPU:0
Oct 24 13:17:42 localhost kernel: EIP:0060:[c1304908]Not
tainted VLI
Oct 24 13:17:42 localhost kernel: EFLAGS: 00210086   (2.6.18-1-686 #1)
Oct 24 13:17:42 localhost kernel: EIP is at 0xc1304908
Oct 24 13:17:42 localhost kernel: eax: d5627db0   ebx: d5627d90   ecx:

  edx: 0001
  Oct 24 13:17:42 localhost kernel: esi: 00100100   edi:    ebp:
  d5627df0
esp: d5627dd0
Oct 24 13:17:42 localhost kernel: ds: 007b   es: 007b   ss: 0068
Oct 24 13:17:42 localhost kernel: Process xgnokii (pid: 4635,
ti=d5626000 task=caf1faa0 task.ti=d5626000)
Oct 24 13:17:42 localhost kernel: Stack: c0116251  0001
cb37c0d8  cb37c0d8  
Oct 24 13:17:42 localhost kernel:d5627e14 c01166a2 
 0001 00200286 cb37c0d8 caed9000
Oct 24 13:17:42 localhost kernel:cb37c0c0 d4d89910 c0222358
 cb37c0c0 caed9000 d896e785 cb37c0c0
Oct 24 13:17:42 localhost kernel: Call Trace:
Oct 24 13:17:42 localhost kernel:  [c0116251] __wake_up_common
+0x2f/0x53
Oct 24 13:17:42 localhost kernel:  [c01166a2] __wake_up+0x2a/0x3d
Oct 24 13:17:42 localhost kernel:  [c0222358] sock_def_wakeup
+0x2e/0x39
Oct 24 13:17:42 localhost kernel:  [d896e785] irda_release+0x49/0x129
[irda]
Oct 24 13:17:42 localhost kernel:  [d896dbf5]
__lock_irda_stream_release+0xf/0x1a [irda]
Oct 24 13:17:42 localhost kernel:  [c0220847] sock_release+0x11/0x86
Oct 24 13:17:42 localhost kernel:  [c0220b0f] sock_close+0x26/0x2a
Oct 24 13:17:42 localhost kernel:  [c015af41] __fput+0x8a/0x13f
Oct 24 13:17:42 localhost kernel:  [c0158aaa] filp_close+0x4e/0x54
Oct 24 13:17:42 localhost kernel:  [c011ead7] put_files_struct
+0x65/0xa7
Oct 24 13:17:42 localhost kernel:  [c011fa47] do_exit+0x1d1/0x71b
Oct 24 13:17:42 localhost kernel:  [c0120007] sys_exit_group+0x0/0xd
Oct 24 13:17:42 localhost kernel:  [c0127aa5] get_signal_to_deliver
+0x395/0x3bc
Oct 24 13:17:42 localhost kernel:  [c01023a6] do_notify_resume
+0x71/0x5d7
Oct 24 13:17:42 localhost kernel:  [c012dabf] remove_wait_queue
+0xf/0x34
Oct 24 13:17:42 localhost kernel:  [c0221005] sys_recv+0x19/0x1d
Oct 24 13:17:42 localhost kernel:  [c0221416] sys_socketcall
+0xfc/0x181
Oct 24 13:17:42 localhost kernel:  [c0102d0a] work_notifysig+0x13/0x19
Oct 24 13:17:42 localhost kernel: Code: 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01 00 00 00 02
00 00 00 00 01 00 00 80 00 00 00 50 00 00 00 32 00 00 00 20 0d 08 00
00
Oct 24 13:17:42 localhost kernel: EIP: [c1304908] 0xc1304908 SS:ESP
0068:d5627dd0
Oct 24 13:17:42 localhost kernel:  1Fixing recursive fault but reboot
is needed!


And according to this, I cannot kill xgnokii (-15, -9, whatever :-(),
and I have to reboot if I want to launch it again.

Thanks for your work,
Romain.

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

Bug#377362: applet.defs can be found in python-gnome2-desktop-dev

2006-07-10 Thread Romain Chantereau
Package: revelation
Version: 0.4.7-2
Followup-For: Bug #377362


Hi !

The applets.def can be found in the python-gnome2-desktop-dev package, I was
then able to build revelation.

Cheers,
Romain.

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

Versions of packages revelation depends on:
ii  cracklib22.7-19  pro-active password checker librar
ii  gconf2   2.14.0-1GNOME configuration database syste
ii  gnome-icon-theme 2.14.2-1GNOME Desktop icon theme
ii  libbonoboui2-0   2.14.0-3The Bonobo UI library
ii  libglib2.0-0 2.10.3-2The GLib library of C routines
ii  libgnomeui-0 2.14.1-2The GNOME 2 libraries (User Interf
ii  libgtk2.0-0  2.8.18-1The GTK+ graphical user interface 
ii  libpanel-applet2-0   2.14.2-1library for GNOME 2 panel applets
ii  python   2.3.5-11An interactive high-level object-o
ii  python-crypto2.0.1+dfsg1-1.2 cryptographic algorithms and proto
ii  python-gnome22.12.4-3Python bindings for the GNOME desk
ii  python-gnome2-extras 2.14.0-2Python bindings for the GNOME desk
ii  python-gtk2  2.8.6-3 Python bindings for the GTK+ widge
ii  python-xml   0.8.4-5 XML tools for Python
ii  python2.32.3.5-14An interactive high-level object-o
ii  shared-mime-info 0.17-2  FreeDesktop.org shared MIME databa

revelation recommends no packages.

-- no debconf information


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



Bug#376149: revelation: here a quick patch.

2006-07-10 Thread Romain Chantereau
Package: revelation
Version: 0.4.7-3
Followup-For: Bug #376149

Hi !

I made a quick patch in order to be able to read my passwords again.

Cheers,
Romain.

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

Versions of packages revelation depends on:
ii  cracklib22.7-19  pro-active password checker librar
ii  gconf2   2.14.0-1GNOME configuration database syste
ii  gnome-icon-theme 2.14.2-1GNOME Desktop icon theme
ii  libbonoboui2-0   2.14.0-3The Bonobo UI library
ii  libglib2.0-0 2.10.3-2The GLib library of C routines
ii  libgnomeui-0 2.14.1-2The GNOME 2 libraries (User Interf
ii  libgtk2.0-0  2.8.18-1The GTK+ graphical user interface 
ii  libpanel-applet2-0   2.14.2-1library for GNOME 2 panel applets
ii  python   2.3.5-11An interactive high-level object-o
ii  python-crypto2.0.1+dfsg1-1.2 cryptographic algorithms and proto
ii  python-gnome22.12.4-3Python bindings for the GNOME desk
ii  python-gnome2-extras 2.14.0-2Python bindings for the GNOME desk
ii  python-gtk2  2.8.6-3 Python bindings for the GTK+ widge
ii  python-xml   0.8.4-5 XML tools for Python
ii  shared-mime-info 0.17-2  FreeDesktop.org shared MIME databa

revelation recommends no packages.

-- no debconf information
--- src/wrap/gnomemisc/gnomemisc.override   2006-07-10 15:32:38.0 
+0200
+++ ../revelation-0.4.7.orig/src/wrap/gnomemisc/gnomemisc.override  
2005-08-06 21:59:22.0 +0200
@@ -10,6 +10,6 @@
 %%
 modulename gnomemisc
 %%
-import gnomeapplet.Applet as PyPanelApplet_Type
+import gnome.applet.Applet as PyPanelApplet_Type
 %%
 %%


Bug#377687: Please put the secure-delete on the root fs

2006-07-10 Thread Romain Chantereau
Package: secure-delete
Version: 3.1-2
Severity: wishlist

It will be great if secure-delete could be launch in a maintenance environment,
in other words, from /, like /bin/rm.

Then, it will be possible to use alternative in order to choose wich rm scheme
user wants to use, for example, for bootclean process.

What do you think about it ?

Cheers
Romain.

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

Versions of packages secure-delete depends on:
ii  libc6 2.3.6-15   GNU C Library: Shared libraries

secure-delete recommends no packages.

-- no debconf information


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



Bug#376680: apache2-utils: Please include htcacheclean in the Debian Apache 2.2 distribution.

2006-07-04 Thread Romain Chantereau
Package: apache2-utils
Version: 2.0.55-4
Severity: normal

Hi ! 

The apache proxy disk cache scheme has been realy improved in the 2.2 apache.
Before, there was an experimental non-working CacheSize directive in order to
limit the disk cache size, but now, it now longer exists.

Now, there is an utility, named htcacheclean, listed here :
http://httpd.apache.org/docs/2.2/programs/ , web man page here :
http://httpd.apache.org/docs/2.2/programs/htcacheclean.html

This utility manage the disk cache files.
Without it, it is very difficult (impossible ?) to limit the amount of disk 
space used by the apache proxy disk cache.

Please, could you include it in the apache2 debian distribution as it is in the
official apache distribution ?

Thanks you very much,
Romain.

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

Versions of packages apache2-utils depends on:
ii  libapr0 2.0.55-4 the Apache Portable Runtime
ii  libc6   2.3.6-15 GNU C Library: Shared libraries
ii  libdb4.34.3.29-5 Berkeley v4.3 Database Libraries [
ii  libexpat1   1.95.8-3.2   XML parsing C library - runtime li
ii  libldap22.1.30-13+b1 OpenLDAP libraries
ii  libpcre36.4-2Perl 5 Compatible Regular Expressi
ii  libssl0.9.8 0.9.8b-2 SSL shared libraries
ii  zlib1g  1:1.2.3-12   compression library - runtime

apache2-utils recommends no packages.

-- no debconf information


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



Bug#362098: comixcursors: Wrong path for Xorg 7

2006-04-12 Thread Romain Chantereau
Package: comixcursors
Version: 0.3.2-1
Severity: important

Hi !

I just upgraded to Xorg 7 and I was so sad to not have theses beautiful
transparent, glowing and funny cursors anymore.

After some research I undestood (slowly) that now Xorg store and grab fonts,
modules, etc. (including cursors icons) from /usr.

For example, the fonts are now in /usr/share/fonts and /usr/lib/X11/fonts is
a symlink to /usr/share/fonts.

Could you please move the destination of the cursors data to /usr/share/icons
instead of /usr/X11R6/lib/X11/icons ?


Cheers,
Romain.

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

-- no debconf information


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



Bug#361066: python-pysqlite2: Bad dependency

2006-04-06 Thread Romain Chantereau
Package: python-pysqlite2
Version: 2.0.5-1
Severity: important


Hi !

Python-pysqlite2 version  2.0.7 have to conflict with libsqlite2 = 3.3.3.
Here an explanation: http://initd.org/tracker/pysqlite/wiki/2.0.7_Changelog

Cheers :-)
Romain.

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

Versions of packages python-pysqlite2 depends on:
ii  python2.3.5-5An interactive high-level object-o
ii  python2.3-pysqlite2   2.0.5-1python interface to SQLite 3

python-pysqlite2 recommends no packages.

-- no debconf information


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



Bug#359220: epiphany-extensions: View certificates and manage security devices not working.

2006-03-27 Thread Romain Chantereau
Package: epiphany-extensions
Version: 1.8.2-5
Severity: normal


I cannot open the view certificate extension, I got theses error on the
console::

** (epiphany:20438): WARNING **: Could not get nsIScriptError

** (epiphany:20438): WARNING **: Could not get nsIScriptError

If I click again on the menu item, a blank box pops-up.

Cheers,
Romain.

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

Versions of packages epiphany-extensions depends on:
ii  epiphany-browser  1.8.5-2Intuitive GNOME web browser
ii  libc6 2.3.6-4GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.3-1  GCC support library
ii  libnspr4-0d   1.8.0.1-7  NetScape Portable Runtime Library
ii  libosp5   1.5.2-1Runtime library for OpenJade group
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libxul0d  1.8.0.1-7  Gecko engine library
ii  sgml-data 2.0.3  common SGML and XML data
ii  w3c-dtd-xhtml 1.1-5  W3C eXtensible HyperText Markup La

epiphany-extensions recommends no packages.

-- no debconf information


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



Bug#359226: epiphany: Cannot open the certificate manager

2006-03-27 Thread Romain Chantereau
Package: epiphany
Severity: normal


Hi!

After filling #359220, I searched on the epiphany FAQ and I found this::


http://live.gnome.org/Epiphany/FrequentlyAskedQuestions#head-4c41abb5b90e69df1c733e4eba307d7a2e91222f

I tried this url (chrome://pippki/content/certManager.xul)
and epiphnay log out the same error and the page does not show up.

I think the bug is here and not in the epiphany extension.

Perhaps xulrunner ? Perhaps...

Cheers,
Romain.

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


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



Bug#358794: Graveman crashes when going to burn

2006-03-24 Thread Romain Chantereau
Package: graveman
Version: 0.3.12-4-2.1
Severity: grave


Hi !

It seems that graveman has the same bug as evolution had (bug #358071).

After the glib/libc upgrade, it crashes when I launch the burning process.

But, if I launch graveman with `G_SLICE=always-malloc' as::

G_SLICE=always-malloc graveman

no more problem.

Cheers,
Romain.

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

Versions of packages graveman depends on:
ii  cdrdao   1:1.2.1-6   records CDs in Disk-At-Once (DAO) 
ii  cdrecord 4:2.01+01a03-5  command line CD writing tool
ii  dvd+rw-tools 6.1-2   DVD+-RW/R tools
ii  libatk1.0-0  1.11.3-1The ATK accessibility toolkit
ii  libc62.3.6-4 GNU C Library: Shared libraries an
ii  libflac7 1.1.2-3.1   Free Lossless Audio Codec - runtim
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.10.1-2The GLib library of C routines
ii  libgtk2.0-0  2.8.13-1The GTK+ graphical user interface 
ii  libid3tag0   0.15.1b-8   ID3 tag reading library from the M
ii  libmad0  0.15.1b-2.1 MPEG audio decoder library
ii  libmng1  1.0.8-1 Multiple-image Network Graphics li
ii  libogg0  1.1.3-2 Ogg Bitstream Library
ii  libpango1.0-01.12.0-2Layout and rendering of internatio
ii  libvorbis0a  1.1.2-1 The Vorbis General Audio Compressi
ii  libxml2  2.6.23.dfsg.2-3 GNOME XML library
ii  mkisofs  4:2.01+01a03-5  Creates ISO-9660 CD-ROM filesystem
ii  sox  12.17.9-1   A universal sound sample translato
ii  vorbis-tools 1.1.1-3 several Ogg Vorbis tools
ii  zlib1g   1:1.2.3-11  compression library - runtime

graveman recommends no packages.

-- no debconf information


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



Bug#355481: Mount version too old for NFSv4

2006-03-05 Thread Romain Chantereau
Package: loop-aes-utils
Version: 2.12r-5
Severity: normal

Hi !

After an upgrade I was not able to mount my nfs v4 exports anymore. After one
hour and an half of investigation, I found that this package diverted the
original mount. I spent a hour and a half, but I never said I was smart.

With mount I got a bad mount version, with mount.orig, it is working.


Cheers,
Romain

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

Versions of packages loop-aes-utils depends on:
ii  gnupg 1.4.2-2GNU privacy guard - a free PGP rep
ii  libblkid1 1.38+1.39-WIP-2005.12.31-1 block device id library
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libuuid1  1.38+1.39-WIP-2005.12.31-1 universally unique id library
ii  mount 2.12.nfsv4-11  Tools for mounting and manipulatin
ii  sharutils 1:4.2.1-15 shar, unshar, uuencode, uudecode

loop-aes-utils recommends no packages.

-- no debconf information


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



Bug#345694: ndiswrapper: New release available: 1.7

2006-01-02 Thread Romain Chantereau
Package: ndiswrapper
Severity: wishlist

Hi !

This release a lot of USB devices issues.

Could-you update the package ?

Thanks.

Happy new year !
Romain.

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


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



Bug#336162: eiciel: Eiciel crash nautilus file/directoriy proprieties on filesystem mounted with ACL

2005-12-31 Thread Romain Chantereau
Le samedi 31 décembre 2005 à 12:03 +0100, Michael Biebl a écrit :
 could you please check, if your problem still exists with the newest
 eiciel-0.9-1.

No more problem with this version.

Thanks you very much !

Happy new year,

Romain.




Bug#345451: widelands: Segfault on victory

2005-12-31 Thread Romain Chantereau
Package: widelands
Version: build9half-1
Severity: important

Hi !

When I conquer a enemy military building, I got a segfault. Every time.

Here is the information given by the console::

Battle::act
MO(500): [DefendBuilding] : Caught signal 'die'
MO(515): [WaitForAssault] Caught signal 'end_combat' (Waking up!)
MO(515): [waitforassault]: House 765 (0x8a78910) empty of soldiers.
MO(765): [Conquered MilitarySite]: Releasing Workers
MO(765): [Donquered - MilitarySite] : Destroying roads
Setting economy for object 0x8a6eee0, which is a 6 to (nil)
WareList: Wanting to remove 1/144 wares of type (5)
WareList: Wanting to remove 1/8 wares of type (4)
Setting economy for object 0x8a6efb8, which is a 6 to (nil)
WareList: Wanting to remove 1/143 wares of type (5)
MO(515): [waitforassault]: House 765 (0x8a78910) empty of soldiers.
MO(515): [launchattack]: Task Updated 707
MO(515): Hey
MO(765): [Conquered MilitarySite]: Releasing Workers
MO(765): [Donquered - MilitarySite] : Destroying roads
MO(515): Hey
WareList: Wanting to remove 1/42 wares of type (23)
MO(500): schedule reget auto task
Setting economy for object 0x8a78910, which is a 4 to (nil)
Battle::cleanup
Setting economy for object 0x8a785a8, which is a 4 to (nil)
WareList: Wanting to remove 1/10 wares of type (3)
Fatal signal: Segmentation Fault (SDL Parachute Deployed)

Happy new year !

Romain.

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

Versions of packages widelands depends on:
ii  libc6   2.3.5-9  GNU C Library: Shared libraries an
ii  libgcc1 1:4.0.2-5GCC support library
ii  libpng12-0  1.2.8rel-5   PNG library - runtime
ii  libsdl-image1.2 1.2.4-1  image loading library for Simple D
ii  libsdl-mixer1.2 1.2.6-1.1mixer library for Simple DirectMed
ii  libsdl-net1.2   1.2.5-5  network library for Simple DirectM
ii  libsdl-ttf2.0-0 2.0.7-1  ttf library for Simple DirectMedia
ii  libsdl1.2debian 1.2.9-0.0Simple DirectMedia Layer
ii  libstdc++6  4.0.2-5  The GNU Standard C++ Library v3
ii  widelands-data  build9half-1 fantasy real-time strategy game (d
ii  zlib1g  1:1.2.3-9compression library - runtime

widelands recommends no packages.

-- no debconf information


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



Bug#336162: eiciel: Eiciel crash nautilus file/directoriy proprieties on filesystem mounted with ACL

2005-10-28 Thread Romain Chantereau
Package: eiciel
Version: 0.8.4-1
Severity: important


I have mounted my filesystems with the acl option.

Eiciel work as standalone apps, when invoked with the eiciel command.

But when I want to see file or directory properties with nautilus, it crashes.

When eiciel is not install, nautilus does not crash.

When eiciel is installed and acl is not enabled, nautilus does not crash.

Cheers,
Romain.

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

Versions of packages eiciel depends on:
ii  libacl1  2.2.32-1Access control list shared library
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libattr1 2.4.25-1Extended attribute shared library
ii  libaudiofile00.2.6-6 Open-source version of SGI's audio
ii  libbonobo2-0 2.10.1-1Bonobo CORBA interfaces library
ii  libc62.3.5-7 GNU C Library: Shared libraries an
ii  libesd0  0.2.36-1Enlightened Sound Daemon - Shared 
ii  libgcc1  1:4.0.2-3   GCC support library
ii  libgconf2-4  2.10.1-6GNOME configuration database syste
ii  libgcrypt11  1.2.2-1 LGPL Crypto library - runtime libr
ii  libglib2.0-0 2.8.3-1 The GLib library of C routines
ii  libglibmm-2.4-1c22.6.1-1.2   C++ wrapper for the GLib toolkit (
ii  libgnome2-0  2.10.1-1The GNOME 2 library - runtime file
ii  libgnomevfs2-0   2.10.1-5The GNOME virtual file-system libr
ii  libgnutls11  1.0.16-13.1 GNU TLS library - runtime library
ii  libgpg-error01.1-4   library for common error values an
ii  libgtk2.0-0  2.6.10-1The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2 1:2.6.2-1.1 C++ wrappers for GTK+ 2.4 (shared 
ii  libnautilus-extension1   2.10.1-5libraries for nautilus components 
ii  liborbit21:2.12.4-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.8.2-3 Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsigc++-2.0-0c22.0.16-1type-safe Signal Framework for C++
ii  libstdc++6   4.0.2-3 The GNU Standard C++ Library v3
ii  libtasn1-2   0.2.13-1Manage ASN.1 structures (runtime)
ii  libxml2  2.6.22-1GNOME XML library
ii  zlib1g   1:1.2.3-6   compression library - runtime

Versions of packages eiciel recommends:
ii  nautilus  2.10.1-5   file manager and graphical shell f
ii  yelp  2.10.0-3   Help browser for GNOME 2

-- no debconf information


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



Bug#335854: New version available 0.15

2005-10-26 Thread Romain Chantereau
Package: ffmpeg2theora
Version: 0.13+svn20050704-1
Severity: wishlist

The 0.15 version of ffmpeg2theora is available on the website.

Please, could-you upgrade the package ?

Thanks,
Romain.

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

Versions of packages ffmpeg2theora depends on:
ii  libc6 2.3.5-7GNU C Library: Shared libraries an
ii  libdc1394-13  1.1.0-2high level programming interface f
ii  zlib1g1:1.2.3-6  compression library - runtime

ffmpeg2theora recommends no packages.

-- no debconf information


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



Bug#315109: imgseek: Try to import ImgDB instead of ImageDB

2005-08-16 Thread Romain Chantereau
Package: imgseek
Version: 0.8.5-1
Followup-For: Bug #315109

The command line version of imgSeek try to load ImgDB module from imgSeekLib
instead of loading ImageDB.

The line should be:

from imgSeekLib import ImageDB,__version__

instead of

from imgSeekLib import ImgDB,__version__

Cheers,
Romain.

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

Versions of packages imgseek depends on:
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libgcc1   1:4.0.1-4  GCC support library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libqt3c102-mt 3:3.3.4-3  Qt GUI Library (Threaded runtime v
ii  libstdc++51:3.3.6-8  The GNU Standard C++ Library v3
ii  python2.3.5-3An interactive high-level object-o
ii  python-imaging1.1.5-4Python Imaging Library
ii  python-qt33.14.1-2   Qt3 bindings for Python (default v
ii  python-xml0.8.4-1XML tools for Python [dummy packag

Versions of packages imgseek recommends:
ii  libjpeg-progs 6b-10  Programs for manipulating JPEG fil

-- no debconf information


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



Bug#317463: dvdauthor: DVD author correction.

2005-07-11 Thread Romain Chantereau
Package: dvdauthor
Version: 0.6.11-1
Followup-For: Bug #317463


I found what was the problem with DVD author ! :-D

http://studio.imagemagick.org/pipermail/magick-developers/2005-June/002265.html

The patch is attached.

Congratulation again for your twins.

Cheers,
Romain.

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

Versions of packages dvdauthor depends on:
ii  libbz2-1.0   1.0.2-7 high-quality block-sorting file co
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libdps1  4.3.0.dfsg.1-14 Display PostScript (DPS) client li
ii  libdvdread3  0.9.4-5 Simple foundation for reading DVDs
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libjasper-1.701-11.701.0-2   The JasPer JPEG-2000 runtime libra
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  liblcms1 1.13-1  Color management library
ii  libmagick6   6:6.2.3.1-1 Image manipulation library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libtiff4 3.7.2-3 Tag Image File Format (TIFF) libra
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxml2  2.6.19-1GNOME XML library
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-6   compression library - runtime

dvdauthor recommends no packages.

-- no debconf information
Seulement dans dvdauthor-0.6.11-2/: build-stamp
Seulement dans dvdauthor-0.6.11-2/: config.log
Seulement dans dvdauthor-0.6.11-2/: config-stamp
Seulement dans dvdauthor-0.6.11-2/: config.status
Seulement dans dvdauthor-0.6.11-2/debian: dvdauthor
Seulement dans dvdauthor-0.6.11-2/debian: dvdauthor.substvars
Seulement dans dvdauthor-0.6.11-2/debian: files
Seulement dans dvdauthor-0.6.11-2/doc: Makefile
Seulement dans dvdauthor-0.6.11-2/: dvddirdel.1
Seulement dans dvdauthor-0.6.11-2/: dvdunauthor.1
Seulement dans dvdauthor-0.6.11-2/: Makefile
Seulement dans dvdauthor-0.6.11-2/: mpeg2desc.1
Seulement dans dvdauthor-0.6.11-2/: spuunmux.1
Seulement dans dvdauthor-0.6.11-2/src: compat.o
Seulement dans dvdauthor-0.6.11-2/src: conffile.o
Seulement dans dvdauthor-0.6.11-2/src: config.h
Seulement dans dvdauthor-0.6.11-2/src: .deps
Seulement dans dvdauthor-0.6.11-2/src: dvdauthor
Seulement dans dvdauthor-0.6.11-2/src: dvdauthor.o
Seulement dans dvdauthor-0.6.11-2/src: dvdcli.o
Seulement dans dvdauthor-0.6.11-2/src: dvdcompile.o
Seulement dans dvdauthor-0.6.11-2/src: dvdifo.o
Seulement dans dvdauthor-0.6.11-2/src: dvdpgc.o
Seulement dans dvdauthor-0.6.11-2/src: dvdunauthor
Seulement dans dvdauthor-0.6.11-2/src: dvdunauthor.o
Seulement dans dvdauthor-0.6.11-2/src: dvdvml.o
Seulement dans dvdauthor-0.6.11-2/src: dvdvmy.o
Seulement dans dvdauthor-0.6.11-2/src: dvdvob.o
Seulement dans dvdauthor-0.6.11-2/src: Makefile
Seulement dans dvdauthor-0.6.11-2/src: mpeg2desc
Seulement dans dvdauthor-0.6.11-2/src: mpeg2desc.o
Seulement dans dvdauthor-0.6.11-2/src: readxml.o
Seulement dans dvdauthor-0.6.11-2/src: spumux
Seulement dans dvdauthor-0.6.11-2/src: spuunmux
Seulement dans dvdauthor-0.6.11-2/src: spuunmux.o
Seulement dans dvdauthor-0.6.11-2/src: stamp-h1
Seulement dans dvdauthor-0.6.11-2/src: subfont.o
Seulement dans dvdauthor-0.6.11-2/src: subgen-encode.o
diff -ru dvdauthor-0.6.11/src/subgen-image.c dvdauthor-0.6.11-2/src/subgen-image.c
--- dvdauthor-0.6.11/src/subgen-image.c	2005-02-01 03:26:22.0 +0100
+++ dvdauthor-0.6.11-2/src/subgen-image.c	2005-07-11 19:20:36.0 +0200
@@ -26,6 +26,7 @@
 #include math.h
 
 #ifdef HAVE_MAGICK
+#include stdarg.h
 #include magick/api.h
 #else
 #include png.h
Seulement dans dvdauthor-0.6.11-2/src: subgen-image.o
Seulement dans dvdauthor-0.6.11-2/src: subgen.o
Seulement dans dvdauthor-0.6.11-2/src: subgen-parse-xml.o
Seulement dans dvdauthor-0.6.11-2/src: subreader.o
Seulement dans dvdauthor-0.6.11-2/src: subrender.o
Seulement dans dvdauthor-0.6.11-2/src: textsub.o
Seulement dans dvdauthor-0.6.11-2/: unpack-stamp


Bug#317463: Fails to generate buttons on DVD menus

2005-07-08 Thread Romain Chantereau
Package: dvdauthor
Version: 0.6.11-1
Severity: important

When I used dvdauthor 0.6.10 I was able to create DVD menu with buttons (with
qdvdauthor or dvdstyler for example).

When I use the alpha dvdauthor 0.6.12, I am able to create DVD menu with working
buttons.

When I use dvdauthor 0.6.11, no button appear while using dvdstyler (although 
simple text does) buttons are viewable but have no effect using Qdvdauthor. 

Perhaps we could say that this bug is a duplicate of the #315503 bug.

But here the binary is really affected too. It is very difficult to have a
working DVD
authoring chain now.

Thanks

Romain

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

Versions of packages dvdauthor depends on:
ii  libbz2-1.0   1.0.2-7 high-quality block-sorting file co
ii  libc62.3.5-1 GNU C Library: Shared libraries an
ii  libdps1  4.3.0.dfsg.1-14 Display PostScript (DPS) client li
ii  libdvdread3  0.9.4-5 Simple foundation for reading DVDs
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libfribidi0  0.10.5-2Free Implementation of the Unicode
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libjasper-1.701-11.701.0-2   The JasPer JPEG-2000 runtime libra
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  liblcms1 1.13-1  Color management library
ii  libmagick6   6:6.2.3.1-1 Image manipulation library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libtiff4 3.7.2-3 Tag Image File Format (TIFF) libra
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxml2  2.6.16-7GNOME XML library
ii  libxt6   4.3.0.dfsg.1-14 X Toolkit Intrinsics
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-5   compression library - runtime

dvdauthor recommends no packages.

-- no debconf information


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



Bug#316753: tor: New upstream release.

2005-07-03 Thread Romain Chantereau
Package: tor
Version: 0.0.9.10-1
Severity: normal

The Tor 0.1.0.10 release from a few days ago includes a fix for a bug
that might allow an attacker to read arbitrary memory (maybe even keys)
from an exit server's process space. We haven't heard any reports of
exploits yet, but hey.

Another thing is that the new version allow to use HTTP and HTTPS proxy in order
to access to the Internet.

This is a major and important functionality.

Please upgrade the tor package.

Thanks you very much,
Romain.

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

Versions of packages tor depends on:
ii  adduser 3.64 Add and remove users and groups
ii  libc6   2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libssl0.9.7 0.9.7g-1 SSL shared libraries
ii  python  2.3.5-3  An interactive high-level object-o
ii  tsocks  1.8beta5-2   transparent network access through
ii  zlib1g  1:1.2.2-4compression library - runtime

Versions of packages tor recommends:
ii  privoxy   3.0.3-4Privacy enhancing HTTP Proxy
ii  socat 1.4.2.0-1  multipurpose relay for bidirection

-- no debconf information


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



Bug#312525: xmms-jack depends on xmms-dev

2005-06-08 Thread Romain Chantereau
Package: xmms-jack
Version: 0.14-1
Severity: serious
Justification: Policy 3.5

Hi !

I just noticed that there is a missing dependency for xmms-jack, or
worse.

In fact, I do not know where the problem really is, but as this is with
this package I found it, I report here.

If xmms-dev is not installed, xmms-jack is not functionnal.
Example::
 
 [EMAIL PROTECTED]:/tmp $ xmms
 Message: device: default
 jack_init:initializing
 jack_init:unable to dlopen 'libxmms.so'
 jack_destructor:cleanup
 
Then, I installed xmms-dev in order to compile the plugin, and just
before compiling it, I wanted to try with this package (thinking, the
maintainer have certainly tested this package on his own computer with
xmms-dev installed). I did this::

 [EMAIL PROTECTED]:/tmp $ sudo apt-get install xmms-dev
 ...
 [EMAIL PROTECTED]:/tmp $ xmms
 Message: device: default
 jack_init:initializing
 jack_init:Found frequency convertion functions, setting
 isXmmsFrequencyAvailable to 1
 Message: fmt 5, channels: 2
 jack_destructor:cleanup
   
And next, to be sure::

 [EMAIL PROTECTED]:/tmp $ sudo dpkg -r xmms-dev
 (Reading database ... 120321 files and directories currently
 installed.)
 Removing xmms-dev ...
 [EMAIL PROTECTED]:/tmp $ xmms
 Message: device: default
 jack_init:initializing
 jack_init:unable to dlopen 'libxmms.so'
 jack_destructor:cleanup
 

Hum I concluded that in order to run xmms-jack, we have to install
xmms-dev.

What do you think ?

Cheers,
Romain.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-rc6
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xmms-jack depends on:
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libglib1.2   1.2.10-10   The GLib library of C routines
ii  libgtk1.21.2.10-17   The GIMP Toolkit set of widgets fo
ii  libjack0.80.0-0  0.99.0-6JACK Audio Connection Kit (librari
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  libxi6   4.3.0.dfsg.1-14 X Window System Input extension li
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu

-- no debconf information


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



Bug#311273: kernel-image-2.6.11-9-amd64-k8: Please configure Security Capatibilities as module

2005-06-07 Thread Romain Chantereau
Hi !

Le mercredi 01 juin 2005  18:25 +0200, maximilian attems a crit : 
 gain the pam knwonledge and fix it for debian. :)
 
 otherwise it will take a bit more time until someone else pops up
 and does it.

It seams that people does it already:


http://www.steamballoon.com/wiki/index.php?title=Rlimitsoldid=36


The fact seems to be:

- PAM need to be patched and configured (/etc/security/limits.conf)

- Kernel version = 2.6.12-rc4

Thanks you very much for you help.

Romain.




Bug#311273: kernel-image-2.6.11-9-amd64-k8: Please configure Security Capatibilities as module

2005-06-01 Thread Romain Chantereau
Le mardi 31 mai 2005  00:29 +0200, Frederik Schueler a crit :
 I opt for SECURITY_CAPABILITIES=y in the common arch config.

I understood what you told. But, what do you suggest ?

Will I have to compile my own kernel, or do you have another solution in
order to provide realtime privileges for non-root user ?

Thanks,
Romain.




Bug#311273: kernel-image-2.6.11-9-amd64-k8: Please configure Security Capatibilities as module

2005-05-30 Thread Romain Chantereau
Package: kernel-image-2.6.11-9-amd64-k8
Version: 2.6.11-2
Severity: wishlist

Hi !

It is impossible to compile the realtime security module with the actual
kernel configuration.

The security capatibilities are not configured as module.

Please setup this option as a module permitting building realtime-lsm.

Cheers,
Romain Chantereau.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-9-amd64-k8
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages kernel-image-2.6.11-9-amd64-k8 depends on:
ii  coreutils [fileutil 5.2.1-2  The GNU core utilities
ii  e2fsprogs   1.37+1.38-WIP-0509-1 ext2 file system utilities and lib
ii  initrd-tools0.1.81.1 tools to create initrd image for p
ii  module-init-tools   3.2-pre1-2   tools for managing Linux kernel mo

-- no debconf information


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



Bug#310451: Import error in HyperArch mailman module (easy fix included)

2005-05-23 Thread Romain Chantereau
Package: mailman
Version: 2.1.5-8
Severity: important
Tags: patch


For some reason mailman shunted messages. There were an error when a unknown
list was called. An error have to be raised but, the Errors module from Mailman
was not imported in the HyperArch module.

Fix, just add::

from Mailman import Errors

After the mm_cfg module import in the Mailman.HyperArch module.

Thanks managing the Mailman package.

Romain.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.11-bs4
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages mailman depends on:
ii  apache [httpd]  1.3.33-6 versatile, high-performance HTTP s
ii  cron3.0pl1-86management of regular background p
ii  debconf 1.4.30.13Debian configuration management sy
ii  exim4   4.50-4   metapackage to ease exim MTA (v4) 
ii  exim4-daemon-light [mail-tr 4.50-4   lightweight exim MTA (v4) daemon
ii  libc6   2.3.2.ds1-21 GNU C Library: Shared libraries an
ii  logrotate   3.7-3Log rotation utility
ii  pwgen   2.03-1   Automatic Password generation
ii  python  2.3.5-2  An interactive high-level object-o
ii  ucf 1.17 Update Configuration File: preserv

-- debconf information:
* mailman/queue_files_present:
* mailman/default_server_language: fr
  mailman/gate_news: false
* mailman/site_languages: en, fr
* mailman/used_languages: fr
* mailman/create_site_list:


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