Bug#1066983: monopd: Fails to start monopd.service

2024-03-25 Thread Sylvain Rochet
Hi Markus, On Mon, Mar 25, 2024 at 02:36:59AM +0100, Markus Koschany wrote: > Sylvain Rochet wrote: > > Actually, the main problem is /lib/systemd/system/monopd.socket which > > set Accept=yes while monopd needs Accept=no (which is the default value). > > I wonder if m

Bug#1066983: monopd: Fails to start monopd.service

2024-03-24 Thread Sylvain Rochet
Hi, On Sat, Mar 23, 2024 at 09:35:38PM +0100, Sylvain Rochet wrote: > > That might be related to the latest change "Add a service template for > compatibility reasons with monopd.socket.". Actually, the main problem is /lib/systemd/system/monopd.socket which set Accept=yes

Bug#1066983: monopd: Fails to start monopd.service

2024-03-23 Thread Sylvain Rochet
Hi Shriram, On Sat, Mar 16, 2024 at 08:03:02PM +0530, Shriram Ravindranathan wrote: > Package: monopd > Version: 0.10.2-6+b2 > Severity: grave > Justification: renders package unusable > X-Debbugs-Cc: s...@ters.dev > > Dear Maintainer, > > monopd.service fails to start (could not bind port 1234)

Bug#1023884: vtun: patch for libssl3

2022-11-23 Thread Sylvain Rochet
Hi, Attached patch is a better approach to fix that by loading providers in main instead of crypto module. That way it also works for legacy VTun crypto module (VTun <= 2.6) if there are any users left and is future proof for auth module. Sylvain diff -Nru vtun-3.0.4.orig/main.c vtun-3.0.4/mai

Bug#1023884: vtun: patch for libssl3

2022-11-11 Thread Sylvain Rochet
Package: vtun Version: 3.0.4-2+b1 Severity: important Dear Maintainer, gdb: Program received signal SIGSEGV, Segmentation fault. 0x77c063a2 in EVP_CIPHER_CTX_set_key_length () from /lib/x86_64-linux-gnu/libcrypto.so.3 OpenSSL 3.0 introduced providers, legacy algorithms such as RC4 o

Bug#943436: patch to call autoconf before configure script

2019-10-27 Thread Sylvain Rochet
Dear Maintainer, Calling autoconf before running configure script fixes the issue about detecting whether fork() is available in AC_FUNC_FORK macro. Sylvain diff -Nru a/debian/rules b/debian/rules --- a/debian/rules 2019-08-19 00:44:52.0 + +++ b/debian/rules 2019-10-27 13:47:20.459298

Bug#943436: vtun can't fork anymore

2019-10-24 Thread Sylvain Rochet
Package: vtun Version: 3.0.4-1 Severity: important Dear Maintainer, Last vtun build refuse to fork() any process and can't even background itself and adds "Couldn't run up commands: fork() not available" and similar other errors in syslog. It looks like to be a build issue about the macro HAVE_W

Bug#941665: [Pkg-openssl-devel] Bug#941688: openssl 1.1.1d security update breaks openssh login on old kernels

2019-10-05 Thread Sylvain Rochet
Hi Kurt, On Thu, Oct 03, 2019 at 10:47:09PM +0200, Kurt Roeckx wrote: > > I think this is really an openssh problem, not openssl problem. > It's one of the downsides of using seccomp that one of the > libraries you're using might start to do new calls. Indeed, you are right, this issue is now fi

Bug#941688: openssl 1.1.1d security update breaks openssh login on old kernels

2019-10-03 Thread Sylvain Rochet
Package: openssl Version: 1.1.1d-0+deb10u1 Severity: minor Tags: upstream Dear Maintainer, Upgrading from openssl 1.1.1c-1 to openssl 1.1.1d-0+deb10u1 on Debian Buster breaks openssh login on systems running old kernels (3.16.x at least). This is due to the missing getrandom syscall on those k

Bug#924758: php7.0: Port to Debian Buster

2019-09-29 Thread Sylvain Rochet
Hi Dmitry, I doubt your wish will be granted, PHP 7.0 upstream became end of life around December 2018, thus packaging it is not relevant anymore. Anyway, reality catches up with us… I need to keep PHP 5.6 for a while at TuxFamily, in order to prevent breaking "a couple of" (thousands…) legacy

Bug#822371: anope package does not create /var/lib/anope/db/backups which makes the daemon exit after a while

2016-04-23 Thread Sylvain Rochet
Package: anope Version: 2.0.3-2 Severity: normal Dear Maintainer, Anope used with its flatfile db backend (default) with backups enabled (default as well) exits after a while because it cannot create the backup database into /var/lib/anope/db/backups: Anope log: [Apr 23 20:48:20 2016] Anope 2.0

Bug#818321: mergelog fails to merge lines where there is an IPv6 in brackets before the date field

2016-03-15 Thread Sylvain Rochet
Package: mergelog Version: 4.5.1-9 Severity: normal Tags: ipv6 patch upstream Dear Maintainer, Mergelog fails to merge lines where there is an IPv6 in brackets before the date field with the following message: problem with ...logfile: 2001:1be0:1000:169:250:56ff:fe92:4eb6 [2a02:2178:0002:000c:00

Bug#796278: widelands: package not installable in current unstable

2015-08-20 Thread Sylvain Rochet
Package: widelands Version: 18-3+b1 Severity: important Dear Maintainer, Widelands package probably needs to be rebuilt with updated dependencies, it is currently not installable in today's unstable. # apt install widelands Reading package lists... Done Building dependency tree Reading state inf

Bug#796279: 0ad: package not installable in current unstable

2015-08-20 Thread Sylvain Rochet
Package: 0ad Version: 0.0.18-1+b1 Severity: important Dear Maintainer, 0ad package probably needs to be rebuilt with updated dependencies, it is currently not installable in today's unstable. # apt install 0ad Reading package lists... Done Building dependency tree Reading state informatio

Bug#781043: monopd/libcapsinetwork: CVE-2015-0841: off-by-one error in network code

2015-03-23 Thread Sylvain Rochet
on 0.9.4. > > Thanks for the report. > > [...] > > I have informed the monopd upstream maintainer, Sylvain Rochet, about this. > > His suggested patch was > > > > - char *readBuf = new char[MAXLINE]; > > + char *readBuf = new char[MAXLINE+1]; // MAXLINE +

Bug#750671: monopd: error in systemd file

2014-06-06 Thread Sylvain Rochet
Hello, On Thu, Jun 05, 2014 at 06:21:38PM +0200, Markus Koschany wrote: > > thanks for the report. It seems it is not allowed to create a > stand-alone Description field but one has to move it under a [Unit] > Section like this one > > [Unit] > Description=monopd listening socket > > I am hereb

Bug#617950: xserver-xorg-input-synaptics: synaptics on compaq evo n610c stopped working using 1.4.0 release of synaptics driver

2011-03-12 Thread Sylvain Rochet
Hi Cyril, On Sat, Mar 12, 2011 at 11:11:11PM +0100, Cyril Brulebois wrote: > Sylvain Rochet (12/03/2011): > > > > Section "InputDevice" > > Option "Device""/dev/psaux" >

Bug#517790: ITP: mydns -- DNS server using MySQL or PostgreSQL for data storage

2011-01-29 Thread Sylvain Rochet
Hi Jerome, On Fri, Jan 28, 2011 at 04:22:49PM +0100, Jérôme Warnier wrote: > > Version 1.2.8.31 has been released. > Maybe you missed that? Hehe... strange jump from 27 to 31. Thank for the notification, package updated. http://edony.tuxfamily.org/~grad/mydns/ Sylvain signature.asc Descript

Bug#517790: ITP: mydns -- DNS server using MySQL or PostgreSQL for data storage

2010-11-30 Thread Sylvain Rochet
Hi Jerome, On Sun, Nov 28, 2010 at 09:13:09PM +0100, Jerome Warnier wrote: > > So, I guess you did take my changes into account? Yep. > I'm considering going to PowerDNS when actually in production though, > so might no longer be interested in these packages. On the other side, > I still pl

Bug#517790: ITP: mydns -- DNS server using MySQL or PostgreSQL for data storage

2010-11-23 Thread Sylvain Rochet
Hi Jerome, On Thu, Aug 05, 2010 at 08:07:56PM +0200, Jerome Warnier wrote: > On Fri, 2010-07-30 at 13:55 +0200, Jerome Warnier wrote: > > > > I have several suggestions (and later patches, I hope) to submit. > > Am I welcome to do this or should I just maintain my version? > > > > Suggestions: >

Bug#517790: ITP: mydns -- DNS server using MySQL or PostgreSQL for data storage

2010-07-29 Thread Sylvain Rochet
Hi Jerome, On Fri, Jul 30, 2010 at 01:21:37AM +0200, Jerome Warnier wrote: > Hi guys, > > Any news from this? > Almost a year without any move... > > It would somewhat ease my ISPconfig installation if MyDNS was already > packaged for Debian. You can fetch the package source here: http://edo

Bug#517790: mydns -- DNS server using MySQL or PostgreSQL for data storage

2009-08-25 Thread Sylvain Rochet
Hi, On Sat, Aug 15, 2009 at 02:09:03AM +0100, MJ Ray wrote: > It looks like this package would be based on MyDNS-ng, rather than > MyDNS. That is a good thing. Yup. > Would it be based on the old packaging removed after > http://bugs.debian.org/382656 ? Yep. > I have an only-updated git tr

Bug#531546: cacti and rrdtool 1.3

2009-06-12 Thread Sylvain Rochet
Package: cacti Followup-For: Bug #531546 Actually the release of cacti included in Lenny (0.8.7b) does not support rrdtool 1.3. This is because cacti was not supporting it when Lenny was released. Release Notes - 0.8.7c - ... - RRDtool 1.3 Support - ... Installing the unstable cacti

Bug#517790: ITP: mydns -- DNS server using MySQL or PostgreSQL for data storage

2009-03-02 Thread Sylvain Rochet
Hi, On Mon, Mar 02, 2009 at 02:02:08AM -0600, William Pitcock wrote: > > What does this have over PowerDNS? Probably nothing, else that I am using it and packaging it for my own and thought that it would be a good idea to contribute to Debian, is redundancy a problem ? Sylvain signature.asc

Bug#517790: ITP: mydns -- DNS server using MySQL or PostgreSQL for data storage

2009-03-01 Thread Sylvain Rochet
Package: wnpp Severity: wishlist Owner: Sylvain Rochet * Package name: mydns Version : 1.2.8.26 Upstream Author : Howard Wilkinsin * URL : http://mydns.pl/ * License : GPLv2 Programming Lang: C Description : DNS server using MySQL or PostgreSQL for

Bug#504818: Info received (Bug#504818: Acknowledgement (mydns-pgsql: crash if mydns need to reply a TXT RR that is bigger than ~128 bytes))

2008-11-07 Thread Sylvain Rochet
not -1 byte but -128 bytes of course (I need coffee @#@@[EMAIL PROTECTED]) Well... easy to crash now ;) Regards, Sylvain signature.asc Description: Digital signature

Bug#504818: Acknowledgement (mydns-pgsql: crash if mydns need to reply a TXT RR that is bigger than ~128 bytes)

2008-11-07 Thread Sylvain Rochet
Hi, The bug is probably also here with a 128 bytes string, which will result in a reallocation of -1 byte into rdata_enlarge(). The software will not crash but the reply will be corrupted. So I guess it also apply for those who didn't enlarged the data field. (sorry for the broken patch, \t w

Bug#504818: mydns-pgsql: crash if mydns need to reply a TXT RR that is bigger than ~128 bytes

2008-11-07 Thread Sylvain Rochet
Package: mydns-pgsql Version: 1.1.0-7etch1 Severity: normal Tags: patch Well, the patch is self-explanatory. It only apply for those who enlarged the size of the data field in the RR table. diff -Nru a/src/mydns/reply.c b/src/mydns/reply.c --- a/src/mydns/reply.c 2008-11-07 15:22:55.0

Bug#463652: procps: The replacement of / to . in the default /etc/sysctl.conf also replaced TCP/IP to TCP.IP

2008-02-01 Thread Sylvain Rochet
Package: procps Version: 1:3.2.7-6 Severity: minor The subject is self explanatory, but here is a filtered diff: --- /etc/sysctl.conf2007-10-24 23:29:59.0 +0200 +++ /etc/sysctl.conf.dpkg-new 2008-02-01 13:02:33.0 +0100 -# Uncomment the next line to enable TCP/IP SYN cookie

Bug#424723: closed by Pierre Habouzit <[EMAIL PROTECTED]> (Re: Bug#424723: Acknowledgement (nscd is crashing after few seconds))

2007-05-21 Thread Sylvain Rochet
Hi, On Fri, May 18, 2007 at 07:24:05AM +, Debian Bug Tracking System wrote: > > this is a "known" problem, that there is some inconsistencies between > etch and sarge version for whatever reason, and we noticed it too late. > So you have to purge the cache manually, and it /should/ work aft

Bug#425248: apache2.2-common: apache2 may be killed by logrotate job

2007-05-20 Thread Sylvain Rochet
Package: apache2.2-common Version: 2.2.3-4 Severity: normal There are two differents problems, in /etc/init.d/apache2 restart function you use sleep 10 between start and stop, but 10 seconds is not enough in the case where some childs cannot be killed easily. So it tries to stop the server, and

Bug#424723: Acknowledgement (nscd is crashing after few seconds)

2007-05-17 Thread Sylvain Rochet
Hi, It seems that clearing /var/db/nscd fixes the problem but this is a fresh install (ie. not upgraded from Sarge) then there is still a problem somewhere (cache db corrupted for some reasons ?). Sylvain -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Bug#424723: nscd is crashing after few seconds

2007-05-16 Thread Sylvain Rochet
Package: nscd Version: 2.3.6.ds1-13 Severity: grave Justification: renders package unusable Well, I believe this is somehow important, on all of my servers it crashes in about 15 seconds. Please note that I am using a lot of groups (more than 2000) and that my servers are heavily loaded. I am us

Bug#410298: libconfig-general-perl: A block that contain is discarded

2007-02-09 Thread Sylvain Rochet
Hi, On Fri, Feb 09, 2007 at 08:50:08PM +0100, Francesco Cecconi wrote: > > Is not a package bug, but a Config::General cod implementation. Sorry I misread, in fact I thought you will send that to the upstream as DD does it often, I emailed the author of the module directly. Kind regards, Sylva

Bug#410298: libconfig-general-perl: A block that contain is discarded

2007-02-09 Thread Sylvain Rochet
Hi, On Fri, Feb 09, 2007 at 08:50:08PM +0100, Francesco Cecconi wrote: > > yes, OK, but if your insert a 0 on not work because [if ( 0 )]. > > Is not a package bug, but a Config::General cod implementation. Wrong again, cf http://search.cpan.org/src/TLINDEN/Config-General-2.31/Changelog 2.14

Bug#410298: libconfig-general-perl: A block that contain is discarded

2007-02-09 Thread Sylvain Rochet
Hi, On Fri, Feb 09, 2007 at 04:23:11PM +0100, Francesco Cecconi wrote: > > > --> problem You are completely wrong, it works with 1, there is somewhere a problem between a if ( block ) vs if ( defined $block ) Sylvain signature.asc Description: Digital signature

Bug#410298: libconfig-general-perl: A block that contain is discarded

2007-02-09 Thread Sylvain Rochet
Package: libconfig-general-perl Version: 2.31-3 Severity: normal Hi, Here is my source config file, the source code used, and the Data::Dumper output. - config file - hophop contenthophop ---

Bug#408086: [Pkg-awstats-devel] Bug#408086: awstats: The links to GNU Hurd is false in operating_systems.pm, it leaks http://

2007-02-05 Thread Sylvain Rochet
Hi, On Mon, Feb 05, 2007 at 10:02:55AM -0500, Charles Fry wrote: > I can only assume that the subject line of your report got truncated; could > you please explain in more detail? A little patch is better than anything ;) Sylvain --- operating_systems.pm2005-12-04 22:33:46.0 +010

Bug#408086: awstats: The links to GNU Hurd is false in operating_systems.pm, it leaks http://

2007-01-23 Thread Sylvain Rochet
Package: awstats Version: 6.5+dfsg-1 Severity: minor Everything is in the topic :) -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.14.4-kaneda Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Versions of packages awstats depends on: ii perl [libsto

Bug#394924: libapache2-mod-vhost-hash-alias: /etc/apache2/mods-enabled/vhost_hash_alias.load is wrong

2006-10-23 Thread Sylvain Rochet
Package: libapache2-mod-vhost-hash-alias Version: 1.0-1 Severity: important replace LoadModule vhost_hash_alias_module mod_vhost_hash_alias.so by LoadModule vhost_hash_alias_module /usr/lib/apache2/modules/mod_vhost_hash_alias.so Sylvain -- System Information: Debian Release: 3.1 Architectu

Bug#391019: suphp: Build depend should be worker|prefork and not prefork

2006-10-04 Thread Sylvain Rochet
Package: suphp Severity: minor Not very important but the build depend of suphp about apache2 should be on both prefork and worker. Currently it only depends on prefork. Sylvain -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (800, 'unstable') Architecture: i386 (

Bug#369443: no /usr/X11R6 directory makes pornview segfault on startup

2006-05-29 Thread Sylvain Rochet
Package: pornview Version: 0.2pre1-5 Severity: grave Justification: renders package unusable I am using a fresh debian install, so I use Xorg7, then I have a quite empty /usr/X11R6/ directory, here are the latest strace output before SIGSEGV. open("/usr/share/pixmaps/gnome/cursors/32e49c8b393e