search for: log

Displaying 20 results from an estimated 96264 matches for "log".

Did you mean: long
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 Logro...
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...
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 w...
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/s...
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...
2005 Jul 08
1
Compiling icecast on windows?
...ence with compiling on windows? Does anyone have a compiled version icecast-2.2-kh12d? Should I just give up and wait for the next official release? :( Heres the errors I get now: ------ Build started: Project: icecast, Configuration: Release Win32 ------ Compiling... yp.c icecast-2.2-kh12d\src\log\log.h(37) : error C2061: syntax error : identifier '__attribute__' icecast-2.2-kh12d\src\log\log.h(37) : error C2059: syntax error : ';' icecast-2.2-kh12d\src\log\log.h(37) : error C2059: syntax error : ',' icecast-2.2-kh12d\src\log\log.h(37) : error C2143: syntax error : mi...
2006 May 21
2
nls & fitting
...727069 7 1788.8544 52.848587 8 2449.4897 25.128742 9 3464.1016 7.531766 10 4472.1360 8.827367 11 6123.7244 6.600603 12 8660.2540 4.083339 I would like to fit N as a function of x according to a function depending on 9 parameters (A1,A2,A3,mu1,mu2,mu3,myvar1,myvar2,myvar3), namely N ~ (log(10)*A1/sqrt(2*pi)/log(myvar1)*exp(-((log(x/mu1))^2)/2/log(myvar1)/log(myvar1)) +log(10)*A2/sqrt(2*pi)/log(myvar2)*exp(-((log(x/mu2))^2)/2/log(myvar2)/log(myvar2)) +log(10)*A3/sqrt(2*pi)/log(myvar3)*exp(-((log(x/mu3))^2)/2/log(myvar3)/log(myvar3))) (i.e. N is to be seen as a sum of three "be...
2018 Nov 08
1
[nbdkit PATCH] log: Allow user option of appending to log
Always truncating a log can wipe out useful history. Add an option to change this. Signed-off-by: Eric Blake <eblake@redhat.com> --- Hmm - logappend=false enables appending. Maybe we need a common utility function for parsing bool values (parse 0 and case-insensitive "off" or "false" as off, al...
2011 May 25
0
EVE Online random crashes
...'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 logged in the log server as exception #9 An exception has occurred. It has been logged in the log server as exception #10 An exception has occurred. It has been logged in the log server as exception #11 An exception has...
2018 Nov 08
0
[nbdkit PATCH v2 5/5] log: Allow user option of appending to log
Always truncating a log can wipe out useful history. Add an option to change this. Signed-off-by: Eric Blake <eblake@redhat.com> --- v2: tweaks to documentation, rely on nbdkit_parse_bool filters/log/nbdkit-log-filter.pod | 5 +++-- filters/log/log.c | 12 ++++++++++-- tests/test-log.sh...
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. -- Stephen Sefick __...
2005 Jan 11
1
Squid and DMZ (ProxyARP)
...0.0.0.0/0 24 1920 eth1_in all -- eth1 * 0.0.0.0/0 0.0.0.0/0 0 0 eth2_in all -- eth2 * 0.0.0.0/0 0.0.0.0/0 0 0 Reject all -- * * 0.0.0.0/0 0.0.0.0/0 0 0 LOG all -- * * 0.0.0.0/0 0.0.0.0/0 LOG flags 0 level 6 prefix `Shorewall:INPUT:REJECT:'' 0 0 reject all -- * * 0.0.0.0/0 0.0.0.0/0 Chain FORWARD (policy DROP 53 packets, 2772 bytes) pkts bytes target pr...
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: can...
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)
...evel of the first factor. We are not interested in the third factor, so data can be averaged over that. THANKS A LOT FOR ANY ADVICE, Sincerely Anna Radtke -----> model output: Linear mixed model fit by REML Formula: length ~ spec * comp * water + (meas | box_id) Data: growth AIC BIC logLik deviance REMLdev 4800 4909 -2372 4988 4744 Random effects: Groups Name Variance Std.Dev. Corr box_id (Intercept) 0.0 0.000 meas 222484.2 471.682 NaN Residual 9439.4 97.157 Number of obs: 360, groups: box_id, 120 Fixed effects:...
2012 Dec 17
1
WRITE_FPDMA_QUEUED CAM status: ATA Status Error
...I/O Port, range 32, base 0x3000, size 16, enabled cap 01[64] = powerspec 2 supports D0 D1 D2 D3 current D0 cap 07[40] = PCI-X 64-bit supports 133MHz, 2048 burst read, 12 split transactions cap 05[54] = MSI supports 1 message, 64 bit enabled with 1 message siisch2: Error while READ LOG EXT (ada3:siisch2:0:3:0): WRITE_FPDMA_QUEUED. ACB: 61 56 af 71 0a 40 40 00 00 00 00 00 (ada3:siisch2:0:3:0): CAM status: ATA Status Error (ada3:siisch2:0:3:0): ATA status: 00 () (ada3:siisch2:0:3:0): RES: 00 00 00 00 00 00 00 00 00 00 00 (ada3:siisch2:0:3:0): Retrying command siisch2: Error while R...
2005 Apr 10
0
imap segfault in mail-index-sync.c
...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 test... In this case, it looks like several of them are logged in at once. Here's the log entry and backtrace of the imap process which segfaulted. I'll put a section of logs covering this time at the end, in case it helps. The problem appears to be here in mail-index-sync.c: #define MAIL_INDEX_IS_SYNCS_SAME(index) \ ((index)->sync_log...
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...
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/...
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 lo...