Displaying 7 results from an estimated 7 matches for "rotatelog".
Did you mean:
rotatelogs
2008 Mar 07
0
Piping logs to rotatelog
Mongrel clusters lets yuo pick a path to your logs with the "-l "
switch. I tried giving a pathc that contains the rotatelogs like
-l
|/usr/sbin/rotatelogs /var/log/mongrel.log 3600"
And it just gave me error. So I rolledup my sleeves and dig into:
1)
/usr/lib/ruby/gems/1.8/gems/mongrel_cluster-1.0.5/lib/mongrel_cluster/init.rb
2) /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb
I tried to...
2013 Feb 14
2
i386: vm.pmap kernel local race condition
Hi!
I've got FreeBSD 8.3-STABLE/i386 server that can be reliably panicked
using just 'squid -k rotatelog' command. It seems the system suffers
from the problem described here:
http://cxsecurity.com/issue/WLB-2010090156
I could not find any FreeBSD Security Advisory containing a fix.
My server has 4G physical RAM (about 3.2G available) and runs
squid (about 110M VSS) with 500 ntlm_auth subproces...
2007 Mar 19
23
puppet hangs while trying to restart a daemon
Hello all,
puppet hangs while trying to restart a daemon when the associated config
file changes, here the log:
Mar 19 11:30:04 ingentTest puppetd[27390]: Starting Puppet client
version 0.22.0
puppetd[27390]: Starting configuration run
puppetd[27390]:
(/ingenttest/qualsevolnode/guaita[guaita]/File[/etc/guaita.conf]/content) synced
puppetd[27390]:
2006 Jan 03
2
date in logrotate
Quick logrotate question for the group. To comply with a PHB mandate,
I need to keep our apache logs for a minimum of 2 years, and will be
periodically required to hand over chunks of the logs from specific
dates/times. While extending the timeframe of logrotate is easy, I've
found that there's no elegant solution in the RH/CentOS logrotate for
appending dates to the filename. I'm
2017 Dec 08
0
glusterdump filling up /var on fuse clients
...-4.1$ ls -lh /var/run/gl*
total 1.5G
-rw------- 1 root root 308K Dec 8 03:34 glusterdump.31050.dump.1512722042
-rw------- 1 root root 315K Dec 8 03:34 glusterdump.31124.dump.1512722042
-rw------- 1 root root 1.5G Dec 8 03:36 glusterdump.9314.dump.1512722042
I believe this may be part of the rotatelog config.
Are these files of any use? If not what would be the best way to suppress
this?
I want rotate but if I can I would like to live without managing the space
issues.
[root at gui logrotate.d]# cat glusterfs
# Rotate client logs
/var/log/glusterfs/*.log {
sharedscripts
weekly
rotate 52...
2007 Nov 20
9
Timestamping in log file?
Hi,
I''m wondering if it''s easy to add timestamps to the mongrel log? I am
having a problem where an externally spawned application by Rails is
failing. Mongrel kindly logs the error message returned by this
application when it fails. But it doesn''t record a timestamp as to when
the error occurs, which makes it a little tricky to sync this up to my
webserver logs to
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
.../man8/htcacheclean.8*
%{_mandir}/man8/fcgistarter.8*
%files manual
%defattr(-,root,root)
%{contentdir}/manual
%{contentdir}/error/README
%files tools
%defattr(-,root,root)
%{_bindir}/ab
%{_bindir}/htdbm
%{_bindir}/htdigest
%{_bindir}/htpasswd
%{_bindir}/logresolve
%{_bindir}/httxt2dbm
%{_sbindir}/rotatelogs
%{_mandir}/man1/htdbm.1*
%{_mandir}/man1/htdigest.1*
%{_mandir}/man1/htpasswd.1*
%{_mandir}/man1/httxt2dbm.1*
%{_mandir}/man1/ab.1*
%{_mandir}/man1/logresolve.1*
%{_mandir}/man8/rotatelogs.8*
%doc LICENSE NOTICE
%files -n mod_authnz_ldap
%defattr(-,root,root)
%{_libdir}/httpd/modules/mod_ldap.so...