Bug#847196: monit segfault on stop and start

2016-12-12 Thread Martin Pala
Hello, the problem is in debian patch (5.4-2+deb7u2): --- a/src/collector.c +++ b/src/collector.c @@ -64,10 +64,13 @@ */ static int data_send(Socket_T socket, Mmonit_T C, const char *D) { char *auth = Util_getBasicAuthHeader(C->url->user, C->url->password); +MD_T token; +

Bug#847196: monit segfault on stop and start

2016-12-12 Thread Martin Pala
argument for "Content-Length: %d\r\n" ... harmless, but will give wrong content length, so the POST request will fail Best regards, Martin > On 12 Dec 2016, at 14:06, Martin Pala wrote: > > Hello, > > the problem is in debian patch (5.4-2+deb7u2): > > --

Bug#787400: monit: Cannot initialize SSL server certificate handler

2015-06-08 Thread Martin Pala
> On 08 Jun 2015, at 11:15, Sergey Kirpichev wrote: > > tags 787400 +moreinfo > thanks > > Hello, > > On Mon, Jun 1, 2015 at 2:43 PM, Martin Pala wrote: >> regarding the hostname … please check your monit configuration - if the >> “check system ” statement

Bug#787400: monit: Cannot initialize SSL server certificate handler

2015-06-01 Thread Martin Pala
Hello, please try to upgrade monit … the SSL implementation was refactored in 5.12, it solved similar problem reported by other user (https://bitbucket.org/tildeslash/monit/issue/117/failed-to-connect-to-collector). Latest release is recommended: monit 5.13. Regards, Martin > On 01 Jun 2015

Bug#740803: [monit] sysvinit should move from recommends to suggests

2014-03-05 Thread Martin Pala
On 05 Mar 2014, at 22:07, Sergey B Kirpichev wrote: > On Wed, Mar 05, 2014 at 09:34:19PM +0100, Martin Pala wrote: >> If the process existence is monitored by both Monit and systemd, then it's no >> problem as long as Monit uses systemd's start/stop methods > >

Bug#740803: [monit] sysvinit should move from recommends to suggests

2014-03-05 Thread Martin Pala
On 05 Mar 2014, at 16:06, Sergey B Kirpichev wrote: >> The restart of process via Monit (both old and new way) is exactly the same >> risk as restarting it via systemd. > > But what if your system was configured to restart some service *both* > with monit and systemd (this can be e.g. a defaul

Bug#740803: [monit] sysvinit should move from recommends to suggests

2014-03-05 Thread Martin Pala
On 05 Mar 2014, at 12:46, Sergey B Kirpichev wrote: > On Wed, Mar 05, 2014 at 11:35:49AM +0100, Martin Pala wrote: >> Monit can work in systemd environment fine, you just need to >> use systemd's start/stop methods as Monit's start/stop program. > > Yes, it

Bug#740803: [monit] sysvinit should move from recommends to suggests

2014-03-05 Thread Martin Pala
On 05 Mar 2014, at 10:02, Adrien CLERC wrote: >> monit is not about its web gui. It is a system for proactive >> monitoring, and these features of monit can conflict with >> systemd's configuration (e.g. Restart=on-failure). > Yes, I know that monit is really useful with stateless init systems.

Bug#652715: monit: spurious warning "include files not found '/etc/monit/conf.d/*'"

2011-12-20 Thread Martin Pala
Hello, good point, there is no need to emit warning in this case - we have removed the warning from the upstream source code, the next release (monit 5.3.2) will be silent if no include files were found. Best regards, Martin On Dec 20, 2011, at 10:15 AM, Vincent Lefevre wrote: > Package: mo

Bug#643019: monit: FTBFS: configure: error: Architecture not supported: `uname`.

2011-09-28 Thread Martin Pala
Hi, we we have added support for GNU/kFreeBSD to Monit … it will be part of next release (monit 5.4). It is necessary to install the libkvm-dev package to compile Monit on kFreeBSD. Regards, Martin On Sep 26, 2011, at 6:06 PM, Christoph Egger wrote: > Package: src:monit > Version: 1:5.3-1 >

Bug#621047: monit: FTBFS with ssv2 removal: ssl.c:645: undefined reference to `SSLv2_client_method'

2011-04-06 Thread Martin Pala
Hello, the patch is attached Best regards, Martin ssl.patch Description: Binary data On Apr 6, 2011, at 6:10 AM, Cyril Brulebois wrote: > Source: monit > Version: 1:5.2.5-1 > Severity: serious > Justification: FTBFS > > Hi, > > your package FTBFS with: > | gcc -rdynamic alert.o collec

Bug#614984: smtp protocol test issues both EHLO and HELO

2011-02-27 Thread Martin Pala
omain Francoise wrote: > Martin Pala writes: > >> Monit sends EHLO first and waits for "250" response ... if it >> fails or , then it tries HELO. It seems that your mailserver >> returned some different response. > > Here's a network capture (edited for

Bug#614984: smtp protocol test issues both EHLO and HELO

2011-02-25 Thread Martin Pala
Hello, Monit sends EHLO first and waits for "250" response ... if it fails or , then it tries HELO. It seems that your mailserver returned some different response. Please can you provide monit log (should contain more details) and network trace of the communication? Or if your mailserver is ac

Bug#589895: Acknowledgement (squeeze version of /etc/init.d/monit seems to be missing -d $CHECK_INTERVALS)

2010-07-26 Thread Martin Pala
The -d option is not necessary if 'set daemon ' is used in monit configuration file - monit will then start in daemon mode and test services every x seconds. For example (test every 180s ... no need for '-d 180' command line option): set daemon 180 Best regards, Martin On Jul 22, 2010, a

Bug#555741: monit: Port for HTTP not bound

2009-11-11 Thread Martin Pala
Hi, please run monit in verbose mode (using -v option) and check logs. Did monit started successfully? Is there any other process listening on port 2812? Regards, Martin On Nov 11, 2009, at 4:17 PM, Fladischer Michael wrote: > Package: monit > Version: 1:5.0.3-3 > Severity: normal > > Running

Bug#541139: uses gethostbyname() and thus does not work with "options inet6" in /etc/resolv.conf

2009-08-12 Thread Martin Pala
Thanks :) Added to upstream. There were yet two additional gethostbyname() instances used in ICMP test and Monit's httpd server socket ... i have replaced them too. Martin On Aug 12, 2009, at 7:56 AM, Stefan Alfredsson wrote: Michael Stapelberg wrote: This is easily fixed by using getad

Bug#514709: event queue full if slots undefined

2009-02-11 Thread Martin Pala
Hi, this error was fixed in upcoming monit-5.0 which will be release ca. during February-March. Cheers, Martin On Feb 10, 2009, at 10:59 AM, General Stone wrote: Package: monit Severity: important Version: 4.10.1-4 Hi, Monit says that the event queue is full if "SLOTS" are not defined in

Bug#506923: typo in output of 'monit status'

2008-11-25 Thread Martin Pala
Thanks for report, fixed in monit cvs, will be fixed in next monit release. Martin On Nov 26, 2008, at 12:32 AM, Chris Lawrence wrote: Package: monit Version: 1:4.10.1-4 Severity: minor In the output of 'monit status' for a process, monit refers to the # of child processes for a daemon as

Bug#503311: monit: Client Certificate authentication fails with openssl-engine error

2008-10-28 Thread Martin Pala
Georges Toth wrote: Quoting Martin Pala <[EMAIL PROTECTED]>: Please can you provide your monit configuration? (the "set httpd ..." part is sufficient). set httpd port 28000 and use address 123.123.123.123 ssl enable pemfile /etc/ssl/ca_priv_pub.pem cl

Bug#503311: monit: Client Certificate authentication fails with openssl-engine error

2008-10-27 Thread Martin Pala
Please can you provide your monit configuration? (the "set httpd ..." part is sufficient). Is the certificate self-signed or using public CA? Thanks, Martin Georges Toth wrote: Package: monit Version: 1:4.10.1-4 Severity: grave Justification: renders package unusable After having upgraded

Bug#479357: command 'monit status' doesn't work without /etc/monitrc

2008-05-08 Thread Martin Pala
Note that it's possible to set the path to monitrc using the --sysconfdir configure option. If Debian package uses /etc/monit/monitrc by default (which is not in the hardcoded search path), it could be good to use the --sysconfdir to set the path properly. If on the other side the movement t

Bug#474009: monit: dies if non-md5sum password found

2008-04-02 Thread Martin Pala
Thanks for report :) the problem was fixed in monit cvs and will be part of next monit release (planned for next week). Btw. the htpasswd usage is described in monit manual (http://www.tildeslash.com/monit/doc/manual.php#basic_authentication), the default is cleartext, but you can set crypt

Bug#433164: monit: Segfault in 3-5 seconds after start

2007-07-17 Thread Martin Pala
Hi, thanks for report ... it crashes in the http testing module. Can you please: 1.) get the snoop/tcpdump of the communication between monit and the target webserver? (so we can get the request/response which led to the crash) 2.) send the part of the monit configuration file which speci

Bug#399027: Segfaults just after start

2006-11-19 Thread Martin Pala
Thanks for update :) The patch fixes the loader, so even common event queue and state or other file in /var/lib/monit/ directory will work (although i still recommend to set the event queue to other directory). Martin Michal Čihař wrote: Hi On Sat, 18 Nov 2006 00:44:23 +0100 Martin Pala

Bug#399027: Segfaults just after start

2006-11-17 Thread Martin Pala
Hi, the patch which solves the problem is in the attachment (will be part of next monit release). Thanks, Cheers, Martin Michal Čihař wrote: Package: monit Version: 1:4.8.1-2.1 Severity: important Hi I see this problem for more time, but didn't yet find time to report. Monit segfaults f

Bug#399027: Segfaults just after start

2006-11-17 Thread Martin Pala
... looking on your trace in more detail i was able to reproduce the crash. You have set the event queue directory and the state file to the same directory: set statefile /var/lib/monit/monit.state set eventqueue basedir /var/lib/monit This causes the crash, since monit tries to load on s

Bug#399027: Segfaults just after start

2006-11-17 Thread Martin Pala
Hi, i have tested it but i'm not able to reproduce the problem. Can you send me your monit configuration and the state file? Thanks, Martin Michal Čihař wrote: Package: monit Version: 1:4.8.1-2.1 Severity: important Hi I see this problem for more time, but didn't yet find time to report.

Bug#395164: Monit fails if log file is too large

2006-10-25 Thread Martin Pala
wrote: Hi, Martin Pala wrote: there is support for large files (>2GB) in monit cvs already and it will be part of next monit version. Would this be easy to backport to 4.8.1 or are there major changes involved? As we are nearing the next official debian release, I'm hesitant to in

Bug#395164: Monit fails if log file is too large

2006-10-25 Thread Martin Pala
Hi, there is support for large files (>2GB) in monit cvs already and it will be part of next monit version. Another solution which works even with current monit versions is to compile it with 64-bit support on platforms which supports it (the large files then aren't problem). Martin Thom

Bug#367341: [Fwd: Re: Bug#367341: monit failed to restart after upgrade]

2006-05-17 Thread Martin Pala
Hi, monit-4.8.1 was released yesterday ... Martin Stefan Alfredsson wrote: (forwarding for reference. In summary - monit needs to be compiled on amd64 for the patch to be effective. It fails when started from initscripts but works with manual start -- I'll await 4.8.1 before doing further inv

Bug#367341: monit failed to restart after upgrade

2006-05-15 Thread Martin Pala
Hi, this is AMD64 only related bug which is addressed by this patch for monit-4.8: http://www.tildeslash.com/monit/dist/monit-4.8-patch01 We will release monit-4.8.1 soon which will contain the fix. Martin Neil Broderick wrote: Package: monit Version: 1:4.8-1 Severity: grave Justificatio

Bug#364844: monit PID testing ignores "2 times within 5 cycles" syntax

2006-04-27 Thread Martin Pala
Hi, fixed in monit cvs ... will be part of next monit release (4.8) which will be ready soon. Thanks for report, Martin root wrote: Package: monit Version: 1:4.7-1 Severity: important Monit's docs state: - PID TESTING monit tests the process id (pid) of processes for change

Bug#353758: monit: suboptimal logging reduces usefulness

2006-04-27 Thread Martin Pala
Hello, the priority logging support was added to the monit cvs and will be part of next monit release (4.8) which will be released soon. Thanks, Martin Stefan Alfredsson wrote: Hello! Wouter Verhelst said: I'm attaching a quick-and-dirty patch which applies to monit-4.5 as it is in sarge

Bug#353875: monit: exec doesnt work

2006-02-23 Thread Martin Pala
Joerg Jaspert wrote: Package: monit Severity: important Hi monit has the useful "exec" way to run an application whenever a condition is there. The only problem is that this does not work for "if X restarts within X cycles then exec foo" Hi, this is not bug, but feature request. This sta

Bug#352065: monit: treats ntp3 answers with leap indicator set as errors

2006-02-14 Thread Martin Pala
Thanks, you are right :) It is fixed in monit cvs now - will be part of next monit release. Cheers, Martin Janusz Krzysztofik wrote: Package: monit Version: 1:4.5-1 Severity: normal Tags: patch I use monit to monitor a pool of my real ntp servers in an lvs cluster. From time to time a serve

Bug#306259: monit smtp check sends smtp commands without waiting for an answer

2005-09-06 Thread Martin Pala
Hi, thanks for report, it was fixed in current cvs version and will be part of next monit version. Martin Tadas Zelionis wrote: Package: monit Version: 1:4.5-1 Severity: normal exim4 often gives this error, and then smpt check fails: SMTP protocol violation: synchronization error