I have said my logs are not rotating automatically through cron, manually
running the script
works fine, this problem has been seen two weeks back.
ls -l /etc/cron.daily
total 68
lrwxrwxrwx 1 root root 28 Feb 10 2007 00-logwatch ->
../log.d/scripts/logwatch.pl
-rwxr-xr-x 1 root root 418 Feb
umair shakil wrote:
I have said my logs are not rotating automatically through cron,
manually running the script
works fine, this problem has been seen two weeks back.
Is crond running?
Is run-parts still around?
What happened two weeks back again?
ls -l /etc/cron.daily
total 68
lrwxrwxrw
Dear All Salam,
I have syslog server running logs of network devices, I am facing problem
about two weeks that
my weekly log is not rotating, as i manually runs the script it does,
secondly i put the entry
in cron.daily, still today i checked but no log rotation manually
running is fine.
02 4
umair shakil wrote:
Dear All Salam,
I have syslog server running logs of network devices, I am facing
problem about two weeks that
my weekly log is not rotating, as i manually runs the script it does,
secondly i put the entry
in cron.daily, still today i checked but no log rotation manuall
Robert Slade wrote:
> On Thu, 2007-10-25 at 19:06 +0100, Robert Slade wrote:
>> Hi,
>>
>> I have just updated my system from Centos 4 to 5 using the DVD. When I
>> try to update using Yum, it gets so far then I get:
>>
>> "Public key for tomcat5-jsp-2.0-api-5.5.23-0jpp.3.0.2.el5.i386.rpm is
>> not
Robin Bowes is no longer on the qmail list among others and so there is
very little flaming now there.
Eeek. I meant Robin Socha.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
How about
# MOUNTER=`ssh $i "mount | grep data | awk '{print \$1,\$2,\$3}'"`
alas no
MOUNTER=`ssh $i 'mount | grep data | awk "{print \$1, \$2, \$3}"'`
results in
awk: {print , , }
awk:^ syntax error
awk: {print , , }
awk: ^ syntax error
awk: {print , , }
awk:^
How about
# MOUNTER=`ssh $i "mount | grep data | awk '{print \$1,\$2,\$3}'"`
alas no
MOUNTER=`ssh $i 'mount | grep data | awk "{print \$1, \$2, \$3}"'`
results in
awk: {print , , }
awk:^ syntax error
awk: {print , , }
awk: ^ syntax error
awk: {print , , }
awk:
On Oct 26, 2007, at 6:28, Tom Brown wrote:
I am sure the answer here is really easy but i am stuck!
Getting the quoting right for remote commands in the shell is never
an easy thing :-).
# mount | grep data | awk '{print$1,$2,$3}'
gives me the info i require locally, however i need to ex
Tom Brown wrote:
How about
# MOUNTER=`ssh $i "mount | grep data | awk '{print \$1,\$2,\$3}'"`
alas no
MOUNTER=`ssh $i 'mount | grep data | awk "{print \$1, \$2, \$3}"'`
results in
awk: {print , , }
awk:^ syntax error
awk: {print , , }
awk: ^ syntax error
awk: {print , , }
Is this for the same BSD system you asked questions on
before concerning log rotation problems?
Which BSD system borrowed run-parts from Debian?
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
On Fri, Oct 26, 2007 at 11:28:37AM +0100, Tom Brown wrote:
> Hi
>
> I am sure the answer here is really easy but i am stuck!
>
> # mount | grep data | awk '{print$1,$2,$3}'
>
> gives me the info i require locally, however i need to execute this over
> about 1000 hosts so i run things remot
--- umair shakil <[EMAIL PROTECTED]> wrote:
> Dear All Salam,
>
> I have syslog server running logs of network
> devices, I am facing problem
> about two weeks that
> my weekly log is not rotating, as i manually runs
> the script it does,
> secondly i put the entry
> in cron.daily, still today i
On Fri, Oct 26, 2007 at 11:52:50AM +0100, Luciano Rocha wrote:
> On Fri, Oct 26, 2007 at 11:28:37AM +0100, Tom Brown wrote:
> > Hi
> >
> > I am sure the answer here is really easy but i am stuck!
> >
> > # mount | grep data | awk '{print$1,$2,$3}'
> >
> > gives me the info i require locally,
On Tue, 23 Oct 2007 08:27:19 -0700
Dave <[EMAIL PROTECTED]> wrote:
> I need to quickly setup a temporary BBS/message board system for the
> fires in San Diego. We just want people to post if they have rooms
> available. So I'm looking for a a very simple and easy to get running
> BBS system. Any
Is anyone else having problem with Xen Crashes or can provide hints why this
happens?
I can resolve it by restarting /etc/init.d/xendomains but I'm curios why it
happens, the machine
is running 64bit Centos 5, 16GB memory. I have some other programs reporting
exhausted
shared memory so maybe thats
Correction.
MOUNTER=`ssh $i "mount | grep data | awk '{print \\$1,\\$2,\\$3}'"`
This is what i tried and worked for me.
bingo! gold star - thanks!!
I need to query mount as these are nfs mounts configre by an automounter
and so not in the fstab
__
On Wed, 24 Oct 2007 23:47:00 -0400
"Matt Shields" <[EMAIL PROTECTED]> wrote:
> But, since numerous people have stated how mysql is inadequate to do
> what we want to do or in general for any task. We currently use mysql
> in a replicated environment with LVS to balance the connections for
> our m
Hi all,
I've the same problem, I've download the
CentOS-5.0-x86_64-bin-DVD.iso from one centos mirror, i've applied
deltaiso and the created image is 2 GB, the md5sum check of iso.delta
(CentOS-5.0-x86_64-bin-DVD-ich9.iso.delta) is ok, what's wrong ?
deltaiso program exit on the same as Mic
Hi
I am sure the answer here is really easy but i am stuck!
# mount | grep data | awk '{print$1,$2,$3}'
gives me the info i require locally, however i need to execute this over
about 1000 hosts so i run things remotely using ssh something like
# MOUNTER=`ssh $i 'mount | grep data | awk '{pri
Tom Brown wrote:
# MOUNTER=`ssh $i 'mount | grep data | awk '{print$1,$2,$3}''`
How about
# MOUNTER=`ssh $i "mount | grep data | awk '{print \$1,\$2,\$3}'"`
Regards
A.S
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/list
Anup Shukla wrote:
Tom Brown wrote:
How about
# MOUNTER=`ssh $i "mount | grep data | awk '{print \$1,\$2,\$3}'"`
alas no
MOUNTER=`ssh $i 'mount | grep data | awk "{print \$1, \$2, \$3}"'`
results in
awk: {print , , }
awk:^ syntax error
awk: {print , , }
awk: ^ syntax err
On Fri, Oct 26, 2007 at 06:56:05PM +0800, Anup Shukla wrote:
> MOUNTER=`ssh $i "mount | grep data | awk '{print \\$1,\\$2,\\$3}'"`
>
> This is what i tried and worked for me.
Why not be simpler, run the "mount" on the remote machine but the grep
and awk on the local machine; no quoting issue at
On 10/26/07, Christopher Chan <[EMAIL PROTECTED]> wrote:
> Which BSD system borrowed run-parts from Debian?
All of them. Since they're based on debian anyway. See this thread for
details -> http://lists.centos.org/pipermail/centos/2007-October/088245.html
One of these days I'll develop the abil
Jim Perrin wrote:
On 10/26/07, Christopher Chan <[EMAIL PROTECTED]> wrote:
Which BSD system borrowed run-parts from Debian?
All of them. Since they're based on debian anyway. See this thread for
details -> http://lists.centos.org/pipermail/centos/2007-October/088245.html
One of these days I
Evans F. Mitchell KD4EFM / AFA2TH / WQFK-894 wrote:
Found an error or two from my logwatch report from yesterday,
thought I would share this in hopes this is just first time
run of the problem I noticed in the Kernel report section...
Also not sure why there's an issue with automount either
on 10/26/2007 6:54 AM Jim Perrin spake the following:
On 10/26/07, Christopher Chan <[EMAIL PROTECTED]> wrote:
Which BSD system borrowed run-parts from Debian?
All of them. Since they're based on debian anyway. See this thread for
details -> http://lists.centos.org/pipermail/centos/2007-Octob
hi there,
i can mount my cdrom with this command: mount -t iso9660 /dev/cdrom cdrom/
how do i mount the cdrom everytime the computer is boot?
thanks,
T. Hiep
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos
--- Christopher Chan <[EMAIL PROTECTED]> wrote:
> Jim Perrin wrote:
> > On 10/26/07, Christopher Chan
> <[EMAIL PROTECTED]> wrote:
> >
> >> Which BSD system borrowed run-parts from Debian?
> >
> > All of them. Since they're based on debian anyway.
> See this thread for
> > details ->
>
http://l
Christian Volker wrote:
> Yohoo!
>
> I'm using rsnapshot-1.3.0-1.el5.rf (from DAG) and rsync-2.6.9-1.el5.rf (from
> CentOS5) together.
>
> Rsnapshot now starts every task with the "--relative" switch. Without this
> switch it will backup all subsequent folders (like /proc and so on) which
> isn't
Justin Morgan wrote:
> I will be out of the office starting 26/10/2007 and will not return until
> 30/10/2007.
>
> I will respond to your message when I return.
>
> For urgent matters please contact Panbio Reception for assistance : +617
> 3363 7100.
>
When you get back ... you won't be gettin
Yohoo!
I'm using rsnapshot-1.3.0-1.el5.rf (from DAG) and rsync-2.6.9-1.el5.rf (from
CentOS5) together.
Rsnapshot now starts every task with the "--relative" switch. Without this
switch it will backup all subsequent folders (like /proc and so on) which
isn't desired. So I can't omit the "--relativ
I will be out of the office starting 26/10/2007 and will not return until
30/10/2007.
I will respond to your message when I return.
For urgent matters please contact Panbio Reception for assistance : +617
3363 7100.
___
CentOS mailing list
CentOS@cen
I'm trying to use nmap2nagios (a perl script) on CentOS, but when I
run it, I get the following error:
(If this is offtopic for this list, please let me know)
./nmap2nagios.pl -v -r /tmp/nmap.xml -o /tmp/new.cfg
./nmap2nagios.pl: line 9: use: command not found
./nmap2nagios.pl: line 10: use: com
On Fri, Oct 26, 2007 at 11:34:39AM -0700, Rogelio alleged:
> When I type in "perl" before the command, I get this:
>
> [EMAIL PROTECTED] nmap2nagios-0.1.2]# perl nmap2nagios.pl -v -r
> /tmp/nmap.xml -o /tmp/new.cfg
>
> Can't locate XML/Simple.pm in @INC (@INC contains:
'yum install perl-XML-Sim
Does nmap2nagios have:
#!/usr/bin/perl
at the top. It looks like bash is interpreting the script. Try:
perl nmap2nagios.pl (rest of options)
...james
On 10/26/07, Rogelio <[EMAIL PROTECTED]> wrote:
> I'm trying to use nmap2nagios (a perl script) on CentOS, but when I
> run it, I get th
Christopher Chan wrote:
> Man, I missed that one. Serves me right for switching email accounts. At
> least you just poke fun. If Robin Socha was here...we would have endless
> fun/torment.
Shall I invite him?
Ralph
pgpgZxPrdIu5T.pgp
Description: PGP signature
_
Yohoo!
>> In CentOS5 I have rsync-2.6.9-1.el5.rf
>> Now my question is if this bug is fixed in CentOS5/ RHEL5?
>I am not sure if it is fixed in CentOS-5 or not, but that is not
>relevant since you are NOT using the CentOS-5 rsync.
>rsync-2.6.9-1.el5.rf ... the rf stands for RPMForge .. so, that
Michael Rock napsal(a):
> all-generic-ide irqpoll
>
> Without irqpoll it just hangs and without
> all-generic-ide it get a kernel panic. So I still
> need both to recognize the disk and continue
booting.
> Michael,
> I have tested 8.1.14 ICH9 x86_64 version and it's
kring fine. For sure
> im rig
- Original Message -
From: "Hiep Nguyen" <[EMAIL PROTECTED]>
To:
Sent: Friday, October 26, 2007 12:52 PM
Subject: [CentOS] mount cd
> hi there,
>
> i can mount my cdrom with this command: mount -t iso9660 /dev/cdrom cdrom/
>
> how do i mount the cdrom everytime the computer is boot?
A
I want bash this, but no floppies in the floppy drive...
pc at a remote site with one person access, and he's not
into the dstar gateway stuff yet. just turn the power on
and let it rip.
Thanks anyhow but yeah I caught that the first pass of the log
and I know for a fact, no floppy in the driv
typo... should be I WONT BASH... not I WANT TO BASH... sorry quick on the
send button...
EFM
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Evans F. Mitchell KD4EFM / AFA2TH / WQFK-894
Sent: Friday, October 26, 2007 7:09 PM
To: 'CentOS mailing list'
Sub
All - desperate plea for help here.
Overview Centos 4.5 Kernel 2.6.9.55.0.9.EL with source dell Latitude 810
Im totally at my wits end... Ive tried like mad to get ndiswrapper to
work for my lynksys WPC54GS wireless card. No matter what I try ndis
gives some kind of error on installing the
Ugo Bellavance wrote:
Evans F. Mitchell KD4EFM / AFA2TH / WQFK-894 wrote:
WARNING: Kernel Errors Present
end_request: I/O error, dev fd0, sector ...: 2 Time(s)
You tried to read or write to a floppy and it kind of failed...
I see that error being logged every time a new kernel is inst
We have added beagle-0.2.18, tomboy-0.8.1, and mono-1.2.4 to the
CentOS-5 testing repo for both x86_64 and i386.
Please see this link for how to use the testing repo:
http://wiki.centos.org/Repositories/
Thanks,
Johnny Hughes
signature.asc
Description: OpenPGP digital signature
__
On Fri, 2007-10-26 at 03:11 -0500, Johnny Hughes wrote:
> Robert Slade wrote:
> > On Thu, 2007-10-25 at 19:06 +0100, Robert Slade wrote:
> >> Hi,
> >>
> >> I have just updated my system from Centos 4 to 5 using the DVD. When I
> >> try to update using Yum, it gets so far then I get:
> >>
> >> "Publ
46 matches
Mail list logo