Displaying 20 results from an estimated 96736 matches for "logging".
2018 Nov 11
0
CentOS 6: Logrotate / selinux problem
Ever since a recent power failure I have been getting a Logrotate error. My
machine is on a UPS -- it shutdown cleanly, but I suspect that its BIOS/RTC
battery is dead, since the machine came up thinking it was 1982 :-(. I reset
the clock and everything is fine, *except* I had to delete Logrotate's state
files (which had bad dates). But now Logrotate is raising the error:
error: error
2005 Dec 19
1
logrotate. Bug or am I blind?
Hello!
I having a problem with the permissions of some of my logfiles.
It seems that when the files are rotated, the user/group is root root and the permissions are rw for root only.
more info hereunder:
The strange thing is that sometimes it works for one file...
/var/log/cisco_acl.log /var/log/cisco_debug.log {
rotate 1
notifempty
#daily
size 1k
create 0640 root noc
2007 Jan 05
4
smbd keeps maxing out the cpu, must reboot server constantly
This is running in vmware, and I noticed occasionally wmware reports
that the cpu is being maxed out by a virtual machine. Logging into the
virtual machine and running top confirms that the smbd process is maxing
out the cpu. If I leave it alone for a while, eventually it starts
dropping connections and not letting people into the file server.
Killing the process with kill -9 does no good, it just immediately comes
back with...
2008 Jul 08
0
Problem with logrotate and compress
Hi I am using Centos 5.1 and I have a weird problem with squid logs
rotation. I have the file squid as follow in /etc/logrotate.d:
Recently I reduce size parameter.
/var/log/squid/access.log {
weekly
missingok
rotate 10
compress
create 0660 squid squid
missingok
size 200M
postrotate
/usr/sbin/squid -k rotate
endscript
}
/var/log/squid/cache.log {
weekly
2002 Feb 27
1
Log file size
GlacierHi Samba People,
i have a minor problem of my log file =
accumalating
to a huge size. i have max log size =3D 5 and this works for files =
residing in
/var/samba/log where users will have a log file of their own. But above =
that
directory is a log file named log.smb where it is quickly gaining in =
size.
Below is my smb.conf file and the details of log.smb. How do
2005 Jul 08
1
Compiling icecast on windows?
...g\log.h(37) : error C2059: syntax error : ','
icecast-2.2-kh12d\src\log\log.h(37) : error C2143: syntax error :
missing ')' before 'constant'
icecast-2.2-kh12d\src\log\log.h(37) : error C2143: syntax error :
missing ')' before 'constant'
icecast-2.2-kh12d\src\logging.h(33) : warning C4117: macro name
'__FUNCTION__' is reserved, '#define' ignored
icecast-2.2-kh12d\src\yp.c(138) : warning C4013: 'log_write' undefined;
assuming extern returning int
xslt.c
icecast-2.2-kh12d\src\log\log.h(37) : error C2061: syntax error :
identifier '__at...
2006 May 21
2
nls & fitting
Dear All,
I may look ridiculous, but I am puzzled at the behavior of the nls with
a fitting I am currently dealing with.
My data are:
x N
1 346.4102 145.428256
2 447.2136 169.530634
3 570.0877 144.081627
4 721.1103 106.363316
5 894.4272 130.390552
6 1264.9111 36.727069
7 1788.8544 52.848587
8 2449.4897 25.128742
9 3464.1016 7.531766
10 4472.1360 8.827367
11
2018 Nov 08
1
[nbdkit PATCH] log: Allow user option of appending to log
...le=FILE [plugin-args...]
+ nbdkit --filter=log plugin logfile=FILE [logappend=VAL] [plugin-args...]
=head1 DESCRIPTION
@@ -22,7 +22,8 @@ work even when nbdkit is run as a daemon.
The nbdkit-log-filter requires a single parameter C<logfile> which
specifies the path of the file to use for logging. If the file
-already exists, it will be truncated.
+already exists, it will be truncated unless the C<logappend> parameter
+was specified with any non-empty value other than "0".
=head1 EXAMPLES
diff --git a/filters/log/log.c b/filters/log/log.c
index 2079084..e6ed3b4 100644
--...
2011 May 25
0
EVE Online random crashes
Hey there, when I'm playing EVE online I get random crashes while I'm playing. These always occur while I'm out in space, never when I'm updating my trade orders.
Using ati drivers: 10.11
Wine: 1.3.20
This is shown in console when the game crashes...
Code:
An exception has occurred. It has been logged in the log server as exception #8
An exception has occurred. It has been
2018 Nov 08
0
[nbdkit PATCH v2 5/5] log: Allow user option of appending to log
...e=FILE [plugin-args...]
+ nbdkit --filter=log plugin logfile=FILE [logappend=BOOL] [plugin-args...]
=head1 DESCRIPTION
@@ -22,7 +22,8 @@ work even when nbdkit is run as a daemon.
The nbdkit-log-filter requires a single parameter C<logfile> which
specifies the path of the file to use for logging. If the file
-already exists, it will be truncated.
+already exists, it will be truncated unless the C<logappend> parameter
+was specified with a value that can be parsed as a boolean true.
=head1 EXAMPLES
diff --git a/filters/log/log.c b/filters/log/log.c
index 2079084..a497e9e 100644
--...
2011 Mar 31
2
Linear Model with curve fitting parameter?
I have a model Q=K*A*(R^r)*(S^s)
A, R, and S are data I have and K is a curve fitting parameter. I
have linearized as
log(Q)=log(K)+log(A)+r*log(R)+s*log(S)
I have taken the log of the data that I have and this is the model
formula without the K part
lm(Q~offset(A)+R+S, data=x)
What is the formula that I should use?
Thanks for all of your help. I can provide a subset of data if necessary.
2005 Jan 11
1
Squid and DMZ (ProxyARP)
Hello All,
I have a question about setting up the shorewall firewall for squid, I
followed the instructions on "Using Shorewall with Squid" --> "Squid Running
in the DMZ" section. For some reason I am unable to get the program to work.
I am able to have the squid work properly by using squidclient program, but
once I setup the firewall to use the redirect I am unable to
2007 Oct 24
3
Bizarre log file permissions
When I create a new app with the rails command, it creates a log
directory. You must chmod that to 666 according to the error message I
get whenever anything (like script/generate) tries to log a message.
Fine ...
... But, what the hell is this about???
$ ls -la log/
ls: cannot access log/.: Permission denied
ls: cannot access log/..: Permission denied
ls: cannot access log/development.log:
2019 Mar 14
2
Dovecot logrotation - old journal files are still in use
...lt;div xmlns="http://www.w3.org/1999/xhtml">Hi all</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><div xmlns="http://www.w3.org/1999/xhtml">Cannot understand, does it a bug or just a misconfiguration. In my Dovecot there are 3 files of logging (debug, info and .log)</div><div xmlns="http://www.w3.org/1999/xhtml">While executing logrotation, the new files are created, but old ones, namely dovecot.*.1 are still in use by the process</div><div xmlns="http://www.w3.org/1999/xhtml"> </div><...
2010 Oct 29
1
Tukey post hoc comparison (glht?) after 3factorial mixed model (lmer)
Hello, dear R-community.
This is a question about TukeyHSD between factor combinations of a Three-Way
ANOVA, which is - since it is a multi measure ANOVA - not a simple ANOVA but
a Generalised Linear Mixed Model (GLMM), calculated with "lmer".
> growth <-
groupedData(length~meas|box_id,outer=~spec*comp*water,data=all.spec)
> model <-
2012 Dec 17
1
WRITE_FPDMA_QUEUED CAM status: ATA Status Error
...lf-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 2) minutes.
Extended self-test routine
recommended polling time: ( 298) minutes.
Conveyance self-test rou...
2005 Apr 10
0
imap segfault in mail-index-sync.c
Our support team seems to have caused another crash.
They treat this mailbox like a shared one, so there may be a few people
accessing it at once. They are mostly using dovecot, but some could be
using uw-imap. These are the only two ways that this box is accessed.
I know that this doesn't really work with mbox, but it doesn't appear
to corrupt the mailbox. It seems to be a good stress
2005 Sep 02
6
question on cut
I am trying to use cut to tell me the suffix of a file.
for example: echo /home/silentm/log/file.machine.log | cut -d . -f 1-
I was expecting to get .log or log but I get the entire string echoed back.
doing the opposite gave me what I expected:
echo /home/silentm/log/file.machine.log | cut -d . -f 1
gives me
/home/silentm/log/file
I am trying to find a way to test if the file ends in .log?
2023 Nov 28
1
missing file in logrotate config
Hi
you could try a file /etc/logrotate.d/samba-local with this content
/var/log/samba/log.samba-dcerpcd
/var/log/samba/log.rpcd_classic
/var/log/samba/log.rpcd_winreg
/var/log/samba/log.samba-bgqd
/var/log/samba/log.rpcd_spoolss {
?? ?weekly
?? ?missingok
?? ?rotate 7
?? ?compress
?? ?delaycompress
?? ?notifempty
}
Le 27/11/2023 ? 10:12, Stefan G. Weichinger via samba a ?crit?:
> Am
2002 Jul 03
2
Samba logs
Hi!
How come that the logfiles in my /var/log/samba looks like this:
-rw-r--r-- 1 root root 0 Feb 24 04:02 log.data
-rw-r--r-- 1 root root 3223 Jul 2 18:04 log.dell
-rw-r--r-- 1 root root 0 Jun 22 04:29 log.dell.2
-rw-r--r-- 1 root root 0 Jun 1 04:02 log.dell.3
-rw-r--r-- 1 root root 0 Jul 3 04:09 log.gggg