Bug#966846: Kernel panic (4.19.0-10): RIP __cgroup_bpf_run_filter_skb

2020-09-11 Thread Sébastien NOBILI

Hi,

More than a week after, no problem with this build, working fine 24/7.

Sébastien



Bug#966846: Kernel panic (4.19.0-10): RIP __cgroup_bpf_run_filter_skb

2020-09-05 Thread Sébastien NOBILI

Hi Salvatore,

No crash for two days with this build. I'll send an update in a few 
days.


Sébastien



Bug#966846: Kernel panic (4.19.0-10): RIP __cgroup_bpf_run_filter_skb

2020-09-03 Thread Sébastien NOBILI

Hi Salvatore,

Le 2020-08-30 17:08, Salvatore Bonaccorso a écrit :
On Sun, Aug 30, 2020 at 04:49:51PM +0200, isch...@der-ball-ist-rund.net 
wrote:
But I'm still running two lxc-containers and two virtual machines 
kvm/qemu.


Yes, the issue would not be exclusively with docker.


I'm facing this bug as well on a server with LXC containers (no 
Docker/KVM/Qemu

at all).


The issue should be pending fixed, but if you can I would appreciate
if you can test (warning: temporary and unofficial build!) packages
rebased to 4.19.142 upstream:

https://people.debian.org/~carnil/tmp/linux/4.19.142-1/


I've installed it (amd64 version) and will let you know how things are 
going on.


Sébastien



Bug#805027: [python-acme] not building on jessie

2015-12-27 Thread Sébastien NOBILI
Hi,

I'm also trying to compile for Jessie with no success.

All the tests seem to pass correctly (see attached log) but pybuild (Sid version
I backported to Jessie) ends with either Segmentation fault or Floating point
exception.

I'm not used to Python environment… Maybe I'm missing something…

Sébastien
I: pybuild base:184: python2.7 setup.py test 
running test
running egg_info
writing requirements to acme.egg-info/requires.txt
writing acme.egg-info/PKG-INFO
writing top-level names to acme.egg-info/top_level.txt
writing dependency_links to acme.egg-info/dependency_links.txt
writing entry points to acme.egg-info/entry_points.txt
reading manifest file 'acme.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'acme.egg-info/SOURCES.txt'
running build_ext
test_cert_no_sans (acme.crypto_util_test.PyOpenSSLCertOrReqSANTest) ... ok
test_cert_two_sans (acme.crypto_util_test.PyOpenSSLCertOrReqSANTest) ... ok
test_csr_no_sans (acme.crypto_util_test.PyOpenSSLCertOrReqSANTest) ... ok
test_csr_one_san (acme.crypto_util_test.PyOpenSSLCertOrReqSANTest) ... ok
test_csr_six_sans (acme.crypto_util_test.PyOpenSSLCertOrReqSANTest) ... ok
test_csr_two_sans (acme.crypto_util_test.PyOpenSSLCertOrReqSANTest) ... ok
test_probe_not_recognized_name (acme.crypto_util_test.SSLSocketAndProbeSNITest) 
... ok
test_probe_ok (acme.crypto_util_test.SSLSocketAndProbeSNITest) ... ok
test_it (acme.util_test.MapKeysTest) ... ok
test_json_de_serializable (acme.messages_test.AuthorizationResourceTest) ... ok
test_from_json (acme.messages_test.AuthorizationTest) ... ok
test_from_json_hashable (acme.messages_test.AuthorizationTest) ... ok
test_resolved_combinations (acme.messages_test.AuthorizationTest) ... ok
test_json_de_serializable (acme.messages_test.CertificateRequestTest) ... ok
test_json_de_serializable (acme.messages_test.CertificateResourceTest) ... ok
test_from_json (acme.messages_test.ChallengeBodyTest) ... ok
test_from_json_hashable (acme.messages_test.ChallengeBodyTest) ... ok
test_proxy (acme.messages_test.ChallengeBodyTest) ... ok
test_to_partial_json (acme.messages_test.ChallengeBodyTest) ... ok
test_uri (acme.messages_test.ChallengeResourceTest) ... ok
test_equality (acme.messages_test.ConstantTest) ... ok
test_from_json (acme.messages_test.ConstantTest) ... ok
test_from_json_hashable (acme.messages_test.ConstantTest) ... ok
test_repr (acme.messages_test.ConstantTest) ... ok
test_to_partial_json (acme.messages_test.ConstantTest) ... ok
test_from_json_deserialization_error_on_wrong_key 
(acme.messages_test.DirectoryTest) ... ok
test_getattr (acme.messages_test.DirectoryTest) ... ok
test_getattr_fails_with_attribute_error (acme.messages_test.DirectoryTest) ... 
ok
test_getitem (acme.messages_test.DirectoryTest) ... ok
test_getitem_fails_with_key_error (acme.messages_test.DirectoryTest) ... ok
test_init_wrong_key_value_error (acme.messages_test.DirectoryTest) ... ok
test_to_partial_json (acme.messages_test.DirectoryTest) ... ok
test_description (acme.messages_test.ErrorTest) ... ok
test_from_json_hashable (acme.messages_test.ErrorTest) ... ok
test_str (acme.messages_test.ErrorTest) ... ok
test_to_partial_json (acme.messages_test.RegistrationResourceTest) ... ok
test_emails (acme.messages_test.RegistrationTest) ... ok
test_from_data (acme.messages_test.RegistrationTest) ... ok
test_from_json (acme.messages_test.RegistrationTest) ... ok
test_from_json_hashable (acme.messages_test.RegistrationTest) ... ok
test_phones (acme.messages_test.RegistrationTest) ... ok
test_to_partial_json (acme.messages_test.RegistrationTest) ... ok
test_from_json_hashable (acme.messages_test.RevocationTest) ... ok
test_empty (acme.messages_test.UpdateRegistrationTest) ... ok
test_check_response_jobj (acme.client_test.ClientNetworkTest) ... ok
test_check_response_not_ok_jobj_error (acme.client_test.ClientNetworkTest) ... 
ok
test_check_response_not_ok_jobj_no_error (acme.client_test.ClientNetworkTest) 
... ok
test_check_response_not_ok_no_jobj (acme.client_test.ClientNetworkTest) ... ok
test_check_response_ok_no_jobj_ct_required (acme.client_test.ClientNetworkTest) 
... ok
test_check_response_ok_no_jobj_no_ct (acme.client_test.ClientNetworkTest) ... ok
test_init (acme.client_test.ClientNetworkTest) ... ok
test_requests_error_passthrough (acme.client_test.ClientNetworkTest) ... ok
test_send_request (acme.client_test.ClientNetworkTest) ... ok
test_send_request_user_agent (acme.client_test.ClientNetworkTest) ... ok
test_send_request_verify_ssl (acme.client_test.ClientNetworkTest) ... ok
test_wrap_in_jws (acme.client_test.ClientNetworkTest) ... ok
test_get (acme.client_test.ClientNetworkWithMockedResponseTest) ... ok
test_head (acme.client_test.ClientNetworkWithMockedResponseTest) ... ok
test_head_get_post_error_passthrough 
(acme.client_test.ClientNetworkWithMockedResponseTest) ... ok
test_post (acme.client_test.ClientNetworkWithMockedResponseTest) ... ok
test_post_wrong_initial_nonce 

Bug#801897: TypeError: Request path contains unescaped characters

2015-12-11 Thread Sébastien NOBILI
Hi,

Same issue here on a Jessie machine with nodejs backported (by myself) from
testing (which shouldn't to be related).

>From this [1] post, it seems to be a proxy issue.

1: 
http://stackoverflow.com/questions/31199457/nodejs-module-install-error-request-path-contains-unescaped-characters

I've got some proxy-related environment variables. Unsetting them fixes the
issue :

$ HTTP_PROXY= HTTPS_PROXY= http_proxy= https_proxy= npm view keybase
[No more error]

Sébastien



Bug#798121: Successfully tested patch

2015-12-08 Thread Sébastien NOBILI
Hi,

Just to notice that the patch Heinrich Schuchardt submitted works for me (Debian
Jessie).

Sébastien



Bug#787529: webissues-server: Configuration instructions for Apache2 not updated for version 2.4

2015-06-02 Thread Sébastien NOBILI
Package: webissues-server
Version: 0.8.5-3
Severity: normal

Dear Maintainer,

Instructions found in file /usr/share/doc/webissues-server/README.Debian
are not OK for Jessie.

File /usr/share/doc/webissues-server/examples/apache2.conf does not
exist, correct path is
/usr/share/doc/webissues-server/examples/apache.conf.

Directory /etc/apache2/conf.d/ does not exist anymore, being replaced by
/etc/apache2/conf-available/ to which a symlink should be created from
/etc/apache2/conf-enabled/.

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

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


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



Bug#766637: powerline: Missing POWERLINE_COMMAND environment variable

2014-10-27 Thread Sébastien NOBILI
Hi Jérôme,

Le samedi 25 octobre 2014 à 11:10, Jerome Charaoui a écrit :
 Le 2014-10-24 10:56, Sébastien NOBILI a écrit :
  Tmux bindings file references $POWERLINE_COMMAND variable which is not
  set, leading to right segment not being visible.
  
  The patch below fixes this issue.
 
 I believe the correct fix is to adjust BINDINGS_DIRECTORY, as our
 package puts the bindings in a different path than the rest of powerline.
 
 The Debian-specific patch added in this commit should fix the issue :
 
 http://anonscm.debian.org/cgit/collab-maint/powerline.git/commit/?id=eada7400983787149749586e83c7c1ed762bab71

I'm not sure your patch fixes the issue.

File /usr/share/powerline/bindings/tmux/powerline.conf references
$POWERLINE_COMMAND variable.

I can't find this variable definition anywhere…

I've upgraded my powerline package (from Sid source) and don't have any right
segment contents unless I define it.

Is there something I've missed ?

Seb


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



Bug#766637: powerline: Missing POWERLINE_COMMAND environment variable

2014-10-24 Thread Sébastien NOBILI
Package: powerline
Version: 1.2-1.1
Severity: normal

Dear Maintainer,

I've backported Powerline from testing/sid to stable, which explains
version number being different.

Tmux bindings file references $POWERLINE_COMMAND variable which is not
set, leading to right segment not being visible.

The patch below fixes this issue.

diff --git a/bindings/tmux/powerline.conf b/bindings/tmux/powerline.conf
index b8a0751..4d56b52 100644
--- a/bindings/tmux/powerline.conf
+++ b/bindings/tmux/powerline.conf
@@ -1,3 +1,4 @@
+if-shell 'test -z $POWERLINE_COMMAND' 'set-environment -g POWERLINE_COMMAND 
powerline'
 if-shell 'test -z $POWERLINE_CONFIG_COMMAND' 'set-environment -g 
POWERLINE_CONFIG_COMMAND powerline-config'
 
 # Don’t version-check for this core functionality -- anything too old to

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

Kernel: Linux 3.2.0-4-686-pae (SMP w/3 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 powerline depends on:
ii  libc6 2.13-38+deb7u6
ii  python2.7.3-4+deb7u1
ii  python-powerline  1.2-1.1

Versions of packages powerline recommends:
ii  fonts-powerline  1.2-1.1

Versions of packages powerline suggests:
pn  python-powerline-doc  none
ii  vim-addon-manager 0.5.2

-- 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#760038: minor problem subsists

2014-10-08 Thread Sébastien NOBILI
Hi,

I just ran how-can-i-help and noticed e17 is planned to be dropped from Jessie
because of this bug.

I'm working everyday with Jessie version of e17 and never noticed any
black-screen problem.

Crashes happen from time to time, but are really occasional and always followed
by an automatic restart. This point is just a matter of clicking a button to
restart the environment.

These two issues don't seem grave enough to legitimate e17 being dropped.

Is there anything I've missed in this decision ?

Sébastien


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



Bug#401020: evolution: Evolution crashes when receiving a message with an empty subject (from a MS-exchange server)

2009-05-07 Thread Sébastien NOBILI
Le mercredi 06 mai 09 à 17:33, Yves-Alexis Perez a écrit :
| Sorry for the delay, I'm trying to reduce a bit the bug number of
| evolution since it's definitely unreadable at the moment.
| 
| Do you still reproduce this issue with evolution 2.26?

Hi,

I switched from Gnome to KDE and don't use evolution anymore. So I've not
been confronted to this bug for a long time. I don't have an Exchange
server anymore, so I can't test it...

Sorry about that.

Sébastien



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



Bug#522882: libssl0.9.8: /tmp is used to store a script that has to be executed

2009-04-07 Thread Sébastien NOBILI
Package: libssl0.9.8
Version: 0.9.8g-15+lenny1
Severity: normal

When upgrading libssl0.9.8 on my Lenny, I found the following message :
 Can't exec /tmp/libssl0.9.8.config.77291: Permission non accordée at 
/usr/share/perl/5.10/IPC/Open3.pm line 168.
 open2: exec of /tmp/libssl0.9.8.config.77291 configure 0.9.8g-15 failed at 
/usr/share/perl5/Debconf/ConfModule.pm line 59

/tmp is a tmpfs mount with noexec option.

I think some people use the same strategy and another way to handle this script 
should be found so that this it gets executed. I have no idea how this should 
be done to avoid this problem...


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

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

Versions of packages libssl0.9.8 depends on:
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

libssl0.9.8 recommends no packages.

libssl0.9.8 suggests no packages.

-- debconf information excluded



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



Bug#406296: gnome-photo-printer: No integration into GNOME menu

2007-01-10 Thread Sébastien NOBILI
Package: gnome-photo-printer
Version: 0.6.5-2
Severity: important


There is no integration into GNOME menu. Without menu entry the package
is unusable to normal users.
I will post a .desktop file ASAP.

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

Versions of packages gnome-photo-printer depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libgconf2-42.16.0-3  GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-7  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-4  GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-4  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  zlib1g 1:1.2.3-13compression library - runtime

gnome-photo-printer recommends no packages.

-- no debconf information


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



Bug#406296: Acknowledgement (gnome-photo-printer: No integration into GNOME menu)

2007-01-10 Thread Sébastien NOBILI
Hi,

The .desktop that integrates gnome-photo-printer to GNOME desktop is
attached.

The name and comment are only translated to French...
I didn't find any icon to use.

Cheers.
Seb


Debian Bug Tracking System a écrit :
 Thank you for the problem report you have sent regarding Debian.
 This is an automatically generated reply, to let you know your message has
 been received.  It is being forwarded to the package maintainers and other
 interested parties for their attention; they will reply in due course.

 Your message has been sent to the package maintainer(s):
  Michael Schlueter [EMAIL PROTECTED]

 If you wish to submit further information on your problem, please send
 it to [EMAIL PROTECTED] (and *not* to
 [EMAIL PROTECTED]).

 If you have filed this report in error and wish to close it, please
 send mail to [EMAIL PROTECTED] with an explanation
 why the bug report should be closed.

 Please do not reply to the address at the top of this message,
 unless you wish to report a problem with the Bug-tracking system.

 Debian bug tracking system administrator
 (administrator, Debian Bugs database)


   



gnome-photo-printer.desktop
Description: application/desktop


Bug#401020: evolution: Evolution crashes when receiving a message with an empty subject (from a MS-exchange server)

2006-12-06 Thread Sébastien NOBILI
Hi, Øystein,

Sorry for the delay, I've not seen your answer coming to me...

I've made some tests, but am a little bit restricted by my company's admin.

If I send myself an e-mail with an empty subject from Evolution, then it
doesn't crash.
If I connect to port 25 of Exchange server via telnet and send myself an
e-mail coming from my address, then Evolution crashes (in that case, the
From field is only composed of an address, no full name in it).
If I connect to port 25 of Exchange server via telnet and send myself an
e-mail coming from a fake address, then Evolution crashes.

Sorry not being able to help you more.
The problem happened a few times since I submitted the bug report.

Cheers,
Sébastien NOBILI


Øystein Gisnås a écrit :
 tags 401020 unreproducible
 quit

 I tried to send a message with empty subject to an MS Exchange account
 and it doesn't crash on my system. I'm also running evo-exchange
 2.6.3.dfsg-1 with evo 2.6.3-2.

 Can you try a few more combinations in an attempt to pinpoint the
 circumstances under which this problem occurs?

 Cheers,
 Øystein Gisnås

 2006/11/30, Sébastien NOBILI [EMAIL PROTECTED]:
 Package: evolution
 Version: 2.6.3-2
 Severity: important


 This problem occurs each time an e-mail with no subject is received
 and it doesn't seem to be related to sender address.
 I'm using evolution with an Exchange server and I don't have the
 possibility to test its behaviour with other protocols (POP, IMAP).
 Evolution will keep on crashing until the message is deleted (via
 web-access) for example.
 As it is not recorded in the packages list below, I'm using
 evolution-exchange version 2.6.3.dfsg-1 from official Debian Etch.


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

 Versions of packages evolution depends on:
 ii  dbus   1.0.1-2   simple interprocess
 messaging syst
 ii  evolution-common   2.6.3-2   architecture independent
 files for
 ii  evolution-data-server  1.6.3-2   evolution database
 backend server
 ii  gconf2 2.16.0-2  GNOME configuration
 database syste
 ii  gnome-icon-theme   2.14.2-2  GNOME Desktop icon theme
 ii  gtkhtml3.8 3.12.1-2  HTML rendering/editing
 library - b
 ii  libart-2.0-2   2.3.17-1  Library of functions for
 2D graphi
 ii  libatk1.0-01.12.3-1  The ATK accessibility
 toolkit
 ii  libaudiofile0  0.2.6-6   Open-source version of
 SGI's audio
 ii  libavahi-client3   0.6.15-2  Avahi client library
 ii  libavahi-common3   0.6.15-2  Avahi common library
 ii  libavahi-glib1 0.6.15-2  Avahi glib integration
 library
 ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces
 library
 ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
 ii  libc6  2.3.6.ds1-8   GNU C Library: Shared
 libraries
 ii  libcairo2  1.2.4-4   The Cairo 2D vector
 graphics libra
 ii  libcamel1.2-8  1.6.3-2   The Evolution MIME
 message handlin
 ii  libdbus-1-31.0.1-2   simple interprocess
 messaging syst
 ii  libdbus-glib-1-2   0.71-3simple interprocess
 messaging syst
 ii  libebook1.2-5  1.6.3-2   Client library for
 evolution addre
 ii  libecal1.2-6   1.6.3-2   Client library for
 evolution calen
 ii  libedataserver1.2-71.6.3-2   Utility library for
 evolution data
 ii  libedataserverui1.2-6  1.6.3-2   GUI utility library for
 evolution
 ii  libegroupwise1.2-101.6.3-2   Client library for
 accessing group
 ii  libesd00.2.36-3  Enlightened Sound Daemon
 - Shared
 ii  libexchange-storage1.2-1   1.6.3-2   Backend library for
 evolution cale
 ii  libfontconfig1 2.4.1-2   generic font
 configuration library
 ii  libfreetype6   2.2.1-5   FreeType 2 font engine,
 shared lib
 ii  libgconf2-42.16.0-2  GNOME configuration
 database syste
 ii  libgcrypt111.2.3-2   LGPL Crypto library -
 runtime libr
 ii  libglade2-01:2.6.0-2 library to load .glade
 files at ru
 ii  libglib2.0-0   2.12.4-1  The GLib library of C
 routines
 ii  libgnome-keyring0  0.6.0-2   GNOME keyring services
 library
 ii  libgnome-pilot22.0.14-0.1Support libraries for
 gnome-pilot
 ii  libgnome2-02.16.0-2  The GNOME 2 library -
 runtime file
 ii  libgnomecanvas2-0  2.14.0-2  A powerful
 object-oriented display
 ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print
 architecture -
 ii  libgnomeprintui2.2-0   2.12.1-4

Bug#401020: evolution: Evolution crashes when receiving a message with an empty subject (from a MS-exchange server)

2006-11-30 Thread Sébastien NOBILI
Package: evolution
Version: 2.6.3-2
Severity: important


This problem occurs each time an e-mail with no subject is received
and it doesn't seem to be related to sender address.
I'm using evolution with an Exchange server and I don't have the
possibility to test its behaviour with other protocols (POP, IMAP).
Evolution will keep on crashing until the message is deleted (via
web-access) for example.
As it is not recorded in the packages list below, I'm using
evolution-exchange version 2.6.3.dfsg-1 from official Debian Etch.


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

Versions of packages evolution depends on:
ii  dbus   1.0.1-2   simple interprocess messaging syst
ii  evolution-common   2.6.3-2   architecture independent files for
ii  evolution-data-server  1.6.3-2   evolution database backend server
ii  gconf2 2.16.0-2  GNOME configuration database syste
ii  gnome-icon-theme   2.14.2-2  GNOME Desktop icon theme
ii  gtkhtml3.8 3.12.1-2  HTML rendering/editing library - b
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libavahi-client3   0.6.15-2  Avahi client library
ii  libavahi-common3   0.6.15-2  Avahi common library
ii  libavahi-glib1 0.6.15-2  Avahi glib integration library
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libcamel1.2-8  1.6.3-2   The Evolution MIME message handlin
ii  libdbus-1-31.0.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.71-3simple interprocess messaging syst
ii  libebook1.2-5  1.6.3-2   Client library for evolution addre
ii  libecal1.2-6   1.6.3-2   Client library for evolution calen
ii  libedataserver1.2-71.6.3-2   Utility library for evolution data
ii  libedataserverui1.2-6  1.6.3-2   GUI utility library for evolution 
ii  libegroupwise1.2-101.6.3-2   Client library for accessing group
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libexchange-storage1.2-1   1.6.3-2   Backend library for evolution cale
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libgconf2-42.16.0-2  GNOME configuration database syste
ii  libgcrypt111.2.3-2   LGPL Crypto library - runtime libr
ii  libglade2-01:2.6.0-2 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-2   GNOME keyring services library
ii  libgnome-pilot22.0.14-0.1Support libraries for gnome-pilot
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeprint2.2-0 2.12.1-6  The GNOME 2.2 print architecture -
ii  libgnomeprintui2.2-0   2.12.1-4  GNOME 2.2 print architecture User 
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-3  GNOME virtual file-system (runtime
ii  libgnutls131.4.4-2   the GNU TLS library - runtime libr
ii  libgpg-error0  1.4-1 library for common error values an
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libgtkhtml3.8-15   3.12.1-2  HTML rendering/editing library - r
ii  libhal10.5.8.1-4 Hardware Abstraction Layer - share
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libldap2   2.1.30-13+b1  OpenLDAP libraries
ii  libnm-glib00.6.4-5   network management framework (GLib
ii  libnotify1 0.4.2-1+b1sends desktop notifications to a n
ii  libnspr4-0d1.8.0.8-1 NetScape Portable Runtime Library
ii  libnss3-0d 1.8.0.8-1 Network Security Service libraries
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  

Bug#387411: psi: Doesn't keep connection if two instances connect to the same jabber account

2006-09-14 Thread Sébastien NOBILI
Package: psi
Version: 0.10-2
Severity: normal


If two instances of psi connect to the same account on the same jabber server,
then the connection falls, gets connected again, falls, and so on.
The following error message is displayed : There was an error
communicating with the jabber server. Details: XMPP Stream Error:
Generic stream error.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
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 psi depends on:
ii  libc62.3.6.ds1-4 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-13  GCC support library
ii  libqca1c21.0-8   Qt Cryptographic Architecture - sh
ii  libqt3-mt3:3.3.6-4   Qt GUI Library (Threaded runtime v
ii  libstdc++6   4.1.1-13The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.0-8   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxss1  1:1.0.1-4   X11 Screen Saver extension library
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages psi recommends:
ii  qca-tls   1.0-3  TLS plugin for the Qt Cryptographi
ii  sox   12.17.9-1  A universal sound sample translato

-- no debconf information


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



Bug#385276: latex2html: 100% CPU and 100% RAM when compiling an itemize with no item in it

2006-08-30 Thread Sébastien NOBILI
Package: latex2html
Version: 2002-2-1-20050114-5
Severity: normal



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
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 latex2html depends on:
ii  gs-esp [gs]  8.15.2.dfsg.1-2 The Ghostscript PostScript interpr
ii  gs-gpl [gs]  8.50-1.1The GPL Ghostscript PostScript int
ii  netpbm   2:10.0-10.1 Graphics conversion tools
ii  perl 5.8.8-6.1   Larry Wall's Practical Extraction 
ii  perl-doc 5.8.8-6.1   Perl documentation
ii  tetex-bin3.0-18  The teTeX binary files
ii  tetex-extra  3.0-20  Additional library files of teTeX

latex2html recommends no packages.

-- no debconf information

Sample file that produces the bug :

\documentclass[a4paper,10pt]{report}
\usepackage[utf8]{inputenc}
\usepackage[francais]{babel}

\title{Projets}

\begin{document}

\maketitle

\begin{abstract}
This example should crash latex2html
\end{abstract}

\tableofcontents

\section{This list is broken}
\begin{itemize}
\end{itemize}

\end{document}


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



Bug#356927: mozilla-thunderbird: can't open attachments with pps extension

2006-03-14 Thread Sébastien NOBILI
Package: mozilla-thunderbird
Version: 1.0.7-3
Severity: normal

Double-clicking or right-clicking and selecting open on an .pps attachment
lanchs the save dialog but nothing moves. Remaining time is unknown,
elapsed time is 00:00 and progress empty. I had only once progress bar
going to 9% then hanging.
This is reproductible by sending the file obtained by touch somefile.pps

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

Versions of packages mozilla-thunderbird depends on:
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-9  GCC support library
ii  libglib2.0-0  2.8.6-1The GLib library of C routines
ii  libgtk2.0-0   2.8.13-1   The GTK+ graphical user interface 
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.10.4-1   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libstdc++64.0.2-9The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based font drawing librar
ii  libxp66.9.0.dfsg.1-4 X Window System printing extension
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-4 X Toolkit Intrinsics
ii  xlibs 6.9.0.dfsg.1-4 X Window System client libraries m
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages mozilla-thunderbird recommends:
ii  myspell-en-gb [myspell-dictio 1:2.0.1-2  English_british dictionary for mys
ii  myspell-en-us [myspell-dictio 1:2.0.1-2  English_american dictionary for my
ii  myspell-fr-gut [myspell-dicti 1:1.0-18   The French dictionary for myspell 
pn  xprintnone (no description available)

-- debconf information:
  mozilla-thunderbird/browser: Debian


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



Bug#356928: krusader: crashes when listing a big directory (with many files)

2006-03-14 Thread Sébastien NOBILI
Package: krusader
Version: 1.60.0-3.1
Severity: important

When listing /usr/bin/ or /usr/share/doc/ (seems to be related to number
of elements in the directory), krusader crashes.
Here's the stack :
(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
[...]
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1237734688 (LWP 12730)]
(no debugging symbols found)
[...]
(no debugging symbols found)
[KCrash handler]
#5  0x08126c66 in QStrList::~QStrList ()
#6  0xb6cb210b in QListViewPrivate::SortableItem::cmp ()
   from /usr/lib/libqt-mt.so.3
#7  0xb6cb2152 in QListViewPrivate::SortableItem::operator ()
   from /usr/lib/libqt-mt.so.3
#8  0xb6cb3125 in qHeapSortPushDownQListViewPrivate::SortableItem ()
   from /usr/lib/libqt-mt.so.3
#9  0xb6cb338d in qHeapSortHelperQListViewPrivate::SortableItem*,
QListViewPrivate::SortableItem () from /usr/lib/libqt-mt.so.3
#10 0xb6cb343b in qHeapSortQListViewPrivate::SortableItem* ()
   from /usr/lib/libqt-mt.so.3
#11 0xb6caf57d in QListViewItem::sortChildItems () from
/usr/lib/libqt-mt.so.3
#12 0xb6c9aac8 in QListViewItem::enforceSortOrder ()
   from /usr/lib/libqt-mt.so.3
#13 0xb6c99d03 in QListView::firstChild () from /usr/lib/libqt-mt.so.3
#14 0xb74b6dc4 in KListView::setSorting () from /usr/lib/libkdeui.so.4
#15 0x08129da0 in QStrList::~QStrList ()
#16 0x0811260c in QPtrListKFileItem::~QPtrList ()
#17 0x08113bfe in QPtrListKFileItem::~QPtrList ()
#18 0x0811c71d in QPtrListKFileItem::~QPtrList ()
#19 0xb6ba97ff in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#20 0xb6baa290 in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#21 0x0813bf9d in QValueListPrivateKURL::remove ()
#22 0x0813c0b8 in QValueListPrivateKURL::remove ()
#23 0x08109be7 in QBitmap::~QBitmap ()
#24 0x0810a0c8 in QBitmap::~QBitmap ()
#25 0x0810b7aa in QBitmap::~QBitmap ()
#26 0xb6ba97ff in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#27 0xb6baa290 in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#28 0xb6f39526 in QTimer::timeout () from /usr/lib/libqt-mt.so.3
#29 0xb6bce741 in QTimer::event () from /usr/lib/libqt-mt.so.3
#30 0xb6b40122 in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#31 0xb6b40314 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#32 0xb72ced4e in KApplication::notify () from /usr/lib/libkdecore.so.4
#33 0xb6ad1861 in QApplication::sendEvent () from /usr/lib/libqt-mt.so.3
#34 0xb6b31bad in QEventLoop::activateTimers () from
/usr/lib/libqt-mt.so.3
#35 0xb6ae5566 in QEventLoop::processEvents () from
/usr/lib/libqt-mt.so.3
#36 0xb6b58b01 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#37 0xb6b58a26 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#38 0xb6b3ec35 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#39 0x08081db0 in QMapPrivateQString, QString::QMapPrivate ()
#40 0xb63d1ed0 in __libc_start_main () from /lib/tls/libc.so.6
#41 0x0807b631 in ?? ()


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

Versions of packages krusader depends on:
ii  kdelibs4c2a   4:3.5.1-2  core libraries for all KDE applica
ii  libacl1   2.2.35-1   Access control list shared library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libattr1  2.4.25-1   Extended attribute shared library
ii  libaudio2 1.7-5  The Network Audio System (NAS). (s
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libfam0   2.7.0-9Client library to control the FAM 
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-9  GCC support library
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libjpeg62 6b-11  The Independent JPEG Group's JPEG 
ii  libpcre3  6.4-1.1Perl 5 Compatible Regular Expressi
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-4  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++64.0.2-9The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-3  FreeType-based