Bug#989170: [debian-mysql] Bug#989170: mariadb-server-10.5: mariadb-10.5.9 segfault on some SELECT

2021-05-28 Thread Olivier Bonvalet
Hello,

yes, I've volontary truncated the SELECT, because it doesn't seem
really usefull. The problem seems to depend of a certain data volume,
on a 300GB database.

I didn't find the correspondant fix in MariaDB 10.5.x release notes,
but I try the same database, in read-only, in several MariaDB versions,
and only v10.5.10 works.

Thanks,

-- 
Olivier BONVALET

Le jeudi 27 mai 2021 à 20:25 -0700, Otto Kekäläinen a écrit :
> Hello Olivier!
> 
> About Bullseye migration: You can help the MariaDB maintainers by
> filing the unblock request. The package is already in unstable. All
> we
> need is the release manager to allow it to migrate to testing.
> 
> About the bug:
> > mariadbd[2009289]: Query (0x7eb58c00dd80): SELECT
> > all_products.code_ean, all_products.id_marchand,
> > all_products.id_marchand_format,
> 
> You cut the stack trace so the full SELECT is not visible.
> 
> Can you provide steps on how to reproduce the bug? Did you find if
> the
> bug is already filed upstream and are you sure it is fixed now in
> 10.5.10? If so, then this bug report in Debian can be closed.
> 



Bug#989170: mariadb-server-10.5: mariadb-10.5.9 segfault on some SELECT

2021-05-27 Thread Olivier Bonvalet
Package: mariadb-server-10.5
Version: 1:10.5.9-1
Severity: important
Tags: upstream
X-Debbugs-Cc: ob.report...@daevel.fr

Dear Maintainer,

MariaDB 10.5.9 was crashing on our database, on some SELECT queries.
Problem was also reproduced with the Docker version of MariaDB 10.5.9.

By testing with Docker's MariaDB 10.5.10, we see that the last version
of MariaDB 10.5.x doesn't have the problem.

Next, I've installed the Debian's MariaDB 10.5.10-2 from unstable repository,
which also fixed our problem.
So please, include version 10.5.10 in Debian Bullseye release.

The stack trace :

mariadbd[2009289]: 210527  9:42:24 [ERROR] mysqld got signal 11 ;
mariadbd[2009289]: This could be because you hit a bug. It is also possible 
that this binary
mariadbd[2009289]: or one of the libraries it was linked against is corrupt, 
improperly built,
mariadbd[2009289]: or misconfigured. This error can also be caused by 
malfunctioning hardware.
mariadbd[2009289]: To report this bug, see 
https://mariadb.com/kb/en/reporting-bugs
mariadbd[2009289]: We will try our best to scrape up some info that will 
hopefully help
mariadbd[2009289]: diagnose the problem, but since we have already crashed,
mariadbd[2009289]: something is definitely wrong and this may fail.
mariadbd[2009289]: Server version: 10.5.9-MariaDB-1-log
mariadbd[2009289]: key_buffer_size=268435456
mariadbd[2009289]: read_buffer_size=131072
mariadbd[2009289]: max_used_connections=261
mariadbd[2009289]: max_threads=65537
mariadbd[2009289]: thread_count=68
mariadbd[2009289]: It is possible that mysqld could use up to
mariadbd[2009289]: key_buffer_size + (read_buffer_size + 
sort_buffer_size)*max_threads = 143074107 K  bytes of memory
mariadbd[2009289]: Hope that's ok; if not, decrease some variables in the 
equation.
mariadbd[2009289]: Thread pointer: 0x7eb58c0365d8
mariadbd[2009289]: Attempting backtrace. You can use the following information 
to find out
mariadbd[2009289]: where mysqld died. If you see no messages after this, 
something went
mariadbd[2009289]: terribly wrong...
mariadbd[2009289]: stack_bottom = 0x7eb66a53ec88 thread_stack 0x49000
mariadbd[2009289]: ??:0(my_print_stacktrace)[0x55a8c7f8f93e]
mariadbd[2009289]: ??:0(handle_fatal_signal)[0x55a8c7a9e7c5]
mariadbd[2009289]: ??:0(__restore_rt)[0x7f0247966140]
mariadbd[2009289]: ??:0(Type_handler_newdecimal::calc_pack_length(unsigned int) 
const)[0x55a8c775a818]
mariadbd[2009289]: ??:0(SEL_ARG::tree_delete(SEL_ARG*))[0x55a8c7bd8143]
mariadbd[2009289]: ??:0(SEL_ARG::tree_delete(SEL_ARG*))[0x55a8c7bd8a8a]
mariadbd[2009289]: ??:0(SEL_IMERGE::and_sel_tree(RANGE_OPT_PARAM*, SEL_TREE*, 
SEL_IMERGE*))[0x55a8c7bd9223]
mariadbd[2009289]: ??:0(Item_cond_and::get_mm_tree(RANGE_OPT_PARAM*, 
Item**))[0x55a8c7bd944b]
mariadbd[2009289]: ??:0(SQL_SELECT::test_quick_select(THD*, Bitmap<64u>, 
unsigned long long, unsigned long long, bool, bool, bool, bool))[0x55a8c7bdeeab]
mariadbd[2009289]: 
??:0(JOIN::make_notnull_conds_for_range_scans())[0x55a8c790917f]
mariadbd[2009289]: ??:0(JOIN::optimize_inner())[0x55a8c790dc5c]
mariadbd[2009289]: ??:0(JOIN::optimize())[0x55a8c790e1e3]
mariadbd[2009289]: ??:0(mysql_select(THD*, TABLE_LIST*, List&, Item*, 
unsigned int, st_order*, st_order*, Item*, st_order*, unsigned long long, 
select_result*, st_select_lex_unit*, st_select_lex*))[0x55a8c790e2a3]
mariadbd[2009289]: ??:0(handle_select(THD*, LEX*, select_result*, unsigned 
long))[0x55a8c790ed48]
mariadbd[2009289]: ??:0(comp_ne_creator(bool))[0x55a8c789f921]
mariadbd[2009289]: ??:0(mysql_execute_command(THD*))[0x55a8c78ac4d0]
mariadbd[2009289]: ??:0(mysql_parse(THD*, char*, unsigned int, Parser_state*, 
bool, bool))[0x55a8c78ade1b]
mariadbd[2009289]: ??:0(dispatch_command(enum_server_command, THD*, char*, 
unsigned int, bool, bool))[0x55a8c78b0b88]
mariadbd[2009289]: ??:0(do_command(THD*))[0x55a8c78b1ba9]
mariadbd[2009289]: ??:0(tp_callback(TP_connection*))[0x55a8c7a33cf1]
mariadbd[2009289]: ??:0(get_event(worker_thread_t*, thread_group_t*, 
timespec*))[0x55a8c7c4290d]
mariadbd[2009289]: ??:0(MyCTX_nopad::finish(unsigned char*, unsigned 
int*))[0x55a8c7cd7602]
mariadbd[2009289]: ??:0(start_thread)[0x7f024795aea7]
mariadbd[2009289]: ??:0(clone)[0x7f0247571def]
mariadbd[2009289]: Trying to get some variables.
mariadbd[2009289]: Some pointers may be invalid and cause the dump to abort.
mariadbd[2009289]: Query (0x7eb58c00dd80): SELECT all_products.code_ean, 
all_products.id_marchand, all_products.id_marchand_format,

Thanks,

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

Kernel: Linux 5.10.0-5-amd64 (SMP w/56 CPU threads)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages mariadb-server-10.5 depends on:
ii  adduser   3.118
ii  debconf [debconf-2.0] 1.5.75
ii  galera-4 

Bug#931044: CVE-2019-9740-CVE-2019-9947.diff

2019-06-25 Thread Olivier Bonvalet
Hi,

in the patch CVE-2019-9740-CVE-2019-9947.diff, the code use "formatted
string literals", which is a Python 3.6 feature.



Bug#924729: Acknowledgement ([epiphany-browser] web applications lost when upgraded from 3.30.3-1 to 3.31.91-2)

2019-03-16 Thread Olivier Bonvalet
Note : to manually fix that, I used :

for DESKTOPFILE in $HOME/.local/share/epiphany/app*/*.desktop ; do
NEWDIR=`dirname $DESKTOPFILE`
APPID=`basename $NEWDIR`
OLDDIR=$HOME/.config/epiphany/$APPID
sed -i "s#$OLDDIR#$NEWDIR#" $DESKTOPFILE &&\
ln -f -s $DESKTOPFILE $HOME/.local/share/applications/
done

--
Olivier

Le samedi 16 mars 2019 à 14:39 +, Debian Bug Tracking System a
écrit :
> Thank you for filing a new Bug report with Debian.
> 
> You can follow progress on this Bug here: 924729: 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=924729.
> 
> This is an automatically generated reply to let you know your message
> has been received.
> 
> Your message 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):
>  Debian GNOME Maintainers <
> pkg-gnome-maintain...@lists.alioth.debian.org>
> 
> If you wish to submit further information on this problem, please
> send it to 924...@bugs.debian.org.
> 
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
> 



Bug#924729: [epiphany-browser] web applications lost when upgraded from 3.30.3-1 to 3.31.91-2

2019-03-16 Thread Olivier Bonvalet
Package: epiphany-browser
Version: 3.31.91-2
Severity: normal

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

I've upgrade Epiphany to 3.31.91-2, and lost all web applications.

When looking into ~/.local/share/applications/, all previous web
applications are now broken symlinks.

For example :
epiphany-facebook-messenger-bb7a2a656c936e6625271c12ba952aa4df00370b.desktop
targets :

~/.config/epiphany/app-epiphany-facebook-messenger-bb7a2a656c936e6625271c12ba952aa4df00370b/epiphany-facebook-messenger-bb7a2a656c936e6625271c12ba952aa4df00370b.desktop

The correct is probably :

~/.local/share/epiphany/app-epiphany-facebook-messenger-bb7a2a656c936e6625271c12ba952aa4df00370b/epiphany-facebook-messenger-bb7a2a656c936e6625271c12ba952aa4df00370b.desktop


and if I create a new one, it's created in :
~/.local/share/


Thanks,


--- System information. ---
Architecture: 
Kernel:   Linux 4.19.0-2-amd64

Debian Release: buster/sid
  500 testing apt.daevel.fr 
1 unstableapt.daevel.fr 
1 experimentalapt.daevel.fr 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
epiphany-browser-data   (>= 3.31.91-2) | 3.31.91-2
libc6(>= 2.14) | 2.28-8
libcairo2  (>= 1.14.0) | 1.16.0-3
libdazzle-1.0-0   (>= 3.29.91) | 3.30.2-2
libgcr-base-3-1 (>= 3.8.0) | 3.28.1-1
libgcr-ui-3-1   (>= 3.8.0) | 3.28.1-1
libgdk-pixbuf2.0-0 (>= 2.36.5) | 2.38.0+dfsg-7
libglib2.0-0   (>= 2.56.0) | 2.58.3-1
libgmp10   | 2:6.1.2+dfsg-4
libgtk-3-0 (>= 3.23.1) | 3.24.5-1
libhogweed4  (>= 3.2~) | 3.4.1-1
libicu63  (>= 63.1-1~) | 63.1-6
libjavascriptcoregtk-4.0-18| 2.22.6-1
libjson-glib-1.0-0  (>= 1.2.0) | 1.4.4-2
libnettle6   (>= 3.4~) | 3.4.1-1
libnotify4  (>= 0.7.0) | 0.7.7-4
libpango-1.0-0 (>= 1.14.0) | 1.42.4-6
libsecret-1-0(>= 0.18) | 0.18.7-1
libsoup2.4-1  (>= 2.41.90) | 2.64.2-2
libsqlite3-0(>= 3.5.9) | 3.27.2-1
libwebkit2gtk-4.0-37  (>= 2.21.92) | 2.22.6-1
libxml2 (>= 2.7.4) | 2.9.4+dfsg1-7+b3
default-dbus-session-bus   | 
 OR dbus-session-bus   | 
iso-codes  | 4.2-1
gsettings-desktop-schemas  | 3.28.1-1


Recommends   (Version) | Installed
==-+-===
yelp   | 3.31.90-1
evince | 3.30.2-3
ca-certificates| 20190110


Package's Suggests field is empty.



Bug#698794: No solution for Wheezy ?

2013-09-17 Thread Olivier Bonvalet
Hi,

I confirm it's fixed in Jessie, but there is no solution for Wheezy ?
We can't use SSHFP for ssh connections from Wheezy to servers running
Wheezy or newer ?

Since it's a lack of security, the patch for SSH client should probably
be backported, no ?

Thanks,
Olivier


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



Bug#720932: btrfs-tools: please upgrade btrfs-tools to 0.20.rc1

2013-08-26 Thread Olivier Bonvalet
Package: btrfs-tools
Version: 0.19+20130315-5
Severity: wishlist
Tags: patch

Dear Maintainer,

a recent btrfsck is needed when having data corruption with btrfs, so please 
upgrade btrfs-tools to the latest upstream version.

You'll find a patch with this modifications :
- 02-ftbfs.patch is no longer needed
- calc-size was renamed upstream in btrfs-calc-size
- btrfsctl doesn't exists anymore

thanks,
Olivier

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

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

Versions of packages btrfs-tools depends on:
ii  e2fslibs1.42.8-1
ii  libblkid1   2.20.1-5.5
ii  libc6   2.17-92
ii  libcomerr2  1.42.8-1
ii  liblzo2-2   2.06-1
ii  libuuid12.20.1-5.5
ii  zlib1g  1:1.2.8.dfsg-1

btrfs-tools recommends no packages.

btrfs-tools suggests no packages.

-- no debconf information
diff -Naurp btrfs-tools-0.19+20130315/debian/btrfs-tools.install btrfs-tools/debian/btrfs-tools.install
--- btrfs-tools-0.19+20130315/debian/btrfs-tools.install	2013-07-31 15:49:41.0 +0200
+++ btrfs-tools/debian/btrfs-tools.install	2013-08-26 11:49:07.551971856 +0200
@@ -1,4 +1,4 @@
 btrfs-select-super	/sbin
-calc-size		/sbin
+btrfs-calc-size		/sbin
 ioctl.h			/usr/include/btrfs
-debian/local/fsck.btrfs /sbin
\ Pas de fin de ligne à la fin du fichier
+debian/local/fsck.btrfs /sbin
diff -Naurp btrfs-tools-0.19+20130315/debian/btrfs-tools-udeb.install btrfs-tools/debian/btrfs-tools-udeb.install
--- btrfs-tools-0.19+20130315/debian/btrfs-tools-udeb.install	2013-05-15 09:43:04.0 +0200
+++ btrfs-tools/debian/btrfs-tools-udeb.install	2013-08-26 11:51:00.092763011 +0200
@@ -1,3 +1,2 @@
 btrfs		/sbin
-btrfsctl	/sbin
 mkfs.btrfs	/sbin
diff -Naurp btrfs-tools-0.19+20130315/debian/changelog btrfs-tools/debian/changelog
--- btrfs-tools-0.19+20130315/debian/changelog	2013-07-31 15:56:29.0 +0200
+++ btrfs-tools/debian/changelog	2013-08-26 11:19:06.675279043 +0200
@@ -1,3 +1,9 @@
+btrfs-tools (0.20-rc1-358-g194aa4a) wheezy; urgency=low
+
+  * Non-maintainer upload.
+
+ -- Daevel SARL   Mon, 26 Aug 2013 11:17:52 +0200
+
 btrfs-tools (0.19+20130315-5) unstable; urgency=low
 
   * Provide "proper" fsck.btrfs, similar in spirit to fsck.xfs, that
diff -Naurp btrfs-tools-0.19+20130315/debian/control btrfs-tools/debian/control
--- btrfs-tools-0.19+20130315/debian/control	2013-07-23 23:33:13.0 +0200
+++ btrfs-tools/debian/control	2013-08-26 11:51:08.104819964 +0200
@@ -15,7 +15,7 @@ Description: Checksumming Copy on Write
  advanced features while focusing on fault tolerance, repair and easy
  administration.
  .
- This package contains utilities (mkfs, fsck, btrfsctl) used to work with btrfs
+ This package contains utilities (mkfs, fsck) used to work with btrfs
  and an utility (btrfs-convert) to make a btrfs filesystem from an ext3.
 
 Package: btrfs-tools-udeb
diff -Naurp btrfs-tools-0.19+20130315/debian/patches/02-ftbfs.patch btrfs-tools/debian/patches/02-ftbfs.patch
--- btrfs-tools-0.19+20130315/debian/patches/02-ftbfs.patch	2013-05-15 09:43:04.0 +0200
+++ btrfs-tools/debian/patches/02-ftbfs.patch	1970-01-01 01:00:00.0 +0100
@@ -1,19 +0,0 @@
-Authors:
- Luca Bruno 
- Alexander Kurtz 
- Daniel Baumann 
-Description:
- Patch to properly cast and avoiding compiler warnings. Fixes FTBFS on alpha
- and ia64 (Closes: #539433, #583768).
-
-diff -Naurp btrfs-tools.orig/convert.c btrfs-tools/convert.c
 btrfs-tools.orig/convert.c	2010-06-01 07:22:33.0 +0200
-+++ btrfs-tools/convert.c	2010-06-05 08:43:29.0 +0200
-@@ -2518,7 +2518,7 @@ int do_rollback(const char *devname, int
- 	ext2_root = btrfs_read_fs_root(root->fs_info, &key);
- 	if (!ext2_root || IS_ERR(ext2_root)) {
- 		fprintf(stderr, "unable to open subvol %llu\n",
--			key.objectid);
-+			(unsigned long long) key.objectid);
- 		goto fail;
- 	}
diff -Naurp btrfs-tools-0.19+20130315/debian/patches/03-manpage.patch btrfs-tools/debian/patches/03-manpage.patch
--- btrfs-tools-0.19+20130315/debian/patches/03-manpage.patch	2013-05-15 09:43:04.0 +0200
+++ btrfs-tools/debian/patches/03-manpage.patch	2013-08-26 11:32:20.008865750 +0200
@@ -27,40 +27,16 @@ diff -Naurp btrfs-tools.orig/man/btrfsck
  and not suitable for any uses other than benchmarking and review.
  Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for
  further details.
-diff -Naurp btrfs-tools.orig/man/btrfsctl.8.in btrfs-tools/man/btrfsctl.8.in
 btrfs-tools.orig/man/btrfsctl.8.in	2010-10-02 11:59:27.288223493 +0200
-+++ btrfs-tools/man/btrfsctl.8.in	2010-10-04 21:21:32.900128594 +0200
-@@ -40,7 +40,7 @@ Scans all devices present in the system
- Forces a filesystem sync.
- .SH AVAILABILITY
- .B btrfsctl
--is part of btrfs-progs. Btrfs is currently under heavy development,
-+is p

Bug#718405: error message from LVM

2013-07-31 Thread Olivier Bonvalet
Some additionnal informations, the backup finished between 04:42 and
04:59, and LVM (lvremove) replied with :

  Unable to deactivate open vgssd-mysqlBackupSnap-cow (253:7)
  Failed to resume mysqlBackupSnap.
  libdevmapper exiting with 1 device(s) still suspended.


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



Bug#683159: [Pkg-openssl-devel] Bug#683159: [openssl] can't connect to hosts which allow only SSLv3

2012-07-29 Thread Olivier Bonvalet
Ok, thanks again Kurt.

Sorry for the noise.

Olivier


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



Bug#683160: closed by Andreas Metzler (Re: Bug#683160: [gnutls-bin] can't connect to hosts which allow only SSLv3)

2012-07-29 Thread Olivier Bonvalet
Thanks for your clarification Andreas. Kurt Roeckx (maintainer of OpenSSL) also 
agree with you (#683159).

I'm not sure to well understand the source of the problem, so : can you explain 
please why is it working from Debian Squeeze, but not Wheezy ? And how browsers 
handle that ?
Is it related to ciphers priority ? Or just Debian Squeeze which was not using 
TLS 1.1 & TLS 1.2 ?


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



Bug#683159: [Pkg-openssl-devel] Bug#683159: [openssl] can't connect to hosts which allow only SSLv3

2012-07-29 Thread Olivier Bonvalet
On 29/07/2012 12:27, Kurt Roeckx wrote:
> On Sun, Jul 29, 2012 at 12:02:41PM +0200, Olivier Bonvalet wrote:
>> Package: openssl
>> Version: 1.0.1c-3
>> Severity: important
>>
>> --- Please enter the report below this line. ---
>>
>> I can't connect to hosts which allow only SSLv3 :
>>
>> $ openssl s_client -connect www.ovh.com:443
> This also works:
> openssl s_client -no_tls1_1 -connect www.ovh.com:443
> [...]
> Protocol  : TLSv1
>
>> Note that *gnutls* is also affected, but browsers like Lynx, Iceweasel, 
>> Chromium or Empathy doesn't have any trouble.
> Yes, the site you're talking to is broken.  Nothing we can do
> about that other than disable TLS > 1.1, or retry with it
> disabled.
>
>
> Kurt
>
>

Thanks for the clarification Kurt. Just a question : why is it working from 
Debian Squeeze ? Is it because in Debian Squeeze TLS > 1.1 is not compatible ?

Olivier


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



Bug#683160: [gnutls-bin] can't connect to hosts which allow only SSLv3

2012-07-29 Thread Olivier Bonvalet
Package: gnutls-bin
Version: 3.0.20-3
Severity: important

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

I can't connect to hosts which allow only SSLv3 :

$ gnutls-cli -V www.ovh.com
Processed 152 CA certificate(s).
Resolving 'www.ovh.com'...
Connecting to '213.186.33.34:443'...
|<1>| Note that the security level of the Diffie-Hellman key exchange has been 
lowered to 512 bits and this may allow decryption of the session data
*** Fatal error: The TLS connection was non-properly terminated.
No certificates found!
*** Handshake has failed
GnuTLS error: The TLS connection was non-properly terminated.


Note that *openssl* is also affected, but browsers like Lynx, Iceweasel, 
Chromium or Empathy doesn't have any trouble.



For information :

Resolving 'www.ovh.com'...
Connecting to '213.186.33.34:443'...
Checking for SSL 3.0 support... yes
Checking whether %COMPAT is required... yes
Checking for TLS 1.0 support... yes
Checking for TLS 1.1 support... no
Checking fallback from TLS 1.1 to... failed
Checking for TLS 1.2 support... no
Checking whether we need to disable TLS 1.2... yes
Checking whether we need to disable TLS 1.1... no
Checking whether we need to disable TLS 1.0... N/A
Checking for Safe renegotiation support... no
Checking for Safe renegotiation support (SCSV)... no
Checking for HTTPS server name... Apache/2.2.20 (Unix) mod_ssl/2.2.20 
OpenSSL/0.9.8g mod-xslt/1.3.9 
Checking for version rollback bug in RSA PMS... no
Checking for version rollback bug in Client Hello... no
Checking whether the server ignores the RSA PMS version... yes
Checking whether the server can accept Hello Extensions... yes
Checking whether the server can accept small records (512 bytes)... yes
Checking whether the server can accept cipher suites not in SSL 3.0 spec... yes
Checking whether the server can accept a bogus TLS record version in the client 
hello... yes
Checking for certificate information...
- Certificate type: X.509
- Got a certificate list of 4 certificates.
- Certificate[0] info:
 - subject 
`serialNumber=424761419,jurisdictionOfIncorporationCountryName=FR,jurisdictionOfIncorporationStateOrProvinceName=Nord,jurisdictionOfIncorporationLocalityName=ROUBAIX,businessCategory=Private
 Organization,C=FR,postalCode=59100,ST=NORD,L=ROUBAIX,STREET=2 rue 
Kellermann,O=OVH,OU=0002 424761419,OU=Comodo EV SSL,CN=www.ovh.com', issuer 
`C=GB,ST=Greater Manchester,L=Salford,O=COMODO CA Limited,CN=COMODO Extended 
Validation Secure Server CA', RSA key 2048 bits, signed using RSA-SHA1, 
activated `2010-11-15 00:00:00 UTC', expires `2012-12-14 23:59:59 UTC', SHA-1 
fingerprint `7cd98892f7ac15dd5e7cafe8849bd095a0be478b'
Public Key Id:
7d9b7c7c7477972d2a4223c57c9fc4d364c6d001
Public key's random art:
+--[ RSA 2048]+
|E==. |
|   o   . =o  |
|+ . + .  |
|   . o o o  o|
|  . S . + ..B|
|   o . o = o=|
|. . = o .|
| . . . . |
| |
+-+


-BEGIN CERTIFICATE-
MIIGCzCCBPOgAwIBAgIRAP5yZ3AgXe9rxJLNYz1GxeMwDQYJKoZIhvcNAQEFBQAw
gY4xCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAO
BgNVBAcTB1NhbGZvcmQxGjAYBgNVBAoTEUNPTU9ETyBDQSBMaW1pdGVkMTQwMgYD
VQQDEytDT01PRE8gRXh0ZW5kZWQgVmFsaWRhdGlvbiBTZWN1cmUgU2VydmVyIENB
MB4XDTEwMTExNTAwMDAwMFoXDTEyMTIxNDIzNTk1OVowggEnMRIwEAYDVQQFEwk0
MjQ3NjE0MTkxEzARBgsrBgEEAYI3PAIBAxMCRlIxFTATBgsrBgEEAYI3PAIBAhME
Tm9yZDEYMBYGCysGAQQBgjc8AgEBEwdST1VCQUlYMR0wGwYDVQQPExRQcml2YXRl
IE9yZ2FuaXphdGlvbjELMAkGA1UEBhMCRlIxDjAMBgNVBBETBTU5MTAwMQ0wCwYD
VQQIEwROT1JEMRAwDgYDVQQHEwdST1VCQUlYMRkwFwYDVQQJExAyIHJ1ZSBLZWxs
ZXJtYW5uMQwwCgYDVQQKEwNPVkgxFzAVBgNVBAsTDjAwMDIgNDI0NzYxNDE5MRYw
FAYDVQQLEw1Db21vZG8gRVYgU1NMMRQwEgYDVQQDEwt3d3cub3ZoLmNvbTCCASIw
DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtN079K6hcWtDUsL0vGUkmbthxr
SNPT5jLeQiit12tXpbPM/1zyZl82CMOM6p+8gxLNhbS4yPd8Dk7bFyOhada+1+00
81ybgNlGMRzN+7z+RLNUp6WYgP1gXYrQWhKBqsPiyMN+yprk21ynykqDF7xTlWNe
CuTYcxdJRThNTipnJUM320GPEZANVXV/mHweslpqKaR0K6lG2Hw4PYKktGT2W8b5
WIywAITFYiqMZPNNOVZ/Mp0eL8S7JgvYb0VyAhpC6JKQlHdtngsptDSaFozgKLXM
+GxfrK4RoITbT/h+z0yfPI+bXpZ9f/8JgveQUF9Gg++fbLedsSYTpcENY/kCAwEA
AaOCAcYwggHCMB8GA1UdIwQYMBaAFIhEUf9QKmleLYj0IbrZDPLOy+p8MB0GA1Ud
DgQWBBSK86JIAwloq1MFsrg2zXVUpStGdTAOBgNVHQ8BAf8EBAMCBaAwDAYDVR0T
AQH/BAIwADAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwRgYDVR0gBD8w
PTA7BgwrBgEEAbIxAQIBBQEwKzApBggrBgEFBQcCARYdaHR0cHM6Ly9zZWN1cmUu
Y29tb2RvLmNvbS9DUFMwUwYDVR0fBEwwSjBIoEagRIZCaHR0cDovL2NybC5jb21v
ZG9jYS5jb20vQ09NT0RPRXh0ZW5kZWRWYWxpZGF0aW9uU2VjdXJlU2VydmVyQ0Eu
Y3JsMIGEBggrBgEFBQcBAQR4MHYwTgYIKwYBBQUHMAKGQmh0dHA6Ly9jcnQuY29t
b2RvY2EuY29tL0NPTU9ET0V4dGVuZGVkVmFsaWRhdGlvblNlY3VyZVNlcnZlckNB
LmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2RvY2EuY29tMB8GA1Ud
EQQYMBaCC3d3dy5vdmguY29tggdvdmguY29tMA0GCSqGSIb3DQEBBQUAA4IBAQB3
HpLHEz7KGU8s0h0j0QfhHiIzHIISiMGTDz0mbi06Qmtl1E+yLm4BfvsKb94

Bug#683159: [openssl] can't connect to hosts which allow only SSLv3

2012-07-29 Thread Olivier Bonvalet
Package: openssl
Version: 1.0.1c-3
Severity: important

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

I can't connect to hosts which allow only SSLv3 :

$ openssl s_client -connect www.ovh.com:443
CONNECTED(0003)
139991546484392:error:140790E5:SSL routines:SSL23_WRITE:ssl handshake 
failure:s23_lib.c:177:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 320 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
---


but by specifiying "ssl3" on command line, it works :

$ openssl s_client -connect www.ovh.com:443 -ssl3
CONNECTED(0003)
depth=3 C = SE, O = AddTrust AB, OU = AddTrust External TTP Network, CN = 
AddTrust External CA Root
verify error:num=19:self signed certificate in certificate chain
verify return:0
---
Certificate chain
 0 
s:/serialNumber=424761419/1.3.6.1.4.1.311.60.2.1.3=FR/1.3.6.1.4.1.311.60.2.1.2=Nord/1.3.6.1.4.1.311.60.2.1.1=ROUBAIX/businessCategory=Private
 Organization/C=FR/postalCode=59100/ST=NORD/L=ROUBAIX/street=2 rue 
Kellermann/O=OVH/OU=0002 424761419/OU=Comodo EV SSL/CN=www.ovh.com
   i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO 
Extended Validation Secure Server CA
 1 s:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO 
Extended Validation Secure Server CA
   i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO 
Certification Authority
 2 s:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO 
Certification Authority
   i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External 
CA Root
 3 s:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External 
CA Root
   i:/C=SE/O=AddTrust AB/OU=AddTrust External TTP Network/CN=AddTrust External 
CA Root
---
[...]
---
SSL handshake has read 5379 bytes and written 491 bytes
---
New, TLSv1/SSLv3, Cipher is AES256-SHA
Server public key is 2048 bit
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
SSL-Session:
Protocol  : SSLv3
Cipher: AES256-SHA
Session-ID: 8635E8662D8A62507C15E8371C4E8121F317A17F15D749FE40112EA5FC022455
Session-ID-ctx:
Master-Key: 
D5035A130786444B3B08C7E522EA0805B80B461803F32554B1ABF98B9172ECBE98E9252C4A6840F8500C9913CAE85281
Key-Arg   : None
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1343556050
Timeout   : 7200 (sec)
Verify return code: 19 (self signed certificate in certificate chain)
---




Note that *gnutls* is also affected, but browsers like Lynx, Iceweasel, 
Chromium or Empathy doesn't have any trouble.




--- System information. ---
Architecture: amd64
Kernel: Linux 3.2.0-3-amd64

Debian Release: wheezy/sid
500 unstable apt.daevel.fr
1 experimental apt.daevel.fr

--- Package information. ---
Depends (Version) | Installed
-+-=
libc6 (>= 2.7) | 2.13-35
libssl1.0.0 (>= 1.0.1) | 1.0.1c-3
zlib1g (>= 1:1.1.4) | 1:1.2.7.dfsg-13


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-===
ca-certificates | 20120623


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



Bug#663960: Additionnal informations

2012-03-20 Thread Olivier Bonvalet

Sorry, the full code to reproduce is this one :




and it's a PHP 5.4 bug (upstream), that check doesn't exist in PHP 
5.3.10 (the second part, about (status & PHP_OUTPUT_WRITTEN)) :


if (stage == PHP_INI_STAGE_RUNTIME) {
status = php_output_get_status(TSRMLS_C);
if (status & PHP_OUTPUT_SENT) {
php_error_docref("ref.outcontrol" TSRMLS_CC, 
E_WARNING, "Cannot change zlib.output_compression - headers already se

nt");
return FAILURE;
} else if ((status & PHP_OUTPUT_WRITTEN) && int_value) {
php_error_docref("ref.outcontrol" TSRMLS_CC, 
E_WARNING, "Cannot enable zlib.output_compression - there has already

been output");
return FAILURE;
}
}


Should I report that upstream ?



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



Bug#516795: closed by Nicholas Bamber (#516795)

2012-03-19 Thread Olivier Bonvalet

Hi,

in fact it was fixed in version 5.1.36-1 :

  * Added /etc/mysql/conf.d/mysqld_safe_syslog.cnf which enables 
mysqld_safe
to pipe all mysqld output into the syslog. The reason for not 
letting dpkg

handle it via a normal config file change was that my.cnf is usually
heavily tuned by the admin so the setting would go lost too easily.

But yes, the bug can be closed.

Thanks,
Olivier

On 16/03/2012 22:30, Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
which was filed against the mysql-server-5.1 package:

#516795: mysql-server-5.1: error logging goes to /var/lib/{hostname}.err

It has been closed by Nicholas Bamber.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Nicholas 
Bamber  by
replying to this email.







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



Bug#663960: [php5] can't change zlib.output_compression on the fly anymore

2012-03-14 Thread Olivier Bonvalet

Package: php5
Version: 5.4.0-2
Severity: important

Since upgrade to PHP 5.4, we can't change zlib.output_compression on the 
fly.


Code to reproduce :


Expected result :
end


Actual result :
Warning: ini_set(): Cannot enable zlib.output_compression - there has 
already been output in /home/alex/workspace/test/www/nouveauScript.php 
on line 3

end



--- System information. ---
Architecture: amd64
Kernel: Linux 3.2.0-2-amd64

Debian Release: wheezy/sid
500 unstable apt.local
1 experimental apt.local

--- Package information. ---
Depends (Version) | Installed
===-+-==
libapache2-mod-php5 (>= 5.4.0-2) |
OR libapache2-mod-php5filter (>= 5.4.0-2) |
OR php5-cgi (>= 5.4.0-2) | 5.4.0-2
OR php5-fpm (>= 5.4.0-2) |
php5-common (>= 5.4.0-2) | 5.4.0-2


Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#637181: linux-image-3.0.0-1-amd64: enable block device throttling

2011-08-09 Thread Olivier Bonvalet
Package: linux-2.6
Version: 3.0.0-1
Severity: wishlist


Hi,

is it possible to enable CONFIG_BLK_DEV_THROTTLING=y in future Debian kernels 
please ?
It will allow throttling of block devices, which is very usefull in 
virtualizations environments.

Thanks,
Olivier

-- Package-specific info:
** Version:
Linux version 3.0.0-1-amd64 (Debian 3.0.0-1) (b...@decadent.org.uk) (gcc 
version 4.5.3 (Debian 4.5.3-4) ) #1 SMP Sun Jul 24 02:24:44 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-3.0.0-1-amd64 root=/dev/mapper/vg-root ro quiet

** Tainted: I (2048)
 * Working around severe firmware bug.

** Model information
sys_vendor: System manufacturer
product_name: System Product Name
product_version: System Version
chassis_vendor: Chassis Manufacture
chassis_version: Chassis Version
bios_vendor: American Megatrends Inc.
bios_version: 0802   
board_vendor: ASUSTeK Computer INC.
board_name: P7H55-M PRO
board_version: Rev 1.xx

** Loaded modules:
Module  Size  Used by
parport_pc 22395  0 
ppdev  12763  0 
lp 17270  0 
parport31929  3 parport_pc,ppdev,lp
bnep   17615  2 
rfcomm 33848  0 
bluetooth 114376  10 bnep,rfcomm
rfkill 19080  3 bluetooth
acpi_cpufreq   13009  1 
mperf  12453  1 acpi_cpufreq
cpufreq_powersave  12454  0 
cpufreq_userspace  12576  0 
cpufreq_stats  12862  0 
cpufreq_conservative13147  0 
binfmt_misc13040  1 
kvm_intel  47257  0 
kvm   268970  1 kvm_intel
cachefiles 36556  1 
uinput 17469  1 
fuse   62334  1 
nfsd  260697  2 
nfs   259361  1 
lockd  71503  2 nfsd,nfs
fscache36721  2 cachefiles,nfs
auth_rpcgss37204  2 nfsd,nfs
nfs_acl12511  2 nfsd,nfs
sunrpc168873  15 nfsd,nfs,lockd,auth_rpcgss,nfs_acl
ext3  114399  1 
jbd43355  1 ext3
snd_pcm_oss41257  0 
snd_mixer_oss  17969  1 snd_pcm_oss
loop   22711  0 
snd_hda_codec_hdmi 26321  1 
joydev 17262  0 
snd_hda_codec_realtek   278027  1 
i7core_edac18229  0 
snd_seq45208  0 
snd_hda_intel  26140  2 
snd_hda_codec  72699  3 
snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_intel
snd_hwdep  13186  1 snd_hda_codec
snd_pcm68104  4 
snd_pcm_oss,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec
radeon648372  3 
snd_timer  22581  2 snd_seq,snd_pcm
snd_seq_device 13137  1 snd_seq
i2c_i801   16870  0 
edac_core  35343  3 i7core_edac
snd52823  15 
snd_pcm_oss,snd_mixer_oss,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_seq,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer,snd_seq_device
ttm52979  1 radeon
evdev  17558  11 
drm_kms_helper 27216  1 radeon
drm   163231  5 radeon,ttm,drm_kms_helper
i2c_algo_bit   12850  1 radeon
i2c_core   23909  5 i2c_i801,radeon,drm_kms_helper,drm,i2c_algo_bit
soundcore  13152  1 snd
power_supply   13475  1 radeon
snd_page_alloc 13043  2 snd_hda_intel,snd_pcm
pcspkr 12579  0 
psmouse55656  0 
serio_raw  12846  0 
asus_atk0110   17294  0 
button 12930  0 
processor  27942  5 acpi_cpufreq
thermal_sys17949  1 processor
ext4  313917  4 
mbcache13066  2 ext3,ext4
jbd2   62574  1 ext4
crc16  12343  2 bluetooth,ext4
sha256_generic 16797  2 
cryptd 14549  0 
aes_x86_64 16796  32 
aes_generic33026  1 aes_x86_64
cbc12755  16 
dm_crypt   22611  1 
dm_mod 63164  19 dm_crypt
sg 25985  0 
sr_mod 21811  0 
sd_mod 36259  3 
cdrom  35093  1 sr_mod
crc_t10dif 12348  1 sd_mod
hid_microsoft  12591  0 
ata_generic12479  0 
usbhid 40516  0 
hid73172  2 hid_microsoft,usbhid
pata_jmicron   12472  0 
ahci   25089  2 
libahci22767  1 ahci
ehci_hcd   40090  0 
libata149043  4 ata_generic,pata_jmicron,ahci,libahci
scsi_mod  162442  4 sg,sr_mod,sd_mod,libata
r8169  42411  0 
mii12675  1 r8169
usbcore   124242  3 usbhid,ehci_hcd

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

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

Bug#588594: Need more info

2011-08-07 Thread Olivier Bonvalet

Le 07/08/2011 08:40, Thomas Goirand a écrit :

Hi,

The error message:

"Error: Device 0 (vif) could not be connected. Hotplug scripts not working."

is a pretty common one that we see often, so what you gave here isn't
enough. We need to have:
- your domU configuration
- your /var/log/xen/*log (only the relevant part)

Unless you give more info, and confirm you still have the issue, I'll
close the bug.

Thomas


Hi,

sorry, I forgot to update the report : this problem is fixed with the current 
Debian Squeeze kernel.

thanks,
OIivier



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



Bug#321462: File /var/lib/exim4/config.autogenerated is world readable

2010-12-23 Thread Olivier Bonvalet

Le 23/12/2010 18:58, Andreas Metzler a écrit :

On 2010-12-23 Olivier Bonvalet  wrote:
[...]

In current conf, exim4 can't securely be setup to use a DB (except
file DB, like Sqlite).

[...]

That is already supported perfectly well.

ametz...@argenau:~$ man update-exim4.conf | grep -3 CFILEMODE
NOTES
   update-exim4.conf  changes  the  file permissions of the output file to
   the value of the environment variable CFILEMODE. If CFILEMODE  is  nei‐
   ther set in /etc/exim4/update-exim4.conf.conf nor in the environment it
   defaults to 0644.  Change this to 0640 if  you  are  keeping  sensitive
   information (LDAP credentials et. al.) in there.

cu andreas


arg... thanks ! I missed that part...




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



Bug#321462: File /var/lib/exim4/config.autogenerated is world readable

2010-12-22 Thread Olivier Bonvalet

Hi,

what about set the file /var/lib/exim4/config.autogenerated with 0640 privs ?
Or apply fix like suggested by Marc Haber : set the least common denominator of 
all config files.

In current conf, exim4 can't securely be setup to use a DB (except file DB, 
like Sqlite).

Thanks,
Olivier B.



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



Bug#594556: fixed since 2.6.32-24

2010-10-02 Thread Olivier Bonvalet

 Hi,

the 2.6.32-24 fixed that problem. So you can close that bug report.

Thanks,
Olivier



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



Bug#594556: [linux-2.6] xorg doesn't work anymore (blank screen) with radeon

2010-08-27 Thread Olivier Bonvalet

Package: linux-2.6
Version: 2.6.32-20
Severity: normal

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

Since version 2.6.32-20 when x.org start I obtain a blank screen, and 
I'm not able to switch to a text console (so I use [Alt]+[Sys]+[B] to 
reboot).

The problem is also present with the 2.6.32-21 version.

Reinstalling the 2.6.32-19 resolve the problem ( dpkg -i 
/var/cache/apt/archives/linux-image-2.6.32-5-amd64_2.6.32-19_amd64.deb ).


The graphic card is : 01:00.0 VGA compatible controller: ATI 
Technologies Inc RV710 [Radeon HD 4350]


Thanks,
Olivier

--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.32-5-amd64

Debian Release: squeeze/sid
500 unstable apt.deb
1 experimental apt.deb

--- Package information. ---
Package's Depends field is empty.

Package's Recommends field is empty.

Package's Suggests field is empty.






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



Bug#588594: [Pkg-xen-devel] Bug#588594: xen-hypervisor-4.0-amd64: (vif) could not be connected. Hotplug scripts not working

2010-07-16 Thread Olivier Bonvalet

Le 11/07/2010 20:04, Bastian Blank a écrit :

On Sat, Jul 10, 2010 at 03:44:58AM +0200, Olivier B. wrote:
   

> From what I read on the xen mailing-list, there is an incompatility with udev 
versions higher than 151 (and squeeze ship the version 158). But I don't know if 
there is a workaround.
Note I use a pvops dom0 kernel (from Jeremy's GIT, branch stable-2.6.32) 
because the kernel from Debian don't boot at all (no panic, no message, it just 
freeze).
 

Please test the kernel from testing (unstable is broken right now). This
kernel is known to work with udev 158.

Bastian
   
Well, this kernel doesn't work on my setup. I use a KVM and haven't got 
all the error message, but I have the "Call trace" of the kernel panic :


[   20.468378] DR3:  DR6: 0ff0 DR7: 
0400
[   20.468472] Process net.agent (pid: 1500, threadinfo 
88003810c000, task 880002b43f90)

[   20.468597] Stack:
[...]
[   20.469633] Call Trace:
[   20.469712]  [] ? audit_alloc_context+0x1e/0xa8
[   20.469803]  [] ? audit_alloc+0x84/0xcd
[   20.469892]  [] ? copy_process+0x502/0x11ad
[   20.469982]  [] ? do_fork+0x157/0x31e
[   20.470071]  [] ? stub_clone+0x13/0x20
[   20.470159]  [] ? system_call_fastpath+0x16/0x1b
[   20.470250] Code: 48 89 c3 ff 14 25 c0 8a 47 81 65 8b 04 25 a8 e3 00 
00 48 98 49 8b 94 c5 f0 02 00 00 48 8b 2a 44 8b 7a 18 48 85 ed 74 0d 8b 
42 14 <48> 8b 44 c5 00 48 89 02 eb 17 49 89 d0 4c 89 f1 83 ca ff 44 89

[   20.473203] RIP   [] kmem_cache_alloc+0x61/0xf0
[   20.473337]  RSP 
[   20.473418] CR2: 05140116

Does that can help to identify the problem ?

Olivier



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



Bug#583366: linux-image-2.6.32-5-xen-amd64: Attempting to checksum a non-TCP/UDP packet, dropping a protocol 1 packet

2010-05-27 Thread Olivier Bonvalet
Package: linux-2.6
Version: 2.6.32-13
Severity: normal


Hello,

I'm trying to setup a DomU running a router (Vyatta VC6, "live virtualization 
ready" version), but NATed packets seems to be dropped at Dom0 level (with 
tcpdump on DomU all look fine) and I obtain a lots of "Attempting to checksum a 
non-TCP/UDP packet, dropping a protocol 1 packet" in Dom0's syslog.
I also saw than Jeremy Fitzhardinge fix that bug the 19 May, so maybe we should 
update the kernel package : 
http://lists.xensource.com/archives/html/xen-devel/2010-05/msg01004.html

Thanks in advance,
Olivier

-- Package-specific info:
** Version:
Linux version 2.6.32-5-xen-amd64 (Debian 2.6.32-13) (m...@debian.org) (gcc 
version 4.3.4 (Debian 4.3.4-10) ) #1 SMP Mon May 17 20:24:46 UTC 2010

** Command line:
root=/dev/mapper/vg-lenny ro panic=300 rootdelay=5 console=tty0

** Not tainted

** Kernel log:
[ 3033.996890] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3034.915182] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3034.982097] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3035.921117] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3035.988976] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3036.911620] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3036.965206] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3037.862286] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3037.921329] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3038.853287] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3039.858051] __ratelimit: 1 callbacks suppressed
[ 3039.858180] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3039.925937] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3040.859104] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3040.925910] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3041.843634] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3041.907915] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3042.805334] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3042.868228] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3043.782347] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3043.846027] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3044.815064] __ratelimit: 1 callbacks suppressed
[ 3044.815190] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3045.747208] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3045.814434] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3046.753460] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3046.821353] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3047.750426] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3047.822838] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3048.705947] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3048.777645] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3049.668215] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3050.635898] __ratelimit: 1 callbacks suppressed
[ 3050.636028] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3050.708396] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3051.637855] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3051.713380] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3052.627120] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3052.703139] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3053.590658] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3053.663966] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3054.567439] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3054.639730] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3055.606359] __ratelimit: 1 callbacks suppressed
[ 3055.606486] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3056.523326] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 3056.598740] Attempting to checksum a non-TCP/UDP packet, dropping a protocol 
1 packet
[ 6354.543715] eth2: port 2(vif2.2) entering d

Bug#566685: openbox: GNOME/Openbox session doesn't start

2010-01-25 Thread Olivier Bonvalet

Hello,

Nico Golde a écrit :

Hey,
* Olivier Bonvalet  [2010-01-24 19:34]:
  

Ok, so metacity is running, if that is the question :


ki...@kiooby:~$ ps auxw | grep metacity | grep -v grep
kioob26121  0.6  0.2 167564 10592 ?S19:15   0:00 
  

/usr/bin/metacity

[...] 
You need to replace metacity by openbox... Please have a look at 
http://openbox.org/wiki/Help:GNOME/Openbox and report :)


Cheers
nico
  
Well... my session was "GNOME/Openbox" for months, and I really don't 
know why metacity is now launched before openbox.
My session is of course "GNOME/Openbox", and if I change to GNOME and 
set again "GNOME/Openbox" the problem is still present ; on 2 differents PC.


So I can maybe force that by manualy fix a configuration file (which one 
? I didn't found info on your link), but there is at least one package 
in Debian which make that error, no ?





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



Bug#518652: same problem

2010-01-24 Thread Olivier Bonvalet
Package: xserver-xorg
Version: 1:7.5+2
Severity: normal

I have same problem on my Debian sid (xserver-xorg version 1:7.5+2), how can I 
debug that ?


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

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

X server symlink status:
lrwxrwxrwx 1 root root 13 Sep 28 21:18 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 1864832 Jan 21 00:37 /usr/bin/Xorg

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

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

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

Xorg X server log files on system:
-rw-r--r-- 1 root root 31720 Jan 24 19:15 /var/log/Xorg.0.log

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

X.Org X Server 1.7.4
Release Date: 2010-01-08
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.32.4-dsa-amd64 x86_64 Debian
Current Operating System: Linux kiooby 2.6.31-1-amd64 #1 SMP Mon Nov 16 
04:44:38 UTC 2009 x86_64
Kernel command line: BOOT_IMAGE=//vmlinuz-2.6.31-1-amd64 
root=/dev/mapper/vg-root ro 
cryptopts=source=/dev/md0,target=md0_crypt,lvm=vg-root quiet
Build Date: 20 January 2010  11:36:07PM
xorg-server 2:1.7.4-2 (bui...@brahms.debian.org) 
Current version of pixman: 0.16.4
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Sun Jan 24 19:15:26 2010
(II) Loader magic: 0x7c1600
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 6.0
X.Org XInput driver : 7.0
X.Org Server Extension : 2.0
(++) using VT number 8

(--) PCI:*(0:0:2:0) 8086:29a2:1043:81ea Intel Corporation 82G965 Integrated 
Graphics Controller rev 2, Mem @ 0xffa0/1048576, 0xd000/268435456, I/O 
@ 0xec00/8
(==) Using default built-in configuration (30 lines)
(==) --- Start of built-in configuration ---
Section "Device"
Identifier  "Builtin Default intel Device 0"
Driver  "intel"
EndSection
Section "Screen"
Identifier  "Builtin Default intel Screen 0"
Device  "Builtin Default intel Device 0"
EndSection
Section "Device"
Identifier  "Builtin Default vesa Device 0"
Driver  "vesa"
EndSection
Section "Screen"
Identifier  "Builtin Default vesa Screen 0"
Device  "Builtin Default vesa Device 0"
EndSection
Section "Device"
Identifier  "Builtin Default fbdev Device 0"
Driver  "fbdev"
EndSection
Section "Screen"
Identifier  "Builtin Default fbdev Screen 0"
Device  "Builtin Default fbdev Device 0"
EndSection
Section "ServerLayout"
Identifier  "Builtin Default Layout"
Screen  "Builtin Default intel Screen 0"
Screen  "Builtin Default vesa Screen 0"
Screen  "Builtin Default fbdev Screen 0"
EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout "Builtin Default Layout"
(**) |-->Screen "Builtin Default intel Screen 0" (0)
(**) |   |-->Monitor ""
(**) |   |-->Device "Builtin Default intel Device 0"
(==) No monitor specified for screen "Builtin Default intel Screen 0".
Using a default monitor configuration.
(**) |-->Screen "Builtin Default vesa Screen 0" (1)
(**) |   |-->Monitor ""
(**) |   |-->Device "Builtin Default vesa Device 0"
(==) No monitor specified for screen "Builtin Default vesa Screen 0".
Using a default monitor configuration.
(**) |-->Screen "Builtin Default fbdev Screen 0" (2)
(**) |   |-->Monitor ""
(**) |   |-->Device "Builtin Default fbdev Device 0"
(==) No monitor specified for screen "Builtin Default fbdev Screen 0".
Using a default monitor configuration.
(==) Automatically adding devices
(==) Automatically enabling devices
(WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
Entry deleted from font path.
(WW) The directory "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" does not 
exist.
Entry deleted from font path.
(==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/75dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
/usr/share/fonts/X11/75dpi,
built-ins
(==) ModulePath set to "/usr/lib/xorg/modules"
(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on udev to provide the list of input devices.
If no devices

Bug#566685: openbox: GNOME/Openbox session doesn't start

2010-01-24 Thread Olivier Bonvalet

Ok, so metacity is running, if that is the question :
> ki...@kiooby:~$ ps auxw | grep metacity | grep -v grep
> kioob26121  0.6  0.2 167564 10592 ?S19:15   0:00 
/usr/bin/metacity


For openbox, the "openbox-session" is restarted in loop :
ki...@kiooby:~$ ps auxw | grep openbox | grep -v grep
kioob26001  4.4  0.1 150100  6872 ?Ssl  19:15   0:06 
gnome-session --default-session-key /desktop/gnome/session/openbox_session
kioob26057  0.0  0.0  36080   556 ?Ss   19:15   0:00 
/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session 
/usr/bin/openbox-gnome-session
kioob26061  0.0  0.0  26040   764 ?S19:15   0:00 
/usr/bin/dbus-launch --exit-with-session /usr/bin/openbox-gnome-session
kioob31682  0.0  0.0   3888   568 ?S19:18   0:00 /bin/sh 
/usr/bin/openbox-session

ki...@kiooby:~$ ps auxw | grep openbox | grep -v grep
kioob26001  4.5  0.1 150100  6872 ?Ssl  19:15   0:06 
gnome-session --default-session-key /desktop/gnome/session/openbox_session
kioob26057  0.0  0.0  36080   556 ?Ss   19:15   0:00 
/usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session 
/usr/bin/openbox-gnome-session
kioob26061  0.0  0.0  26040   764 ?S19:15   0:00 
/usr/bin/dbus-launch --exit-with-session /usr/bin/openbox-gnome-session
kioob31997  0.0  0.0   3888   576 ?R19:18   0:00 /bin/sh 
/usr/bin/openbox-session


If I strace gnome-session, a lot of that : (sorry I don't know what is 
the beginning of the loop)



read(3, 0x722614, 4096) = -1 EAGAIN (Resource 
temporarily unavailable)

wait4(26088, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26121, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26123, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26124, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26128, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26131, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26134, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26135, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26136, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26162, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26164, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26171, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26173, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(26174, 0x7fff403f71ec, WNOHANG, NULL) = 0
wait4(16641, [{WIFEXITED(s) && WEXITSTATUS(s) == 0}], WNOHANG, NULL) = 16641
wait4(16653, 0x7fff403f71ec, WNOHANG, NULL) = 0
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=15, events=POLLIN|POLLPRI}, {fd=17, 
events=POLLIN|POLLPRI}, {fd=18, events=POLLIN|POLLPRI}, {fd=19, 
events=POLLIN|POLLPRI}, {fd=10, events=POLLIN}, {fd=23, events=POLLIN}, 
{fd=24, events=POLLIN}, {fd=26, events=POLLIN}, {fd=28, events=POLLIN}, 
{fd=25, events=POLLIN}, {fd=27, events=POLLIN}, {fd=30, events=POLLIN}, 
{fd=20, events=POLLIN}, {fd=9, events=POLLIN}, {fd=8, events=POLLIN}], 
18, 0) = 0 (Timeout)
read(3, 0x722614, 4096) = -1 EAGAIN (Resource 
temporarily unavailable)
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=15, events=POLLIN|POLLPRI}, {fd=17, 
events=POLLIN|POLLPRI}, {fd=18, events=POLLIN|POLLPRI}, {fd=19, 
events=POLLIN|POLLPRI}, {fd=10, events=POLLIN}, {fd=23, events=POLLIN}, 
{fd=24, events=POLLIN}, {fd=26, events=POLLIN}, {fd=28, events=POLLIN}, 
{fd=25, events=POLLIN}, {fd=27, events=POLLIN}, {fd=30, events=POLLIN}, 
{fd=20, events=POLLIN}, {fd=9, events=POLLIN}, {fd=8, events=POLLIN}], 
18, -1) = 1 ([{fd=11, revents=POLLIN}])

read(11, "A", 1)= 1
read(3, 0x722614, 4096) = -1 EAGAIN (Resource 
temporarily unavailable)
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=15, events=POLLIN|POLLPRI}, {fd=17, 
events=POLLIN|POLLPRI}, {fd=18, events=POLLIN|POLLPRI}, {fd=19, 
events=POLLIN|POLLPRI}, {fd=10, events=POLLIN}, {fd=23, events=POLLIN}, 
{fd=24, events=POLLIN}, {fd=26, events=POLLIN}, {fd=28, events=POLLIN}, 
{fd=25, events=POLLIN}, {fd=27, events=POLLIN}, {fd=30, events=POLLIN}, 
{fd=20, events=POLLIN}, {fd=9, events=POLLIN}, {fd=8, events=POLLIN}], 
18, -1) = 1 ([{fd=9, revents=POLLIN}])

accept(9, {sa_family=AF_FILE, NULL}, [2]) = 31
fcntl(31, F_SETFD, FD_CLOEXEC)  = 0
write(31, "\0\1\0D\0\0\0\0", 8) = 8
fcntl(31, F_GETFD)  = 0x1 (flags FD_CLOEXEC)
fcntl(31, F_SETFD, FD_CLOEXEC)  = 0
fstat(31, {st_mode=S_IFSOCK|0777, st_size=0, ...}) = 0
fcntl(31, F_GETFL)  = 0x2 (flags O_RDWR)
writev(8, [{"l\4\1\1)\0\0\0\3368\0\0o\0\0\0\1\1o\0\31\0\0\0/org/gno"..., 
128}, {"$\0\0\0/org/gnome/SessionManager/Cl"..., 41}], 2) = 169
read(3, 0x722614, 4096) = -1 EAGAIN (Resource 
temporarily unavailable)
poll([{fd=4, events=POLLIN}, {fd=3, events=POLLIN}, {fd=11, 
events=POLLIN}, {fd=15, events=POLLIN|POLLPRI}, {fd=17, 
events=POLLIN|POLLPRI}, {fd=18, events=POLLIN|POLLPRI}, {fd=19, 
events=POLLIN|POLLPRI}, {fd=10, events=POLLIN}, {fd=23, e

Bug#566692: hplip-gui: can't add printer (Printer queue setup failed)

2010-01-24 Thread Olivier Bonvalet
Package: hplip-gui
Version: 3.9.12-2
Severity: important

Hello,

I cannot add a printer thought HPLIP Toolbox :
- I launch "HPLIP Toolbox", then obtain a message "No Installed HP Devices 
Found".
- I press "Setup Device", "Network/Ethernet[...]", "Next"
- the printer is discovered (HP Officejet 7200 Series), I press "Next"
- a panel "Setup Device" is shown, with my printer parameters (and "Fax Setup" 
checked). I confirm by clicking on "Add Printer".
- a popup is chown "Printer queue setup failed. Please restart CUPS and try 
again." Of course restarting CUPS doesn't help.

This printer was working in a previous Debian version (etch or lenny, I don't 
remember).


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

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

Versions of packages hplip-gui depends on:
ii  dbus-x11  1.2.16-2   simple interprocess messaging syst
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  hplip 3.9.12-2   HP Linux Printing and Imaging Syst
ii  hplip-cups3.9.12-2   HP Linux Printing and Imaging - CU
ii  python-qt44.6-1  Python bindings for Qt4
ii  python-qt4-dbus   4.6-1  DBus Support for PyQt4
ii  python-reportlab  2.3-1  ReportLab library to create PDF do

Versions of packages hplip-gui recommends:
ii  xsane 0.996-3featureful graphical frontend for 

hplip-gui 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#566685: openbox: GNOME/Openbox session doesn't start

2010-01-24 Thread Olivier Bonvalet
Package: openbox
Version: 3.4.10-1
Severity: grave
Justification: renders package unusable

Hi,

the GNOME/Openbox session doesn't start, instead it make the X processus use a 
lot of CPU, but metacity still manage windows.
If I try to shutdown the PC, I have a message "an unknown program is not 
closed".
I have the problem on two different Debian sid PC.

Is there some openbox logs somewhere, to help debugging that ?


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

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

Versions of packages openbox depends on:
ii  libc6   2.10.2-5 Embedded GNU C Library: Shared lib
ii  libglib2.0-02.22.4-1 The GLib library of C routines
ii  libice6 2:1.0.6-1X11 Inter-Client Exchange library
ii  libobparser21   3.4.10-1 parsing library for openbox
ii  libobrender21   3.4.10-1 rendering library for openbox them
ii  libsm6  2:1.1.1-1X11 Session Management library
ii  libstartup-notification00.10-1   library for program launch feedbac
ii  libx11-62:1.3.3-1X11 client-side library
ii  libxau6 1:1.0.5-1X11 authorisation library
ii  libxext62:1.1.1-2X11 miscellaneous extension librar
ii  libxinerama12:1.1-2  X11 Xinerama extension library
ii  libxml2 2.7.6.dfsg-2 GNOME XML library
ii  libxrandr2  2:1.3.0-2X11 RandR extension library
ii  libxrender1 1:0.9.5-1X Rendering Extension client libra

Versions of packages openbox recommends:
ii  openbox-themes1.0.2  Themes for the Openbox window mana

Versions of packages openbox suggests:
pn  libxml2-dev(no description available)
ii  menu  2.1.42 generates programs menu for all me
ii  obconf2.0.3-3Preferences manager for Openbox wi
ii  python2.5.4-9An interactive high-level object-o
ii  ttf-dejavu2.30-2 Metapackage to pull in ttf-dejavu-

-- 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#530591: logcheck-database: dovecot : NTLM method messages are not ignored

2009-05-26 Thread Olivier Bonvalet
Package: logcheck-database
Version: 1.2.54
Severity: wishlist

Actualy there is rules to ignores lot of Dovecot messages, including method 
PLAIN, LOGIN, CRAM-MD5 and DIGEST-MD5.
For example this one :
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: (pop3|imap)-login: Login: 
user=<[...@[:alnum:]]+>, 
method=(PLAIN|plain|LOGIN|login|(CRAM|DIGEST)-MD5|(cram|digest)-md5), 
rip=[.:[:xdigit:]]+, lip=[.:[:xdigit:]]+(, (TLS( handshake)?|secured))?$

Can you please add the NTLM in the list (used by Microsoft clients) ?

The result for this rule will be :
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ dovecot: (pop3|imap)-login: Login: 
user=<[...@[:alnum:]]+>, 
method=(PLAIN|plain|LOGIN|login|(CRAM|DIGEST)-MD5|(cram|digest)-md5|NTLM|ntlm), 
rip=[.:[:xdigit:]]+, lip=[.:[:xdigit:]]+(, (TLS( handshake)?|secured))?$

Thanks

-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.29.3-dae-core2
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)

Versions of packages logcheck-database depends on:
ii  debconf [debconf-2.0]1.5.11etch2 Debian configuration management sy

logcheck-database recommends no packages.

-- debconf information:
  logcheck-database/conffile-cleanup: false



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



Bug#516795: [debian-mysql] Bug#516795: mysql-server-5.1: error logging goes to /var/lib/{hostname}.err

2009-04-28 Thread Olivier Bonvalet

Hi,

I rechecked on a fresh Debian Lenny (amd64) installation, directly with 
the 5.1.34-1 package from experimental (thought apt-pinning).


In fact there is some error logging in syslog and some in 
/var/lib/mysql/{hostname}.err.



Logging start in syslog (this is the first MySQL launch, thout "aptitude 
install") :


root! slave:/var/lib/mysql# grep -i mysql /var/log/syslog
Apr 28 22:25:57 slave mysqld_safe[17661]: 090428 22:25:57 [Warning] 
Forcing shutdown of 2 plugins
Apr 28 22:25:57 slave mysqld_safe[17661]: 090428 22:25:57 [Warning] 
Forcing shutdown of 2 plugins

Apr 28 22:25:57 slave mysqld_safe[17661]:
Apr 28 22:25:57 slave mysqld_safe[17661]: PLEASE REMEMBER TO SET A 
PASSWORD FOR THE MySQL root USER !
Apr 28 22:25:57 slave mysqld_safe[17661]: To do so, start the server, 
then issue the following commands:

Apr 28 22:25:57 slave mysqld_safe[17661]:
Apr 28 22:25:57 slave mysqld_safe[17661]: /usr/bin/mysqladmin -u root 
password 'new-password'
Apr 28 22:25:57 slave mysqld_safe[17661]: /usr/bin/mysqladmin -u root -h 
slave password 'new-password'

Apr 28 22:25:57 slave mysqld_safe[17661]:
Apr 28 22:25:57 slave mysqld_safe[17661]: Alternatively you can run:
Apr 28 22:25:57 slave mysqld_safe[17661]: /usr/bin/mysql_secure_installation
Apr 28 22:25:57 slave mysqld_safe[17661]:
Apr 28 22:25:57 slave mysqld_safe[17661]: which will also give you the 
option of removing the test
Apr 28 22:25:57 slave mysqld_safe[17661]: databases and anonymous user 
created by default.  This is
Apr 28 22:25:57 slave mysqld_safe[17661]: strongly recommended for 
production servers.

Apr 28 22:25:57 slave mysqld_safe[17661]:
Apr 28 22:25:57 slave mysqld_safe[17661]: See the manual for more 
instructions.

Apr 28 22:25:57 slave mysqld_safe[17661]:
Apr 28 22:25:57 slave mysqld_safe[17661]: Please report any problems 
with the /usr/scripts/mysqlbug script!

Apr 28 22:25:57 slave mysqld_safe[17661]:
Apr 28 22:25:57 slave mysqld_safe[17661]: The latest information about 
MySQL is available at http://www.mysql.com/
Apr 28 22:25:57 slave mysqld_safe[17661]: Support MySQL by buying 
support/licenses from http://shop.mysql.com/

Apr 28 22:25:57 slave mysqld_safe[17661]:
Apr 28 22:25:57 slave mysqld_safe[17706]: InnoDB: The first specified 
data file ./ibdata1 did not exist:
Apr 28 22:25:57 slave mysqld_safe[17706]: InnoDB: a new database to be 
created!
Apr 28 22:25:57 slave mysqld_safe[17706]: 090428 22:25:57  InnoDB: 
Setting file ./ibdata1 size to 10 MB
Apr 28 22:25:57 slave mysqld_safe[17706]: InnoDB: Database physically 
writes the file full: wait...
Apr 28 22:25:58 slave mysqld_safe[17706]: 090428 22:25:58  InnoDB: Log 
file ./ib_logfile0 did not exist: new to be created
Apr 28 22:25:58 slave mysqld_safe[17706]: InnoDB: Setting log file 
./ib_logfile0 size to 5 MB
Apr 28 22:25:58 slave mysqld_safe[17706]: InnoDB: Database physically 
writes the file full: wait...
Apr 28 22:25:58 slave mysqld_safe[17706]: 090428 22:25:58  InnoDB: Log 
file ./ib_logfile1 did not exist: new to be created
Apr 28 22:25:58 slave mysqld_safe[17706]: InnoDB: Setting log file 
./ib_logfile1 size to 5 MB
Apr 28 22:25:58 slave mysqld_safe[17706]: InnoDB: Database physically 
writes the file full: wait...
Apr 28 22:25:58 slave mysqld_safe[17706]: InnoDB: Doublewrite buffer not 
found: creating new

Apr 28 22:25:58 slave mysqld_safe[17706]: InnoDB: Doublewrite buffer created
Apr 28 22:25:58 slave mysqld_safe[17706]: InnoDB: Creating foreign key 
constraint system tables
Apr 28 22:25:58 slave mysqld_safe[17706]: InnoDB: Foreign key constraint 
system tables created
Apr 28 22:25:58 slave mysqld_safe[17706]: 090428 22:25:58  InnoDB: 
Started; log sequence number 0 0
Apr 28 22:25:58 slave mysqld_safe[17706]: 090428 22:25:58  InnoDB: 
Starting shutdown...
Apr 28 22:25:59 slave mysqld_safe[17706]: 090428 22:25:59  InnoDB: 
Shutdown completed; log sequence number 0 46409
Apr 28 22:25:59 slave mysqld_safe[17706]: 090428 22:25:59 [Warning] 
Forcing shutdown of 1 plugins
Apr 28 22:25:59 slave mysqld_safe[17723]: 090428 22:25:59  InnoDB: 
Started; log sequence number 0 46409
Apr 28 22:25:59 slave mysqld_safe[17723]: ERROR: 1064  You have an error 
in your SQL syntax; check the manual that corresponds to your MySQL 
server version for the right syntax to use near 'ALTER TABLE user ADD 
column Show_view_priv enum('N','Y') CHARACTER SET utf8 NOT ' at line 1

Apr 28 22:25:59 slave mysqld_safe[17723]: 090428 22:25:59 [ERROR] Aborting
Apr 28 22:25:59 slave mysqld_safe[17723]:
Apr 28 22:25:59 slave mysqld_safe[17723]: 090428 22:25:59  InnoDB: 
Starting shutdown...
Apr 28 22:26:01 slave mysqld_safe[17723]: 090428 22:26:01  InnoDB: 
Shutdown completed; log sequence number 0 46409
Apr 28 22:26:01 slave mysqld_safe[17723]: 090428 22:26:01 [Warning] 
Forcing shutdown of 1 plugins
Apr 28 22:26:01 slave mysqld_safe[17723]: 090428 22:26:01 [Note] 
/usr/sbin/mysqld: Shutdown complete

Apr 28 22:26:01 slave mysqld_safe[17723]:
Apr 28 22:26:01 slave mysqld_safe[17737]: 090428 22:26:

Bug#516795: mysql-server-5.1: error logging goes to /var/lib/{hostname}.err

2009-02-23 Thread Olivier Bonvalet
Package: mysql-server-5.1
Version: 5.1.31-2
Severity: wishlist

Hi,

with Debian mysql-server-4.0, mysql-server-4.1, and mysql-server-5.0, error 
logging was going to syslog,
as said in my.cnf it's a "Debian improvement" ; and I love it. It's really 
usefull, combined with logcheck
for example.

But it's no more the case with current version of mysql-server-5.1. Or maybe 
something is wrong with my
recompiled package (I add the percona patch microslow and userstats) ?

Thanks,

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

Kernel: Linux 2.6.28.6-dae-core2 (SMP w/4 CPU cores)
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mysql-server-5.1 depends on:
ii  adduser3.110 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.24Debian configuration management sy
ii  libc6  2.7-18GNU C Library: Shared libraries
ii  libdbi-perl1.605-1   Perl5 database interface by Tim Bu
ii  libgcc11:4.3.2-1.1   GCC support library
ii  libmysqlclient16   5.1.31-2  MySQL database client library
ii  libstdc++6 4.3.2-1.1 The GNU Standard C++ Library v3
ii  libwrap0   7.6.q-16  Wietse Venema's TCP wrappers libra
ii  lsb-base   3.2-20Linux Standard Base 3.2 init scrip
ii  mysql-client-5.1   5.1.31-2  MySQL database client binaries
ii  mysql-common   5.1.31-2  MySQL database common files (e.g. 
ii  passwd 1:4.1.1-6 change and administer password and
ii  perl   5.10.0-19 Larry Wall's Practical Extraction 
ii  psmisc 22.6-1Utilities that use the proc filesy
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages mysql-server-5.1 recommends:
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
pn  libhtml-template-p (no description available)
ii  mailx  1:20071201-3  Transitional package for mailx ren

Versions of packages mysql-server-5.1 suggests:
pn  tinyca (no description available)

-- debconf information:
  mysql-server/error_setting_password:
  mysql-server-5.1/nis_warning:
  mysql-server-5.1/really_downgrade: false
  mysql-server-5.1/no_upgrade_with_isam_tables:
  mysql-server-5.1/start_on_boot: true
  mysql-server-5.1/postrm_remove_databases: false
  mysql-server/password_mismatch:



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



Bug#516684: zabbix-frontend-php: move some constants in /etc/zabbix/

2009-02-22 Thread Olivier Bonvalet
Package: zabbix-frontend-php
Version: 1:1.6.1-3
Severity: wishlist

Hi,

I would like some of the constants of the configuration file 
/usr/share/zabbix/include/defines.inc.php was moved in /etc to allow easier 
modification.

In particular all "*DEFAULT*" constants, for example :
define('HALIGN_DEFAULT',0);

Which we could find in a /etc/zabbix/frontend.php file for exemple, like that :
/**
 * Specify default alignement for graphics.
 *
 * Choice : HALIGN_CENTER, HALIGN_LEFT, HALIGN_RIGHT
 */
define('HALIGN_DEFAULT', HALIGN_CENTER);

If you're agree with that idea, I can help to create that configuration file.

Thanks


-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.27.5-dae-core2-ovh
Locale: lang=fr...@euro, lc_ctype=fr...@euro (charmap=UTF-8) (ignored: LC_ALL 
set to fr_FR.UTF-8)

Versions of packages zabbix-frontend-php depends on:
ii  apache2   2.2.3-4+etch6  Next generation, scalable, extenda
ii  apache2-mpm-worker [httpd 2.2.3-4+etch6  High speed threaded model for Apac
ii  dbconfig-common   1.8.29+etch1   common framework for packaging dat
ii  debconf [debconf-2.0] 1.5.11etch2Debian configuration management sy
ii  nginx [httpd] 0.6.32-1   small, but very powerful and effic
ii  php5  5.2.0-8+etch13 server-side, HTML-embedded scripti
ii  php5-gd   5.2.0-8+etch13 GD module for php5
ii  php5-mysql5.2.0-8+etch13 MySQL module for php5
ii  ucf   2.0020 Update Configuration File: preserv

Versions of packages zabbix-frontend-php recommends:
ii  mysql-server-5.1 [mysql-serve 5.1.30-1   MySQL database server binaries
pn  zabbix-server-mysql | zabbix-  (no description available)

-- debconf information:
  zabbix-frontend-php/remote/port:
  zabbix-frontend-php/remote/host:
  zabbix-frontend-php/pgsql/admin-user: postgres
* zabbix-frontend-php/database-type: mysql
  zabbix-frontend-php/dbconfig-upgrade: true
  zabbix-frontend-php/dbconfig-remove:
  zabbix-frontend-php/pgsql/no-empty-passwords:
  zabbix-frontend-php/db/basepath:
  zabbix-frontend-php/internal/reconfiguring: false
  zabbix-frontend-php/db/app-user: zabbix
  zabbix-frontend-php/install-error: abort
  zabbix-frontend-php/pgsql/method: unix socket
  zabbix-frontend-php/pgsql/authmethod-user:
  zabbix-frontend-php/remote/newhost:
  zabbix-frontend-php/mysql/admin-user: root
  zabbix-frontend-php/mysql/method: unix socket
  zabbix-frontend-php/upgrade-error: abort
  zabbix-frontend-php/upgrade-backup: true
  zabbix-frontend-php/restart-webserver: true
  zabbix-frontend-php/passwords-do-not-match:
  zabbix-frontend-php/pgsql/manualconf:
  zabbix-frontend-php/dbconfig-install: true
  zabbix-frontend-php/db/dbname: zabbix
  zabbix-frontend-php/remove-error: abort
  zabbix-frontend-php/pgsql/changeconf: false
  zabbix-frontend-php/reconfigure-webserver: apache, apache-ssl, apache-perl, 
apache2
  zabbix-frontend-php/dbconfig-reinstall: false
  zabbix-frontend-php/purge: false
  zabbix-frontend-php/pgsql/authmethod-admin: ident
  zabbix-frontend-php/internal/skip-preseed: false



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



Bug#515228: xen-tools: 55-create-dev doesn't work for Lenny setup

2009-02-14 Thread Olivier Bonvalet

Package: xen-tools
Version: 3.9-4 (64bits)
Severity: normal

the 55-create-dev try to launch /dev/MAKEDEV, but since Lenny the script was 
moved in /sbin/MAKEDEV ; so :


Running hook 55-create-dev
/usr/lib/xen-tools/lenny.d/55-create-dev: line 39: ./MAKEDEV: Aucun fichier ou 
répertoire de ce type
/usr/lib/xen-tools/lenny.d/55-create-dev: line 40: ./MAKEDEV: Aucun fichier ou 
répertoire de ce type
/usr/lib/xen-tools/lenny.d/55-create-dev: line 41: ./MAKEDEV: Aucun fichier ou 
répertoire de ce type
/usr/lib/xen-tools/lenny.d/55-create-dev: line 42: ./MAKEDEV: Aucun fichier ou 
répertoire de ce type
hook 55-create-dev: done.



-- System Information:
Debian Release: 5.0
 APT prefers testing
 APT policy: (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
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/dash




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



Bug#254475: grub-reboot only works if "default saved" in menu.lst

2007-03-22 Thread Olivier Bonvalet

Hello,

I'm not sure it's a bug or "a feature" : with etch and Grub 0.97,
grub-reboot seems to only works well if "default" is set at "saved" in 
menu.lst.


But on sarge and grub 0.95, grub-reboot works without this (I had 
"default 0"

and was able to boot on 1 with grub-reboot, for example).

Is this a bug or not ?

Thanks
Olivier


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