Displaying 2 results from an estimated 2 matches for "pcextrem".
Did you mean:
pcextreme
2009 Mar 26
7
error while compiling xen
Hi,
I am facing the below error while compiling dom0. Please guide.
root@cbananth:/usr/src/xen-3.3.1# make linux-2.6-xen0-config
CONFIGMODE=menuconfig
make -f buildconfigs/mk.linux-2.6-xen0 config
make[1]: Entering directory `/usr/src/xen-3.3.1''
set -e ; \
if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \
__repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..)
; \
2015 Dec 02
0
Logstash pattern (GROK, KV, ...) to parse dovecot logs anyone?
...rich logs.
The last post regarding this endeavor was in 2014
(http://www.dovecot.org/list/dovecot/2014-June/096589.html), which "only"
extracts the key->value pairs but not other parts of the log lines.
One finds the occasional attempt here and there on GitHub, like
https://github.com/PCextreme/logstash-grok-patterns/blob/master/mail .
But nothing in comparison to the simply amazingly good patterns there are for
Postfix from whyscream (https://github.com/whyscream/postfix-grok-patterns). He
even added some "I don't understand this yet" rule to learn where the parsing
lags....