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

2021-05-28 Thread Olivier Bonvalet
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 u

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 Do

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/.loc

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 :

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, emai

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 lon

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 de

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 t

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

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 tha

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

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);

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

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/ale

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: ** Ver

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 (o

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 CFIL

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. -

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

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. N

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

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

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

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 |

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 72

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 c

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=<[...@[:aln

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

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. Bu

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('HALIG

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 ty

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). I