Bug#710482: autofs: Stale NFS handle - if server is rebooted

2015-09-17 Thread William Dauchy
Hello Ole,

What happen if you trigger the autofs timeout? Does it auto-umount correctly?

-- 
William



Bug#747497: Disregard CIFS mount failure messages

2015-09-12 Thread William Dauchy
> They were for old, invalid shares.

So If I understand correctly we can close this bug?

-- 
William



Bug#721331: autofs: Autofs mount fails if it relies on another autofs managed resource; compile option missing

2015-09-12 Thread William Dauchy
Hello,

As Michael Tokarev mentionned, I am also wondering why it is not the
default option if it really causes no side effects.
I also contacted Ian Kent to see if we can clarify the situation.
-- 
William


signature.asc
Description: Digital signature


Bug#768036: ip link: Fix crash on older kernels when show VF dev

2015-04-19 Thread William Dauchy
On Wed, 14 Jan 2015 11:22:57 +0100 William Dauchy will...@gandi.net wrote:
 A fix was integrated upstream.
 commit8c29ae7cc2494e251520584e83698c1a9f1912e5
 ip link: Fix crash on older kernels when show VF dev
 
 The issue was caused that ifla_vf_rate does not exist on
 older kernels and should be checked if it exists as nested attr.
 
 https://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=8c29ae7cc2494e251520584e83698c1a9f1912e5

Since the fix is available and quite easy to integrate, I wonder if this
will be included in the jessie release.

Thanks,
-- 
William


signature.asc
Description: Digital signature


Bug#768036: ip link: Fix crash on older kernels when show VF dev

2015-01-14 Thread William Dauchy
Hello,

A fix was integrated upstream.
commit  8c29ae7cc2494e251520584e83698c1a9f1912e5
ip link: Fix crash on older kernels when show VF dev

The issue was caused that ifla_vf_rate does not exist on
older kernels and should be checked if it exists as nested attr.

https://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git/commit/?id=8c29ae7cc2494e251520584e83698c1a9f1912e5


Could you please consider integrating it?

Thanks,
-- 
William


signature.asc
Description: Digital signature


Bug#768036: iproute2: segfault with ip link show dev

2014-11-04 Thread William Dauchy
Hi Andreas,

Thank you for your quick reply and detailed procedure.

On Tue, Nov 4, 2014 at 1:06 PM, Andreas Henriksson andr...@fatal.se wrote:
 Could you please rebuild iproute2 with debug info and without optimisations
 and, break on print_linkinfo and step through it to see where it crashes?

I don't think I have much more info but here it is:

(gdb) break print_linkinfo
Breakpoint 1 at 0x408404
(gdb) set args link show dev eth1
(gdb) r
Starting program: /sbin/ip link show dev eth1

Breakpoint 1, 0x00408404 in print_linkinfo ()
(gdb) n
Single stepping until exit from function print_linkinfo,
which has no line number information.
3: eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 9000 qdisc mq state UP
mode DEFAULT group default qlen 1
link/ether 00:26:6c:ff:b5:c1 brd ff:ff:ff:ff:ff:ff

Program received signal SIGSEGV, Segmentation fault.
0x00408e09 in print_linkinfo ()
(gdb) bt
#0  0x00408e09 in print_linkinfo ()
#1  0x0041a231 in iplink_get ()
#2  0x0040a93e in ipaddr_list_flush_or_save ()
#3  0x0041a2da in do_iplink ()
#4  0x00407124 in do_cmd ()
#5  0x00406cd2 in main ()

-- 
William


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



Bug#768036: iproute2: segfault with ip link show dev

2014-11-04 Thread William Dauchy
On Tue, Nov 4, 2014 at 2:17 PM, Andreas Henriksson andr...@fatal.se wrote:
 Looks like you're still running optimized code and the noopt
 doesn't work as expected.
 Could you please also try hacking Makefile and replacing
 -O2 in there with -O0 ?

here it is:

(gdb) break print_linkinfo
Breakpoint 1 at 0x40782d
(gdb) set args link show dev eth1
(gdb) r
Starting program: /sbin/ip link show dev eth1

Breakpoint 1, 0x0040782d in print_linkinfo ()
(gdb) n
Single stepping until exit from function print_linkinfo,
which has no line number information.
3: eth1: BROADCAST,MULTICAST,UP,LOWER_UP mtu 9000 qdisc mq state UP
mode DEFAULT group default qlen 1
link/ether 00:26:6c:ff:b5:c1 brd ff:ff:ff:ff:ff:ff

Program received signal SIGSEGV, Segmentation fault.
0x004070eb in print_vfinfo ()
(gdb) bt
#0  0x004070eb in print_vfinfo ()
#1  0x00407f9f in print_linkinfo ()
#2  0x0041f266 in iplink_get ()
#3  0x00409c69 in ipaddr_list_flush_or_save ()
#4  0x0040a113 in ipaddr_list_link ()
#5  0x004203f6 in do_iplink ()
#6  0x00405a07 in do_cmd ()
#7  0x0040621e in main ()

Regards,
-- 
William


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



Bug#749497: validation

2014-06-19 Thread William Dauchy
Hi Adam,

On Wed, Jun 18, 2014 at 3:01 PM, Adam D. Barratt
a...@adam-barratt.org.uk wrote:
 Simple backports from upstream is not equivalent to suitable for an
 update to a package in stable, particularly when there's a non-trivial diff
 involved.

All the backported fixes are bugs which make the package more stable.
It fixes real issues we have in php5.4.

 And then another and another and... ? My concern here is that we end up with
 a continual stream of requests for updates, each with many fixes in. I'm not
 sure how sustainable that is; ommv, of course.

We are indeed trying to follow the php minor versions which are
released weeks after weeks including fixes for stability. I'm deeply
concerned about php stability as you may understand with my different
packages requests; my contributions are here to fix real issues users
get.
I don't want to be rude but all the previous packages requests for php
ended up with the same kind of question/answers; I also find weird to
get patch validations from people who don't read/use php source code
regularly.

Best regards,
-- 
William


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



Bug#749497: validation

2014-06-18 Thread William Dauchy
Hi release team,

Do you need any help to validate this package? As a reminder all these
fixes are simple backports from upstream.
In addition I have been using this version on production with
thousands of users.
I'm also waiting for this validation in order to submit a new one with
more stable fixes.

Best regards,
-- 
William


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



Bug#740812: mysql-client-5.5: mysqlcheck does not handle tables with dots in their names correctly

2014-05-15 Thread William Dauchy
Hello,

Looking at the patch, the backport seems very easy; is it something we
can consider?

Regards,
-- 
William


signature.asc
Description: Digital signature


Bug#736494: About #736494

2014-04-16 Thread William Dauchy
On Apr16 11:06, Adam D. Barratt wrote:
 One thing that wasn't absolutely clear from the original (although I guess
 was potentially implied) is whether any of the fixes which are relevant have
 previously been applied in some way to the packages in unstable.

All the fixes are backports from upstream which are included in package
currently in unstable (5.5.x)

 On a related note, it would be appreciated if comments such as cleanup
 series were more verbose in future, as it appears to have involved removing
 enabled patches (which ones hopes have been replaced by newer patches) as
 well as those which were already disabled.

I will be more versbose on those; it was commented patches in series, so
not used; this modification has also been made in unstable.
-- 
William


signature.asc
Description: Digital signature


Bug#736494: About #736494

2014-04-13 Thread William Dauchy
Hi,

Is there someone available to validate this package? Lots of present
fixes are more than needed to have an usable version of php in
production.

Thanks,
-- 
William


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



Bug#736494: About #736494

2014-04-13 Thread William Dauchy
Hello Adam,

Thank your for your quick reply.

On Sun, Apr 13, 2014 at 2:39 PM, Adam D. Barratt
a...@adam-barratt.org.uk wrote:
 I realise you've put a lot of effort in to the patch, and that's
 obviously appreciated, but a diff for stable of the size

  46 files changed, 4303 insertions(+), 372 deletions(-)

 where most of the diff appears to be actual changes (as opposed to
 translations, or autogenerated files) is non-trivial to review,
 particularly when people are already short on time. :(

I'm just looking for a way to help in this validation. As a reminder
all these fixes are (easy) backports from upstream. I've also included
these fixes in my production servers which are including thousands of
php processes. The result seems quite good reducing the overall number
of crashes; my two cents.

Regards,
-- 
William


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



Bug#736494: About #736494

2014-03-18 Thread William Dauchy
On 18 Mar 2014 12:18, Clement Wong c...@clement.hk wrote:

 Ok, sorry for the misleading email, apparently 7u8 is from
wheezy-security, so this fix is not applied yet.

Yes indeed.


Bug#736494: #736494 validation

2014-03-10 Thread William Dauchy
Hello,

I can also confirm we are using this package in production since a few
months without any regression (including thousands of users).

Regards,
-- 
William


signature.asc
Description: Digital signature


Bug#726627: php5: segfault while loading extension

2013-10-17 Thread William Dauchy
Package: php5
Version: 5.4.4-14+deb7u5
Severity: normal
Tags: patch

We are getting segfaults while loading extensions in the case if you
have extensions deps not meet.

I found the upstream commit
http://git.php.net/?p=php-src.git;a=commit;h=4c6678d6058fd740a9e186b49f9daa72d09ed300
which seems to fix the issue.

Seems useful to merge the fix in wheezy version.

Thanks,
-- 
William


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



Bug#726633: php5: (un)serialize() leaves dangling pointers, causes crashes

2013-10-17 Thread William Dauchy
Package: php5
Version: 5.4.4-14+deb7u5
Severity: normal
Tags: patch

We are impacted by the upstream bug
https://bugs.php.net/63369
(un)serialize() leaves dangling pointers, causes crashes

upstream fix:
http://git.php.net/?p=php-src.git;a=commit;h=f2bffdc2e48174e38a059d425953e8b1c08dd4bf

more than useful to merge it in wheezy version since that the common use
in PHP to use serialize/unserialize functions.

Thanks,
-- 
William


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



Bug#726379: php5: Phar::buildFromDirectory creates corrupt archives

2013-10-15 Thread William Dauchy
Package: php5
Version: 5.4.4-14+deb7u5
Severity: normal
Tags: patch

Hello,

We are getting users reporting issues on creating archives with
Phar::buildFromDirectory.

The upstream commit might be related:
http://git.php.net/?p=php-src.git;a=commit;h=f8efdc2b4bca2a8f7e57aae36a01df044ba3d0b5

I guess it's a good idea to fix this issue in wheezy version.

Thanks,
-- 
William


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



Bug#726295: php5: segfault on zend_deactivate

2013-10-14 Thread William Dauchy
Package: php5
Version: php5 5.4.4-14+deb7u5
Severity: normal
Tags: patch

We are sometines getting segfault with the following trace:

==22607== Invalid read of size 4
==22607==at 0x84EA438: _zval_dtor_func (zend_variables.c:46)
==22607==by 0x84DAA42: _zval_dtor (zend_variables.h:35)
==22607==by 0x84DAAEF: i_zval_ptr_dtor (zend_execute.h:81)
==22607==by 0x84DB851: _zval_ptr_dtor (zend_execute_API.c:428)
==22607==by 0x84E032A: cleanup_user_class_data (zend_opcode.c:169)
==22607==by 0x84E0419: zend_cleanup_user_class_data (zend_opcode.c:202)
==22607==by 0x84FC771: zend_hash_reverse_apply (zend_hash.c:799)
==22607==by 0x84DB4BE: shutdown_executor (zend_execute_API.c:289)
==22607==by 0x84EC528: zend_deactivate (zend.c:939)
==22607==by 0x84744D6: php_request_shutdown (main.c:1800)
==22607==by 0x8585386: do_cli (php_cli.c:1176)
==22607==by 0x8585B2F: main (php_cli.c:1377)
==22607==  Address 0x4949fa8 is 0 bytes inside a block of size 20 free'd
==22607==at 0x4007F0F: free (vg_replace_malloc.c:446)
==22607==by 0x84BFEA5: _efree (zend_alloc.c:2437)
==22607==by 0x851CDEB: i_zval_ptr_dtor (zend_execute.h:82)
==22607==by 0x8541EA6: ZEND_UNSET_DIM_SPEC_VAR_CONST_HANDLER 
(zend_vm_execute.h:15900)
==22607==by 0x8521499: execute_ex (zend_vm_execute.h:356)
==22607==by 0x85214FD: zend_execute (zend_vm_execute.h:381)
==22607==by 0x84DD3D5: zend_call_function (zend_execute_API.c:941)
==22607==by 0x85080A9: zend_call_method (zend_interfaces.c:97)
==22607==by 0x8515232: zend_objects_destroy_object (zend_objects.c:123)
==22607==by 0x851B546: zend_objects_store_del_ref_by_handle_ex 
(zend_objects_API.c:207)
==22607==by 0x851B426: zend_objects_store_del_ref (zend_objects_API.c:173)
==22607==by 0x84EA474: _zval_dtor_func (zend_variables.c:54)

It appears that we found a related bug upstream:
https://bugs.php.net/64720

The patch attached is here
http://git.php.net/?p=php-src.git;a=commit;h=77f15762137e2d8173df9b733b4cb70fc996

The patch seems more than needed for the wheezy version.

Thanks,
-- 
William


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



Bug#726320: php5-fpm: null dereference and buffer overflow

2013-10-14 Thread William Dauchy
Package: php5-fpm
Version: 5.4.4-14+deb7u5
Severity: normal
Tags: patch

A possible was spotted upstream one year ago at:
fpm/fpm/fpm_events.c|435|
fpm/fpm/fpm_events.c|191|
fpm/fpm/fpm_log.c|459|

see https://bugs.php.net/63581

We should probably apply in the fix before getting real issues with that.
(The fix is one year old)

see upstream fix:
http://git.php.net/?p=php-src.git;a=commit;h=f08060a48fadf079e860be73584ac87747dc59d6

Thanks,
-- 
William


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



Bug#726033: php5: Memoryleak when using the same variablename two times in function declaration

2013-10-11 Thread William Dauchy
Package: php5
Version: 5.4.4-14+deb7u5
Severity: normal
Tags: patch

Hi,

There is a memory leak when the same argument name is used two times in a 
function 
declaration.

This issue is fixed upstream:
http://git.php.net/?p=php-src.git;a=commit;h=5e9377ebd57f419de7b421878df540795ace01ef

Could be a good improvment is we merge this fix in current wheezy version.
-- 
William


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



Bug#726037: php5: munmap() is called with the incorrect length

2013-10-11 Thread William Dauchy
Package: php5
Version: 5.4.4-14+deb7u5
Severity: normal
Tags: patch

munmap() is called with the incorrect length resulting is possible
memoryleak.

A one year patch is present upstream
http://git.php.net/?p=php-src.git;a=commit;h=433089ccb4d4747a01d522e8678664ff17584615

Could be a good idea to fix the issue on wheezy version.

Regards,
-- 
William


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



Bug#725868: [php-maint] Bug#725868: php5-curl: curl memory leak

2013-10-10 Thread William Dauchy
On Thu, Oct 10, 2013 at 2:02 PM, Ondřej Surý ond...@sury.org wrote:
 just prepare the fix in master-wheezy branch like the last time.

it's already done.

 Although we might want to wait a little bit to accumulate more changes.

yes, no worries; I have several fixes to propose. I will let you know
when I'm done.

Thanks,
-- 
William


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



Bug#725972: php-fpm: annoying warnings when phpfpm is started with the configured user/group

2013-10-10 Thread William Dauchy
Package: php-fpm
Version: 5.4.4-14+deb7u5
Severity: normal
Tags: patch

php-fpm is displaying annoying warnings:
'user' directive is ignored when FPM is not running as root
even when the user or group is already correct, e.g. if the user www-data
starts php-fpm, and the user directive is set to www-data.

upstream fix is present here:
http://git.php.net/?p=php-src.git;a=commit;h=e31553c2042f2a5e05d9ad1ba77b888c63e4c36f

Could be interesting to merge it in wheezy version.
-- 
William


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



Bug#626363: php5-cli: Segmentation fault and zend_mm_heap corrupted while executing piwik update script

2013-10-09 Thread William Dauchy
Hello,

Do you still have the same issue with 5.4 version on wheezy?

Thanks,
-- 
William


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



Bug#725868: php5-curl: curl memory leak

2013-10-09 Thread William Dauchy
Package: php5-curl
Version: 5.4.4-14+deb7u5
Severity: normal
Tags: patch

Hi,

I went through a memory leak using curl in php5.
This seems to correspond to the upstream bugs:

https://bugs.php.net/65458
fixed in:
http://git.php.net/?p=php-src.git;a=commit;h=aa7d3d8e6d8de73ebe8dd015fb5392a4bde5bfc6

https://bugs.php.net/63859
fixed in:
http://git.php.net/?p=php-src.git;a=commit;h=ac3d227e28056bf5294a8a64e2f41ce2beebaa05

Could we think about integrating these patches to the wheezy version?

Thanks,
-- 
William


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



Bug#725890: php5-fpm: php-fpm is not allowed to run as root

2013-10-09 Thread William Dauchy
Package: php5-fpm
Version: 5.4.4-14+deb7u5
Severity: normal
Tags: patch

Hello,

Even if they are risks to run php-fpm as root, they are situations where
you need to do it.

There is a proposed upstream patch addressing this need:
http://git.php.net/?p=php-src.git;a=commit;h=06c7c3674b5e205023de7a150d29d78c313143f8

It could be interesting to merge it in wheezy version.

Regards,
-- 
William


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



Bug#722562: open-iscsi: inaccessible host block the scan of other hosts

2013-09-12 Thread William Dauchy
Package: open-iscsi
Version: 2.0.873-3
Severity: normal
Tags: patch

inaccessible host would block the scan of other hosts in the system.

A fix is present upstream. Could be nice to integrate it in wheezy
version as well.

[PATCH] Make rescan run in parallel:
https://github.com/mikechristie/open-iscsi/commit/bf399411ed8a2f4047f928653ac8dd02ffd0f662

Regards,
-- 
William


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



Bug#722562: open-iscsi: inaccessible host block the scan of other hosts

2013-09-12 Thread William Dauchy
On Thu, Sep 12, 2013 at 1:25 PM, Ritesh Raj Sarraf r...@researchut.com wrote:
 Nice. This patch was well needed. I will look into it soon. Have you
 tested it for Wheezy?

Yes; my quick fix was ok on wheezy.

-- 
William


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



Bug#722222: php5: Warning when using session_regenerate_id(TRUE) with a SessionHandler

2013-09-09 Thread William Dauchy
Package: php5
Version: 5.4.4-14+deb7u4
Severity: normal
Tags: patch

This bugs was reported and fixed upstream:
https://bugs.php.net/63379
Warning when using session_regenerate_id(TRUE) with a SessionHandler

The fix is trivial and is present here:
http://git.php.net/?p=php-src.git;a=commit;h=6566ea61732a1ab42c1a57e60adc96788cb0feb2

Could we think about integrating it to the wheezy version of php5?

Thanks,
-- 
William


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



Bug#721336: php5: Segfault when using traits a lot

2013-08-30 Thread William Dauchy
Package: php5
Version: 5.4.4-14+deb7u4
Severity: normal
Tags: patch

I'm getting segfaults using traits with the current wheezy version of php5.
I found two fixed bugs upstream:

https://bugs.php.net/62358 (Segfault when using traits a lot)
Fixes are present upstream:
http://git.php.net/?p=php-src.git;a=commit;h=6d1bebfcb0ad746cd0410d403a3812853a2cd457
http://git.php.net/?p=php-src.git;a=commit;h=d39aa984ad3ef79a8fc3db0cf8dc525a0738a7bc

https://bugs.php.net/62907 (Double free when use traits)
Fix is present upstream:
http://git.php.net/?p=php-src.git;a=commit;h=6c0508f8d5d5a62adb37a76bc682c94540199ee3

Could we think about integrating these fixes to the wheezy version of php5?

Thanks,
-- 
William


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



Bug#721127: php5: Inheritance with Traits failed with error

2013-08-28 Thread William Dauchy
Package: php5
Version: 5.4.4-14+deb7u4
Severity: normal
Tags: patch

If two traits have the same function name and a trait uses another trait and
using the as operator for aliases the function, it failed with fatal error.
https://bugs.php.net/64070

A fix is present upstream:
http://git.php.net/?p=php-src.git;a=commit;h=42437dd870de28eee6c9127f4c7e7c78ba8e0152

Could we think about integrating this to the wheezy version of php5?

Thanks,
-- 
William


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



Bug#719507: [php-maint] about #719507

2013-08-28 Thread William Dauchy
reopen 719507
retitle 719507 Double free when use traits
Version: 5.4.4-14+deb7u34


Hi Ondrej,

On Fri, Aug 23, 2013 at 5:45 PM, William Dauchy wdau...@gmail.com wrote:
 Yes indeed, I still have a crash on this error; I'll try to get more info.

After some research I found that I'm actually triggering
https://bugs.php.net/63305
the bug is fixed in
http://git.php.net/?p=php-src.git;a=commit;h=74228c515197c8a3bda878a077d30c9b14482eb2
This time I don't think we have the patch in the current package.

Could we think about integrating this to the wheezy version of php5?

Thanks,
-- 
William


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



Bug#719507: [php-maint] about #719507

2013-08-28 Thread William Dauchy
retitle 719507 php5: zend_mm_heap corrupted with traits

sorry wrong title
-- 
William


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



Bug#719507: [php-maint] about #719507

2013-08-28 Thread William Dauchy
Version: 5.4.4-14+deb7u4

-- 
William


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



Bug#719507: php5: Using traits with method aliases appears to result in crash during execution

2013-08-12 Thread William Dauchy
Package: php5
Version: 5.4.4-14+deb7u3
Severity: normal
Tags: patch

Using traits with method aliases appears to result in crash during execution
the bug was reported and fixed upstream:
https://bugs.php.net/61998
This causes PHP crash with an error indicating zend_mm_heap corrupted.

A fix is present upstream:
http://git.php.net/?p=php-src.git;a=commit;h=2ae8d2fbfb8797b1038ad64c267ee0797f977671

Could we think about integrating this to the wheezy version of php5?

Thanks,
-- 
William


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



Bug#715556: distribute: typo on python version in rules file

2013-07-10 Thread William Dauchy
Package: distribute
Version: 0.6.37-1
Severity: normal

I guess there is a typo in debian/rules file regarding python version.
currently line 176:
  echo 'python3:Versions=3.2, 3,3'; \
instead of:
  echo 'python3:Versions=3.2, 3.3'; \


Thanks,
-- 
William


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



Bug#707083: git-submodule issues with detached work trees

2013-05-07 Thread William Dauchy
Package: git
Version: 1:1.7.10.4-1+wheezy1
Severity: important
Tags: patch

As described in [1], git-submodule is not correctly working with detached work 
trees.
git-submodule fails to add submodules, as it is confused by GIT_DIR and 
GIT_WORK_TREE environment variables when it tries to work in the submodule.

Please see the upstream fix [2]:
be8779f git-submodule: work with GIT_DIR/GIT_WORK_TREE

Could we think about integrating it for the git version used in wheezy?

[1] 
http://git.661346.n2.nabble.com/PATCH-Solve-git-submodule-issues-with-detached-work-trees-tt7563377.html
[2] https://github.com/git/git/commit/be8779f7ac9a3be9aa783df008d59082f4054f67

Thanks,
-- 
William


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



Bug#707083: git-submodule issues with detached work trees

2013-05-07 Thread William Dauchy
Hi Jonathan,

On Tue, May 7, 2013 at 11:24 PM, Jonathan Nieder jrnie...@gmail.com wrote:
 Thanks for writing.  It does seem low-risk.  Can you say a little more
 about your workflow?  Do you work on a wheezy system or squeeze +
 squeeze-backports?  Would you be willing to use a package from
 wheezy-backports if available?  Where do GIT_DIR and GIT_WORK_TREE get
 set: are they part of scripts that you use, something you set by hand,
 or set some other way?

We are using a wheezy system. In fact we have already applied the
patch I mentioned to fix our service but an upstream package is always
more suitable.
A wheezy-backports would be a possible solution if available but since
the fix seems to me low-risk as well I thought it could be a nice
solution to propose the fix as a wheezy update.
GIT_WORK_TREE and GIT_DIR are indeed set by our script (env variable)
but you have default values as well.

Thanks,
--
William


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



Bug#699827: ebtables: --xxxx-target RETURN is not accepted in non-base chains

2013-03-20 Thread William Dauchy
Package: ebtables
Followup-For: Bug #699827

I guess this bug report is more suitable for upstream.
Have you considered sending an email to the netfilter developer
mailinglist? see http://netfilter.org/mailinglists.html
This will help having feedbacks from the core team.

Regards,

-- 
William


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



Bug#703056: php5-fpm: FPM drops connection while receiving some binary values in FastCGI requests

2013-03-14 Thread William Dauchy
Package: php5-fpm
Version: 5.4.4-14
Severity: important
Tags: patch

FPM drops connection while receiving some binary values in FastCGI requests
This is an upstream closed bug: https://bugs.php.net/61218
The fixes are:
http://git.php.net/?p=php-src.git;a=commit;h=60cca8b9c9b879295dbf1f76e305882e347dcb53
http://git.php.net/?p=php-src.git;a=commit;h=773e85a788de7dc557201d4af2cb10250c049052

Could we consider including these patches?

Regards,
-- 
William


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



Bug#697618: postgresql-9.2: missing docbook Build-Depends

2013-01-07 Thread William Dauchy
Package: postgresql-9.2
Version: 9.2.2-2
Severity: normal

While building from source in a clean chroot, I had to install the
`docbook` package to make it build properly.
Otherwise I had the following errors:

make[5]: Entering directory 
`/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/doc/src/sgml'
{ \
  echo !ENTITY version \9.2.2\; \
  echo !ENTITY majorversion \9.2\; \
}  version.sgml
'/usr/bin/perl' 
/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../doc/src/sgml/mk_feature_tables.pl
 YES 
/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../src/backend/catalog/sql_feature_packages.txt
 
/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../src/backend/catalog/sql_features.txt
  features-supported.sgml
'/usr/bin/perl' 
/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../doc/src/sgml/mk_feature_tables.pl
 NO 
/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../src/backend/catalog/sql_feature_packages.txt
 
/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../src/backend/catalog/sql_features.txt
  features-unsupported.sgml
'/usr/bin/perl' 
/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../doc/src/sgml/generate-errcodes-table.pl
 
/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../src/backend/utils/errcodes.txt
  errcodes-table.sgml
openjade  -wall -wno-unused-param -wno-empty -wfully-tagged -D . -D 
/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../doc/src/sgml -c 
/usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d stylesheet.dsl -t 
sgml -i output-html -V html-index 
/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../doc/src/sgml/postgres.sgml
openjade:/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../doc/src/sgml/postgres.sgml:3:55:W:
 cannot generate system identifier for public text -//OASIS//DTD DocBook 
V4.2//EN
openjade:/tmp/tmp.iEAyu1yk6X/postgresql-9.2-9.2.2/build/../doc/src/sgml/postgres.sgml:12:0:E:
 reference to entity BOOK for which no system identifier could be generated
[...]

Am I wrong or `docbook` is a missing build dependency?

Regards,
-- 
William


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



Bug#690174: php-xml-rpc2: HTTP/Request2.php not found

2012-11-30 Thread William Dauchy
Package: php-xml-rpc2
Version: 1.1.1-1
Followup-For: Bug #690174

I also have the issue.
HTTP_Request2 lib is needed:
http://pear.php.net/package/HTTP_Request2

Maybe the php-pear team could consider packaging a php-http-request2 package to 
fix the bug?

Regards,
-- 
William


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



Bug#694472: lxc-start fails when rootfs is readonly

2012-11-26 Thread William Dauchy
Package: lxc
Version: 0.8.0-1
Severity: important
Tags: patch

When using lxc-start with a readonly rootfs, I'm getting:
lxc-start: Read-only file system - error unlinking /usr/lib//lxc/dev/kmsg

Commit f62b344 from git://github.com/lxc/lxc.git in staging branch fixes
the issue.

I didn't have the issue with lxc0.8-rc2

-- 
William


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



Bug#685893: bug closed upstream

2012-09-09 Thread William Dauchy
Hi,

The last message in the upstream bug you pointed out says its fixed in 3.1.13
see https://bugs.php.net/62863
Could you please double test with the last package in unstable
(currently 3.1.13)?

Regards,
-- 
William


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



Bug#683432: Acknowledgement (php5: impossible to use gzip compression)

2012-08-23 Thread William Dauchy
FYI, https://bugs.php.net/bug.php?id=55544 fix is now included in
5.4.6; see http://www.php.net/ChangeLog-5.php
-- 
William


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



Bug#684066: php-apc: 3.1.11 bug fix release

2012-08-06 Thread William Dauchy
Package: php-apc
Version: 3.1.10-1
Severity: important
Tags: upstream

The 3.1.11 version is a bug fix release.
http://pecl.php.net/package-changelog.php?package=APC
should we consider integrating it before squeeze release?

-- 
William


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



Bug#684066: 3.1.11 bug fix release

2012-08-06 Thread William Dauchy
sorry, I meant wheezy release.

-- 
William


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



Bug#683432: php5: impossible to use gzip compression

2012-07-31 Thread William Dauchy
Package: php5
Severity: important
Tags: upstream

Since php5.4 it is impossible to use gzip compression. Many applications are
using this feature and so produces 503 errors.
see upstream bug report https://bugs.php.net/bug.php?id=55544

A fix is now available at
http://git.php.net/?p=php-src.git;a=commit;h=4c1e2bbd6f744b4048d4e0540ecc5dbe005494fe

Maybe should we consider integrating it.
-- 
William


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



Bug#675190: BUG: unable to handle kernel paging request at 27c97000 during reboot under xen

2012-06-26 Thread William Dauchy
Hi Ian,

I successfully applied your patch
0001-xen-netfront-teardown-the-device-before-unregisterin.patch on top
of a 3.2.21 kernel.
The problem doesn't occurred anymore.

-- 
William



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



Bug#675487: RFS: ebtables/2.0.10.4-1.1 [NMU]

2012-06-04 Thread William Dauchy
Since Jochen Friedrich wrote via private e-mail that he prefers that
William Dauchy
adds himself to Uploaders instead of doing an NMU.

the link is now
dget -x 
http://mentors.debian.net/debian/pool/main/e/ebtables/ebtables_2.0.10.4-1.dsc

-- 
William



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



Bug#675487: RFS: ebtables/2.0.10.4-1.1 [NMU]

2012-06-02 Thread William Dauchy
Thanks to Bart, I corrected the version number.

The dget link is now:

dget -x 
http://mentors.debian.net/debian/pool/main/e/ebtables/ebtables_2.0.10.4-0.1.dsc
-- 
William



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



Bug#643594: RFS: ebtables/2.0.10.4-3 [ITA]

2012-06-01 Thread William Dauchy
On Wed, May 30, 2012 at 9:08 PM, Bart Martens ba...@debian.org wrote:
 The package ebtables is currently not up for adoption.

yes I will dig into it.
thanks.

-- 
William



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



Bug#675487: RFS: ebtables/2.0.10.4-1.1 [NMU]

2012-06-01 Thread William Dauchy
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package ebtables

* Package name: ebtables
  Version : 2.0.10.4-1.1
  Upstream Author : Bart De Schuymer bdsch...@pandora.be, Nick
Fedchik n...@fedchik.org.ua, Grzegorz Borowiak
gr...@gnu.univ.gda.pl
* URL : http://ebtables.sourceforge.net/
* License: GPL-2
  Section : net

It builds those binary packages:

  ebtables   - Ethernet bridge frame table administration

To access further information about this package, please visit the
following URL:

http://mentors.debian.net/package/ebtables

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/e/ebtables/ebtables_2.0.10.4-1.1.dsc

More information about ebtables can be obtained from
http://ebtables.sourceforge.net/.

Changes since the last upload:

  * Non-maintainer upload
  * New upstream release
- v2.0.10-1 wish for ipv6-icmp and security (Closes: #643594).
  * packaging update:
* use debhelper  compat version 9.
* standards to 3.9.3
- ebtables may use modprobe, so it should recommend module-init-tools
  (Closes: #614919)
* missing cdbs build dependency
* add hardening to debian rules.
  * patchworks:
+ refreshing patches with new release



I wrote a few mails to the ebtables packaging team to know the status
but never got any answer. (Jochen Friedrich, Jan Christoph Nordholz)

I will follow the remaining bugs after upload of this package.


Regards,
-- 
William



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



Bug#675251: RFS: ebtables/2.0.10.4-3 [ITA]

2012-05-30 Thread William Dauchy
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package ebtables

* Package name: ebtables
  Version : 2.0.10.4-3
  Upstream Author : Bart De Schuymer bdsch...@pandora.be, Nick
Fedchik n...@fedchik.org.ua, Grzegorz Borowiak
gr...@gnu.univ.gda.pl
* URL : http://ebtables.sourceforge.net/
* License: GPL-2
  Section : net

It builds those binary packages:

  ebtables   - Ethernet bridge frame table administration

To access further information about this package, please visit the
following URL:

http://mentors.debian.net/package/ebtables

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/e/ebtables/ebtables_2.0.10.4-3.dsc

Changes since the last upload:

ebtables (2.0.10.4-3) unstable; urgency=low
  * packaging update:
* missing cdbs build dependency
ebtables (2.0.10.4-2) unstable; urgency=low
  * packaging update:
* add hardening to debian rules.
ebtables (2.0.10.4-1) unstable; urgency=low
  * New upstream release
- v2.0.10-1 wish for ipv6-icmp and security (Closes: #643594).
  * packaging update:
* use debhelper  compat version 9.
* standards to 3.9.3
- ebtables may use modprobe, so it should recommend module-init-tools
  (Closes: #614919)
  * patchworks:
+ refreshing patches with new release
  * declare myself as Maintainer (adopting package)

---

I wrote a few mails to the ebtables packaging team to know the status
but never got any answer. One of the the maintainer is Jan Christoph
Nordholz he...@pool.math.tu-berlin.de, the same as autofs5. Since
the package does not seem to be maintained anymore, I did the same
thing as Dmitry Smirnov for autofs, that is to say propose to adopt
this package through a mentors upload. see RFS #671701.

I will follow the remaining bugs after upload of this package.

Regards,
-- 
William



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



Bug#671701: RFS: autofs

2012-05-25 Thread William Dauchy
Hi Bart,

On Sat, May 19, 2012 at 12:59 PM, Bart Martens ba...@debian.org wrote:
 You wrote on 671436:
 Now working with Dmitry Smirnov on RFS #671701
 will work together on this package in the future.

 Please remove this package from mentors:
 http://mentors.debian.net/package/autofs5

I did it but forgot to answer.
done.

Regards,

-- 
William



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



Bug#672254: mysql-5.1: debian vcs url

2012-05-09 Thread William Dauchy
Package: mysql-5.1
Severity: minor
Tags: patch

A quick patch to update debian/control to fix debian vcs url.

Regards,
--
William


*** vcs.patch
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@
 Build-Depends: libtool (= 1.4.2-7), procps | hurd,  debhelper (= 7.0.15), 
file (= 3.28), libncurses5-dev (= 5.0-6), perl (= 5.6.0), libwrap0-dev (= 
7.6-8.3), zlib1g-dev (= 1:1.1.3-5), libreadline-dev, psmisc, po-debconf, 
chrpath, automake1.9, doxygen-latex, ghostscript, dpatch, gawk, bison, 
lsb-release, hardening-wrapper, gcc-4.5, g++-4.5
 Standards-Version: 3.9.2
 Homepage: http://dev.mysql.com/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-mysql/mysql-dfsg-5.1/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-mysql/mysql-dfsg-5.1/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-mysql/mysql-5.1/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-mysql/mysql-5.1/
 
 Package: libmysqlclient16
 Section: libs



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



Bug#671701: RFS: autofs/5.0.6-1 [ITA] -- kernel-based automounter for Linux

2012-05-09 Thread William Dauchy
On Wed, May 9, 2012 at 6:11 AM, Dmitry Smirnov only...@member.fsf.org wrote:
 Since you're on board with us may I suggest that you'll close your RFS
 bug yourself?

done.

-- 
William



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



Bug#671701: RFS: autofs/5.0.6-1 [ITA] -- kernel-based automounter for Linux

2012-05-08 Thread William Dauchy
Hello,

On Sun, May 6, 2012 at 7:01 AM, Michael Tokarev m...@tls.msk.ru wrote:
 I'm very much interested in this package myself, and
 wanted to do some packaging as well, but got distracted
 by other things, and especially by the famous 32/64bit
 user=kernel space interface issues we found recently
 (there was several threads on LKML about it and a feature
 LWN article).

I was also interested for this package since I uploaded a version in
#671436 a few days ago with less modification for a first update.
Please consider closing it since the package from Dmitry seems more complete.
I'm also interested to be a co-maintainer.

Regards,
-- 
William



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



Bug#671435: O: autofs5

2012-05-03 Thread William Dauchy
Package: wnpp
Severity: normal

The autofs5 package has not been updated since 2009-09-07 by his maintainer; he
also didn't replied to my email requests.
Since more than one year, I'm maintaining on my side my own autofs package, so I
plan to propose my packages.
-- 
William



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



Bug#671436: RFS: autofs5/5.0.6-1.1 [ITA] [NMU]

2012-05-03 Thread William Dauchy
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package autofs5. I first filled
bug #671435 for wnpp to explain my work.
I did not yet updated the maintainer section but I guess it should be
done if this package is validated.
I also applied to alioth to upload my git repository managing this package.

* Package name: autofs5
  Version : 5.0.6-1.1
* URL : http://www.kernel.org/pub/linux/daemons/autofs/v5/
  Section : utils

It builds those binary packages:

autofs5- kernel-based automounter for Linux, version 5
autofs5-hesiod - Hesiod map support for autofs, version 5
autofs5-ldap - LDAP map support for autofs, version 5

To access further information about this package, please visit the
following URL:

http://mentors.debian.net/package/autofs5

Alternatively, one can download the package with dget using this command:

dget -x 
http://mentors.debian.net/debian/pool/main/a/autofs5/autofs5_5.0.6-1.1.dsc

Regards,

-- 
William



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



Bug#602933: autofs5: New upstream version available

2012-05-03 Thread William Dauchy
Package: autofs5
Followup-For: Bug #602933

Hi,

FYI I uploaded a package proposition; see my RFS #671436

Regards,
-- 
William



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



Bug#664880: php-apc: APC not working very well under 5.4 (at least using mpm-itk)

2012-03-28 Thread William Dauchy
Package: php-apc
Version: 3.1.9-0.1+b1
Followup-For: Bug #664880

I also have the same troubles.
see upstream bug #61246
https://bugs.php.net/bug.php?id=61246

I tested with the last revision of apc (r324329 in my case); it fixes the
problem.
Maybe we should consider packaging the last revision since php-apc is not
usable with php5.4.

Regards,
-- 
William



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



Bug#639132: php5: crypt() returns only the salt for MD5

2011-08-24 Thread William Dauchy
Package: php5
Severity: normal
Tags: sid

The bug has been reported [1] upstream and fixed in php 5.3.8 [2].

[1] https://bugs.php.net/bug.php?id=55439
[2] http://www.php.net/archive/2011.php#id2011-08-23-1

This bug report will prevent php 5.3.7 to be accepted in testing.
-- 
William



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



Bug#637287: open-iscsi: patch from upstream git repository for 871 release

2011-08-10 Thread William Dauchy
Package: open-iscsi
Version: 2.0.871.3-6
Severity: normal
Tags: squeeze wheezy sid

If you don't consider packaging 872 release, please consider applying some 
upstream patch from the git repository on top of the 871 release. They fix 
several issues I had.

Here is the list from 
http://git.kernel.org/?p=linux/kernel/git/mnc/open-iscsi.git;a=summary

b95a7ca80b255f0c5b34b2669367b629c8489552 # do not use a semarg in shared-mem 
for semop calls
e362dd2f1ddbb718f06489d0017cf2250079908a # ISCSID: Fixed a race condition in 
the INVALID_HOST path
1b6a16b5df857e37d75379371aeaa30de6e0f769 # Change restore_callbacks argument 
iscsi_sw_tcp_conn to iscsi_conn
b68b79b8a4b6d80c5c85179ae9446e3b6ef34029 # Remove unused field iscsi_conn from 
struct iscsi_sw_tcp_conn

Regards,
-- 
William



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



Bug#618036: [Pkg-libvirt-maintainers] Bug#618036: libvirt0: missing dependency: dmidecode

2011-03-14 Thread William Dauchy
Hi Guido,

On Sun, Mar 13, 2011 at 10:23 PM, Guido Günther a...@sigxcpu.org wrote:
 Unfortunately it's not that simple. I looked at the code and it
 shouldn't crash without dmidecode (so a Recommends would be enouth). How
 would I reproduce the error so I can track down the crash?
 Cheers,

You are right; I double checked and it shouldn't crash without dmidecode.
It's seems that my segfault was in fact related to other stuff.
Anyway, it isn't a lost bug because dmidecode could be put as
recommended package.
Please see my modified patch.

-- 
William



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



Bug#618036: [PATCH] dmidecode as a recommend package

2011-03-14 Thread William Dauchy
it could be used by libvirt (./src/util/sysinfo.c)
---
 debian/control |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index d517e7f..37f1a9f 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, adduser, 
libvirt0 (= ${binary:Versi
 Enhances: qemu, qemu-kvm, xen
 Section: admin
 Recommends: netcat-openbsd, bridge-utils, dnsmasq-base (= 2.46-1), iptables, 
qemu-kvm | qemu (= 0.9.1),
- libxml2-utils, iptables, gawk, ebtables
+ libxml2-utils, iptables, gawk, ebtables, dmidecode
 Suggests: policykit-1
 Description: the programs for the libvirt library
  Libvirt is a C toolkit to interact with the virtualization capabilities
-- 
1.7.2.3




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



Bug#618036: libvirt0: missing dependency: dmidecode

2011-03-13 Thread William Dauchy
Package: libvirt0
Version: 0.8.8-2
Severity: normal
Tags: patch

libvirt is using dmidecode in ./src/util/sysinfo.c
It causes some segfaults in some cases if not installed.
Please see my attached patch to fix the missing dependency.

-- 
William
From 5c4e0f358cd76867982dca6bbc6a87da66d90ce4 Mon Sep 17 00:00:00 2001
From: William Dauchy wdau...@gmail.com
Date: Sun, 13 Mar 2011 17:38:29 +0100
Subject: [PATCH] adding dmidecode as a dependency

used by libvirt on ./src/util/sysinfo.c
---
 debian/control |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index d517e7f..ad3a6e5 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Description: the programs for the libvirt library
 
 Package: libvirt0
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, dmidecode
 Recommends: lvm2
 Description: library for interfacing with different virtualization systems
  Libvirt is a C toolkit to interact with the virtualization capabilities
-- 
1.7.2.3



Bug#618036: [Pkg-libvirt-maintainers] Bug#618036: libvirt0: missing dependency: dmidecode

2011-03-13 Thread William Dauchy
Hi Guido,

On Sun, Mar 13, 2011 at 6:15 PM, Guido Günther a...@sigxcpu.org wrote:
 Thanks for the patch but it looks like this is only being used by the
 daemon not by the library itself. Any reason why you added the
 dependencies to the lib? How do you trigger the segfaults?

Perhaps am I wrong but I found the 'virSysinfoRead' in the library
which is the one using dmidecode. I guess the daemon is calling it
when needed.
I'll be pleased to correct my patch if needed.

Regards,

-- 
William



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



Bug#498357: dbus

2010-01-04 Thread William Dauchy
Hi,

This bug should be fixed with the last 0.14 psi version.
- D-BUS interface now supports setting status and indicating sleep/wake.
http://lists.affinix.com/pipermail/psi-devel-affinix.com/2009-December/008928.html
-- 
William



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



Bug#188465: ITP: irssi-jabber -- Jabber plugin for irssi

2007-02-13 Thread Chty (William DAUCHY)

no news about this package ?
--
Chty (William DAUCHY)


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