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#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#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#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-rc-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-rc-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-rc-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-rc-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-rc-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-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#499522: pgbouncer fails to start because of -n option

2008-09-19 Thread Cyril Bouthors
Package: pgbouncer
Version: 1.1.2.1-1
Severity: critical

/etc/init.d/pgbouncer tries to start pgbouncer with -n option but it does not 
exist fails:

(Reading database ... 21108 files and directories currently installed.)
Unpacking pgbouncer (from .../pgbouncer_1.1.2.1-1_i386.deb) ...
Processing triggers for man-db ...
Setting up pgbouncer (1.1.2.1-1) ...
Starting pgbouncer-II: pgbouncer.
/usr/sbin/pgbouncer: invalid option -- n
usage: pgbouncer [-d] [-R] [-q] [-v] [-h|-V] config.ini

If I remove it from the initscript, it starts nicely:

[EMAIL PROTECTED]:/var/log# diff /etc/init.d/pgbouncer.00 /etc/init.d/pgbouncer
42c42
   su -c $DAEMON -n $OPTS 21 /dev/null  - postgres
---

su -c $DAEMON $OPTS 21 /dev/null  - postgres
   
[EMAIL PROTECTED]:/var/log# /etc/init.d/pgbouncer start
Starting pgbouncer-II: pgbouncer2008-09-19 13:26:50 26619 LOG File
descriptors limits: S:1024 H:1024
.
[EMAIL PROTECTED]:/var/log#




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



Bug#499521: pgbouncer: Missing user postgres when installing

2008-09-19 Thread Cyril Bouthors
Package: pgbouncer
Version: 1.1.2.1-1
Severity: critical

pgbouncer fails to start because it tries to run as 'postgres' but user
'postgres' is not created:

[EMAIL PROTECTED]:/# apt-get install pgbouncer
(...)
Unpacking pgbouncer (from .../pgbouncer_1.1.2.1-1_i386.deb) ...
Processing triggers for man-db ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up pgbouncer (1.1.2.1-1) ...
Starting pgbouncer-II: pgbouncerUnknown id: postgres failed!
invoke-rc.d: initscript pgbouncer, action start failed.
dpkg: error processing pgbouncer (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 pgbouncer
E: Sub-process /usr/bin/dpkg returned an error code (1)
[EMAIL PROTECTED]:/# id postgres
id: postgres: No such user
[EMAIL PROTECTED]:/#

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




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



Bug#448139: cfengine2: cfagent crashes with a segmentation fault when 31+ arguments are supplied

2007-10-26 Thread Cyril Bouthors
Package: cfengine2
Version: 2.1.22-2
Severity: critical

cfagent crashes with a segmentation fault when 31+ arguments are
supplied

It can easily be reproduced with:

$ cfagent -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a -a 
-a -a -a -a  -a -a -a -a
Segmentation fault
$

The typical use case of 31+ arguments is with multiple -Dfoo
arguments, like:

$ cfagent --no-lock -x -H -Dmyfai_munin_node -Dmyfai_eth0 
-Dmyfai_libnssdb_passwd -Dmyfai_libnssdb_shadow -Dmyfai_resolv_conf 
-Dmyfai_etc_hosts -Dmyfai_lilo -Dmyfai_firewall_web -Dmyfai_apt_preferences 
-Dmyfai_apt_list_changes -Dmyfai_apt_sources_list -Dmyfai_forward_root_emails 
-Dmyfai_exim_smarthost -Dmyfai_cyb_dotfiles -Dmyfai_ssh_key_root 
-Dmyfai_apt_cache_limit -Dmyfai_init_d_oshosting_nfs_mounts 
-Dmyfai_init_d_oshosting_links -Dmyfai_init_d_oshosting_update_config_web 
-Dmyfai_init_d_oshosting_update_nssdb_passwd 
-Dmyfai_init_d_oshosting_update_nssdb_shadow -Dmyfai_nfsmount_sessions 
-Dmyfai_nfsmount_myfai -Dmyfai_enable_rsyncd -Dmyfai_oshosting_nfs_mounts 
-Dmyfai_web_suexec_romain -Dmyfai_web_oshosting_phpkill 
-Dmyfai_bind9_forwarders -Dmyfai_static_route_to_mail_by_lbgw 
-Dmyfai_static_route_to_ns_by_lbgw -Dmyfai_enable_spamd -Dmyfai_spamd_flock 
-Dmyfai_spamd_disable_bayes -Dmyfai_spamd_enable_network 
-Dmyfai_cron_d_myfai_ntp -f /usr/local/myfai/etc/cfengine/generic.conf
Segmentation fault
$

I'm almost sure that this command used to be working on previous
versions of cfengine.

Regards,

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-2-vserver-686 (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 cfengine2 depends on:
ii  debconf [debconf-2.0] 1.5.14 Debian configuration management sy
ii  debianutils   2.25.1 Miscellaneous utilities specific t
ii  libc6 2.6.1-5GNU C Library: Shared libraries
ii  libdb4.6  4.6.19-1   Berkeley v4.6 Database Libraries [
ii  libssl0.9.8   0.9.8g-1   SSL shared libraries
pn  perl  none (no description available)

cfengine2 recommends no packages.

-- debconf information:
* cfengine2/run_cfservd: false
* cfengine2/run_cfenvd: false
* cfengine2/run_cfexecd: false



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



Bug#425010: mantis: Config file with CLEAR PASSWORD is world-wide readable!!

2007-05-18 Thread Cyril Bouthors
Package: mantis
Version: 1.0.6+dfsg-4.1
Severity: grave

After an upgrade of Mantis, the config file /etc/mantis/config_db.php
is world-wide readable and contains the clear password of my SQL
database!!!

Please urgently fix this as it creates a very big security hole.

The previous versions of Mantis was smarter:

  -rw-r-  1 root www-data 1887 2007-05-18 11:27 config.php
 ^^^ 

I've 'chgrp www-data' and 'chmod 640' the new file
/etc/mantis/config_db.php and it's working.

Thanks.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-vserver-686 (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 mantis depends on:
ii  apache  1.3.34-4.1   versatile, high-performance HTTP s
ii  apache2 2.2.3-4  Next generation, scalable, extenda
ii  apache2-mpm-prefork [apache 2.2.3-4+b1   Traditional model for Apache HTTPD
ii  dbconfig-common 1.8.33   common framework for packaging dat
ii  debconf 1.5.13   Debian configuration management sy
ii  libapache2-mod-php5 5.2.2-1+b1   server-side, HTML-embedded scripti
ii  libphp-adodb4.94-1   The 'adodb' database abstraction l
ii  libphp-phpmailer1.73-3   full featured email transfer class
ii  php4-cli6:4.4.6-2+b1 command-line interpreter for the p
ii  php4-mysql  6:4.4.6-2+b1 MySQL module for php4
ii  php5-cli5.2.2-1+b1   command-line interpreter for the p
ii  php5-mysql  5.2.2-1+b1   MySQL module for php5

mantis recommends no packages.

-- debconf information:
  mantis/dbconfig-reinstall: false
* mantis/dbconfig-install: true
* mantis/remote/newhost: localhost
  mantis/title: Mantis
* mantis/url: http://localhost/mantis/
  mantis/upgrade-backup: true
  mantis/internal/skip-preseed: false
  mantis/install-error: abort
  mantis/internal/reconfiguring: false
  mantis/dbconfig-remove:
* mantis/bounce: [EMAIL PROTECTED]
* mantis/db_autoupdate: true
* mantis/ldap: false
  mantis/ldap_server: localhost
  mantis/version:
  mantis/from: [EMAIL PROTECTED]
  mantis/show_version: true
  mantis/root_mysql: root
  mantis/passwords-do-not-match:
  mantis/signup: true
* mantis/admin: [EMAIL PROTECTED]
* mantis/mysql/admin-user: root
* mantis/remote/port:
* mantis/username: mantis
  mantis/purge: false
* mantis/webmaster: [EMAIL PROTECTED]
* mantis/dbconfig-upgrade: false
  mantis/remove-error: abort
* mantis/remote/host: localhost
* mantis/purge_db: true
* mantis/db/app-user: mantis
* mantis/mysql/method: tcp/ip
  mantis/dn: dn=
  mantis/mysql_port: 3306
* mantis/webserver: apache
* mantis/db/dbname: bugtracker
* mantis/database-type: mysql
  mantis/upgrade-error: abort
* mantis/app_configure: true
  mantis/language: english
* mantis/mysql_server: localhost
* mantis/database: bugtracker
  mantis/organisation:
-- 
 ,''`.
: :' :  Cyril Bouthors
`. `' Debian.org
  `-


pgpH20s79JmUw.pgp
Description: PGP signature


Bug#421415: ldirectord: Ldirectord crashed because of missing dep on libmail-pop3client-perl

2007-04-28 Thread Cyril Bouthors
Package: ldirectord
Version: 1.2.5-3
Severity: grave

Ldirector crashes because the package lacks a dep on
libmail-pop3client-perl :

DEBUG2: Checking negotiate: real
server=negotiate:pop:tcp:10.0.0.3:110\/:
(virtual=tcp:84.207.24.11:110)
Can't locate Mail/POP3Client.pm in @INC (@INC contains: /etc/perl
/usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8
/usr/local/lib/site_perl .) at /usr/sbin/ldirectord line 1942.
[EMAIL PROTECTED]:~#

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages ldirectord depends on:
ii  ipvsadm1.24+1.21-1.4 Linux Virtual Server support progr
ii  libcrypt-ssleay-perl   0.51-5Support for https protocol in LWP
ii  libdbi-perl1.54-1Perl5 database interface by Tim Bu
ii  libdigest-hmac-perl1.01-5create standard message integrity 
ii  libmail-imapclient-perl2.2.9+deb-5   Perl library for manipulating IMAP
ii  libmailtools-perl  1.74-1Manipulate email in perl programs
ii  libnet-dns-perl0.59-1Perform DNS queries from a Perl sc
ii  libnet-ldap-perl   1:0.33-2  A Client interface to LDAP servers
ii  libwww-perl5.805-1   WWW client/server library for Perl
ii  perl [libdigest-md5-perl]  5.8.8-7   Larry Wall's Practical Extraction 
ii  perl-modules [libnet-perl] 5.8.8-7   Core Perl modules

Versions of packages ldirectord recommends:
ii  logrotate 3.7.1-3Log rotation utility
ii  sysklogd  1.4.1-20   System Logging Daemon

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


pgpbbGgxz6zoD.pgp
Description: PGP signature


Bug#388399: gnuplot: FTBFS

2006-09-21 Thread Cyril Bouthors
retitle 388399 mktexmf: line 92: mf31966.tmp: Permission denied on alpha, 
mips and mipsel
reassign 388399 tetex-bin
thanks

On 20 Sep 2006, [EMAIL PROTECTED] wrote:

 Package: gnuplot
 Version: 1:2.5.0p2-2


 Buildd logs show that gnuplot is failing to build from source on
 alpha, mips and mipssel:

 http://buildd.debian.org/build.php?arch=alphapkg=amandaver=1:2.5.0p2-2
 http://buildd.debian.org/build.php?arch=mipspkg=amandaver=1:2.5.0p2-2
 http://buildd.debian.org/build.php?arch=mipselpkg=amandaver=1:2.5.0p2-2


 My interest is that gnuplot is blocking transition of amanda to testing.

 Regards
 Alex Owen

It looks like this bug is coming from mktexmf (package tetex-bin):

http://buildd.debian.org/fetch.php?pkg=gnuplotver=4.0.0-5arch=alphastamp=1158062374file=logas=raw

(...)
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; 
input ecrm1728
This is METAFONT, Version 2.71828 (Web2C 7.5.4)
kpathsea: Running mktexmf ecrm1728
/usr/bin/mktexmf: line 92: mf31966.tmp: Permission denied
chmod: cannot access `mf31966.tmp': No such file or directory
mv: cannot stat `mf31966.tmp': No such file or directory
mktexmf: /home/buildd/.texmf-var/fonts/source/jknappen/ec/ecrm1728.mf: 
successfully generated.
/usr/share/texmf/web2c/mktexupd: 
/home/buildd/.texmf-var/fonts/source/jknappen/ec/ecrm1728.mf not a file.
warning: kpathsea: mktexpk output 
`/home/buildd/.texmf-var/fonts/source/jknappen/ec/ecrm1728.mf' instead of a 
filename.

! I can't find file `ecrm1728'.
* ...ljfour; mag:=1; nonstopmode; input ecrm1728

Please type another input file name
! Emergency stop.
* ...ljfour; mag:=1; nonstopmode; input ecrm1728

Transcript written on mfput.log.
grep: ecrm1728.log: No such file or directory
mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input 
ecrm1728' failed to make ecrm1728.tfm.
kpathsea: Appending font creation commands to missfont.log.

No file ps_fontfile_doc.aux.
! Font T1/cmr/m/n/17.28=ecrm1728 at 17.28pt not loadable: Metric (TFM) file not
 found.
to be read again
   relax
l.146 \maketitle

?
! Emergency stop.
to be read again
   relax
l.146 \maketitle

No pages of output.
Transcript written on ps_fontfile_doc.log.
make[1]: *** [ps_fontfile_doc.ps] Error 1
make[1]: Leaving directory `/build/buildd/gnuplot-4.0.0/docs/psdoc'
make: *** [build-indep-stamp] Error 2
**
Build finished at 20060912-1158
FAILED [dpkg-buildpackage died]
(...)

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


pgpuzcgXp0svA.pgp
Description: PGP signature


Bug#361263: Bug#376606:

2006-07-06 Thread Cyril Bouthors
On  5 Jul 2006, Mike O'Connor wrote:

 reopen 376606
 thanks

 I'm reopening this bug again. the fact that there is another package
 which doesn't have this bug doesn't make this package any less buggy.

 If this package should not remain in the archive please reassign the
 bug to ftp.debian.org to have the package removed.

 So long as this package remains in the archive and cannot be built
 against the current linux-source, this bug should remain open.

 thanks,
 stew

Mike,

I've asked James Troup and others [EMAIL PROTECTED]
to remove drbd from unstable THREE MONTHS AGO and nothing happened
yet!

I've sent several reminders by mail and on IRC and still nothing
happened.

I don't know what else to do, I guess we have to be patient, after all
it's Debian habits...

Please have a look at http://bugs.debian.org/361263 for more
information.

Thanks.
-- 
Cyril Bouthors


pgp3XNRUKdAmx.pgp
Description: PGP signature


Bug#376606: drbd0.8-module-source: 0.8-pre1-1 doesn't compile with kernel 2.6.16

2006-07-05 Thread Cyril Bouthors
close 376606
thanks

On  4 Jul 2006, Mike O'Connor wrote:

 8.0-pre1-1 fails to build against linux-source 2.6.16

Mike,

Version 8.0-pre3-1 fixes this issue and has been uploaded more than 2
months ago.

Would you please upgrade and report bugs recent versions?

Thanks
-- 
Cyril Bouthors


pgpzb9YnJyOZL.pgp
Description: PGP signature


Bug#349587: $SSH_AGENT_PID is still not available with sudo -s

2006-04-08 Thread Cyril Bouthors
On  5 Apr 2006, Steve Langasek wrote:

   env_check += SSH_AGENT_PID

I've put `Defaults env_keep += *' in my /etc/sudoers and it fixed the
bug permanently.

We can consider this as a feature so I don't need anything to be
fixed.

Thanks.
-- 
Cyril Bouthors


pgp4Tpk2wTEal.pgp
Description: PGP signature


Bug#351942: fixed in csync2 1.30-2

2006-03-28 Thread Cyril Bouthors
On 28 Mar 2006, Adeodato Simó wrote:

 -Build-Depends: debhelper (= 4.0.0), librsync-dev, libsqlite0-dev, 
libgnutls-dev, bison, flex
 +Build-Depends: debhelper (= 4.0.0), librsync-dev, libsqlite0-dev, 
 libgnutls-dev, bison, flex, netbase (=4.25)

Fixed, sorry.
-- 
Cyril Bouthors


pgpaN1dlYs6k6.pgp
Description: PGP signature


Bug#355671: galeon: ESC is bound to 'OK' instead of 'Cancel' with javascript confirmation popups!

2006-03-07 Thread Cyril Bouthors
Package: galeon
Version: 2.0.1-2
Severity: grave

ESC is bound to 'OK' instead of 'Cancel' with javascript confirmation
popups!

To reproduce, use the following HTML/JavaScript code:



body

SCRIPT LANGUAGE=JavaScript
function ask_confirmation(txt) {
  resultat = confirm(txt);
  if(resultat==1){ return true; } else { return false; }
}
/SCRIPT

a href=./ onclick=return ask_confirmation('Sure?')foo/a



Then click on the link and hit ESC, this will *CONFIRM* the request
instead of cancelling it!

I've lost important data because of this bug and I guess many others
will. Please fix this ASAP.

Work-around: use ALT-c or click on the 'Cancel' button with the mouse.

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

Versions of packages galeon depends on:
ii  galeon-common2.0.1-1 GNOME web browser for advanced use
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libatk1.0-0  1.10.3-1The ATK accessibility toolkit
ii  libbonobo2-0 2.10.1-1Bonobo CORBA interfaces library
ii  libbonoboui2-0   2.10.1-2The Bonobo UI library
ii  libc62.3.6-2 GNU C Library: Shared libraries an
ii  libcairo21.0.2-3 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.3.2-2 generic font configuration library
ii  libgcc1  1:4.0.2-9   GCC support library
ii  libgconf2-4  2.12.1-9GNOME configuration database syste
ii  libglade2-0  1:2.5.1-2   library to load .glade files at ru
ii  libglib2.0-0 2.8.6-1 The GLib library of C routines
ii  libgnome-desktop-2   2.12.2-2Utility library for loading .deskt
ii  libgnome-keyring00.4.7-1 GNOME keyring services library
ii  libgnome2-0  2.12.0.1-5  The GNOME 2 library - runtime file
ii  libgnomecanvas2-02.12.0-2A powerful object-oriented display
ii  libgnomeui-0 2.12.1-1The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0   2.12.2-6GNOME virtual file-system (runtime
ii  libgtk2.0-0  2.8.12-1The GTK+ graphical user interface 
ii  libice6  6.9.0.dfsg.1-4  Inter-Client Exchange library
ii  libmozjs0d   1.8.0.1-4   The Mozilla SpiderMonkey JavaScrip
ii  libnspr4-0d  1.8.0.1-4   NetScape Portable Runtime Library
ii  liborbit21:2.12.4-1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-01.10.4-1Layout and rendering of internatio
ii  libpopt0 1.7-5   lib for parsing cmdline parameters
ii  libsm6   6.9.0.dfsg.1-4  X Window System Session Management
ii  libstartup-notification0 0.8-1   library for program launch feedbac
ii  libstdc++6   4.0.2-9 The GNU Standard C++ Library v3
ii  libx11-6 6.9.0.dfsg.1-4  X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.9.0.dfsg.1-4  X Window System miscellaneous exte
ii  libxi6   6.9.0.dfsg.1-4  X Window System Input extension li
ii  libxinerama1 6.9.0.dfsg.1-4  X Window System multi-head display
ii  libxml2  2.6.23.dfsg.2-2 GNOME XML library
ii  libxrandr2   6.9.0.dfsg.1-4  X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0.2-1 X Rendering Extension client libra
ii  libxul0d 1.8.0.1-4   Gecko engine library
ii  procps   1:3.2.6-2.1 /proc file system utilities
ii  zlib1g   1:1.2.3-9   compression library - runtime

Versions of packages galeon recommends:
ii  gnome-control-center [capplet 1:2.12.3-2 utilities to configure the GNOME d
ii  gnome-icon-theme  2.12.1-2   GNOME Desktop icon theme
ii  iso-codes 0.49-1 ISO language, territory, currency 
ii  scrollkeeper  0.3.14-10  A free electronic cataloging syste
ii  yelp  2.12.2-4   Help browser for GNOME 2

-- no debconf information

-- 
Cyril Bouthors


pgpJkWIkrBdFY.pgp
Description: PGP signature


Bug#346781: Intend to NMU xdiskusage

2006-01-25 Thread Cyril Bouthors
On 20 Jan 2006, Nico Golde wrote:

 Hi,
 I think you had some time to react to this bug. I intend to NMU this
 bug.
 patch attached.

Nico,

I have to admit I was quite busy lately, my apologies for this lack of
reaction.

Thank you for fixing the problem.
-- 
Cyril Bouthors


pgpZmc3d8ydsL.pgp
Description: PGP signature


Bug#345965: csync2: FTBFS: timestamp skew issues?

2006-01-04 Thread Cyril Bouthors
On  4 Jan 2006, Kurt Roeckx wrote:

 /build/buildd/csync2-1.29/missing: line 46: flex: command not found

 I assume this is a timestamp skew issue.

I think it's a bug in the build deps.

Fixing...
-- 
Cyril Bouthors


pgpwyeLBDegKc.pgp
Description: PGP signature


Bug#316479: clusterssh: cssh does not start and complains about X11/Protocol.pm

2005-07-20 Thread Cyril Bouthors
OK, I've spent the whole morning digging the bug and I've found it.

The function get_all() in /usr/share/perl5/X11/Auth.pm silently
returned nothing because my ~/.Xauthority seemed corrupted:

[EMAIL PROTECTED]:~$ xauth
Using authority file /home/cyb/.Xauthority
xauth list
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
Illegal Address:
[...]
[238 identical lines skipped]
[...]
wide/unix:0  MIT-MAGIC-COOKIE-1  678a5dd01e388f83c14bdf26c25bbd73
localhost.localdomain/unix:0  MIT-MAGIC-COOKIE-1  
678a5dd01e388f83c14bdf26c25bbd73
xauth

(wide is my hostname)

I really have no idea how this corruption happened but I simply
removed the file, restarted X11 and cssh is happily working again.

The corrupted file is 2495 bytes long whereas the valid one is only
115 bytes long, it's quite a difference. I kept a copy if anyone needs
it.

I'm also wondering why all my other X11 apps were working normally
with this corrupted .Xauthority file and why cssh is the only one to
fail.

I would have saved a lot of my time if libx11-protocol-perl was
displaying an explicit error message instead of:
 Can't read:  at /usr/share/perl5/X11/Protocol.pm line 2301.

I guess other users might waste a lot of time too because of that so
I'll reassign this bug as wishlist to libx11-protocol-perl.

Thanks.
-- 
Cyril Bouthors


pgpd0FXcldXTG.pgp
Description: PGP signature


Bug#316479: clusterssh: cssh does not start and complains about X11/Protocol.pm

2005-07-06 Thread Cyril Bouthors
On 4 Jul 2005, tony mancill wrote:
 Yes, I want to fix the issue, but can't start on it until I know
 what the issue is.  My next step is to do a fresh install of sid on
 a system to see if I can reproduce it.

Here's my ~/.Xresources, maybe it'll help:

*visualBell:true
emacs*Background: black
emacs*Foreground: white
XTerm*Background: black
XTerm*Foreground: white
XTerm*font: 8x13
XTerm*saveLines: 2000
XTerm*metaSendsEscape: True
UXTerm*metaSendsEscape: True
.gv.scrollingEyeGuide: False
XLock*LogoutButton: -1
aterm*foreground: white
aterm*background: black
aterm*shading: 25
aterm*transparent: True
  aterm*scrollBar: False
  xfig*splash: false
-- 
Cyril Bouthors


pgpg3hOiGHcaw.pgp
Description: PGP signature


Bug#316479: clusterssh: cssh does not start and complains about X11/Protocol.pm

2005-07-04 Thread Cyril Bouthors
On 2 Jul 2005, tony mancill wrote:
 I have the exact same versions of the package and all of the
 dependencies listed in the bug report, and cannot reproduce the bug.

Weird

 However, your version of perl isn't listed in the dependencies -
 could you please send me that just to be sure?

5.8.7-3

 Also, can you tell me the scenario in which you're using clusterssh?
 Are you running it locally, or remotely and then exporting your
 DISPLAY?

Locally.

 Do you happen to be running X.org?

I'm running the XFree86 X server, xserver-xfree86 version
4.3.0.dfsg.1-1.

There's nothing special to mention about my configuration.

 Anyway, if 3.16.1 works for you, I suggest you revert to that

Sure, but I'm probably not the only one to get the same problem. We
have to fix this issue.

 (let me know you'd like me to email you a recent .deb) while I work
 through all of the differences between that and the most current
 version.

I would like to test your recent .deb but please don't send them by
email.  Could you please provide a web link to it instead?

Thanks.
-- 
Cyril Bouthors


pgp6Ka6QAPhxA.pgp
Description: PGP signature


Bug#316479: clusterssh: cssh does not start and complains about X11/Protocol.pm

2005-07-02 Thread Cyril Bouthors
On 1 Jul 2005, tony mancill wrote:
 Correction to my previous response: uxterm doesn't background
 itself, it simply calls the first xterm in the path and not
 /usr/X11R6/bin/xterm explicitly.

This bug has nothing to do with my configuration since I'm able to
reproduce it with this minimal configuration:

[EMAIL PROTECTED]:~$ cat ~/.csshrc
clusters = web

web = lb1.jexiste.org
[EMAIL PROTECTED]:~$ cssh web
Can't read:  at /usr/share/perl5/X11/Protocol.pm line 2301
[EMAIL PROTECTED]:~$ 

Tony, if you are not able to reproduce the bug, please check that you
have the exact same version of the package and its deps.

Thanks.
-- 
Cyril Bouthors


pgpkYxs5tslfi.pgp
Description: PGP signature


Bug#316479: clusterssh: cssh does not start and complains about X11/Protocol.pm

2005-07-02 Thread Cyril Bouthors
I forgot to mention that uxterm has always been working with cssh
before my last upgrade.
-- 
Cyril Bouthors


pgpBkjuFeeUu9.pgp
Description: PGP signature


Bug#316479: clusterssh: cssh does not start and complains about X11/Protocol.pm

2005-07-01 Thread Cyril Bouthors
Package: clusterssh
Version: 3.17.1-1
Severity: grave

When I try to run cssh, I get the following error:

[EMAIL PROTECTED]:~$ cssh lb
Can't read:  at /usr/share/perl5/X11/Protocol.pm line 2301
[EMAIL PROTECTED]:~$

Here's my ~/.csshrc :

#terminal = aterm
terminal = uxterm
terminal_options = 
always_tile = yes
cx_args = -Ct lb1.jexiste.org ssh

clusters = web sql lb mail shell ns shell test nfs
# backup

web = web1 web2 web3 web4 web5 web6 web7 web8 web9 web10 web11 web12 web13 
web14 web15 web16 web17 web18
sql = sqla1 sqlb1 sqla2 sqlb2 sqla3 sqlb3 sqla4 sqlb4
lb = lb1 lb2
mail = mail1 mail2
shell = shell1 shell2
ns = ns1 ns2
nfs = nfsa1 nfsa2 nfsb2 nfsa3 nfsb3 nfsa4 nfsb4

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

Versions of packages clusterssh depends on:
ii  aterm [x-terminal-emulat 0.4.2-11Afterstep XVT - a VT102 emulator f
ii  eterm [x-terminal-emulat 0.9.2-8 Enlightened Terminal Emulator
ii  gnome-terminal [x-termin 2.10.0-2The GNOME 2 terminal emulator appl
ii  libx11-protocol-perl 0.53-2  Perl module for the X Window Syste
ii  openssh-client   1:4.1p1-4   Secure shell client, an rlogin/rsh
ii  perl-tk  1:800.025-2 Perl module providing the Tk graph
ii  xterm [x-terminal-emulat 4.3.0.dfsg.1-14 X terminal emulator

clusterssh recommends no packages.

-- no debconf information

-- 
Cyril Bouthors


pgpEV7qDA4iEk.pgp
Description: PGP signature


Bug#305028: drbd: Package Fails to build from Source in a sane way

2005-04-17 Thread Cyril Bouthors
Joerg,

Thanks for the hint, Philipp and I will have a look at it soon.

Thanks
-- 
Cyril Bouthors


pgpIKy93V1ayY.pgp
Description: PGP signature


Bug#294006: php4-spplus: phpapi revision requires a new upload in sid

2005-02-07 Thread Cyril Bouthors
Conrad,

I'll fix this urgently.
-- 
Cyril Bouthors


pgpVTNxXS7gEs.pgp
Description: PGP signature


Bug#294006: php4-spplus: phpapi revision requires a new upload in sid

2005-02-07 Thread Cyril Bouthors
On 7 Feb 2005, Adam Conrad wrote:
 2) ensure that your phpapi dependency has -zts tacked to the end of it.
 for examples on how to do so, see the debian/rules in php4-pgsql_3:4.3.10-1

According to this description, this adds a dependency to
phpapi-20020918-zts; which is not installable not present in
http://incoming.debian.org/

[EMAIL PROTECTED]:~/deb/spplus$ sudo dpkg -i php4-spplus_1.0-3_i386.deb
(Reading database ... 122298 files and directories currently installed.)
Preparing to replace php4-spplus 1.0-2 (using php4-spplus_1.0-3_i386.deb) ...
Unpacking replacement php4-spplus ...
dpkg: dependency problems prevent configuration of php4-spplus:
 php4-spplus depends on phpapi-20020918-zts; however:
  Package phpapi-20020918-zts is not installed.
dpkg: error processing php4-spplus (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 php4-spplus
[EMAIL PROTECTED]:~/deb/spplus$ sudo apt-get install phpapi-20020918-zts
Reading Package Lists... Done
Building Dependency Tree... Done
Package phpapi-20020918-zts is not available, but is referred to by another 
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package phpapi-20020918-zts has no installation candidate
[EMAIL PROTECTED]:~/deb/spplus$ 

Are you sure I should add this?
-- 
Cyril Bouthors


pgpFF1l0sfGKH.pgp
Description: PGP signature


Bug#293281: squirrelmail: Config file in /var

2005-02-02 Thread Cyril Bouthors
On 2 Feb 2005, Thijs Kinkhorst wrote:

 Thank you for your report, I think you are right.

My advice would be to pay attention to the lintian and linda outputs,
I'm almost sure they both report this kind of suggestion.

Is squirrelmail lintian error/warning free?
-- 
Cyril Bouthors


pgpGebYgcV3HM.pgp
Description: PGP signature


Bug#293281: squirrelmail: Config file in /var

2005-02-01 Thread Cyril Bouthors
Package: squirrelmail
Severity: serious

During the last upgrade:

 Unpacking replacement squirrelmail ...
 Setting up squirrelmail (1.4.4-1) ...

 Configuration file `/var/lib/squirrelmail/data/default_pref'
  == Modified (by you or by a script) since installation.
  == Package distributor has shipped an updated version.
What would you like to do about it ?  Your options are:
 Y or I  : install the package maintainer's version
 N or O  : keep your currently-installed version
   D : show the differences between the versions
   Z : background this process to examine the situation
  The default action is to keep your current version.
 *** default_pref (Y/I/N/O/D/Z) [default=N] ?

Squirrelmail contains a configuration file in /var; which is a serious
violation of the policy.

-- 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=EN_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
#secure method=pgpmime mode=sign

-- 
Cyril Bouthors


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