Displaying 20 results from an estimated 1000 matches similar to: "log time formats - where is this defined"
2010 Nov 06
1
Logwatch not working properly
I having a problem where Logwatch is not showing any events from the
/var/log/secure log file. When I run
logwatch --print --range today --service sshd --detail 10 --debug 10
the end result shows this:
...
LogFiles that will be processed:
[0] = secure
[1] = messages
Made Temp Dir: /var/cache/logwatch/logwatch.sOga48bL with tempdir
export LOGWATCH_DATE_RANGE='today'
export
2016 Apr 17
1
Rsyslog problems
Hi,
My rsyslog is not working as expected.
I have some thing in rsyslog.d that do well, like this:
# Log all iptables stuff separately
:msg, contains, "iptables: " {
action(type="omfile" file="/var/log/iptraf/info")
}
No problems with that.
Bu what's in /etc/rsyslog.conf like:
mail.* /var/log/mail/info
don't do anything at all.
Rsyslogd -N1 is OK,
2009 Jun 17
1
Cyrus IMAP and ipurge
Anyone here familiar with Cyrus IMAP and its util ipurge?
We'd like to set auto deletion of our users' spambox folders, but I'm a
bit paranoid about its functionality.
The main things that confuse me are from the man page:
"Ipurge deletes messages from the mailbox(es) specified by
mailbox-pattern"
with no indication as to what defines "mailbox-pattern"
2008 Aug 06
2
CentOS 5.2 -- how do I choose a wireless network?
Hi. We have a Windows laptop that has gotten too slow, it's
borderline unusable, so I burned a CentOS 5.2 32-bit Live CD, just to
try it out in the home.
It boots up fine, but it does not connect to the Internet... Now
we normally connect through a wireless network, there are several
around here -- on the Windows box we choose the network to which to
connect... but on CentOS there is
2009 Jan 06
2
Video lock up
I recently install CentOS 5.2 on an older pc
Abit VP6 motherboard
2 x 1GHz PIII processors
1.5GB RAM
Nvidia MX440 video
All works fine except when running X
The display locks at ramdom times
Sometimes it locks when I log in
Sometimes it locks after several hours
While it is locked I can ssh to this machine from another server
I have to reboot to clear it
Also when I reboot X starts with random
2024 Jun 27
1
bind9 failure when using dlz_bind
Using latest samba 4.20.2 from Debian Trixie repositories, the latest
bind9 upgrade to version 9.19.24 fails to start on DC's using dlz_bind.?
Reverting back to bind9 9.19.21 restores full functionality.? On
standalone systems running the same samba version with the latest bind9,
named starts with no issues.
The most recent dlz_bind version available is dlz_bind9_18.so. Since the
kernel
2011 Jan 20
6
cloning a server
Hi, I have a centos 5 (current) mail server that I have compiled
dovecot/postfix and installed some packages like mysql etc. These packages
have been configured and changed to my liking. How can I now save all this
and install it on another server without having to do all the work of
compiling installing and configuring the same applications. Is it possible
to burn this server image into multiple
2008 Dec 17
4
vim helpfile tag issues
Just wondering if anyone can replicate this issue....
On CentOS 5.2, using vim 7.0.237, I'm having a consistent issue across
all my centos boxen.
if I try and access the help files direct (as root), such as ":help
tutor" I get:
"usr_01.txt.gz" [readonly][noeol][converted] 11L, 4393C
E434: Can't find tag pattern
Press ENTER or type command to continue
If I press
2009 Oct 19
3
gpg command works fine from login shell, not from cron script
I have an odd situation here, maybe one of you can help.? We have a
script that runs via a cron job.? It's purpose is to decrypt
PGP-encrypted files in a certain directory.? I have tried the command
two different ways, both fail with the same error message:
gpg --decrypt $file > ${file%.txt}.decrypted.txt
gpg --output ${file%.txt}.decrypted.txt --decrypt $file
(Don't even ask about
2010 Nov 24
9
New list ?
Hi,
Taking this to a new thread.
Thoughts on getting a new list started up ? Should it be
centos-sysadmin or centos-infra ? Are we going to then restrict it to
admin/infra related chatter ? in which case, does the eyeball density on
this list reduce for that sort of content ?
How about the politics and news stuff that gets posted to this list.
And how would those things be addressed with
2009 Apr 17
3
OT: Possible for Malware against Windows boxes to attack Firefox on Linux?
My belief is that this is not possible, but there are many extremely
knowledgeable people participating on this list and I would like to
know if it is in fact possible. I am running CentOS 5.3 (32 bit) fully
updated. Browser is Mozilla Firefox v.3.0.7.
I believe both times this happened, once yesterday and once today, I
was surfing on the web site of my favorite singer/musical group; or in
the
2009 Mar 17
1
CESA-2009:0358 Moderate CentOS 3 ia64 evolution - security update
CentOS Errata and Security Advisory 2009:0358
https://rhn.redhat.com/errata/RHSA-2009-0358.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
ia64:
updates/ia64/RPMS/evolution-1.4.5-25.el3.ia64.rpm
updates/ia64/RPMS/evolution-devel-1.4.5-25.el3.ia64.rpm
--
Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/
Top-postings silently ignored
2009 Mar 17
1
CESA-2009:0358 Moderate CentOS 3 ia64 evolution - security update
CentOS Errata and Security Advisory 2009:0358
https://rhn.redhat.com/errata/RHSA-2009-0358.html
The following updated files have been uploaded and are currently
syncing to the mirrors:
ia64:
updates/ia64/RPMS/evolution-1.4.5-25.el3.ia64.rpm
updates/ia64/RPMS/evolution-devel-1.4.5-25.el3.ia64.rpm
--
Pasi Pirhonen - upi at iki.fi - http://pasi.pirhonen.eu/
Top-postings silently ignored
2008 Jun 23
1
Directory compare
Hi,
I have 2 drive sets that are supposed to be identical [I use CentOS 5]:
A: 1.6Tb
B: 1.49Tb
I need to find the differences, any suggestion?
--
Thanks
http://www.911networks.com
When the network has to work
2008 Jul 04
2
Can't run a bash script from USB drive
I just tried to run a bash script (called "whose") from my USB drive
and I get this:
bash: /mt/bin/whose: /bin/bash: bad interpreter: Permission denied
I did some googling and found that this is because my USB drive is
mounted with noexec permission. When I was running FC8, this was not
the case.
How can I control this (i.e., allow 'exec' on my USB drive(s))?
Thanks
mhr
2008 Jul 08
2
share folder as USB mass storage device
Hi all!
Maybe I'm just being silly here, but I'm wondering if anybody has ever
used their computer for sharing files over USB. That is, the computer
pretends to be a USB mass storage device.
This could be useful for connecting to media players and such that
support you plugging a USB harddrive or memory stick.
Surely, somebody must have thought of this before :-D
regards,
Bent
2008 Aug 19
2
nash on centos 5.2
I am trying to use nash on centos 5.2
to demonstrate the problem I did:
cd /sbin
ln -sf /sbin/nash sleep
export PATH=/sbin:$PATH
sleep 5
and I get an error.
Red Hat nash version 5.1.19.6 starting
nash cannot open 5: no such file or directory
Why doesnt that work?
Thanks,
Jerry
2008 Aug 27
2
Unable to install CentOS 5.2 on New HP Intel Core 2 Quad
Our new lab has HP Intel Core 2 Quad systems with DVD/CDRW and SATA.
I can provide the model number if needed.
They stop on kernel startup when trying to boot the CentOS 5.2 boot CD.
It is during ACPI.
I have tried linux noprobe and linux pci=noacpi and linux noprobe
pci=noacpi.
I still cannot get to the first install screen.
Fedora 10 Live will not but up either.
I am using Fedora 9 from
2008 Aug 31
2
rc.local
I note that there are two 'rc.local' files. One is in /etc and the other
in /etc/rc.d Which has precedence and is the one to use? Thanks, Ric
2008 Aug 31
1
strange httpd error page using apache
I get this error page re-direct while opening a local webpage on my
server, which carries me to yahoo for the error page filled with
adverts. I'd really like to know how this one got here, as I just
installed centOS a few weeks ago.
http://wwwwh.found-not-help.com/search?qo=www.wayward4now.net&rn=3D9F6PY8wdYwGYX&rg=
This just doesn't strike me as Kosher. And, I'm a southern