Displaying 20 results from an estimated 22 matches for "rulefil".
Did you mean:
rulefit
2006 Oct 09
5
General questions and problems with exec...
...a rules file.
After copying the separate files with puppet, I''m using exec to run
the make part - but I can''t get it to work. Here''s the .pp file:
<snip>
class shorewall {
package { shorewall:
ensure => latest
}
file { "/etc/shorewall/rulefiles":
ensure => directory,
mode => 750
}
configfile { "/etc/shorewall/shorewall.conf":
mode => 0640,
source => "config/apps/shorewall/shorewall.conf",
require => package["shorewall"]
}
configfile { "/etc/shorewall/Ma...
2007 Sep 23
0
Bug#443171: [PATCH] ignore acpid clients disconnecting
- ignore messages "acpid: client has disconnected"
Signed-off-by: Hanspeter Kunz <hp at edelkunz.ch>
---
rulefiles/linux/ignore.d.server/acpid | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/rulefiles/linux/ignore.d.server/acpid b/rulefiles/linux/ignore.d.server/acpid
index 034ddf1..faebe1e 100644
--- a/rulefiles/linux/ignore.d.server/acpid
+++ b/rulefiles/linux/ignore.d.server/acpid...
2008 Jan 24
0
[PATCH] Added "Re-using pre-shared static key" openvpn rule
Signed-off-by: Fr?d?ric Bri?re <fbriere at fbriere.net>
---
rulefiles/linux/ignore.d.server/openvpn | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rulefiles/linux/ignore.d.server/openvpn b/rulefiles/linux/ignore.d.server/openvpn
index 68ebf8f..c57e3cb 100644
--- a/rulefiles/linux/ignore.d.server/openvpn
+++ b/rulefiles/linux/ignore.d.serv...
2008 Jan 24
0
[PATCH] Re-enabled :port portion of "UDPv4 link" openvpn rule
...ttach the
":port" part to "[undef]" -- probably to reflect a recent change in
openvpn. Unfortunately, the rule no longer matches in etch, thus
breaking the backport.
Here's a patch to match both versions.
Signed-off-by: Fr?d?ric Bri?re <fbriere at fbriere.net>
---
rulefiles/linux/ignore.d.server/openvpn | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/rulefiles/linux/ignore.d.server/openvpn b/rulefiles/linux/ignore.d.server/openvpn
index c57e3cb..1ea6068 100644
--- a/rulefiles/linux/ignore.d.server/openvpn
+++ b/rulefiles/linux/ignore.d.serv...
2011 Dec 31
0
[PATCH] i.d.s/openvpn: support 'remote-cert-tls (server|client)'
From: Simon Deziel <simon.deziel at gmail.com>
Fixes LP: #806537
Signed-off-by: Simon Deziel <simon.deziel at gmail.com>
---
rulefiles/linux/ignore.d.server/openvpn | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/rulefiles/linux/ignore.d.server/openvpn b/rulefiles/linux/ignore.d.server/openvpn
index 2b4bfd6..d80f42f 100644
--- a/rulefiles/linux/ignore.d.server/openvpn
+++ b/rulefiles/linux/ignore.d...
2010 Jun 14
0
[PATCH] i.d.s/postfix: fixed policyd-weight patterns
...rns. For example the 'rate' is output multiple times in some
situations, the 'check from' is omited sometimes and somehow those log
messages have a trailing blank.
With those patterns logcheck stays silent again.
Signed-off-by: Mathias Krause <minipli at googlemail.com>
---
rulefiles/linux/ignore.d.server/postfix | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/rulefiles/linux/ignore.d.server/postfix b/rulefiles/linux/ignore.d.server/postfix
index be14415..2a6b554 100644
--- a/rulefiles/linux/ignore.d.server/postfix
+++ b/rulefiles/linux/ignore....
2010 May 04
1
Bug#580260: logcheck-database: dkim-filter needs tweak
Package: logcheck-database
Version: 1.3.8
11 hex digits, and "no"
diff -ur logcheck-1.3.8.orig/rulefiles/linux/ignore.d.server/dkim-filter logcheck-1.3.8/rulefiles/linux/ignore.d.server/dkim-filter
--- logcheck-1.3.8.orig/rulefiles/linux/ignore.d.server/dkim-filter 2008-05-22 04:20:58.000000000 -0400
+++ logcheck-1.3.8/rulefiles/linux/ignore.d.server/dkim-filter 2010-05-04 16:32:31.000000000 -0400
@...
2007 Mar 20
2
0.22.2 bug?
...i,
I''ve just installed 0.22.2 and believe I''ve discovered a bug (or oversight).
I have an exec like this:
exec { "change-to-local-mirror":
command => "sed -i ''s#\(KERNEL_REPO.*=\).*#\1
$mirror#'' ${rulefile}",
path => "/usr/bin:/usr/sbin:/bin",
cwd =>
"/usr/src/xen-${xenrelease}_${xenpatchlevel}-src/buildconfigs/",
logoutput => "true",
before...
2007 Mar 13
4
Object sync problem
...9;'1''
$xenurl = "
http://bits.xensource.com/oss-xen/release/$xenrelease-$xenpatchlevel/src.tgz/
"
$xenfile = "xen-$xenrelease\_$xenpatchlevel-src.tgz"
$xenmd5file = "xen-$xenrelease\_$xenpatchlevel-src.md5"
$targetdir = "/usr/src"
$rulefile = "Rules.mk"
$rulefilecwd =
"/usr/src/xen-$xenrelease\_$xenpatchlevel-src/buildconfigs/"
extracttar { "xen-source-verified":
file => "$xenfile",
target => "$targetdir",
op...
2006 Jul 07
0
Bug#377276: "Did not receive identification string" warning reappeared
Package: logcheck-database
Version: 1.2.45
Severity: normal
Tags: patch pending confirmed
My bad, sorry.
--- rulefiles/linux/ignore.d.server/ssh 6 Jul 2006 10:16:41 -0000 1.18
+++ rulefiles/linux/ignore.d.server/ssh 7 Jul 2006 19:35:19 -0000
@@ -10,7 +10,7 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ sshd\[[0-9]+\]: refused connect from [:[:alnum:].]+ \([:[:alnum:].]+\)$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ sshd\[[0-9]+...
2004 Sep 01
2
dedup and sort rules
A non-text attachment was scrubbed...
Name: parse_logcheck
Type: application/octet-stream
Size: 3860 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/logcheck-devel/attachments/20040901/b1727d89/attachment.obj
2007 Mar 18
1
Dependancy sequencing problem
...= ''1''
$linuxrelease = ''2.6.16.33''
$xenurl = "
http://bits.xensource.com/oss-xen/release/${xenrelease}-${xenpatchlevel}/src.tgz/
"
$xenfile = "xen-${xenrelease}_${xenpatchlevel}-src.tgz"
$targetdir = "/usr/src"
$rulefile = "Rules.mk"
$rulefilecwd =
"/usr/src/xen-${xenrelease}_${xenpatchlevel}-src/buildconfigs/"
wgetfile { "xen-source":
url => "$xenurl",
file => "$xenfile",
target => "$targetdir",
require =...
2005 Jun 03
2
[ttroxell@debian.org: Re: Logcheck rules from other packages]
...ce, somehow we need to make it clearer that say, bugs in
> qpopper logcheck rules should be filed against logcheck. Then again, if
> we include the rules from other packages in logcheck again, this problem
> will cease to exist.
Maybe add some docs to the tune of "please run dpkg -S $RULEFILE before
submitting a bug."
Cheers,
--
[ Todd J. Troxell ,''`.
Student, Debian GNU/Linux Developer, SysAdmin, Geek : :' :
http://debian.org || http://rapidpacket.com/~xtat `. `'...
2008 Feb 04
0
Bug#445074: [PATCH] Ignore "Nasty PTR record" messages from openssh (closes: #445074)
---
rulefiles/linux/ignore.d.server/ssh | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 31e8a3f16090172b7d6659a0b370536fcfcaab85.diff
Type: text/x-patch
Size: 763 bytes
Desc: not available
Url : http://lists.alioth.d...
2008 Jun 24
1
Bug#475553: not fixable with current logcheck
tags 475553 wontfix
thanks
While I completely agree that this /should/ be fixed in logcheck, it
can't be, since the logcheck rulefile format *sucks*, meaning
/every/ rule would have to be extended to support both styles.
I am sorry, but I have to mark this wontfix.
I hope that one day, someone will get up and write logfilter, which
I've started to draft on the wiki.logcheck.org page. With logfilter,
rules use patterns that...
2011 Dec 18
0
Bug#652537: Please add rule for inetutils-syslogd
Package: logcheck
Version: 1.2.69
The inetutils-syslogd (2:1.5.dfsg.1-9) package provides a system
logging daemon. syslogd periodically logs the following message:
Dec 17 00:29:11 host syslogd (GNU inetutils 1.5): restart
The following logcheck rulefile works to filter the messages from the
"System Events" email:
# cat inetutils-syslogd
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ syslogd \(GNU inetutils [1-9]\.[0-9]+\): restart$
This bug report is for logcheck 1.2.69 but I have looked at the
logcheck package files in wheezy (1.3.14) and it app...
2009 Feb 11
1
where to submit new logcheck rules?
Hi,
I've got a few logcheck ignore.d rules that I'd like to submit, one
example is sqlgrey. /usr/share/doc/logcheck/README.maintainer talks
about shipping the rules inside the package itself, so I could file a
request with sqlgrey.
However, that doesn't work because of course I don't have all the
packages I use on my network installed on my loghost. In fact, I believe
that
2004 Aug 23
2
Bug#267587: logcheck-database: Additional rule needed for postfix
Package: logcheck-database
Version: 1.2.25
Severity: normal
postfix/smtpd\[[0-9]+\]: lost connection after (CONNECT|DATA|RCPT|RSET|EHLO|HELO|MAIL) from
Please include the above line in the ignore.d/server/postfix file. That
catches messages that occur very often on busy Postfix servers.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
2004 Oct 13
2
Bug#276317: logcheck-database: Namechange for ISC in /etc/logcheck/ignore.d.server/dhcp
Package: logcheck-database
Version: 1.2.28
Severity: normal
Hi,
the Internet Software Consortium changed the name to Internet Systems Consortium.
For a fix for the logcheck rules see the attachment.
-- System Information:
Debian Release: 3.0
APT prefers testing
APT policy: (600, 'testing'), (100, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel:
2004 May 28
2
Bug#251364: logcheck: preinst has bashism, fails with dash and LANG != C
Package: logcheck
Version: 1.2.20a
Severity: serious
Tags: patch
On a system where sh points to dash and LANG=es_ES, I get this:
# apt-get -y --reinstall install logcheck
Leyendo lista de paquetes... 0%
Leyendo lista de paquetes... 0%
Leyendo lista de paquetes... 23%
Leyendo lista de paquetes... Hecho
Creando ?rbol de dependencias... 0%
Creando ?rbol de dependencias... 0%
Creando ?rbol de