search for: dlog

Displaying 20 results from an estimated 22 matches for "dlog".

Did you mean: blog
2015 Oct 26
2
events
...how do I configure this plugin? On 23-10-15 16:12, Michael M Slusarz wrote: > On 10/22/2015 12:46 AM, Frederik Bosch | Genkgo wrote: > >> Thanks a lot! After looking at the source, I guess the ox driver will >> do. Maybe, when other people find this thread, you could tell what dlog >> is. Because I do not know it, and googling came up with little results. > > "dlog" is nothing more than a push-notification backend that will log > various information and hook triggers (at a DEBUG level) to the > Dovecot log. It's meant for debugging and devel...
2008 Jul 09
1
Need basic PPPoE startup help
...INGLY!!!! $scripts++; if ($DEBUG==1) {print "Line:$line\nScripts:$scripts\n" }; }; }; if ($scripts<=2) { #CONTINUE THIS SCRIPT IF ONLY ONE OCCURRENCE (THIS ONE) OF THIS SCRIPT IN CURRENT PROCESS LIST ############# ### BEGIN ### ############# if ($DEBUG==1) {open DLOG, ">$DEBFILE" or die "Cannot open debugging file!\n"}; &ping1; &ping2; &checkdowned; &trimlog; if ($DEBUG==1) {close DLOG}; } #END 'CONTINUE SCRIPT' sleep 2; exit; ################################################################################...
2015 Oct 22
2
events
Michael, Thanks a lot! After looking at the source, I guess the ox driver will do. Maybe, when other people find this thread, you could tell what dlog is. Because I do not know it, and googling came up with little results. Regards, Frederik On 21-10-15 23:33, Michael M Slusarz wrote: > On 10/21/2015 9:07 AM, Frederik Bosch | Genkgo wrote: > >> We want to trigger a script after certain actions by the user (event). >> This scr...
2015 Oct 26
2
events
...gt; On 23-10-15 16:12, Michael M Slusarz wrote: >>> On 10/22/2015 12:46 AM, Frederik Bosch | Genkgo wrote: >>> >>>> Thanks a lot! After looking at the source, I guess the ox driver will >>>> do. Maybe, when other people find this thread, you could tell what dlog >>>> is. Because I do not know it, and googling came up with little results. >>> "dlog" is nothing more than a push-notification backend that will log various information and hook triggers (at a DEBUG level) to the Dovecot log. It's meant for debugging and develo...
2015 Oct 26
3
events
...Slusarz wrote: >>>>> On 10/22/2015 12:46 AM, Frederik Bosch | Genkgo wrote: >>>>> >>>>>> Thanks a lot! After looking at the source, I guess the ox driver will >>>>>> do. Maybe, when other people find this thread, you could tell what dlog >>>>>> is. Because I do not know it, and googling came up with little results. >>>>> "dlog" is nothing more than a push-notification backend that will log various information and hook triggers (at a DEBUG level) to the Dovecot log. It's meant for debu...
2015 Oct 23
0
events
On 10/22/2015 12:46 AM, Frederik Bosch | Genkgo wrote: > Thanks a lot! After looking at the source, I guess the ox driver will > do. Maybe, when other people find this thread, you could tell what dlog > is. Because I do not know it, and googling came up with little results. "dlog" is nothing more than a push-notification backend that will log various information and hook triggers (at a DEBUG level) to the Dovecot log. It's meant for debugging and development purposes. &quot...
2015 Oct 26
0
events
...; > > > On 23-10-15 16:12, Michael M Slusarz wrote: >> On 10/22/2015 12:46 AM, Frederik Bosch | Genkgo wrote: >> >>> Thanks a lot! After looking at the source, I guess the ox driver will >>> do. Maybe, when other people find this thread, you could tell what dlog >>> is. Because I do not know it, and googling came up with little results. >> >> "dlog" is nothing more than a push-notification backend that will log various information and hook triggers (at a DEBUG level) to the Dovecot log. It's meant for debugging and devel...
2015 Oct 26
0
events
...16:12, Michael M Slusarz wrote: >>>> On 10/22/2015 12:46 AM, Frederik Bosch | Genkgo wrote: >>>> >>>>> Thanks a lot! After looking at the source, I guess the ox driver will >>>>> do. Maybe, when other people find this thread, you could tell what dlog >>>>> is. Because I do not know it, and googling came up with little results. >>>> "dlog" is nothing more than a push-notification backend that will log various information and hook triggers (at a DEBUG level) to the Dovecot log. It's meant for debugging an...
2015 Oct 26
0
events
...>>>>>> On 10/22/2015 12:46 AM, Frederik Bosch | Genkgo wrote: >>>>>> >>>>>>> Thanks a lot! After looking at the source, I guess the ox driver will >>>>>>> do. Maybe, when other people find this thread, you could tell what dlog >>>>>>> is. Because I do not know it, and googling came up with little results. >>>>>> "dlog" is nothing more than a push-notification backend that will log various information and hook triggers (at a DEBUG level) to the Dovecot log. It's meant...
2015 Oct 21
2
events
Hello, We want to trigger a script after certain actions by the user (event). This script inserts the action into message queue (e.g. Rabbit MQ) accompanied with some data. Then one or more workers picks up the action from the message queue and do something with it. The question is: how can I trigger the script from dovecot? An action/event should at least emitted when moving an e-mail
2007 Dec 14
0
options("defaultPackages") was not found [C1]
...lease advise. the error in the build process is checking DESCRIPTION meta-information ... ERROR During startup - Warning messages: ' in: library(package, lib.loc = lib.loc, character.only = TRUE, logical = TRUE, in options("defaultPackages") was not found my r source (in the file dlog.r) dlog <- function(X,h=1) { list(res=(as.matrix(diff(log(X),lag = h, differences = 1))), res2=h) } 1. in RGui source("C:\\shaun\\projects\\rpackagecreation\\dlog.r") then package.skeleton(name="DLOGPackage", list=ls(), .GlobalEnv, "C:\\shaun\\projects\\rpackagecrea...
2011 Apr 07
0
[PATCH] btrfs-progs: cast u64 to long long to avoid printf warnings
...", + (unsigned long long)bytenr); BUG(); } diff --git a/print-tree.c b/print-tree.c index ac575d5..c673dcb 100644 --- a/print-tree.c +++ b/print-tree.c @@ -497,7 +497,7 @@ void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l) case BTRFS_DIR_LOG_ITEM_KEY: dlog = btrfs_item_ptr(l, i, struct btrfs_dir_log_item); printf("\t\tdir log end %Lu\n", - btrfs_dir_log_end(l, dlog)); + (unsigned long long)btrfs_dir_log_end(l, dlog)); break; case BTRFS_ORPHAN_ITEM_KEY: printf("\t\torphan item\n"); -- To unsub...
2010 Jun 05
0
PULL: Properly cast and avoid compiler warnings, fixes build on alpha and ia64.
...BUG(); } diff --git a/print-tree.c b/print-tree.c index bd8af13..bf921e0 100644 - --- a/print-tree.c +++ b/print-tree.c @@ -494,7 +494,7 @@ void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l) case BTRFS_DIR_LOG_ITEM_KEY: dlog = btrfs_item_ptr(l, i, struct btrfs_dir_log_item); printf("\t\tdir log end %Lu\n", - - btrfs_dir_log_end(l, dlog)); + (unsigned long long) btrfs_dir_log_end(l, dlog)); break;...
2019 Nov 06
2
[Bug 1378] New: UDP IPv6 destination address not usable
...This can be fixed by changing the else clause to the same used for other IPv6 options: diff --git a/src/read_config_yy.y b/src/read_config_yy.y index a4aa7f5..31109c4 100644 --- a/src/read_config_yy.y +++ b/src/read_config_yy.y @@ -467,7 +467,7 @@ udp_option : T_IPV6_DEST_ADDR T_IP dlog(LOG_WARNING, "%s is not a valid IPv6 address", $2); free($2); break; - } else { + } else if (err < 0) { dlog(LOG_ERR, "inet_pton(): IPv6 unsupported!"); exit(EXIT_FAILURE); } Best regards, Ja...
2013 Aug 17
1
[LLVMdev] [brlcad-devel] Clang vs. gcc for building BRL-CAD
On Sat, Aug 17, 2013 at 7:08 AM, Tom Browder <tom.browder at gmail.com> wrote: > On Sat, Aug 17, 2013 at 6:15 AM, Tom Browder <tom.browder at gmail.com>wrote: > >> On Fri, Aug 16, 2013 at 2:58 PM, Tom Browder <tom.browder at gmail.com>wrote: >> >>> On Fri, Aug 16, 2013 at 2:55 PM, Tom Browder <tom.browder at gmail.com>wrote: >>>
2008 Dec 22
3
IMAP Voicemail and Directory not working?
...l - I'm wondering if anybody has IMAP Voicemail AND the directory working together. I haven't had any success. IMAP voicemail works fine, but when it's active, the Directory does not work. The problem seems to be with libc-client. Specifically, asterisk is not able to access the mm_dlog function. I've tried with Asterisk 1.4.22+ and 1.6.0+ using CentOS 5.2, Ubuntu 8.10 and Fedora 9. In each case, I used the native package manager to install libc-client, and in each case, after asterisk is compiled and voicemail users are configured, I get an error in the log that says this:...
2015 Oct 21
0
events
...tion > from the message queue and do something with it. The question is: how > can I trigger the script from dovecot? This is precisely what the new push-notification plugin is for (2.2.19). (You will need to write a driver to interact with your notification handler, similar to the "dlog" or "ox" drivers.) michael
2003 Sep 08
0
Base pam_krb5 on recent -STABLE and credential cache storage
...the user at logout with kdestroy(1)." And looking through /usr/src/lib/libpam/modules/pam_krb5/pam_krb5_auth.c did show that something should have been logged by pam_sm_setcred(): * $FreeBSD: src/lib/libpam/modules/pam_krb5/pam_krb5_auth.c,v 1.1.2.2 2001/07/29 18:57:30 markm Exp $ #define DLOG(error_func, error_msg) \ if (debug) \ syslog(LOG_DEBUG, "pam_krb5: pam_sm_setcred(%s %s): %s: %s", \ service, name, error_func, error_msg) Any ideas why I don't see a cached credential file in the usual location? Any other information I can provide to help out? Take...
2023 Jan 06
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
...ote_cmd = doveadm sync -d -u%u > > replication_dsync_parameters = -d -N -l 300 -U > > plugin { > mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename > mail_log_fields = uid, box, msgid, from, subject, size, vsize, flags > push_notification_driver = dlog > > sieve = file:~/sieve;active=~/sieve/.dovecot.sieve > #sieve = ~/.dovecot.sieve > sieve_duplicate_default_period = 1h > sieve_duplicate_max_period = 1h > sieve_extensions = +duplicate +notify +imapflags +vacation-seconds > sieve_global_dir = /usr/local/etc/dovecot/sie...
2023 Jan 07
1
replicator: Panic: data stack: Out of memory when allocating 268435496 bytes
...gt; >> replication_dsync_parameters = -d -N -l 300 -U >> >> plugin { >> ?mail_log_events = delete undelete expunge copy mailbox_delete >> mailbox_rename >> ?mail_log_fields = uid, box, msgid, from, subject, size, vsize, flags >> ?push_notification_driver = dlog >> >> ?sieve = file:~/sieve;active=~/sieve/.dovecot.sieve >> ?#sieve = ~/.dovecot.sieve >> ?sieve_duplicate_default_period = 1h >> ?sieve_duplicate_max_period = 1h >> ?sieve_extensions = +duplicate +notify +imapflags +vacation-seconds >> ?sieve_global_dir =...