Bug#970620: Subject: RFS: libwcat1/1.1-3 [ITA] -- Process monitoring library

2020-09-21 Thread Cyril Bouthors
Hi Tobias

No problem!

Cyril Bouthors
+33-78-78-194-00

> On Sep 20, 2020, at 9:57 AM, Tobias Frost  wrote:
> 
> Control: tags -1 moreinfo
> 
> Hi Gerogy,
> 
> First thanks for your contributions to Debian, this is very appreciated!
> 
> On the package:
> - d/copyright: 1) I saw that you say "GPL-2+" for the debian/* files, but I am
>  not sure where you got that from. AFAICS it was not specified in the old
>  package. Can you explain where you got it from?
>  2) It would be better when the debian license would match upsteam, so that
>  patches can be more easily integrated there.
>  Lets see if we can get feedback from Cyril:
> 
> @Cyril: Would it be OK for you to license the Debian directory of
> the package  libwcat1 LGPL2.1+?
> 
> - The package needs to be adapted for multiarch: It needs to install the
>  shared libaries to /usr/lib/${DEB_HOST_MULTIARCH}/  
> 
> (not a requirement for upload of this package:
> The library package has also a companion tool package: watchcatd [1].
> It is also orphaned. Would you mind adopting this too?)
> 
> [1] https://tracker.debian.org/pkg/watchcatd
> 
> Please feedback / fix the above and then remove the moreinfo tag to indicate
> that it is ready for a second look. 
> 
> -- 
> Cheers,
> tobi
> 
> PS: I've updated the subject and force-merged the old bug.
> Please note that it is customary NOT to open up a new RFS on the same package
> until it has been sponsored. In this case you'd reopen only the old one. 
> Please
> keep that in mind for future iterations. You can avoid that the bug is auto-
> closed by just uploading the new version to mentors; there should be no need 
> to
> delete the old one before.
> 


Bug#915069: libphp-predis: Useless in Debian, superseded by php-nrk-predis

2018-12-02 Thread Cyril Bouthors
Hi David,

No problem with me.
-- 
Cyril Bouthors | Founder & President
Go-Managed.com <https://www.go-managed.com/> | +33-184-16-16-17 

We ensure that your critical website is running under heavy load

> On Nov 30, 2018, at 3:19 AM, David Prévot  wrote:
> 
> Package: libphp-predis
> Version: 0.8.3-1
> Severity: serious
> 
> libphp-predis was packaged a few years ago, and is not used by any
> Debian anymore. The php-nrk-predis is a more recent version of the same
> package, so there is a priori little point to ship libphp-predis in a
> stable Debian release.
> 
> I intend to follow up with an RM request in a few months if nobody
> objects (but feel free to beat me to it).
> 
> Regards
> 
> David



Bug#795286: bsdutils: /usr/bin/logger does not report any error nor invalid return code when it cannot send log messages

2015-08-12 Thread Cyril Bouthors
On Wed, Aug 12, 2015 at 8:40 PM, Andreas Henriksson andr...@fatal.se
wrote:

 Could you please test out bsdutils from experimental? The new v2.27(-rc1)


18:47:12 [cyb@sid:~] 8s $ sudo  /etc/init.d/rsyslog stop
Stopping enhanced syslogd: rsyslogd.
18:47:49 [cyb@sid:~] $ logger -i -d -p local0.alert 'Syslog test'
18:47:53 [cyb@sid:~] $ echo $?
0
18:47:55 [cyb@sid:~] $ dpkg -l bsdutils
Desired=Unknown/Install/Remove/Purge/Hold
|
Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ NameVersionArchitecture
Description
+++-===-==-==-===
ii  bsdutils1:2.27~rc1-1   amd64  basic
utilities from 4.4BSD-Lite
18:47:58 [cyb@sid:~] $


Strace shows the same thing:

connect(3, {sa_family=AF_LOCAL, sun_path=/dev/log}, 110) = -1 ENOENT (No
such file or directory)
close(3)= 0
(...)
exit_group(0)   = ?
+++ exited with 0 +++
-- 
Cyril Bouthors - go-managed.com http://www.go-managed.com/ -
+33-184-161-617 +1-347-294-7146
https://www.linkedin.com/in/cyrilbouthors


Bug#795286: bsdutils: /usr/bin/logger does not report any error nor invalid return code when it cannot send log messages

2015-08-12 Thread Cyril Bouthors
Severity: normal
Package: bsdutils
Version: 1:2.26.2-9

Hi guys,

I just found out that /usr/bin/logger does not correctly report error when
it's not able to send messages to syslog.

Here are the steps to reproduce:

When everything's running fine, it sends the message to /dev/log and exits
0:

strace -f logger -i -d -p local0.alert 'Syslog test'

(...)

lstat(/run/systemd/system/, {st_mode=S_IFDIR|0755, st_size=120, ...}) = 0
socket(PF_LOCAL, SOCK_DGRAM, 0) = 3
connect(3, {sa_family=AF_LOCAL, sun_path=/dev/log}, 110) = 0

(...)

write(3, 129Aug 12 20:24:25 cyb[28848]:..., 44) = 44
close(3)= 0
close(1)= 0
close(2)= 0
exit_group(0)   = ?
+++ exited with 0 +++


Bug when syslog is not available, it's not able to send log messages but
does not report error message nor exit with non-true return code:

sudo /etc/init.d/rsyslog stop
(...)

strace -f logger -i -d -p local0.alert 'Syslog test'

(...)

connect(3, {sa_family=AF_LOCAL, sun_path=/dev/log}, 110) = -1 ENOENT (No
such file or directory)

^
close(3)= 0
close(1)= 0
close(2)= 0
exit_group(0)   = ?
+++ exited with 0 +++
^

it stills returns true (0) and does not show any error message.

The expected behavior is print an error message and exist with a non-true
return message.

Would it be possible?

Thanks.

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

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

Versions of packages bsdutils depends on:
ii  libc62.19-19
ii  libsystemd0  224-1

Versions of packages bsdutils recommends:
ii  bsdmainutils  9.0.6

bsdutils suggests no packages.

-- no debconf information

-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#785216: pgbadger: New upstream releases available

2015-05-13 Thread Cyril Bouthors
I Just uploaded version 7.0
On May 13, 2015 6:39 PM, Emmanuel Bouthenot kol...@debian.org wrote:

 Package: pgbadger
 Version: 3.3-2
 Severity: wishlist

 Dear maintainer,

 This package has not been updated for more than 2 years and the latest
 version (7.0) was released a few days ago.

 I'll be glad to give you some help to if needed.


 Regards,

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

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



Bug#291951: closed by Ola Lundqvist o...@inguza.com (Solved by latest upload)

2014-12-29 Thread Cyril Bouthors
On Sun, Dec 28, 2014 at 2:03 PM, Ola Lundqvist o...@inguza.com wrote:

 No. I can not see that emacs snapshot is part of any debian version.

 I could of course have tested emacs24 but I still run wheezy here.


I see…

We need bugs to be tested against Debian/sid + recent Emacs version.


-- 
Cyril Bouthors - go-managed.com http://www.go-managed.com/ -
+33-184-161-617 +1-347-294-7146
https://www.linkedin.com/in/cyrilbouthors


Bug#291951: closed by Ola Lundqvist o...@inguza.com (Solved by latest upload)

2014-12-26 Thread Cyril Bouthors
On Tue, Dec 23, 2014 at 9:28 PM, Ola Lundqvist o...@inguza.com wrote:

 In that case I can not reproduce the problem. Because when I type this I
 get correct indentation.
 ola@quartz:~$ dpkg -l php-elisp emacs23


emacs23 is pretty old

Did you try with emacs-snapshot?


-- 
Cyril Bouthors - go-managed.com http://www.go-managed.com/ -
+33-184-161-617 +1-347-294-7146
https://www.linkedin.com/in/cyrilbouthors


Bug#283839: closed by Ola Lundqvist o...@inguza.com (Re: Bug#283839: Seems fixed)

2014-12-26 Thread Cyril Bouthors
close 283839
thanks

I confirm the issue is not reproducible anymore.


On Tue, Dec 23, 2014 at 9:31 PM, Ola Lundqvist o...@inguza.com wrote:

 Hi

 Now I do not understand. Do you confirm it is not fixed?
 But the indented code looks good to me.

 // Ola

 On Tue, Dec 23, 2014 at 4:41 PM, Cyril Bouthors cyril.bouth...@isvtec.com
  wrote:

 I confirm it's not fixed, the indented code look like:

 if (ini_get('register_globals'))
   echo('WARNING: register_globals must be turned off in php.ini.');
 echo 'something else';




 --
  --- Inguza Technology AB --- MSc in Information Technology 
 /  o...@inguza.comAnnebergsslingan 37\
 |  o...@debian.org   654 65 KARLSTAD|
 |  http://inguza.com/Mobile: +46 (0)70-332 1551 |
 \  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
  ---




-- 
Cyril Bouthors - go-managed.com http://www.go-managed.com/ -
+33-184-161-617 +1-347-294-7146
https://www.linkedin.com/in/cyrilbouthors


Bug#283839: closed by Ola Lundqvist o...@inguza.com (Re: Bug#283839: Seems fixed)

2014-12-23 Thread Cyril Bouthors
I confirm it's not fixed, the indented code look like:

if (ini_get('register_globals'))
  echo('WARNING: register_globals must be turned off in php.ini.');
echo 'something else';


Bug#284752: closed by Ola Lundqvist o...@inguza.com (Re: Bug#284752: Seems fixed)

2014-12-23 Thread Cyril Bouthors
I also confirm it's now fixed as of emacs-snapshot 2:20140823-1 +
php-elisp 1.13.5-1

On Sat, Dec 20, 2014 at 9:33 PM, Debian Bug Tracking System 
ow...@bugs.debian.org wrote:

 This is an automatic notification regarding your Bug report
 which was filed against the php-elisp package:

 #284752: php-elisp: Wrong indentation when using comments beginning with #

 It has been closed by Ola Lundqvist o...@inguza.com.

 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 Ola Lundqvist 
 o...@inguza.com by
 replying to this email.


 --
 284752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284752
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems


 -- Forwarded message --
 From: Ola Lundqvist o...@inguza.com
 To: Martin Schulze j...@infodrom.org, 284752-d...@bugs.debian.org
 Cc:
 Date: Sat, 20 Dec 2014 21:30:08 +0100
 Subject: Re: Bug#284752: Seems fixed
 Version: 1.13.5-1

 Indeed.

 // Ola

 On Sat, Dec 20, 2014 at 1:25 PM, Martin Schulze j...@infodrom.org wrote:

 Seems to be fixed in 1.13.5-1 and before.

 Regards

 Joey

 --
 In the beginning was the word, and the word was content-type: text/plain

 Please always Cc to me when replying to me on the lists.




 --
  --- Inguza Technology AB --- MSc in Information Technology 
 /  o...@inguza.comAnnebergsslingan 37\
 |  o...@debian.org   654 65 KARLSTAD|
 |  http://inguza.com/Mobile: +46 (0)70-332 1551 |
 \  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
  ---



 -- Forwarded message --
 From: Cyril Bouthors c...@debian.org
 To: Debian Bug Tracking System sub...@bugs.debian.org
 Cc:
 Date: Wed, 08 Dec 2004 17:15:16 +0300
 Subject: php-elisp: Wrong indentation when using comments beginning with #
 Package: php-elisp
 Version: 1.1.0-2
 Severity: normal

 php-elisp makes wrong indentation when using comments beginning with
 the character #, for example this:

 # )

 if ($foo) {
 $x=4;
 }


 Should be indented to:

 # )

 if ($foo) {
   $x=4;
 }


 php-elisp makes correct indentations with comments starting with //

 Thanks

 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.9-1-686
 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

 Versions of packages php-elisp depends on:
 ii  emacs21-nox [emacsen] 21.3+1-8   The GNU Emacs editor (without
 X su

 -- no debconf information





-- 
Cyril Bouthors - go-managed.com http://www.go-managed.com/ -
+33-184-161-617 +1-347-294-7146
https://www.linkedin.com/in/cyrilbouthors


Bug#291951: closed by Ola Lundqvist o...@inguza.com (Solved by latest upload)

2014-12-23 Thread Cyril Bouthors
​reopen
thanks

This bug is still present in emacs-snapshot 2:20140823-1 + php-elisp
1.13.5-1, I get the following indentation:

foo()
  or die();

foo()
or die();

foo()
or die();


Bug#757784: postgresql-prioritize needs update for postgresql-9.4

2014-09-08 Thread Cyril Bouthors
thanks

On Sat, Sep 6, 2014 at 11:24 PM, Christoph Berg m...@debian.org wrote:

 NMU diff attached.

 Christoph
 --
 c...@df7cb.de | http://www.df7cb.de/




-- 
Cyril Bouthors - ISVTEC https://www.isvtec.com/ - +33-1-84-16-16-17
https://www.linkedin.com/in/cyrilbouthors


Bug#759222: nagios2mantis: FTBFS - help2man fails

2014-08-26 Thread Cyril Bouthors
On Mon, Aug 25, 2014 at 3:16 PM, Michael Tautschnig m...@debian.org wrote:

 The full build log is attached; please do let me know if the problem is
 unreproducible, in which case I shall try to investigate further.


Hi,

Thanks for the bugreport!

I'm sadly unable to reproduce the issue:

% make clean ; make man/nagios2mantis.1
rm -f man/nagios2mantis.1
mkdir -p man
help2man --name nagios2mantis.1 --version-string=1.0 bin/nagios2mantis -o
man/nagios2mantis.1

The manpage is correctly built.

I've also tried disabling TTY and STDIN but I had the same issue:

% ssh -nT localhost cd $PWD  make clean ; make man/nagios2mantis.1
rm -f man/nagios2mantis.1
mkdir -p man
help2man --name nagios2mantis.1 --version-string=1.0 bin/nagios2mantis -o
man/nagios2mantis.1

Any idea how I could reproduce the issue?
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#709161: ASynK

2014-07-22 Thread Cyril Bouthors
On Tue, Feb 4, 2014 at 9:00 PM, Christoph Egger christ...@debian.org
wrote:

   Are you still working there? Would be happy to be able to apt-get
   install asynk without maintaining it myself ;-)


I no longer use asynk anymore.
-- 
Cyril Bouthors +33-6-80-50-06-25 http://cyril.boutho.rs/


Bug#752617: Reopening

2014-07-17 Thread Cyril Bouthors
On Wed, Jul 16, 2014 at 2:40 PM, Ondřej Surý ond...@sury.org wrote:

 Please don't do anything harsh now, just leave the bugs open for now.


Duly noted, thanks.

-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#752617: php-html-table is marked for autoremoval from testing

2014-07-03 Thread Cyril Bouthors
close 752617
thanks

There is no suitable solution according to
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752617#48

This package will be removed from Debian.


Bug#682849: Any news?

2014-07-02 Thread Cyril Bouthors
Any news about this issue?

Thanks

-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#748916: libapache2-mod-log-slow: Apache module not available in the Debian package

2014-05-22 Thread Cyril Bouthors
Package: libapache2-mod-log-slow
Version: 1.0.8-2
Severity: important

Hi,

The version 1.0.6-3 (wheezy) has the Apache module:

10:57 wheezy:~% dpkg -L libapache2-mod-log-slow |grep so$
/usr/lib/apache2/modules/mod_log_slow.so


The version 1.0.8-2 (sid, jessie) does not have the Apache module:

cyb@sid:~$ dpkg -L libapache2-mod-log-slow |grep so$
cyb@sid:~$

Hence the Apache configuration is broken:

# apache2ctl -t


apache2: Syntax error on line 140 of /etc/apache2/apache2.conf: Syntax
error on line 1 of /etc/apache2/mods-enabled/log_slow.load: Cannot load
/usr/lib/apache2/modules/mod_log_slow.so into server:
/usr/lib/apache2/modules/mod_log_slow.so: cannot open shared object
file: No such file or directory
Action '-t' failed.
The Apache error log may have more information.

I'll write a patch…

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

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

Versions of packages libapache2-mod-log-slow depends on:
ii  apache2-bin [apache2-api-20120211]  2.4.9-1

libapache2-mod-log-slow recommends no packages.

libapache2-mod-log-slow suggests no packages.

-- no debconf information


-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#748108: pgbouncer: Please add etc/mkauth.py in the binary package

2014-05-14 Thread Cyril Bouthors
Package: pgbouncer
Version: 1.5.4-4
Severity: wishlist

Hi,

I'm using etc/mkauth.py to generate /etc/pgbouncer/userlist.txt from the
PostgreSQL roles as described in the manual:
http://pgbouncer.projects.pgfoundry.org/doc/config.html#_authentication_file_format

mkauth.py is working great ans is available in the source package but not
when the binary package is installed.

Would it be possible to add in as a contrib in
/usr/share/doc/pgbouncer/mkauth.py ou /usr/lib for example?

Regards,

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

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

Versions of packages pgbouncer depends on:
ii  libc6  2.18-5
ii  libevent-2.0-5 2.0.21-stable-1
ii  lsb-base   4.1+Debian12
ii  postgresql-common  154

pgbouncer recommends no packages.

pgbouncer suggests no packages.

-- Configuration Files:
/etc/pgbouncer/pgbouncer.ini [Errno 13] Permission denied:
u'/etc/pgbouncer/pgbouncer.ini'
/etc/pgbouncer/userlist.txt [Errno 13] Permission denied:
u'/etc/pgbouncer/userlist.txt'

-- no debconf information


-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#744861: ITP: nagios-plugins-rabbitmq -- Set of Nagios checks useful for monitoring a RabbitMQ server

2014-04-15 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: nagios-plugins-rabbitmq
  Version : 1.1.0
  Upstream Author : James Casey http://jamesc.net/
* URL or Web page : https://github.com/jamesc/nagios-plugins-rabbitmq
* License : Apache License 2.0
  Description : Set of Nagios checks useful for monitoring a RabbitMQ
server

 They use the RabbitMQ management interface with is over HTTP and therefore
have
 a very light profile on the nagios server.
 .
 See the [documentation](http://www.rabbitmq.com/management.html) on the
 RabbitMQ management interface for more details on what it provides.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#706731: Use of undefined variable

2014-01-12 Thread Cyril Bouthors
tags 706731 patch
thanks

The 'cnf_precmd' function is the file /etc/zsh_command_not_found uses the
variable $cnf_command that might be undefined, hence issuing warnings
when zsh is running with set -u.

Here is a simple patch:

function cnf_precmd() {
+ set +u
(($?))  [ -n $cnf_command ]  [ -x
/usr/share/command-not-found/command-not-found ]  {
whence -- $cnf_command  /dev/null ||
/usr/bin/python /usr/share/command-not-found/command-not-found
-- $cnf_command
unset cnf_command
}
}
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#724883: nagios3: Segfault from notifications.c

2013-09-29 Thread Cyril Bouthors
Package: nagios3
Version: 3.4.1-3
Severity: normal

Hi,

I just got this segfault from one of our Nagios servers:

[113365.522638] notifications.c[23881]: segfault at 0 ip 7fbaa3905e21
sp 7fff6182c378 error 4 in libc-2.13.so[7fbaa3885000+18]

It's busy checking ~5k services at this time.

Do you think it's a bug?

How can I help getting this fixed?

Regards,

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

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

Versions of packages nagios3 depends on:
ii  nagios3-cgi   3.4.1-3
ii  nagios3-core  3.4.1-3

nagios3 recommends no packages.

Versions of packages nagios3 suggests:
ii  nagios-nrpe-plugin  2.13-3

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#723742: ITP: python-naturalsort -- Simple natural order sorting API for Python that just works

2013-09-19 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: python-naturalsort
  Version : 1.0.3
  Upstream Author : Peter Odding
* URL or Web page : https://pypi.python.org/pypi/naturalsort
* License : BSD
  Description : Simple natural order sorting API for Python that just
works

 The ``natsort.natsort()`` function in the ``naturalsort`` package is a very
 simple alternative to Python's ``sorted()`` function that implements
`natural
 order sorting`_ in Python. The package is available on PyPI, so getting
started
 is very simple:
 .
   $ pip install naturalsort
   $ python
from natsort import natsort
versions = ['1.8.1-r26', '1.8.1-r30', '2.0-r2', '2.0-r7', '2.0-r11']
natsort(['my-package-%s' % v for v in versions])
   ['my-package-1.8.1-r26',
'my-package-1.8.1-r30',
'my-package-2.0-r2',
'my-package-2.0-r7',
'my-package-2.0-r11']
 .
 The main use case that this package was originally created for is sorting
of
 pathnames with versions numbers embedded in them. This is why the sorting
key
 defined by the ``naturalsort`` package ignores filename extensions (not
doing
 so can give unexpected results).
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#723102: ITP: python-wstools -- WSDL parsing services package for Web Services for Python

2013-09-16 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: python-wstools
  Version : 0.4.3
  Upstream Author : Makina Corpus pyt...@makina-corpus.com
* URL or Web page : https://pypi.python.org/pypi/wstools/0.4.3
* License : BSD
  Description : WSDL parsing services package for Web Services for
Python


WSDL parsing services package for Web Services for Python
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#722715: python-soappy: No upload for almost 5 years, version is outdated, please upload a new version!

2013-09-13 Thread Cyril Bouthors
Package: python-soappy
Version: 0.12.0-4
Severity: wishlist

Hi,

No python-soappy package have been uploaded in the last 5 years.

The version in sid is outdated.

Would it be possible to upload a newer version to Debian?

If you need help with this, please do not hesitate to ask, I can build a
newer version and upload it.

Regards,

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

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

Versions of packages python-soappy depends on:
ii  python-fpconst  0.7.2-5
ii  python-support  1.0.15

python-soappy recommends no packages.

python-soappy suggests no packages.

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#721596: ITP: php-structures-datagrid-datasource-array -- DataSource driver for Structures_DataGrid using arrays. It is a base package for some other DataSource drivers like CSV or XML

2013-09-02 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: php-structures-datagrid-datasource-array
  Version : 0.2.0dev1
  Upstream Author : Mark Wiesemann wiesem...@php.net
* URL or Web page :
http://pear.php.net/package/Structures_DataGrid_DataSource_Array
* License : New BSD License
  Description : DataSource driver for Structures_DataGrid using arrays.
It is a base package for some other DataSource drivers like CSV or XML

This is a DataSource driver for Structures_DataGrid using arrays. It is a
base package for some other DataSource drivers like CSV or XML.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#720944: ITP: php-structures-datagrid-renderer-pager -- Renderer driver using PEAR::Pager

2013-08-26 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: php-structures-datagrid-renderer-pager
  Version : 0.1.6-1
  Upstream Author : Olivier Guilyardi oliv...@samalyse.com
* URL or Web page:
http://pear.php.net/package/Structures_DataGrid_Renderer_Pager* This is a
Renderer driver for Structures_DataGrid using PEAR::Pager.*
* License : New BSD
  Description : Renderer driver using PEAR::Pager

 This is a Renderer driver for Structures_DataGrid using PEAR::Pager.
-- 
Cyril Bouthors - ISVTEC: Web Platform Managed Services and Scalability
14 avenue de l'Opéra, 75001 Paris. 1 rue Émile Zola, 69002 Lyon
☎ 01 84 16 16 17 - Ligne directe : 0x7B9EE3B0E - Fax : 01 77 72 57 24


Bug#720946: ITP: php-structures-datagrid-renderer-htmltable -- Renderer driver using PEAR::HTML_Table

2013-08-26 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: php-structures-datagrid-renderer-htmltable
  Version : 0.1.6-1
  Upstream Author : Olivier Guilyardi oliv...@samalyse.com
* URL or Web page:
http://pear.php.net/package/Structures_DataGrid_Renderer_HTMLTable
* License : New BSD
  Description : RRenderer driver using PEAR::HTML_Table

 This is a Renderer driver for Structures_DataGrid using PEAR::HTML_Table.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#720951: ITP: php-structures-datagrid-datasource-dataobject -- DataSource driver using PEAR::DB_DataObject

2013-08-26 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: php-structures-datagrid-renderer-htmltable
  Version : 0.2.2dev1
  Upstream Author : Olivier Guilyardi oliv...@samalyse.com
* URL or Web page:
http://pear.php.net/package/Structures_DataGrid_DataSource_DataObject/
* License : New BSD
  Description : DataSource driver using PEAR::DB_DataObject

This is a DataSource driver for Structures_DataGrid
using${Newline}PEAR::DB_DataObject.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#719029: ITP: php-sepa-direct-debit -- Create Sepa Direct Debit XML Files in PHP

2013-08-07 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: php-sepa-direct-debit
  Version : 20130807
  Upstream Author : Congressus
* URL or Web page : https://github.com/congressus/sepa-direct-debit
* License : MIT
  Description : Create Sepa Direct Debit XML Files in PHP


Library to create SEPA Direct Debit XML files in PHP
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#718585: ITP: php-excel -- Read, Write and Create Excel documents in PHP

2013-08-02 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: php-excel
  Version : 1.7.9
  Upstream Author : PHPExcel
* URL or Web page : https://phpexcel.codeplex.com/
* License : LGPL
  Description : Read, Write and Create Excel documents in PHP

PHPExcel is a library written in pure PHP and providing a set of classes
that allow you to write to and read from different spreadsheet file
formats, like Excel (BIFF) .xls, Excel 2007 (OfficeOpenXML) .xlsx, CSV,
Libre/OpenOffice Calc .ods, Gnumeric, PDF, HTML, ... This project is built
around Microsoft's OpenXML standard and PHP.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#718499: ITP: php-structures-datagrid -- PHP PEAR library to render a data table with automatic pagination and sorting

2013-08-01 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: php-structures-datagrid
  Version : 0.9.3
  Upstream Author : Olivier Guilyardi oliv...@samalyse.com
* URL or Web page : http://pear.php.net/package/Structures_DataGrid
* License : New BSD
  Description : PHP PEAR library to render a data table with automatic
pagination and sorting


This package provides a toolkit to generate data tables in HTML, CSV,
Excel, XML, Smarty, and other formats.
It retrieves data from a variety of data sources, including SQL, CSV,
XML, PDO, DB_DataObject, DB_Table, and others.
It can transparently page and sort the data, through optimized database
queries, by parsing/generating GET, POST requests and REST-like urls.
It is designed with modularity and extensibility in mind, using drivers
for all rendering and datasource formats.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#718248: nsca-client: Random segmentation faults of send_nsca

2013-07-29 Thread Cyril Bouthors
Package: nsca-client
Version: 2.9.1-2
Severity: important

Hi,

Our NSCA installation has random segmentation faults:

Jul 29 00:33:20 backup8 kernel: [5668958.752572] send_nsca[10854]: segfault
at 7fff2d847000 ip 004014b0 sp 7fff2d842fd0 error 6 in
send_nsca[40+5000]
Jul 29 00:33:21 backup8 kernel: [5668959.786642] send_nsca[10856]: segfault
at 7fffb1512000 ip 004014b0 sp 7fffb150ddc0 error 6 in
send_nsca[40+5000]
Jul 29 00:33:20 backup8 kernel: [5668958.752572] send_nsca[10854]: segfault
at 7fff2d847000 ip 004014b0 sp 7fff2d842fd0 error 6 in
send_nsca[40+5000]
Jul 29 00:33:21 backup8 kernel: [5668959.786642] send_nsca[10856]: segfault
at 7fffb1512000 ip 004014b0 sp 7fffb150ddc0 error 6 in
send_nsca[40+5000]
Jul 29 00:33:20 backup8 kernel: [5668958.752572] send_nsca[10854]: segfault
at 7fff2d847000 ip 004014b0 sp 7fff2d842fd0 error 6 in
send_nsca[40+5000]
Jul 29 00:33:21 backup8 kernel: [5668959.786642] send_nsca[10856]: segfault
at 7fffb1512000 ip 004014b0 sp 7fffb150ddc0 error 6 in
send_nsca[40+5000]
Jul 29 00:33:20 backup8 kernel: [5668958.752572] send_nsca[10854]: segfault
at 7fff2d847000 ip 004014b0 sp 7fff2d842fd0 error 6 in
send_nsca[40+5000]
Jul 29 00:33:21 backup8 kernel: [5668959.786642] send_nsca[10856]: segfault
at 7fffb1512000 ip 004014b0 sp 7fffb150ddc0 error 6 in
send_nsca[40+5000]

This seems to appear when the system is under extremely heavy I/O, CPU,
memory usage and when send_nsca is called frequently, about 1 time per
second with bursts to probably 20/s.

I can reproduce this issue on at least 3 machines under the same condition
(heavy I/O/CPU/memory usage) under squeeze and wheezy.

On machines with less I/Os, send_nsca is running just fine.

What information would you need from me in order to reproduce and fix this
issue?

Please do not hesitate to ask me for more debug information.

Regards,

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

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

Versions of packages nsca-client depends on:
ii  libc6   2.17-7
ii  libmcrypt4  2.5.8-3.1

nsca-client recommends no packages.

nsca-client suggests no packages.

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#717847: Logfiles should not be executable

2013-07-25 Thread Cyril Bouthors
Package: munin
Version: 2.0.6-4+deb7u1
Severity: important

Hi,

I just installed Munin on a new machine and discovered that some logfiles
are executable!

17:42 root@monitoringvm1:/var/log/munin# ls -la
total 891024
drwxr-xr-x  2 muninwww-data  4096 Jul 25 14:45 .
drwxr-xr-x 18 root root  4096 Jul 25 14:40 ..
-rwxr-x---  1 www-data adm  0 Jul 25 14:41 munin-cgi-graph.log
-rwxr-x---  1 www-data adm  0 Jul 25 14:41 munin-cgi-html.log
-rw-r--r--  1 muninmunin386888061 Jul 25 17:42 munin-graph.log
-rw-r--r--  1 muninmunin11867 Jul 25 17:32 munin-html.log
-rw-r--r--  1 muninmunin 5308 Jul 25 17:40 munin-limits.log
-rw-r--r--  1 root root  3296 Jul 25 14:40
munin-node-configure.log
-rw-r--r--  1 root root 29637 Jul 25 17:27 munin-node.log
-rw-r--r--  1 muninmunin525435358 Jul 25 17:42 munin-update.log

Would it be possible to fix this?

Regards,
-- 
Cyril Bouthors - ISVTEC: Web Platform Managed Services and Scalability
14 avenue de l'Opéra, 75001 Paris. 1 rue Émile Zola, 69002 Lyon
☎ 01 84 16 16 17 - Ligne directe : 0x7B9EE3B0E - Fax : 01 77 72 57 24


Bug#717675: python-m2crypto breaks SOAPpy XML parsing

2013-07-23 Thread Cyril Bouthors
Package: python-m2crypto
Version: 0.21.1-3
Severity: important

The following minimal script works great but python-m2crypto breaks it as
soon as it's installed:

[1]  6:58PM home:/tmp% cat 1.py
from SOAPpy import WSDL
wsdl='https://support.isvtec.com/api/soap/mantisconnect.php?wsdl'
mantis = WSDL.Proxy(wsdl)
 6:58PM home:/tmp% python 1.py
 6:58PM home:/tmp% sudo apt-get -qq install python-m2crypto
Selecting previously unselected package python-m2crypto.
(Reading database ... 370845 files and directories currently installed.)
Unpacking python-m2crypto (from .../python-m2crypto_0.21.1-3_amd64.deb) ...
Processing triggers for doc-base ...
Processing 4 added doc-base files...
Setting up python-m2crypto (0.21.1-3) ...
 6:59PM home:/tmp% python 1.py
Traceback (most recent call last):
  File 1.py, line 3, in module
mantis = WSDL.Proxy(wsdl)
  File /usr/lib/pymodules/python2.7/SOAPpy/WSDL.py, line 62, in __init__
self.wsdl = reader.loadFromStream(stream, wsdlsource)
  File /usr/lib/pymodules/python2.7/SOAPpy/wstools/WSDLTools.py, line 28,
in loadFromStream
document = DOM.loadDocument(stream)
  File /usr/lib/pymodules/python2.7/SOAPpy/wstools/Utility.py, line 602,
in loadDocument
return xml.dom.minidom.parse(data)
  File /usr/lib/python2.7/xml/dom/minidom.py, line 1921, in parse
return expatbuilder.parse(file)
  File /usr/lib/python2.7/xml/dom/expatbuilder.py, line 928, in parse
result = builder.parseFile(file)
  File /usr/lib/python2.7/xml/dom/expatbuilder.py, line 207, in parseFile
parser.Parse(buffer, 0)
xml.parsers.expat.ExpatError: syntax error: line 1, column 0

Removing the package fixes the issue:
[1]  6:59PM home:/tmp% sudo dpkg -P python-m2crypto
(Reading database ... 371013 files and directories currently installed.)
Removing python-m2crypto ...
Processing triggers for doc-base ...
Processing 4 removed doc-base files...
sudo dpkg -P python-m2crypto  1.06s user 0.28s system 94% cpu 1.425 total
 7:01PM home:/tmp% python 1.py
 7:01PM home:/tmp%

Is there a way for m2crypto to avoid crashing SOAPpy?

Regards,

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

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

Versions of packages python-m2crypto depends on:
ii  libc62.17-7
ii  libssl1.0.0  1.0.1e-3
ii  python   2.7.5-2

python-m2crypto recommends no packages.

python-m2crypto suggests no packages.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#717578: ITP: nagios2mantis -- Automatically create Mantis issues on Nagios events

2013-07-22 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: nagios2mantis
  Version : 1.0.0
  Upstream Author : Cyril Bouthors cy...@boutho.rs
* URL or Web page : https://github.com/cyril-bouthors/nagios2mantis
* License : GPL V3
  Description : Automatically create Mantis issues on Nagios events


Converts Nagios notifications to Mantis issues thanks to the Soap API.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#717591: ITP: python-pingdom -- 3rd-party Python library for Pingdom's new REST API.

2013-07-22 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: python-pingdom
  Version : 20130722
  Upstream Author : Mike Babineau michael.babin...@gmail.com
* URL or Web page : https://github.com/mbabineau/pingdom-python
* License : Apache License version 2.0
  Description : 3rd-party Python library for Pingdom's new REST API.

 This API is still in beta, so may change at any time. For more information
 about the API, see Pingdom's blog post.
 .
 Currently, the library supports: checks (create, delete, get, list)
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


Bug#703452: [pkg-php-pear] php5-redis

2013-07-17 Thread Cyril Bouthors
On Fri, Jun 28, 2013 at 12:10 PM, Jonas Genannt
jonas.gena...@capi2name.dewrote:

 any news from you? - I have started packaging php-redis at:

 http://anonscm.debian.org/gitweb/?p=pkg-php/php-redis.git

 It would be really cool, if you could tell us, if we can maintain
 php-redis together under the hood of the PEAR team.


Jonas,

I'm sorry I didn't have time to handle my Debian duty before, I was quite
busy at the office. I'm handling the backlog now and be responsive as usual.

I would be glad to co-maintain php-redis under the hood of the PEAR team.

I'll upload a new package with your name and email listed in the Uploaders
field if it's OK for you.

It is OK for you?

Please let me know


Bug#703452: Near Future

2013-06-18 Thread Cyril Bouthors
On Mon, Jun 17, 2013 at 9:15 PM, Jonas Genannt
jonas.gena...@capi2name.dewrote:

 so Ansgar tells us, that the full license is missing in your
 debian/copyright file.


sounds easy to fix

I'll do that

Thanks


-- 
Cyril Bouthors - ISVTEC: Web Platform Managed Services and Scalability
14 avenue de l'Opéra, 75001 Paris. 1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Ligne directe : 0x7B9EE3B0E - Fax : 01 77 72 57 24


Bug#703452: Near Future

2013-06-18 Thread Cyril Bouthors
What is the benefit?

Cyril Bouthors
cy...@boutho.rs
On Jun 18, 2013 8:18 PM, Jonas Genannt jonas.gena...@capi2name.de wrote:

 Hello Cyril,

   so Ansgar tells us, that the full license is missing in your
   debian/copyright file.
  
 
  sounds easy to fix
 
  I'll do that

 that's cool thank you!

 Are you willing to maintain php-redis under the hood of PEAR Maintaining
 Group?

 For more information please have a look at:

 http://wiki.debian.org/ReleaseGoals/pkg-php-tools

 Thanks,
 Jonas



Bug#703452: Near Future

2013-06-17 Thread Cyril Bouthors
On Mon, Jun 17, 2013 at 7:38 PM, Jonas Genannt
jonas.gena...@capi2name.dewrote:

 I'm also interested to get phpredis into Debian. When do you plan to
 upload the package
 and close this bug?


I'm currently having licencing issues.

Can you help me with it?


-- 
Cyril Bouthors - ISVTEC: Web Platform Managed Services and Scalability
14 avenue de l'Opéra, 75001 Paris. 1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Ligne directe : 0x7B9EE3B0E - Fax : 01 77 72 57 24


Bug#703452: Near Future

2013-06-17 Thread Cyril Bouthors
On Mon, Jun 17, 2013 at 8:01 PM, Jonas Genannt
jonas.gena...@capi2name.dewrote:

 I can try. Is the package available via git?


There is no package at the moment since I'm having LICENSING issues.

Can you help with licencing issues?


-- 
Cyril Bouthors - ISVTEC: Web Platform Managed Services and Scalability
14 avenue de l'Opéra, 75001 Paris. 1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Ligne directe : 0x7B9EE3B0E - Fax : 01 77 72 57 24


Bug#703452: Near Future

2013-06-17 Thread Cyril Bouthors
On Mon, Jun 17, 2013 at 8:10 PM, Jonas Genannt
jonas.gena...@capi2name.dewrote:

 yes, but that's the problem with the licensing? - Can you describe it? Or
 point me to the
 source file with the license problem.


Jonas,

Here is a mail I sent few weeks ago:

On 24 Mar 2013, cyril.bouth...@isvtec.com wrote:

 On 23 Mar 2013, n.favrefe...@gmail.com wrote:

 Thanks for your efforts and packaging suggestion!

 No problem, we needed phpredis for one of our PHP clusters and Predis
failed big
 time consuming +400% CPU.

 I am not sure how the license could be a problem, most PHP extensions are
 released under the PHP license, at least in part.

 The only thing I could say is that the package has been rejected by the
Debian
 'FTP Master' team which approves or rejects packages, here is their
explanation:

 

 From: Ansgar Burchardt ftpmas...@debian.org
 Subject: php5-redis_2013-03-19-git_amd64.changes REJECTED
 To: Cyril Bouthors c...@debian.org, Cyril Bouthors cy...@bouthors.org
 Date: Wed, 20 Mar 2013 00:00:15 + (4 days, 17 hours, 47 minutes ago)


 Hi,

 you did not include the actual license text. In addition the PHP License
is not
 useful for anything except the PHP interpreter, see the PHP License
entry in
 the REJECT FAQ[1].

 Ansgar

 [1] http://ftp-master.debian.org/REJECT-FAQ.html

 ===

 Please feel free to respond to this email if you don't understand why
 your files were rejected, or if you upload new files which address our
 concerns.

 


 I read the URL they gave and it clearly explains why it can't be accepted
in the
 official release.

 Did you have a look at that URL?

 Regards,


And the reply I got recently:

From: Nicolas Favre-Félix n.favrefe...@gmail.com
Subject: Re: phpredis Debian package
To: Cyril Bouthors cyril.bouth...@isvtec.com
Date: Tue, 21 May 2013 22:43:40 +0100 (3 weeks, 5 days, 20 hours ago)

Hi Cyril,

Very sorry about the silence, I was convinced I had replied already.

I did have a look at your link and indeed I'm not sure why there are many
PHP-licensed packages there if they're not accepting them (cf. list above).
I have
since then packaged phpredis on PECL: http://pecl.php.net/package/redis and
releases will be published there, as is already the case for most popular
extensions.

To be honest changing the license and contacting all the contributors would
be a
real pain and not something I'm looking forward to, especially considering
the many
install options already available to users (compiled, packaged by others
such as
Dotdeb, installed through PECL...)

Do you know how the packages above (php5-memcached, php5-xdebug,
php-apcphp5-suhosin) made it to Debian if the license is such a big issue?

Thanks,

Nicolas

=

Can you handle this licencing issue?

That would be appreciated because I don't have time for this before 1 month.

If so, we could co-maintain this package. Technically, the package is ready
and has already been uploaded once but rejected for licencing issues.

Regards,
-- 
Cyril Bouthors - ISVTEC: Web Platform Managed Services and Scalability
14 avenue de l'Opéra, 75001 Paris. 1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Ligne directe : 0x7B9EE3B0E - Fax : 01 77 72 57 24


Bug#703452: Near Future

2013-06-14 Thread Cyril Bouthors
On 14 Jun 2013, da...@megilla.de wrote:

 are you planning to push the current version of phpredis to debian? Hmm ... in
 the near future? :)

I can't find a new version on the web.

Do you have an url to provide?
-- 
Cyril Bouthors - ISVTEC: Web Platform Managed Services and Scalability
14 avenue de l'Opéra, 75001 Paris. 1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Ligne directe : 0x7B9EE3B0E - Fax : 01 77 72 57 24


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



Bug#709389: fish: 2.0.0 is out, even Ubuntu has it

2013-05-22 Thread Cyril Bouthors
Package: fish
Version: 1.23.1+20120106.git8b407a3-1
Severity: wishlist

fish 2.0.0 is out

http://fishshell.com/files/2.0.0/fish-2.0.0.tar.gz
http://fishshell.com/

Would it be possible to have it for Debian?

Regards,

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages fish depends on:
ii  libc6   2.17-3
ii  libstdc++6  4.8.0-7
ii  libtinfo5   5.9+20130504-1
ii  passwd  1:4.1.5.1-1

Versions of packages fish recommends:
ii  python  2.7.3-5
ii  xsel1.2.0-1

fish suggests no packages.

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#709161: ITP: asynk -- Contacts synchronization for Google Contacts, BBDB and Outlook

2013-05-21 Thread Cyril Bouthors
Package: wnpp
Owner: Cyril Bouthors c...@debian.org
Severity: wishlist

* Package name: asynk
  Version : 0.4.1
  Upstream Author : Sriram Karra karra@gmail.com
* URL or Web page : https://karra-asynk.appspot.com/
* License : I started a discussion with upstream about that, probably 
GPL
  Description : Contacts synchronization for Google Contacts, BBDB and 
Outlook

ASynK is a flexible Contacts synchronization program that works with a variety
of Contacts software such as Microsoft Outlook, Google Contacts, and Emacs BBDB.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#707062: libapache2-mod-log-slow: sourceful transition towards Apache 2.4

2013-05-10 Thread Cyril Bouthors
tags 707062 upstream
thanks

Issue forwarded upstream:
https://code.google.com/p/modlogslow/issues/detail?id=4
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#707743: mixxx: Mixxx 1.11.0 is out

2013-05-10 Thread Cyril Bouthors
Package: mixxx
Version: 1.10.1~dfsg0-1
Severity: wishlist

Mixxx 1.11.0 is out: 
http://mixxxblog.blogspot.fr/2013/05/mixxx-1110-is-here.html

Would it be possible to upload it into Debian?

Thank you very much

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (500, 'oldstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages mixxx depends on:
ii  libc6 2.17-1
ii  libflac8  1.2.1-6
ii  libgcc1   1:4.8.0-6
ii  libgl1-mesa-glx [libgl1]  8.0.5-4
ii  libglu1-mesa [libglu1]8.0.5-4
ii  libid3tag00.15.1b-10
ii  libmad0   0.15.1b-7
ii  libogg0   1.3.0-4
ii  libportaudio2 19+svn2021-1
ii  libportmidi0  1:184-2.1
ii  libqt4-network4:4.8.2+dfsg-11
ii  libqt4-opengl 4:4.8.2+dfsg-11
ii  libqt4-script 4:4.8.2+dfsg-11
ii  libqt4-sql4:4.8.2+dfsg-11
ii  libqt4-sql-sqlite 4:4.8.2+dfsg-11
ii  libqt4-svg4:4.8.2+dfsg-11
ii  libqt4-xml4:4.8.2+dfsg-11
ii  libqt4-xmlpatterns4:4.8.2+dfsg-11
ii  libqtcore44:4.8.2+dfsg-11
ii  libqtgui4 4:4.8.2+dfsg-11
ii  libqtwebkit4  2.2.1-5
ii  libshout3 2.3.1-3
ii  libsndfile1   1.0.25-5
ii  libsoundtouch01.7.1-2
ii  libstdc++64.8.0-6
ii  libtag1c2a1.7.2-1
ii  libvorbis0a   1.3.2-1.3
ii  libvorbisenc2 1.3.2-1.3
ii  libvorbisfile31.3.2-1.3
ii  mixxx-data1.10.1~dfsg0-1

mixxx recommends no packages.

Versions of packages mixxx suggests:
ii  evince [pdf-viewer]  3.4.0-3.1
ii  gv [pdf-viewer]  1:3.7.3-1
ii  xpdf [pdf-viewer]3.03-10

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#706731: command-not-found: cnf_precmd:1: cnf_command: parameter not set

2013-05-03 Thread Cyril Bouthors
Package: command-not-found
Version: 0.2.38-1
Severity: normal

Julian,

I've found a little issue when using command-not-found with ZSH and set -o
nounset (set -u): when $? is false, the function cnf_precmd in
/etc/zsh_command_not_found is trying to use an undefined variable each time I
validate the prompt without issuing any command, example :

11:29PM home:~% set -u
11:30PM home:~% false
[1] 11:30PM home:~% 
cnf_precmd:1: cnf_command: parameter not set 
[1] 11:30PM home:~% 
cnf_precmd:1: cnf_command: parameter not set 
[1] 11:30PM home:~% 
cnf_precmd:1: cnf_command: parameter not set 
[1] 11:30PM home:~% 
cnf_precmd:1: cnf_command: parameter not set 
[1] 11:30PM home:~% 
cnf_precmd:1: cnf_command: parameter not set 
[1] 11:30PM home:~% 

But when $? goes back to true, everything works fine again:

[1] 11:33PM home:~% true
11:33PM home:~% 
11:33PM home:~% 
11:33PM home:~% 
11:33PM home:~% 

I have 'set -u' in my ~/.zshrc to avoid errors like rm -rf /$undef so this
behaviour happens quite often to me.

Would it be possible to check if $cnf_command is defined before using it?

Regards,

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages command-not-found depends on:
ii  apt-file2.5.1
ii  lsb-release 4.1+Debian9
ii  python  2.7.3-4
ii  python-gdbm 2.7.3-1
ii  python-support  1.0.15

command-not-found recommends no packages.

command-not-found suggests no packages.

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#706560: ITP: postgresql-prioritize -- Get and set the nice priorities of PostgreSQL backends

2013-05-01 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: postgresql-prioritize
  Version : 1.0.4
  Upstream Author : Josh Kupershmidt schmi...@gmail.com
* URL or Web page : http://pgxn.org/dist/prioritize/
* License : PostgreSQL License
  Description : Get and set the nice priorities of PostgreSQL backends

 This module implements an interface to getpriority() and setpriority() for
 PostgreSQL backends, callable from SQL functions. Essentially, this module
 allows users to `renice' their backends.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#706028: ITP: libwcat -- Process monitoring library

2013-04-23 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: libwcat
  Version : 1.1
  Upstream Author : Michel Machado mic...@digirati.com.br
* URL or Web page : http://oss.digirati.com.br/watchcatd/
* License : GNU LGPL
  Description : Process monitoring library

 A bug or malicious attacks to machine can lock up a process, leading to a
 deadlock or an unexpected condition. For example: an Apache httpd with
 mod_(php|perl|lua|your_preferred_script_language) running a bad script. When
 the monitored process locks up, the watchcat helps killing him. It is the best
 thing to do.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#705854: pgreplay: FTBFS: cannot connect to database

2013-04-21 Thread Cyril Bouthors
On 21 Apr 2013, u...@debian.org wrote:

 Testing replay ... 
 skipped, cannot connect to database
 To run this test, configure your environment so that this command succeeds:
 psql -U postgres -d postgres -l
 make[1]: *** [test] Error 1

 Please fix runtest.sh to give pgreplay the benefit of the doubt if no
 server is running.

Aaron,

Thanks for your feedback.

If we modify runtest.sh to avoid running tests against PostgreSQL then the tests
only make half of the mandatory job and are useless in my opinion.

If you want to make a quick local build, then just edit test/runtest.sh.in and
add 'exit 0' before the replay tests, at line 73.

If you want pgreplay to build on the compile far, I guess we need a
Build-Depends on 'postgresql' and a patch of runtest.sh.in to use the default
Debian PostgreSQL configuration. I should have done that in the first place.

I'll work on that but I can't disable tests.

Regards,
-- 
Cyril Bouthors - ISVTEC: Web Platform Managed Services and Scalability
14 avenue de l'Opéra, 75001 Paris. 1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Ligne directe : 0x7B9EE3B0E - Fax : 01 77 72 57 24


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



Bug#705854: pgreplay: FTBFS: cannot connect to database

2013-04-21 Thread Cyril Bouthors
On 21 Apr 2013, cyril.bouth...@isvtec.com wrote:

 If you want pgreplay to build on the compile far, I guess we need a
 Build-Depends on 'postgresql' and a patch of runtest.sh.in to use the default
 Debian PostgreSQL configuration. I should have done that in the first place.

The default pg_hba.conf in Debian does not allow any access to PostgreSQL
without root access by default, even from localhost!

There is only one role called 'postgres' and you need to sudo as 'root' then
sudo as 'postgres' to use it or create a new role with 'createuser' which also
needs root privileges.

I see no way to install PostgreSQL and run tests without sudoing to root,
changing pg_hba.conf and reloading PostgreSQL, which is impossible on the
compile farm I guess.

I'm forced to ignore the replay tests and a show huge warning. :(
-- 
Cyril Bouthors - ISVTEC: Web Platform Managed Services and Scalability
14 avenue de l'Opéra, 75001 Paris. 1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Ligne directe : 0x7B9EE3B0E - Fax : 01 77 72 57 24


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



Bug#705779: ITP: pgrelay -- replay PostgreSQL log files

2013-04-19 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: pgrelay
  Version : 1.2.0-1
  Upstream Author : Laurenz Albe laurenz.a...@wien.gv.at
* URL or Web page : http://pgfoundry.org/projects/pgreplay/
* License : BSD License
  Description : replay PostgreSQL log files


 Reads a PostgreSQL log file (*not* a WAL file), extracts the SQL statements and
 executes them in the same order and with the original timing against a
 PostgreSQL database.
 .
 If the execution of statements gets behind schedule, warning messages are
 issued that indicate that the server cannot handle the load in a timely
 fashion.
 .
 A final report gives you a useful statistical analysis of your workload and its
 execution.
 .
 The idea is to replay a real-world database workload as exactly as possible.
 .
 This is useful for performance tests, particularly in the following situations:
 - You want to compare the performance of your PostgreSQL application on
   different hardware or different operating systems.
 - You want to upgrade your database and want to make sure that the new database
   version does not suffer from performance regressions that affect you.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#704956: ITP: libtext-string-hexconvert-perl -- Converts ASCII strings to hexadecimal and reverse

2013-04-08 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: libtext-string-hexconvert-perl
  Version : 0.01-1
  Upstream Author : Andreas Hernitscheck aher...@cpan.org
* URL or Web page : http://search.cpan.org/~ahernit/String-HexConvert/
* License : LGPL
  Description : Converts ASCII strings to hexadecimal and reverse

Wrapper around pack and unpack of Perl to convert a string of hex digits to
ASCII and other way around.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `- Debian-Packaging.com


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



Bug#704961: ITP: libnet-google-safebrowsing2-perl -- Perl extension for the Google Safe Browsing v2 API

2013-04-08 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: libnet-google-safebrowsing2-perl
  Version : 1.07-1
  Upstream Author : Julien Sobrier jul...@sobrier.net
* URL or Web page : http://search.cpan.org/~jsobrier/Net-Google-SafeBrowsing2/
* License : Perl
  Description : Perl extension for the Google Safe Browsing v2 API

The library passes most of the unit tests listed in the API documentation. See
the documentation
(http://code.google.com/apis/safebrowsing/developers_guide_v2.html) for more
details about the failed tests.

The Google Safe Browsing database must be stored and managed locally.
Net::Google::SafeBrowsing2::Sqlite uses Sqlite as the storage back-end,
Net::Google::SafeBrowsing2::MySQL uses MySQL. Other storage mechanisms
(databases, memory, etc.) can be added and used transparently with this module.

You may want to look at Google Safe Browsing v2: Implementation Notes
(http://www.zscaler.com/research/Google%20Safe%20Browsing%20v2%20API.pdf), a
collection of notes and real-world numbers about the API. This is intended for
people who want to learn more about the API, whether as a user or to make their
own implementation.

The source code is available on github at
https://github.com/juliensobrier/Net-Google-SafeBrowsing2.

If you do not need to inspect more than 10,000 URLs a day, you can use
Net::Google::SafeBrowsing2::Lookup with the Google Safe Browsing v2 Lookup API
which does not require to store and maintain a local database.

IMPORTANT: If you start with an empty database, you will need to perform several
updates to retrieve all the Google Safe Browsing information. This may require
up to 24 hours. This is a limitation of the Google API, not of this module. See
Google Safe Browsing v2: Implementation Notes at
http://www.zscaler.com/research/Google%20Safe%20Browsing%20v2%20API.pdf.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `- Debian-Packaging.com


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



Bug#704762: ITP: libnet-ipaddress-perl -- Functions used to manipulate IP addresses, masks and FQDN's

2013-04-05 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: libnet-ipaddress-perl
  Version : 1.10-1
  Upstream Author : Scott Renner sren...@mandtbank.com
* URL or Web page : http://search.cpan.org/~sarenner/Net-IPAddress/
* License : GPL1 ou later
  Description : Functions used to manipulate IP addresses, masks and FQDN's

Net::IPAddr is a collection of helpful functions used to convert IP addresses
to/from 32-bit integers, applying subnet masks to IP addresses, validating IP
address strings, and splitting a FQDN into its host and domain parts.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `- Debian-Packaging.com


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



Bug#703452: ITP: php5-redis -- PHP API for communicating with the Redis key-value store

2013-03-19 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: php5-redis
  Version : 2013-03-19+git
  Upstream Author : Nicolas Favre-Felix n.favrefe...@gmail.com
* URL or Web page : https://github.com/nicolasff/phpredis
* License : PHP License, version 3.01
  Description : PHP API for communicating with the Redis key-value store

The phpredis extension provides an API for communicating with the Redis
key-value store.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#702709: ITP: libphp-predis -- Flexible and feature-complete PHP (= 5.3) client library for the Redis key-value store

2013-03-10 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: libphp-predis
  Version : 0.8.3
  Upstream Author : Daniele Alessandri suppaki...@gmail.com
* URL or Web page : https://github.com/nrk/predis
* License : MIT license
  Description : Flexible and feature-complete PHP client library for the 
Redis key-value store

The library does not require any additional extension loaded in PHP but it can
be optionally paired with the phpiredis (https://github.com/nrk/phpiredis)
C-based extension to lower the overhead of serializing and parsing the Redis
protocol. Predis is also available in an asynchronous fashion through the
experimental client provided by the Predis\Async
(http://github.com/nrk/predis-async) library.
.
For a list of frequently asked questions about Predis see our [FAQ](FAQ.md).
More details are available on the official wiki
(http://wiki.github.com/nrk/predis) of the project.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#701101: ITP: postgresql-hll -- HyperLogLog extension for PostgreSQL

2013-02-22 Thread Cyril Bouthors
By the way, I'm not sure it was clear enough but the package has been uploaded
yesterday:

https://paste.isvtec.com/?07d6e553a219aef4#QF8YfBxbjiAU0zf8THAA/2AXrl4n9R1j+OPpZVuyK5o=
-- 
Cyril Bouthors - Administration Système, Infogérance
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Fax : 01 77 72 57 24
Ligne directe : 0x7B9EE3B0E


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



Bug#701101: ITP: postgresql-hll -- HyperLogLog extension for PostgreSQL

2013-02-22 Thread Cyril Bouthors
On 22 Feb 2013, m...@debian.org wrote:

 Nice. Extra kudos if you are using pg_buildext so it works with any
 supported server version :)

 Let me know if you want any assistance with that, or need access to
 the pkg-postgresql group on alioth.

Christoph,

I was working with Dimitri Fontaine yesterday, the author of pg_buildext but we
were not able to build postgresql-hll with pg_buildext.

My tests are left as comments in the debian/rules file if you want to have a
look:
https://paste.isvtec.com/?c874dde029c3127f#w8dXVvYa35ceZVtU72i8ItQfqNnK+ixEIG/js0WY0Pk=

I took examples from postgresql-plsh.

If you are able to build the package with pg_buildext, please do not hesitate to
send a patch, I'd be happy to see it working with all supported PostgreSQL
versions.

Regards,
-- 
Cyril Bouthors - Administration Système, Infogérance
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Fax : 01 77 72 57 24
Ligne directe : 0x7B9EE3B0E


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



Bug#701101: ITP: postgresql-hll -- HyperLogLog extension for PostgreSQL

2013-02-21 Thread Cyril Bouthors
Package: wnpp
Owner: Cyril Bouthors c...@debian.org
Severity: wishlist

* Package name: postgresql-hll
  Version : 2.7
  Upstream Author : Timon Karnezos timon.karne...@gmail.com
* URL or Web page : https://github.com/aggregateknowledge/postgresql-hll
* License : Apache License 2.0
  Description : HyperLogLog extension for PostgreSQL

This Postgres module introduces a new data type `hll` which is a HyperLogLog
data structure. HyperLogLog is a **fixed-size**, set-like structure used for
distinct value counting with tunable precision. For example, in 1280 bytes `hll`
can estimate the count of tens of billions of distinct values with only a few
percent error.

In addition to the algorithm proposed in the original paper, this implementation
is augmented to improve its accuracy and memory use without sacrificing much
speed. See below for more details.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#544614: Bug fixed in squeeze

2013-02-13 Thread Cyril Bouthors
close 544614
thanks

This bug is no longer reproducible under squeeze.
-- 
Cyril Bouthors - Administration Système, Infogérance
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Fax : 01 77 72 57 24
Ligne directe : 0x7B9EE3B0E


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



Bug#699523: sysvinit: postinst fails if several 'init' process are running (LXC)

2013-02-05 Thread Cyril Bouthors
On  3 Feb 2013, rle...@codelibre.net wrote:

 Please could you try upgrading with the packages at
 http://people.debian.org/~rleigh/sysvinit/
 and let me know if this solves the problem for you.

Seems to work:

 3:32PM lenovo:/tmp% sudo dpkg -i sysvinit_2.88dsf-40_amd64.deb 
(Reading database ... 261177 files and directories currently installed.)
Preparing to replace sysvinit 2.88dsf-39 (using sysvinit_2.88dsf-40_amd64.deb) 
...
Unpacking replacement sysvinit ...
Setting up sysvinit (2.88dsf-40) ...
sysvinit: restarting... done.
Processing triggers for man-db ...
 3:32PM lenovo:/tmp% 
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#699523: sysvinit: postinst fails if several 'init' process are running (LXC)

2013-02-05 Thread Cyril Bouthors
Roger,

After some research, the best way I've found to send a signal to the correct
'init' is:

pkill --signal USR1 -P 0 -x init

You can check the PID with :

pgrep -P 0 -x init

It always return the correct process under the main machine and the LXC
containers.

HIH
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#675081: proftpd-basic: logrotate kills proftpd instead of restarting it

2013-02-03 Thread Cyril Bouthors
reopen 675081
thanks

Hi,

We've encountered the exact same issue on several of our squeeze machines:
logrotate kills proftpd instead of restarting it but the patch used in
1.3.5~rc1-2 does not fix the issue.

Before the patch, it only happened ~5 times out of 100 machines running ProFTPd
over ~2 years so I guess it's not common since that makes a mean time between
failure (MTBF) of 40 years (100*2/5).

We've applied the following patch but it only made things worst:

*** proftpd.00  2013-02-01 11:08:07.0 +0100
--- proftpd 2013-02-01 11:09:11.446049737 +0100
***
*** 108,114 
log_end_msg 0
else
SIGNAL=KILL
!   start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile 
$PIDFILE
if [ $? != 0 ]; then
log_end_msg 1
[ $2 != 0 ] || exit 0
--- 108,114 
log_end_msg 0
else
SIGNAL=KILL
!   start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile 
$PIDFILE --retry=TERM/10/KILL/5
if [ $? != 0 ]; then
log_end_msg 1
[ $2 != 0 ] || exit 0
***
*** 174,180 
  force-reload|restart)
if [ x$RUN = xyes ] ; then
signal stop 1
-   sleep 2
start
else
if [ x$INETD = xyes ] ; then
--- 174,179 


48 proftpd were killed out of 100 which makes a MTBF of 2 days!

I guess the issue is that start-stop-daemon waits 5 seconds after sending
SIGKILL but the OS can take more than that to really kill the process if it is
under heavy load which often happens during cron.daily.

Maybe we should tell start-stop-daemon to wait 'forever' until the process is
really dead before we restart it?

According to start-stop-daemon(8), the options should be:

start-stop-daemon --stop --signal $SIGNAL --quiet --pidfile $PIDFILE 
--retry=TERM/10/KILL/forever

Please tell me what you think.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#699523: sysvinit: postinst fails if several 'init' process are running (LXC)

2013-02-01 Thread Cyril Bouthors
Package: sysvinit
Version: 2.88dsf-39
Severity: important

Hi,

I can't upgrade to latest sysinit because the initscript fails:

% sudo apt-get -f install
Reading package lists... Done
Building dependency tree   
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 67 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up sysvinit (2.88dsf-39) ...
/var/lib/dpkg/info/sysvinit.postinst: 41: kill: Illegal number: 3164 3141 3118 1
dpkg: error processing sysvinit (--configure):
 subprocess installed post-installation script returned error exit status 2
Errors were encountered while processing:
 sysvinit

The revelant code is :

# PID of init; may not always be 1.  Use for sending signals
# and checking if init is running.
PID=$(pidof /sbin/init || echo 1)
(...)
if ! ischroot
then
kill -s USR1 $PID
fi

And the corresponding 'set -x' output is :

+ pidof /sbin/init
+ PID=3164 3141 3118 1
(...)
+ ischroot
+ kill -s USR1 3164 3141 3118 1
/var/lib/dpkg/info/sysvinit.postinst: 41: kill: Illegal number: 3164 3141 3118 1

$PID contains multiple PIDs because several 'init' process are running on the
machine on distinct LXC containers:

% ps -C init  
  PID TTY  TIME CMD
1 ?00:00:04 init
 3118 ?00:00:02 init
 3141 ?00:00:02 init
 3164 ?00:00:02 init

% pidof init
3164 3141 3118 1

I see several ways to fix this issue:
 - killall -s USR1 init
 - for pid in $PID; do kill -s USR1 $PID; done
 - PID=$(pidof -s init)
 - a check on the number of process based on 'pgrep -c init'

Which way is the best?

I hope to see this issue fixed.

Regards,

-- System Information:
Debian Release: 7.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages sysvinit depends on:
ii  debianutils 4.3.4
ii  initscripts 2.88dsf-38
ii  libc6   2.13-38
ii  libselinux1 2.1.9-5
ii  libsepol1   2.1.4-3
ii  sysv-rc 2.88dsf-38
ii  sysvinit-utils  2.88dsf-38

sysvinit recommends no packages.

sysvinit suggests no packages.

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#679362: Upload in progress

2013-01-26 Thread Cyril Bouthors
owner #679362
-- 
Cyril Bouthors - Administration Système, Infogérance
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
1 rue Émile Zola, 69002 Lyon
Tél : 01 84 16 16 17 - Fax : 01 77 72 57 24
Ligne directe : 0x7B9EE3B0E


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



Bug#696319: ITP: libapache2-mod-log-slow -- Apache module for logging of slow requests handling

2012-12-19 Thread Cyril Bouthors
Package: wnpp
Severity: wishlist

* Package name: libapache2-mod-log-slow
  Version : 1.0.6
  Upstream Author : Yoichi Kawasaki yokaw...@gmail.com
* URL or Web page : https://code.google.com/p/modlogslow/
* License : Apache License version 2.0
  Description : Apache module for logging of slow requests handling


mod_log_slow is Apache module to provide measures of the time period
used for handling each request by the current process. Logging is done
after processing a request if the request takes more than certain
period of time that you specifiy.
The idea of this module comes from MySQL's slow-query-log, and its
logging logic is partially based on mod_log_forensic.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#684281: [pkg-php-pear] Bug#684281: phpunit: Exits with return code 255 without displaying any error message when calling unknown method

2012-09-12 Thread Cyril Bouthors
close 684281
thanks

On  9 Aug 2012, a...@eviled.org wrote:

 I'm trying to reproduce this bug on a sid installation and this is what i've
 got:

Luis,

I tried to reproduce the issue on a fresh sid install and you a absolutely
right, phpunit delivers the correct message:

cyb@sid:~$ phpunit /tmp/1.php
PHPUnit 3.6.10 by Sebastian Bergmann.

PHP Fatal error:  Call to a member function bar() on a non-object in /tmp/1.php 
on line 5
PHP Stack trace:
PHP   1. {main}() /usr/bin/phpunit:0
PHP   2. PHPUnit_TextUI_Command::main() /usr/bin/phpunit:46
PHP   3. PHPUnit_TextUI_Command-run() 
/usr/share/php/PHPUnit/TextUI/Command.php:130
PHP   4. PHPUnit_TextUI_TestRunner-doRun() 
/usr/share/php/PHPUnit/TextUI/Command.php:192
PHP   5. PHPUnit_Framework_TestSuite-run() 
/usr/share/php/PHPUnit/TextUI/TestRunner.php:325
PHP   6. PHPUnit_Framework_TestSuite-runTest() 
/usr/share/php/PHPUnit/Framework/TestSuite.php:745
PHP   7. PHPUnit_Framework_TestCase-run() 
/usr/share/php/PHPUnit/Framework/TestSuite.php:772
PHP   8. PHPUnit_Framework_TestResult-run() 
/usr/share/php/PHPUnit/Framework/TestCase.php:751
PHP   9. PHPUnit_Framework_TestCase-runBare() 
/usr/share/php/PHPUnit/Framework/TestResult.php:649
PHP  10. PHPUnit_Framework_TestCase-runTest() 
/usr/share/php/PHPUnit/Framework/TestCase.php:804
PHP  11. ReflectionMethod-invokeArgs() 
/usr/share/php/PHPUnit/Framework/TestCase.php:942
PHP  12. FooTest-testFoo() /usr/share/php/PHPUnit/Framework/TestCase.php:942

I guess this was an issue on my side.

Thanks for support.

We can close the bug now.

PS: I'll try to close it by myself but I haven't done that for many years now, I
can't promess it would work.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#684280: phpunit: Code coverage report fails because highcharts.js is missing

2012-08-08 Thread Cyril Bouthors
Package: phpunit
Version: 3.6.10-1
Severity: important

Code coverage report stopped working after an upgrade to wheezy.

Here is a simple way to reproduce:

$ cat foo.php 
?php
class foo {
}
?
$ phpunit --coverage-html report foo.php 
PHPUnit 3.6.10 by Sebastian Bergmann.



Time: 0 seconds, Memory: 2.50Mb

OK (0 tests, 0 assertions)

Generating code coverage report, this may take a moment.PHP Warning:  
copy(/usr/share/php/PHP/CodeCoverage/Report/HTML/Renderer/Template/highcharts.js):
 failed to open stream: No such file or directory in 
/usr/share/php/PHP/CodeCoverage/Report/HTML.php on line 206
PHP Stack trace:
PHP   1. {main}() /usr/bin/phpunit:0
PHP   2. PHPUnit_TextUI_Command::main() /usr/bin/phpunit:46
PHP   3. PHPUnit_TextUI_Command-run() 
/usr/share/php/PHPUnit/TextUI/Command.php:130
PHP   4. PHPUnit_TextUI_TestRunner-doRun() 
/usr/share/php/PHPUnit/TextUI/Command.php:192
PHP   5. PHP_CodeCoverage_Report_HTML-process() 
/usr/share/php/PHPUnit/TextUI/TestRunner.php:373
PHP   6. PHP_CodeCoverage_Report_HTML-copyFiles() 
/usr/share/php/PHP/CodeCoverage/Report/HTML.php:184
PHP   7. copy() /usr/share/php/PHP/CodeCoverage/Report/HTML.php:206

Can you include highcharts.js in the Debian package?

Regards,

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

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

Versions of packages phpunit depends on:
ii  pear-phpunit-channel  1.1-1
ii  php-codecoverage  1.1.2+dfsg1-2
ii  php-file-iterator 1.3.1-2
ii  php-pear  5.4.4-2
ii  php-symfony-yaml  1.0.6-1
ii  php-text-template 1.1.1-2
ii  php-timer 1.0.2-2
ii  php5-cli  5.4.4-2
ii  phpunit-mock-object   1.1.1-2

Versions of packages phpunit recommends:
ii  php-invoker   1.1.0-1
ii  php-token-stream  1.1.3-2
ii  phpunit-story 1.0.0-1

Versions of packages phpunit suggests:
pn  phpunit-dbunitnone
ii  phpunit-selenium  1.2.6-2

-- no debconf information   

-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#684281: phpunit: Exits with return code 255 without displaying any error message when calling unknown method

2012-08-08 Thread Cyril Bouthors
Package: phpunit
Version: 3.6.10-1
Severity: important

Hi,

phpunit immediately exits with the error code 255 without displaying any error
message when calling an unknown method:

$ phpunit FootTest.php 
PHPUnit 3.6.10 by Sebastian Bergmann.

$ echo $?
255

Here is a minimal code that reproduces the issue:

$ cat FootTest.php 
?php
class FooTest extends PHPUnit_Framework_TestCase
{
  function testFoo() {
$foo-bar();
  }
}
?

The same thing under squeeze + phpunit 3.4.14 works as expected:

cyb@squeeze:/tmp$ phpunit 1.php 
PHPUnit 3.4.14 by Sebastian Bergmann.

PHP Fatal error:  Call to a member function bar() on a non-object in /tmp/1.php
on line 7
cyb@squeeze:/tmp$ echo $?
255

The same thing in wheezy also seems to work:

cyb@wheezy:/tmp/x$ phpunit 1.php 
PHPUnit 3.6.10 by Sebastian Bergmann.

PHP Fatal error:  Call to a member function bar() on a non-object in 
/tmp/x/1.php on line 7
PHP Stack trace:
PHP   1. {main}() /usr/bin/phpunit:0
PHP   2. PHPUnit_TextUI_Command::main() /usr/bin/phpunit:46
PHP   3. PHPUnit_TextUI_Command-run() 
/usr/share/php/PHPUnit/TextUI/Command.php:130
PHP   4. PHPUnit_TextUI_TestRunner-doRun() 
/usr/share/php/PHPUnit/TextUI/Command.php:192
PHP   5. PHPUnit_Framework_TestSuite-run() 
/usr/share/php/PHPUnit/TextUI/TestRunner.php:325
PHP   6. PHPUnit_Framework_TestSuite-runTest() 
/usr/share/php/PHPUnit/Framework/TestSuite.php:745
PHP   7. PHPUnit_Framework_TestCase-run() 
/usr/share/php/PHPUnit/Framework/TestSuite.php:772
PHP   8. PHPUnit_Framework_TestResult-run() 
/usr/share/php/PHPUnit/Framework/TestCase.php:751
PHP   9. PHPUnit_Framework_TestCase-runBare() 
/usr/share/php/PHPUnit/Framework/TestResult.php:649
PHP  10. PHPUnit_Framework_TestCase-runTest() 
/usr/share/php/PHPUnit/Framework/TestCase.php:804
PHP  11. ReflectionMethod-invokeArgs() 
/usr/share/php/PHPUnit/Framework/TestCase.php:942
PHP  12. FooTest-testFoo() /usr/share/php/PHPUnit/Framework/TestCase.php:94


PHPUnit provides me with the messages needed to easily fix the issue under
squeeze and wheezy but not in sid...

Can you make sure errors are displayed in this case?

Please feel free to ask any question about my setup but I guess I have the
default configuration everywhere.

Regards,

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

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

Versions of packages phpunit depends on:
ii  pear-phpunit-channel  1.1-1
ii  php-codecoverage  1.1.2+dfsg1-2
ii  php-file-iterator 1.3.1-2
ii  php-pear  5.4.4-4
ii  php-symfony-yaml  1.0.6-1
ii  php-text-template 1.1.1-2
ii  php-timer 1.0.2-2
ii  php5-cli  5.4.4-4
ii  phpunit-mock-object   1.1.1-2

Versions of packages phpunit recommends:
ii  php-invoker   1.1.0-1
ii  php-token-stream  1.1.3-2
ii  phpunit-story 1.0.0-1

Versions of packages phpunit suggests:
pn  phpunit-dbunitnone
pn  phpunit-selenium  none

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#682849: mysql-server-5.5: Unable to upgrade from MySQL 5.1 because mysql_system_tables_fix.sql is not available and mysql_upgrade is too slow

2012-07-26 Thread Cyril Bouthors
Package: mysql-server-5.5
Version: 5.5.24+dfsg-5
Severity: important

Hi,

I just upgraded from MySQL 5.1 to 5.5 and our application broke because
mysql.proc looked corrupted:

Cannot load from mysql.proc. The table is probably corrupted

The previous MySQL upgrade from 5.0 to 5.1 had the same kind of issue which was
solved by:

mysql --defaults-file=/etc/mysql/debian.cnf -f mysql \
   /usr/share/mysql/mysql_fix_privilege_tables.sql

mysql_fix_privilege_tables.sql is not available anymore in 5.5 because it was
hardcoded in /usr/bin/mysql_upgrade.

The problem is that mysql_upgrade runs *two* *full* mysqlchecks according to the
documentation and would take aproximately 2 to 3 days on the multi terabyte
database we are running, quoting man mysql_upgrade:

mysql_upgrade executes the following commands to check and repair tables and to
 upgrade the system tables:

 mysqlcheck --all-databases --check-upgrade --auto-repair
 mysql  fix_priv_tables
 mysqlcheck --all-databases --check-upgrade --fix-db-names --fix-table-names

I couldn't let the application down for 2-3 days and solved the issue by
running:

apt-get source mysql-server-5.5
mysql --defaults-file=/etc/mysql/debian.cnf -f mysql \
   mysql-5.5-5.5.24+dfsg/scripts/mysql_system_tables_fix.sql

I would need this script on all my servers upgrading to MySQL 5.5 and would
prefer not to extract the source code everywhere.

Could you please include mysql_system_tables_fix.sql back in the Debian package
in /usr/share/mysql/ ?

Best regards,

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

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

Versions of packages mysql-server-5.5 depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.45
ii  initscripts2.88dsf-29
ii  libc6  2.13-35
ii  libdbi-perl1.622-1
ii  libgcc11:4.7.1-5
ii  libstdc++6 4.7.1-5
ii  lsb-base   4.1+Debian7
ii  mysql-client-5.5   5.5.24+dfsg-5
ii  mysql-common   5.5.24+dfsg-5
ii  mysql-server-core-5.5  5.5.24+dfsg-5
ii  passwd 1:4.1.5.1-1
ii  perl   5.14.2-12
ii  psmisc 22.19-1

Versions of packages mysql-server-5.5 recommends:
ii  bsd-mailx [mailx]  8.1.2-0.2006cvs-1
ii  libhtml-template-perl  2.91-1

Versions of packages mysql-server-5.5 suggests:
pn  tinyca  none

-- debconf information:
  mysql-server/error_setting_password:
  mysql-server-5.5/postrm_remove_databases: false
  mysql-server-5.5/nis_warning:
  mysql-server-5.5/really_downgrade: false
  mysql-server-5.5/start_on_boot: true
  mysql-server/password_mismatch:
  mysql-server/no_upgrade_when_using_ndb:
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


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



Bug#639364: [Pkg-samba-maint] Bug#639364: samba: Cached and uncached file attributes have distinct timestamps

2011-08-30 Thread Cyril Bouthors
On 30 Aug 2011, bubu...@debian.org wrote:

 ext3

Did you test with the same version that I have reported?
-- 
Cyril Bouthors - Administration Système, Infogérance
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
1 rue Émile Zola, 69002 Lyon
Tél : 08 92 16 00 88 - Fax : 01 77 72 57 24



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



Bug#639364: [Pkg-samba-maint] Bug#639364: samba: Cached and uncached file attributes have distinct timestamps

2011-08-30 Thread Cyril Bouthors
On 30 Aug 2011, bubu...@debian.org wrote:

 Hmm, indeed not

Hmmm OK, thanks.
-- 
Cyril Bouthors - Administration Système, Infogérance
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
1 rue Émile Zola, 69002 Lyon
Tél : 08 92 16 00 88 - Fax : 01 77 72 57 24



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



Bug#639364: [Pkg-samba-maint] Bug#639364: samba: Cached and uncached file attributes have distinct timestamps

2011-08-29 Thread Cyril Bouthors
On 27 Aug 2011, bubu...@debian.org wrote:

 so mount.cifs ///server/share /some_directory?

I think I've made a mistake: I'm not using CIFS but Samba.

I thought recent versions of Samba were using CIFS but I guess I was wrong.

The issue I'm having is directly with Samba.

To sum up, I can reproduce the bug with any FS mounted over Samba, the
timestamps are not the same when cached and uncached.

Please try this on any Samba exported FS:

touch x; ls --full-time x; sleep 1; ls --full-time x
-- 
Cyril Bouthors - Administration Système, Infogérance
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
1 rue Émile Zola, 69002 Lyon
Tél : 08 92 16 00 88 - Fax : 01 77 72 57 24



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



Bug#639364: [Pkg-samba-maint] Bug#639364: samba: Cached and uncached file attributes have distinct timestamps

2011-08-29 Thread Cyril Bouthors
On 29 Aug 2011, bubu...@debian.org wrote:

 touch x; ls --full-time x; sleep 1; ls --full-time x

 So, this is done on the *nix machine that mounts the resource, right?

Yes.

Do you reproduce the bug?
-- 
Cyril Bouthors - Administration Système, Infogérance
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
1 rue Émile Zola, 69002 Lyon
Tél : 08 92 16 00 88 - Fax : 01 77 72 57 24



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



Bug#639364: [Pkg-samba-maint] Bug#639364: samba: Cached and uncached file attributes have distinct timestamps

2011-08-29 Thread Cyril Bouthors
On 29 Aug 2011, bubu...@debian.org wrote:

 mykerinos:/mnt#  touch x; ls --full-time x; sleep 1; ls --full-time x
 -rw-r- 1 spongebob spongebob 0 2011-08-29 18:02:17.0 +0200 x
 -rw-r- 1 spongebob spongebob 0 2011-08-29 18:02:17.0 +0200 x

What is the underlying FS?

Ext3 ? Ext4 ? Other?
-- 
Cyril Bouthors - Administration Système, Infogérance
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
1 rue Émile Zola, 69002 Lyon
Tél : 08 92 16 00 88 - Fax : 01 77 72 57 24



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



Bug#639364: samba: Cached and uncached file attributes have distinct timestamps

2011-08-26 Thread Cyril Bouthors
Package: samba
Version: 2:3.5.11~dfsg-1~bpo60+1
Severity: important

Cached and uncached file attributes have distinct timestamps under CIFS.

Here is a way to reproduce the issue with a CIFS/ext3 export:

# touch x; ls --full-time x; sleep 1; ls --full-time x
-rw-rw-rw- 1 atn atn 0 2011-08-26 13:32:13.330511809 +0200 x
-rw-rw-rw- 1 atn atn 0 2011-08-26 13:32:13.0 +0200 x
   ^
If I run the same CIFS configuration with an ext4 filesystem, the timestamps are
now almost the same but there is still a 67ns difference:

# touch x; ls --full-time x; sleep 1; ls --full-time x
-rw-rw-rw- 1 atn atn 0 2011-08-26 14:02:23.511864967 +0200 x
-rw-rw-rw- 1 atn atn 0 2011-08-26 14:02:23.511864900 +0200 x
  ^^
On a ext4 FS without CIFS, it just works:
# touch x; ls --full-time x; sleep 1; ls --full-time x
-rw-r--r-- 1 cyb cyb 0 2011-08-26 14:25:42.311759806 +0200 x
-rw-r--r-- 1 cyb cyb 0 2011-08-26 14:25:42.311759806 +0200 x

Timestamps should remain the same whatever the cache status is. It breaks many
applications like Emacs, Gedit, Eclipse because they complain about file
modifications.

This is closely related to http://bugs.debian.org/366940 but not the same, it's
rather quite the opposite.

Same issue with samba/squeeze and samba/squeeze-backports.

Would it be possible to fix it?

Best regards,

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages samba depends on:
ii  adduser  3.112+nmu2  add and remove users and groups
ii  debconf [debconf 1.5.36.1Debian configuration management sy
ii  libacl1  2.2.49-4Access control list shared library
ii  libattr1 1:2.4.44-2  Extended attribute shared library
ii  libc62.11.2-10   Embedded GNU C Library: Shared lib
ii  libcap2  1:2.19-3support for getting/setting POSIX.
ii  libcomerr2   1.41.12-4stable1common error description library
ii  libcups2 1.4.4-7 Common UNIX Printing System(tm) -
ii  libgssapi-krb5-2 1.8.3+dfsg-4squeeze1MIT Kerberos runtime libraries - k
ii  libk5crypto3 1.8.3+dfsg-4squeeze1MIT Kerberos runtime libraries - C
ii  libkrb5-31.8.3+dfsg-4squeeze1MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.23-7.2  OpenLDAP libraries
ii  libpam-modules   1.1.1-6.1   Pluggable Authentication Modules f
ii  libpam-runtime   1.1.1-6.1   Runtime support for the PAM librar
ii  libpam0g 1.1.1-6.1   Pluggable Authentication Modules l
ii  libpopt0 1.16-1  lib for parsing cmdline parameters
ii  libtalloc2   2.0.1-1 hierarchical pool based memory all
ii  libtdb1  1.2.1-2+b1  Trivial Database - shared library
ii  libwbclient0 2:3.5.11~dfsg-1~bpo60+1 Samba winbind client library
ii  lsb-base 3.2-23.2squeeze1Linux Standard Base 3.2 init scrip
ii  procps   1:3.2.8-9   /proc file system utilities
ii  samba-common 2:3.5.11~dfsg-1~bpo60+1 common files used by both the Samb
ii  update-inetd 4.38+nmu1   inetd configuration file updater
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

Versions of packages samba recommends:
ii  logrotate 3.7.8-6Log rotation utility
ii  tdb-tools 1.2.1-2+b1 Trivial Database - bundled binarie

Versions of packages samba suggests:
pn  ctdb  none (no description available)
pn  ldb-tools none (no description available)
pn  openbsd-inetd | inet-superser none (no description available)
pn  smbldap-tools none (no description available)

-- debconf information:
  samba/run_mode: daemons
  samba/generate_smbpasswd: true
  samba-common/title:
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#639364: [Pkg-samba-maint] Bug#639364: samba: Cached and uncached file attributes have distinct timestamps

2011-08-26 Thread Cyril Bouthors
On 26 Aug 2011, bubu...@debian.org wrote:

 What do you mean by under CIFS

I meant a remotely mounted Samba share.

 and CIFS/ext3 export?

I meant an ext3 filesystem remotely mounted over Samba.

 # touch x; ls --full-time x; sleep 1; ls --full-time x
 -rw-rw-rw- 1 atn atn 0 2011-08-26 13:32:13.330511809 +0200 x
 -rw-rw-rw- 1 atn atn 0 2011-08-26 13:32:13.0 +0200 x

 I really don't see how samba daemons are involved in this, sorry.

I don't know Samba that much but it seems obvious that this issue only happens
over a Samba share: local timestamps modifications are OK if you correctly read
my previous email but they behave incorrectly over Samba.

If you need any information, please do not hesitate to contact me.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#635680: exim4: Fixed string appended when redefining MAIN_HARDCODE_PRIMARY_HOSTNAME

2011-07-28 Thread Cyril Bouthors
Package: exim4

I'm unable to dynamically redefine primary_hostname at runtime because the weird
OSTNAME string is appended at the end:

# exim -bP primary_hostname
primary_hostname = mail.isvtec.com
# exim -DMAIN_HARDCODE_PRIMARY_HOSTNAME=foo.com -bP primary_hostname
primary_hostname = foo.comOSTNAME
# 

It happens on any stand Debian/Exim configuration.

If I replace MAIN_HARDCODE_PRIMARY_HOSTNAME by RANDOM_STRING in
/var/lib/exim4/config.autogenerated (or exim.conf), it works as expected:

# sed -i -e s/MAIN_HARDCODE_PRIMARY_HOSTNAME/RANDOM_STRING/ 
/var/lib/exim4/config.autogenerated
# exim -DRANDOM_STRING=foo.com -bP primary_hostname
primary_hostname = foo.com
# 

Would it be possible to fix this macro expansion?

Regards,

-- Package-specific info:
Exim version 4.72 #1 built 12-May-2011 18:51:33
Copyright (c) University of Cambridge, 1995 - 2007
Berkeley DB: Berkeley DB 4.8.30: (April  9, 2010)
Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc GnuTLS 
move_frozen_messages Content_Scanning DKIM Old_Demime
Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dnsdb dsearch 
ldap ldapdn ldapm mysql nis nis0 passwd pgsql sqlite
Authenticators: cram_md5 cyrus_sasl dovecot plaintext spa
Routers: accept dnslookup ipliteral iplookup manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore/mbx autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
GnuTLS compile-time version: 2.8.6
GnuTLS runtime version: 2.8.6
Configuration file is /var/lib/exim4/config.autogenerated
# /etc/exim4/update-exim4.conf.conf
#
# Edit this file and /etc/mailname by hand and execute update-exim4.conf
# yourself or use 'dpkg-reconfigure exim4-config'
#
# Please note that this is _not_ a dpkg-conffile and that automatic changes
# to this file might happen. The code handling this will honor your local
# changes, so this is usually fine, but will break local schemes that mess
# around with multiple versions of the file.
#
# update-exim4.conf uses this file to determine variable values to generate
# exim configuration macros for the configuration file.
#
# Most settings found in here do have corresponding questions in the
# Debconf configuration, but not all of them.
#
# This is a Debian specific file

dc_eximconfig_configtype='internet'
dc_other_hostnames='mail.isvtec.com'
dc_local_interfaces=''
dc_readhost=''
dc_relay_domains=''
dc_minimaldns='false'
dc_relay_nets=''
dc_smarthost=''
CFILEMODE='644'
dc_use_split_config='true'
dc_hide_mailname='true'
dc_mailname_in_oh='true'
dc_localdelivery='maildir_home'
mailname:mail.isvtec.com

-- System Information:
Debian Release: 6.0.2
  APT prefers oldstable
  APT policy: (700, 'oldstable'), (700, 'stable'), (650, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages exim4 depends on:
ii  debconf [debconf-2.0]1.5.36.1Debian configuration management sy
ii  exim4-base   4.72-6+squeeze2 support files for all Exim MTA (v4
ii  exim4-daemon-heavy   4.72-6+squeeze2 Exim MTA (v4) daemon with extended

exim4 recommends no packages.

exim4 suggests no packages.

-- debconf information:
  exim4/drec:
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#374594: debmirror: few Perl warnings when trying to unlock

2011-02-24 Thread Cyril Bouthors
On 24 Feb 2011, maximilian.g...@credativ.de wrote:

 Can you still reproduce this problem?

no
-- 
Cyril Bouthors - Administration Système, Infogérance
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
1 rue Émile Zola, 69002 Lyon
Tél : 08 92 16 00 88 - Fax : 01 77 72 57 24



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



Bug#603218: ITP: watchcatd -- Process monitoring daemon

2010-11-11 Thread Cyril Bouthors
Package: wnpp
Owner: Cyril Bouthors c...@debian.org
Severity: wishlist

* Package name: watchcatd
  Version : 1.2.1
  Upstream Author : Andre Nathan an...@digirati.com.br
* URL or Web page : http://oss.digirati.com.br/watchcatd/
* License : GPL
  Description :  A bug or malicious attacks to machine can lock up a 
process, leading to a
 deadlock or an unexpected condition. For example: an Apache httpd with
 mod_(php|perl|lua|your_preferred_script_language) running a bad script. When
 the monitored process locks up, the watchcat helps killing him. It is the best
 thing to do.

-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#603216: ITP: libwcat1 -- Process monitoring library

2010-11-11 Thread Cyril Bouthors
Package: wnpp
Owner: Cyril Bouthors c...@debian.org
Severity: wishlist

* Package name: libwcat1
  Version : 1.1
  Upstream Author : Andre Nathan an...@digirati.com.br
* URL or Web page : http://oss.digirati.com.br/watchcatd/
* License : LGPL
  Description :  A bug or malicious attacks to machine can lock up a 
process, leading to a
 deadlock or an unexpected condition. For example: an Apache httpd with
 mod_(php|perl|lua|your_preferred_script_language) running a bad script. When
 the monitored process locks up, the watchcat helps killing him. It is the best
 thing to do.

-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#603217: ITP: libapache2-mod-watchcat -- Process monitoring Apache module

2010-11-11 Thread Cyril Bouthors
Package: wnpp
Owner: Cyril Bouthors c...@debian.org
Severity: wishlist

* Package name: libapache2-mod-watchcat
  Version : 1.0
  Upstream Author : Andre Nathan an...@digirati.com.br
* URL or Web page : http://oss.digirati.com.br/mod_watchcat/
* License : GPL
  Description :  A bug or malicious attacks to machine can lock up a 
process, leading to a
 deadlock or an unexpected condition. For example: an Apache httpd with
 mod_(php|perl|lua|your_preferred_script_language) running a bad script. When
 the monitored process locks up, the watchcat helps killing him. It is the best
 thing to do.

-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#594779: ITP: libdevice-usb-pcsensor-hidtemper-perl -- Perl module to interface to the HidTEMPer thermometers

2010-08-29 Thread Cyril Bouthors
Package: wnpp
Owner: Cyril Bouthors c...@debian.org
Severity: wishlist

* Package name: libdevice-usb-pcsensor-hidtemper-perl
  Version : 0.0201
  Upstream Author : Magnus Sulland  msull...@cpan.org 
* URL or Web page : 
http://search.cpan.org/dist/Device-USB-PCSensor-HidTEMPer/lib/Device/USB/PCSensor/HidTEMPer/TEMPer.pm
* License : Perl
  Description : Perl module to interface to the HidTEMPer thermometers
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#592385: zendframework: Unable to translate error messages because resources files are not shipped

2010-08-09 Thread Cyril Bouthors
Package: zendframework
Version: 1.10.6-1
Severity: wishlist

I'm unable to use the pre-translated error messages of Zend_Validate
because resources files are not shipped in the Debian package.

Resources files can be found in resources/languages/ in the original
upstream release, as of 1.10.7:

  ZendFramework-1.10.7/resources/languages:
  total used in directory 48 available 18696796
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 de
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 en
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 es
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 fr
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 it
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 ja
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 nl
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 pt_BR
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 ru
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 sr
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 sv
  drwxr-xr-x 2 cyb cyb 4096 2010-07-27 15:16 uk

Information about how to use pre-translated error messages can be found
at 
http://framework.zend.com/manual/en/zend.validate.messages.html#zend.validate.messages.pretranslated

Could you please provide resources files in the Debian package?

Regards,

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

Kernel: Linux 2.6.26-2-vserver-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages zendframework depends on:
ii  php5   5.2.6.dfsg.1-1+lenny9 server-side, HTML-embedded scripti

zendframework recommends no packages.

Versions of packages zendframework suggests:
ii  php5-common [php5- 5.2.6.dfsg.1-1+lenny9 Common files for packages built fr
ii  php5-curl  5.2.6.dfsg.1-1+lenny9 CURL module for php5
ii  php5-gd5.2.6.dfsg.1-1+lenny9 GD module for php5
pn  php5-imap  none(no description available)
pn  php5-ldap  none(no description available)
pn  php5-mysql none(no description available)
pn  php5-pgsql none(no description available)
ii  php5-sqlite5.2.6.dfsg.1-1+lenny9 SQLite module for php5
pn  php5-sqlite3   none(no description available)

-- no debconf information

-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#353766: emacs-goodies-el: projects.el: wrong buffer name after dired-do-rename

2010-07-09 Thread Cyril Bouthors
On 21 Jun 2010, p...@debian.org wrote:

 M-g foo RET

 M-g ?

 Are you sure?  Doesn't do anything here...

`j foo RET' seems to be the correct bindings nowadays.

 The only things that work with projects.el go through
 `create-file-buffer'.  It doesn't know about anything else.

 Hmm.  projects doesn't save settings across settings.  Shouldn't it?
 Or do you use it in a temporary (one-session) fashion anyway?

Sorry, I don't understand the questions. Can you explain it?

It the meanwhile, I've found several other ways to reproduce the bug, we might
discuss it if this one is fixed someday.
-- 
Cyril Bouthors - Administration Système, Développement
Infogérance, Virtualisation, Monitoring, Haute Disponibilité
ISVTEC SARL, 14 avenue de l'Opéra, 75001 Paris
Tél : 08 92 16 00 88 - Fax : 01 77 72 57 24



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



Bug#573447: Patch works

2010-03-23 Thread Cyril Bouthors
tags 573447 patch
thanks

Xavier,

I successfully applied your patch locally and I can't reproduce the bug
anymore.

I can now use mg on my huge screen :)

Trent, I think you can apply the patch to the package.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#573447: Segfault when terminal is 129 lines

2010-03-11 Thread Cyril Bouthors
Package: mg
Version: 20070918-2
Severity: normal

mg segfaults when the terminal is bigger than 129 lines.

Here's the procedure to reproduce :

resize your terminal in order to have more than 129 lines (reduce the
font size if needed) then:
$ echo $LINES
130
$ mg
Segmentation fault
$ 

With anything bellow or equal to 129, it works.

It often happens when using huge screens and full screen terminals.

The same bug is reproducible with versions 20070918-2, 20080610-1 and
20090107-3.

Regards,

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

Kernel: Linux 2.6.31-19-vserver (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages mg depends on:
ii  libc6 2.7-18lenny2   GNU C Library: Shared libraries
ii  libncurses5   5.7+20081213-1 shared libraries for terminal hand

mg recommends no packages.

mg suggests no packages.

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#561566: update log

2009-12-19 Thread Cyril Bouthors
 So, there's a message that, in clear text, tells you to do something,
 but you don't do it because you are afraid ??? COME ON !

 Run the shell installer AFTER EACH UPGRADE as it prompts you on the
 shell, do not be afraid, it wont break.

If we are so a sure it won't break and it's needed AFTER EACH
UPGRADE, we need to run it automatically.

Would it be possible to do so in postinst?

I think the real bug is there.

Regards,
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#553458: Rsync patch to support ionice settings

2009-11-20 Thread Cyril Bouthors
FYI, the package dlocate already has support for the same feature.

You probably want to get inspired from /etc/cron.daily/dlocate:

# See ionice(1)
if [ -x /usr/bin/ionice ]; then
  # don't run ionice if kernel version  2.6.13
  KVER=$(uname -r)
  case $KVER in
2.[012345]*) ;;

2.6.[0-9])   ;;
2.6.[0-9].*) ;;

2.6.1[012]*) ;;

# redirect ionice output to /dev/null 
# because VSERVER doesn't like it.  See Bug#456292
*) ionice -c3 -p$$  /dev/null 21 ;;
  esac
fi

This could be a good start for a rsync initscript patch to support
RSYNC_IONICE option.

HIH
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#553458: Ugly quick hack

2009-11-20 Thread Cyril Bouthors
Here's a ugly quick hack for the feature:

# echo 'ionice -c3 -p$$'  /etc/default/rsync
# ionice $(pidof rsync)
none: prio 4
# /etc/init.d/rsync restart
Restarting rsync daemon: rsync.
# ionice $(pidof rsync)
idle


Waiting for the initscript patch :)
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#523066: pgbouncer: /etc/init.d/pgbouncer stop fails to stop pgbouncer if clients are connected

2009-04-08 Thread Cyril Bouthors
Package: pgbouncer
Version: 1.3-1
Severity: important

Fernando,

/etc/init.d/pgbouncer stop fails to stop pgbouncer if clients are
connected.

You can easily reproduce this bug with the following procedure:

 - configure and start postgresql

 - configure and start pgbouncer

 - connect to pgbouncer and make a query in order for pgbouncer to be
   connected to postgresql :

# psql -p 5433 -h localhost -U postgres 
Welcome to psql 8.3.6 (server 8.3.7), the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms
   \h for help with SQL commands
   \? for help with psql commands
   \g or terminate with semicolon to execute query
   \q to quit

postgres=# SELECT 1;
 ?column? 
--
1
(1 row)

postgres=# 

 - keep the psql client open

 - try to stop pgbouncer:

# /etc/init.d/pgbouncer stop
Stopping: pgbouncer.

 - pgbouncer is still running:
# ps -C pgbouncer h
 4342 ?S 0:04 /usr/sbin/pgbouncer -d /etc/pgbouncer/pgbouncer.ini

 - because the client is still connected:
# ps -C postgres h | grep local
 5934 ?Ss0:00 postgres: postgres postgres [local] idle

 - stop the client:
postgres=# \q
# 

 - now pgbouncer has stopped:
# ps -C pgbouncer h
#


When trying to /etc/init.d/pgbouncer restart when many clients are
connected, it's even worst: it looks like the daemon has been
successfully restarted without any error but it's just waiting for
clients to disconnect.

pgbouncer will eventually stop few minutes/hours/days/weeks after, when
all clients have decided to disconnect at the same time and it looks
like a crash.

I've made a patch to fix this issue. It sends different signals to the
daemon until it terminates properly, SIGINT then SIGTERM then SIGKILL
with a 1 second delay between each.

I hope it helps,

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

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

Versions of packages pgbouncer depends on:
ii  libc6 2.9-5  GNU C Library: Shared libraries
ii  libevent1 1.3e-3 An asynchronous event notification
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  postgresql-common 97 PostgreSQL database-cluster manage

pgbouncer recommends no packages.

pgbouncer suggests no packages.

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-
*** pgbouncer.00	Sun Mar  1 02:51:17 2009
--- pgbouncer	Wed Apr  8 07:51:34 2009
***
*** 43,56 
  	fi
  }
  
! d_stop() {
! 	SIG=${1:-INT}
! 	killproc -p $PIDFILE $DAEMON $SIG
! 	status=$?
! 	[ $status -eq 0 ] || [ $status -eq 3 ]
! 	return $?
  }
  
  
  case $1 in
  start)
--- 43,65 
  	fi
  }
  
! d_reload() {
! is_running || return 0
! 
! killproc -p $PIDFILE $DAEMON HUP
  }
  
+ d_stop() {
+ SIGS='INT TERM KILL'
+ 
+ for sig in $SIGS
+ do
+ 	is_running || return 0
+ 
+ 	killproc -p $PIDFILE $DAEMON $sig
+ 	sleep 1
+ done
+ }
  
  case $1 in
  start)
***
*** 79,85 
  	;;
  restart|force-reload)
  	log_daemon_msg Restarting pgbouncer pgbouncer
! 	d_stop  sleep 1  d_start
  	log_end_msg $?
  	;;
  try-restart)
--- 88,95 
  	;;
  restart|force-reload)
  	log_daemon_msg Restarting pgbouncer pgbouncer
! 	d_stop
! 	d_start
  	log_end_msg $?
  	;;
  try-restart)
***
*** 92,98 
  reload)
  	if is_running; then
  		log_daemon_msg Reloading configuration pgbouncer
! 		d_stop -HUP
  		log_end_msg $?
  	else
  		log_failure_msg pgbouncer is not running.
--- 102,108 
  reload)
  	if is_running; then
  		log_daemon_msg Reloading configuration pgbouncer
! 		d_reload
  		log_end_msg $?
  	else
  		log_failure_msg pgbouncer is not running.


Bug#521044: virtinst: virement-install should provide --vncip=IP option

2009-03-24 Thread Cyril Bouthors
Package: virtinst
Version: 0.400.3-1
Severity: wishlist

'virt-install --vnc' only opens by default a port on 127.0.0.1 and the
VM can't be remotely accessed through the VNC server.

The only way to change it is to apply the following procedure:

 - virt-install --vnc --name foo ...
 - virsh destroy foo
 - virsh dumpxml foo  /tmp/foo.xml
 - vi /tmp/foo.xml
 - add listen='IP' in graphics, save, quit
 - virsh define /tmp/foo.xml
 - virsh start foo

I guess it would be nice to add an option called --vncip VNCIP to
virt-install like the actual --vncport=VNCPORT.

Thanks.

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

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

Versions of packages virtinst depends on:
ii  python  2.5.4-2  An interactive high-level object-o
ii  python-libvirt  0.6.1-1  libvirt Python bindings
ii  python-libxml2  2.7.3.dfsg-1 Python bindings for the GNOME XML
ii  python-support  0.8.7automated rebuilding support for P
ii  python-urlgrabber   3.1.0-4  A high-level cross-protocol url-gr

Versions of packages virtinst recommends:
ii  qemu  0.10.1-1   fast processor emulator
ii  virement-viewer   0.0.3-2Displaying the graphical 
console o

virtinst suggests no packages.

-- no debconf information
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-



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



Bug#492843: Patch against postgresql-common to allow passing pg_ctl options from cli and conf file

2009-03-17 Thread Cyril Bouthors
Martin,

According to our conversation on IRC, here's the patch against latest
BZR version of postgresql-common to allow passing pg_ctl options from
command line and configuration file to pg_ctlcluster.

The syntax is:
pg_ctlcluster version cluster -- pg_ctl_option

This is useful for run-time options like '-m smart when doing
maintenance.


This patch also introduces a new configuration file called
/etc/postgresql/version/cluster/pg_ctl.conf in which you can pass
default arguments that will be called at boot time from initscripts.

The syntax is:
pg_ctl_options = 'OPTIONS'

This is quite useful when you want to activate options on the long term
run, like '-c'.


I updated the documentation accordingly [1], wrote tests for the new
features [2] and modified the other tools for coherence [3].

My patch also ships a test to ensure that the user postgres in the UNIX
group ssl-sert because tests will silently fail otherwise and fixes a
small issue in t/TestLib.pm regarding open files.

Regards,

[1] architecture.html, debian/changelog, pg_ctlcluster(8)
[2] t/085_pg_ctl.conf.t
[3] pg_createcluster, pg_dropcluster, pg_upgradecluster
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-
=== modified file 'PgCommon.pm'
--- PgCommon.pm	2009-02-15 12:54:33 +
+++ PgCommon.pm	2009-03-17 11:42:32 +
@@ -11,7 +11,7 @@
 our @ISA = ('Exporter');
 our @EXPORT = qw/error user_cluster_map get_cluster_port set_cluster_port
 get_cluster_socketdir set_cluster_socketdir cluster_port_running
-get_cluster_start_conf set_cluster_start_conf
+get_cluster_start_conf set_cluster_start_conf set_cluster_pg_ctl_conf
 get_program_path cluster_info get_versions get_newest_version version_exists
 get_version_clusters next_free_port cluster_exists install_file
 change_ugid config_bool get_db_encoding get_cluster_locales
@@ -408,6 +408,29 @@
 close F;
 }
 
+# Change pg_ctl.conf setting.
+# Arguments: version cluster
+# value = options passed to pg_ctl(1)
+sub set_cluster_pg_ctl_conf {
+my ($v, $c, $val) = @_;
+
+my $perms = 0644;
+
+# pg_ctl.conf setting
+my $pg_ctl_conf = $confroot/$v/$c/pg_ctl.conf;
+my $text = # Automatic pg_ctl configuration
+# This configuration file contains cluster specific options to be passed to
+# pg_ctl(1).
+
+pg_ctl_options = '$val'
+;
+
+open F, '' . $pg_ctl_conf or error Could not open $pg_ctl_conf for writing: $!;
+chmod $perms, $pg_ctl_conf;
+print F $text;
+close F;
+}
+
 # Return a hash with information about a specific cluster.
 # Arguments: version cluster name
 # Returns: information hash (keys: pgdata, port, running, logfile [unless it

=== modified file 'architecture.html'
--- architecture.html	2009-02-15 12:55:03 +
+++ architecture.html	2009-03-13 10:42:15 +
@@ -93,6 +93,7 @@
 codemanual/code (do not start/stop in init script, but manual
 control with codepg_ctlcluster/code is possible), idisabled/i
 (codepg_ctlcluster/code is not allowed)./li
+  lioptionally codepg_ctl.conf/code: options to be passed to pg_ctl.
   lioptionally a symbolic link codelog/code which points to
   the postmaster log file. Defaults to
   code/var/log/postgresql/postgresql-/codeiversion/icode-/codeicluster/icode.conf/code.  

=== modified file 'debian/changelog'
--- debian/changelog	2009-02-28 12:45:39 +
+++ debian/changelog	2009-03-13 11:25:52 +
@@ -2,6 +2,8 @@
 
   * t/030_errors.t: Fix no space left on device test for non-English
 locales.
+  * Added support for pg_ctl.conf by Cyril Bouthors cy...@bouthors.org
+(Closes: #492843)
 
  -- Martin Pitt mp...@debian.org  Sat, 28 Feb 2009 13:45:13 +0100
 

=== modified file 'pg_createcluster'
--- pg_createcluster	2009-02-15 12:55:03 +
+++ pg_createcluster	2009-03-13 15:24:29 +
@@ -270,11 +270,15 @@
 # create default start file
 set_cluster_start_conf $version, $cluster, $startconf;
 
+# create default pg_ctl.conf file
+set_cluster_pg_ctl_conf $version, $cluster, '';
+
 # move conffiles, setup permissions
 move_conffile $datadir/postgresql.conf, $confdir, $owneruid, $ownergid, '644';
 move_conffile $datadir/pg_hba.conf, $confdir, $owneruid, $ownergid, '640', 'hba_file';
 move_conffile $datadir/pg_ident.conf, $confdir, $owneruid, $ownergid, '640', 'ident_file';
 chown $owneruid, $ownergid, $datadir, $confdir, $confdir/start.conf or die chown: $!;
+chown $owneruid, $ownergid, $datadir, $confdir, $confdir/pg_ctl.conf or die chown: $!;
 
 PgCommon::set_conf_value $version, $cluster, 'postgresql.conf', 'data_directory', $datadir;
 
@@ -422,9 +426,9 @@
 Iname, it creates the necessary configuration files in
 C/etc/postgresql/IversionC/InameC/; in particular these are
 Cpostgresql.conf, Cpg_ident.conf, Cpg_hba.conf, a postgresql-common
-specific configuration file Cstart.conf (see BSTARTUP CONTROL below), and a
-symbolic link Clog which points to the log file (by default,
-C/var/log/postgresql/postgresql-IversionC-InameC.log

Bug#492843: Patch against postgresql-common to allow passing pg_ctl options from cli and conf file

2009-03-17 Thread Cyril Bouthors
Martin,

Here's patch that fixes multiple arguments to pg_ctl and stops
redirecting STDOUT and STDERR to /dev/null in order for the errors to be
seen.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-
=== modified file 'PgCommon.pm'
--- PgCommon.pm	2009-02-15 12:54:33 +
+++ PgCommon.pm	2009-03-17 11:42:32 +
@@ -11,7 +11,7 @@
 our @ISA = ('Exporter');
 our @EXPORT = qw/error user_cluster_map get_cluster_port set_cluster_port
 get_cluster_socketdir set_cluster_socketdir cluster_port_running
-get_cluster_start_conf set_cluster_start_conf
+get_cluster_start_conf set_cluster_start_conf set_cluster_pg_ctl_conf
 get_program_path cluster_info get_versions get_newest_version version_exists
 get_version_clusters next_free_port cluster_exists install_file
 change_ugid config_bool get_db_encoding get_cluster_locales
@@ -408,6 +408,29 @@
 close F;
 }
 
+# Change pg_ctl.conf setting.
+# Arguments: version cluster
+# value = options passed to pg_ctl(1)
+sub set_cluster_pg_ctl_conf {
+my ($v, $c, $val) = @_;
+
+my $perms = 0644;
+
+# pg_ctl.conf setting
+my $pg_ctl_conf = $confroot/$v/$c/pg_ctl.conf;
+my $text = # Automatic pg_ctl configuration
+# This configuration file contains cluster specific options to be passed to
+# pg_ctl(1).
+
+pg_ctl_options = '$val'
+;
+
+open F, '' . $pg_ctl_conf or error Could not open $pg_ctl_conf for writing: $!;
+chmod $perms, $pg_ctl_conf;
+print F $text;
+close F;
+}
+
 # Return a hash with information about a specific cluster.
 # Arguments: version cluster name
 # Returns: information hash (keys: pgdata, port, running, logfile [unless it

=== modified file 'architecture.html'
--- architecture.html	2009-02-15 12:55:03 +
+++ architecture.html	2009-03-13 10:42:15 +
@@ -93,6 +93,7 @@
 codemanual/code (do not start/stop in init script, but manual
 control with codepg_ctlcluster/code is possible), idisabled/i
 (codepg_ctlcluster/code is not allowed)./li
+  lioptionally codepg_ctl.conf/code: options to be passed to pg_ctl.
   lioptionally a symbolic link codelog/code which points to
   the postmaster log file. Defaults to
   code/var/log/postgresql/postgresql-/codeiversion/icode-/codeicluster/icode.conf/code.  

=== modified file 'debian/changelog'
--- debian/changelog	2009-02-28 12:45:39 +
+++ debian/changelog	2009-03-13 11:25:52 +
@@ -2,6 +2,8 @@
 
   * t/030_errors.t: Fix no space left on device test for non-English
 locales.
+  * Added support for pg_ctl.conf by Cyril Bouthors cy...@bouthors.org
+(Closes: #492843)
 
  -- Martin Pitt mp...@debian.org  Sat, 28 Feb 2009 13:45:13 +0100
 

=== modified file 'pg_createcluster'
--- pg_createcluster	2009-02-15 12:55:03 +
+++ pg_createcluster	2009-03-13 15:24:29 +
@@ -270,11 +270,15 @@
 # create default start file
 set_cluster_start_conf $version, $cluster, $startconf;
 
+# create default pg_ctl.conf file
+set_cluster_pg_ctl_conf $version, $cluster, '';
+
 # move conffiles, setup permissions
 move_conffile $datadir/postgresql.conf, $confdir, $owneruid, $ownergid, '644';
 move_conffile $datadir/pg_hba.conf, $confdir, $owneruid, $ownergid, '640', 'hba_file';
 move_conffile $datadir/pg_ident.conf, $confdir, $owneruid, $ownergid, '640', 'ident_file';
 chown $owneruid, $ownergid, $datadir, $confdir, $confdir/start.conf or die chown: $!;
+chown $owneruid, $ownergid, $datadir, $confdir, $confdir/pg_ctl.conf or die chown: $!;
 
 PgCommon::set_conf_value $version, $cluster, 'postgresql.conf', 'data_directory', $datadir;
 
@@ -422,9 +426,9 @@
 Iname, it creates the necessary configuration files in
 C/etc/postgresql/IversionC/InameC/; in particular these are
 Cpostgresql.conf, Cpg_ident.conf, Cpg_hba.conf, a postgresql-common
-specific configuration file Cstart.conf (see BSTARTUP CONTROL below), and a
-symbolic link Clog which points to the log file (by default,
-C/var/log/postgresql/postgresql-IversionC-InameC.log).
+specific configuration file Cstart.conf (see BSTARTUP CONTROL below),
+Cpg_ctl.conf and a symbolic link Clog which points to the log file (by
+default, C/var/log/postgresql/postgresql-IversionC-InameC.log).
 
 Cpostgresql.conf is automatically adapted to use the next available port, i.
 e. the first port (starting from 5432) which is not yet used by an already
@@ -569,6 +573,9 @@
 lower level tools to control the postmaster process; this option is only meant
 to prevent accidents during maintenance, not more.
 
+The Cpg_ctl.conf file in the cluster configuration directory controls the
+options passed to pg_ctl of that cluster.
+
 =back
 
 =head1 SEE ALSO

=== modified file 'pg_ctlcluster'
--- pg_ctlcluster	2009-02-15 13:53:59 +
+++ pg_ctlcluster	2009-03-17 15:58:34 +
@@ -5,6 +5,7 @@
 # stops on 'stop'.
 #
 # (C) 2005 Martin Pitt mp...@debian.org
+# (C) 2009 Cyril Bouthors cy...@bouthors.org
 
 use lib '/usr/share/postgresql-common';
 use Getopt::Long;
@@ -210,6 +211,13

Bug#512400: memcached: Please provide contrib scripts like scripts/memcached-tool

2009-01-20 Thread Cyril Bouthors
Package: memcached
Version: 1.2.2-1
Severity: wishlist
Tags: +patch

Jay,

The contrib script memcached-tool is quite useful, it's available in
the scripts/ directory of upstream tarball but not in the Debian package.

I've attached a one-line patch to install it under
/usr/share/memcached/scripts/memcached-tool

Could you please provide it?

Best regards,

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

Kernel: Linux 2.6.26-1-vserver-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored:
LC_ALL set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages memcached depends on:
ii  libc6 2.7-18 GNU C Library: Shared libraries
ii  libevent1 1.3e-3 An asynchronous event
notification
ii  perl  5.10.0-19  Larry Wall's Practical
Extraction

memcached recommends no packages.

Versions of packages memcached suggests:
pn  libcache-memcached-perl   none (no description available)

-- no debconf information

-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-

*** rules.00	2009-01-20 13:53:42.0 +
--- rules	2009-01-20 13:53:22.0 +
***
*** 68,73 
--- 68,74 
  	install -m 644 $(CURDIR)/debian/memcached.conf $(CURDIR)/$(PKGBASE)/memcached.conf.default
  	#install -d $(SCRIPTS)
  	install -m 744 $(CURDIR)/scripts/start-memcached $(SCRIPTS)
+ 	install -m 744 $(CURDIR)/scripts/memcached-tool $(SCRIPTS)
  	install -m 755 $(CURDIR)/scripts/memcached-init $(CURDIR)/debian/memcached.init
  
  


Bug#500348: RFA: bld

2008-09-27 Thread Cyril Bouthors
Package: wnpp
Severity: normal

I'm looking for a new maintainer for the bld package.

-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-




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



Bug#500349: RFA: came

2008-09-27 Thread Cyril Bouthors
Package: wnpp
Severity: normal

I'm looking for a new maintainer for the came package.
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-




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



  1   2   3   >