search for: master_service_init

Displaying 15 results from an estimated 15 matches for "master_service_init".

2013 Mar 03
1
tcpwrap: Fatal: master: service(tcpwrap): child $PID killed with signal 11
...pathname for load map: Input/output error. [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `dovecot/tcpwrap'. Program terminated with signal 11, Segmentation fault. #0 0x00007fd7c345caf4 in master_service_init (name=0x4016b7 "tcpwrap", flags=0, argc=0x7fffc2c0920c, argv=0x7fffc2c09200, getopt_str=0x0) at master-service.c:153 153 service->getopt_str = *getopt_str == '\0' ? (gdb) bt full #0 0x00007fd7c345caf4 in master_service_init (name=0x4016b7 "tcpwrap", flags...
2019 Jan 06
3
IMAP preauth and stats-writer
...see if I can track it down. > > Does this fix it? > > diff --git a/src/lib-master/master-service.c > b/src/lib-master/master-service.c > index 3de11fa1b..3c60a7a39 100644 > --- a/src/lib-master/master-service.c > +++ b/src/lib-master/master-service.c > @@ -341,7 +341,7 @@ master_service_init(const char *name, enum > master_service_flags flags, > ??????? if ((flags & MASTER_SERVICE_FLAG_DONT_SEND_STATS) == 0) { > ??????????????? /* Initialize stats-client early so it can see all > events. */ > ??????????????? value = getenv(DOVECOT_STATS_WRITER_SOCKET_PATH); > -???...
2018 Feb 22
2
Auth SEGV on sparc64, alignment problem?
...uot;show warranty" for details. This GDB was configured as "sparc64-marcel-freebsd"... (gdb) list 372 /* ask auth master to disconnect us */ 373 auth_worker_client_send_shutdown(); 374 } 375 } 376 377 int main(int argc, char *argv[]) 378 { 379 int c; 380 381 master_service = master_service_init("auth", 0, &argc, &argv, "w"); (gdb) run Starting program: /usr/ports/mail/dovecot/work/dovecot-2.2.33.2/src/auth/.libs/auth Program received signal SIGTRAP, Trace/breakpoint trap. Cannot remove breakpoints because program is no longer writable. It might be running in...
2019 Jan 06
2
IMAP preauth and stats-writer
On 06/01/2019 02:26, John Fawcett wrote: > On 05/01/2019 15:49, Mark Hills wrote: >> I use IMAP preauth; I connect with Alpine over SSH which is very useful. >> >> The last few upgrades this has become more difficult to to. Last time >> (moving 2.2 -> 2.3, I think) I had to put in a workaround: >> >> stats_writer_socket_path = >> >> It
2019 Jan 06
2
IMAP preauth and stats-writer
...t;> > >> diff --git a/src/lib-master/master-service.c > >> b/src/lib-master/master-service.c > >> index 3de11fa1b..3c60a7a39 100644 > >> --- a/src/lib-master/master-service.c > >> +++ b/src/lib-master/master-service.c > >> @@ -341,7 +341,7 @@ master_service_init(const char *name, enum > >> master_service_flags flags, > >> if ((flags & MASTER_SERVICE_FLAG_DONT_SEND_STATS) == 0) { > >> /* Initialize stats-client early so it can see all > >> events. */ > >> value = get...
2015 Mar 11
0
rawlog with -i not worked
...ecot-2.2.16rc1/src/util/rawlog.c dovecot-2.2.16rc1.build/src/util/rawlog.c --- dovecot-2.2.16rc1/src/util/rawlog.c 2015-03-04 13:49:28.000000000 +0100 +++ dovecot-2.2.16rc1.build/src/util/rawlog.c 2015-03-11 11:31:46.090201199 +0100 @@ -362,7 +362,7 @@ int c; master_service = master_service_init("rawlog", 0, - &argc, &argv, "+f:obit"); + &argc, &argv, "+f:obat"); while ((c = master_getopt(master_service)) > 0) { switch (c) {...
2018 Feb 22
0
Auth SEGV on sparc64, alignment problem?
...gured as "sparc64-marcel-freebsd"... > (gdb) list > 372 /* ask auth master to disconnect us */ > 373 auth_worker_client_send_shutdown(); > 374 } > 375 } > 376 > 377 int main(int argc, char *argv[]) > 378 { > 379 int c; > 380 > 381 master_service = master_service_init("auth", 0, &argc, &argv, "w"); > (gdb) run > Starting program: /usr/ports/mail/dovecot/work/dovecot-2.2.33.2/src/auth/.libs/auth > > Program received signal SIGTRAP, Trace/breakpoint trap. > Cannot remove breakpoints because program is no longer writable...
2019 Jan 06
0
IMAP preauth and stats-writer
...So it's close. If I get time I'll see if I can track it down. Does this fix it? diff --git a/src/lib-master/master-service.c b/src/lib-master/master-service.c index 3de11fa1b..3c60a7a39 100644 --- a/src/lib-master/master-service.c +++ b/src/lib-master/master-service.c @@ -341,7 +341,7 @@ master_service_init(const char *name, enum master_service_flags flags, ??????? if ((flags & MASTER_SERVICE_FLAG_DONT_SEND_STATS) == 0) { ??????????????? /* Initialize stats-client early so it can see all events. */ ??????????????? value = getenv(DOVECOT_STATS_WRITER_SOCKET_PATH); -?????????????? if (value !=...
2019 Jan 06
0
IMAP preauth and stats-writer
...>> Does this fix it? >> >> diff --git a/src/lib-master/master-service.c >> b/src/lib-master/master-service.c >> index 3de11fa1b..3c60a7a39 100644 >> --- a/src/lib-master/master-service.c >> +++ b/src/lib-master/master-service.c >> @@ -341,7 +341,7 @@ master_service_init(const char *name, enum >> master_service_flags flags, >> ??????? if ((flags & MASTER_SERVICE_FLAG_DONT_SEND_STATS) == 0) { >> ??????????????? /* Initialize stats-client early so it can see all >> events. */ >> ??????????????? value = getenv(DOVECOT_STATS_WRITER_...
2010 Aug 30
1
[DC2.x ]pop3-login seg faults when compiled with gcc 4.5.2 and gold
Hello, On FreeBSD, Dovecot 2.0.1 compiles fine with gcc45 and the other services have no problem, but even without any optimizations (CFLAGS) at all, pop3-login seg faults when a user tries to connect to Dovecot using POP3. As this is not the only application that has a problem with the latest version of gcc (mod_php), there may be nothing that can be done on the Dovecot side, but I thought I
2011 Apr 09
1
pop3-login segfaults (new backtrace)
...ecot-2.0-hg/src/lib-dovecot/.libs/libdovecot.so.0 No symbol table info available. #10 0x000000004da031c7 in ?? () No symbol table info available. #11 0x0000000000054e94 in ?? () No symbol table info available. #12 0x0000000000403392 in ?? () No symbol table info available. #13 0x000000080049d609 in master_service_init () from /dovecot-2.0-hg/src/lib-dovecot/.libs/libdovecot.so.0 No symbol table info available. #14 0x0000000000403392 in ?? () No symbol table info available. #15 0x0000000000000048 in ?? () No symbol table info available. #16 0x00007fffffffe260 in ?? () No symbol table info available. #17 0x0000000...
2019 Jan 06
0
IMAP preauth and stats-writer
...diff --git a/src/lib-master/master-service.c >> >> b/src/lib-master/master-service.c >> >> index 3de11fa1b..3c60a7a39 100644 >> >> --- a/src/lib-master/master-service.c >> >> +++ b/src/lib-master/master-service.c >> >> @@ -341,7 +341,7 @@ master_service_init(const char *name, enum >> >> master_service_flags flags, >> >> if ((flags & MASTER_SERVICE_FLAG_DONT_SEND_STATS) == 0) { >> >> /* Initialize stats-client early so it can see all >> >> events. */ >> >>...
2015 Mar 09
4
rawlog with -i not worked
Hello, I have the rawlog enabled according to the manual:http://wiki2.dovecot.org/Debugging/Rawlog Without -i everything is wonderful, a coredump is with the -i parameter created **************************************** service imap-postlogin { executable = script-login -d rawlog -i user = vmail } **************************************** GNU gdb (GDB) 7.4.1-debian Copyright (C) 2012
2018 Feb 21
5
Auth SEGV on sparc64, alignment problem?
Apologies first for using two addresses, but I can?t currently read my email at distal.com. :-) I was previously running dovecot2-2.2.29.1_2 on FreeBSD 11 on sparc64. Trying to debug a problem I was having with one of my clients, I upgraded to dovecot-2.2.33.2_4 on that same server. However, I cannot connect now, log shows: Feb 20 16:55:00 westeros dovecot: master: Dovecot v2.2.33.2
2012 Jun 29
2
doveadm purge -A via doveadm-proxy director fails after some users
Hi, we have configured userdb and passdb in the director and try to iterate all users and pass the "purge" command via doveadm proxy to port 19000 on the correct director backend host. A single purge -u username at example.org via doveadm-proxy works correctly, but iterating over some users with -A fails. Note: users/domains have been anonymized in output: