summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-21 02:29:44 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-21 02:29:44 +0000
commit4fa1ffbb253e7b3f5bb61733395930fb1c3ab12c (patch)
treeb048b5fc6af5c4af2f34e8878b79072a604216ed
parent3deb0883e15b52b7d52e904961fd2990703becdb (diff)
downloadpfsense-4fa1ffbb253e7b3f5bb61733395930fb1c3ab12c.zip
pfsense-4fa1ffbb253e7b3f5bb61733395930fb1c3ab12c.tar.gz
Increase filter log space to 784K so that it can accept 999 entries
-rwxr-xr-xetc/rc2
-rwxr-xr-xusr/local/www/diag_logs_filter.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index fb5a15a..fbc0b5a 100755
--- a/etc/rc
+++ b/etc/rc
@@ -147,7 +147,7 @@ if [ ! "$PLATFORM" = "cdrom" ]; then
clog -i -s 65535 /var/log/slbd.log
else
clog -i -s 512144 /var/log/system.log
- clog -i -s 512144 /var/log/filter.log
+ clog -i -s 784144 /var/log/filter.log
clog -i -s 65535 /var/log/dhcpd.log
clog -i -s 65535 /var/log/vpn.log
clog -i -s 65535 /var/log/openvpn.log
diff --git a/usr/local/www/diag_logs_filter.php b/usr/local/www/diag_logs_filter.php
index d0ab350..c9894f7 100755
--- a/usr/local/www/diag_logs_filter.php
+++ b/usr/local/www/diag_logs_filter.php
@@ -50,7 +50,7 @@ if (!$nentries)
if ($_POST['clear']) {
exec("killall syslogd");
- exec("/usr/sbin/clog -i -s 262144 /var/log/filter.log");
+ exec("/usr/sbin/clog -i -s 784144 /var/log/filter.log");
system_syslogd_start();
}
OpenPOWER on IntegriCloud