Please unsubscribe me!
-----Original Message-----
From: taroon-list-request redhat com
[mailto:taroon-list-request redhat com]
Sent: 29 June 2004 17:01
To: taroon-list redhat com
Subject: Taroon-list Digest, Vol 4, Issue 69
Send Taroon-list mailing list submissions to
taroon-list redhat com
To subscribe or unsubscribe via the World Wide Web, visit
http://www.redhat.com/mailman/listinfo/taroon-list
or, via email, send a message with subject or body 'help' to
taroon-list-request redhat com
You can reach the person managing the list at
taroon-list-owner redhat com
When replying, please edit your Subject line so it is more specific
than
"Re: Contents of Taroon-list digest..."
Today's Topics:
1. Re: help (Ed Greshko)
2. RE: Logs not rotating (Karasik, Vitaly)
3. RE: Logs not rotating (Richard R. Danielson)
4. Re: NMI Watchdog Timers (RH Cluster) (Chris Purcell)
5. RE: Logs not rotating (Karasik, Vitaly)
6. Re: Logs not rotating (Dominic Rivera)
7. up2date (hanfamily earthlink net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 29 Jun 2004 16:55:13 +0800
From: Ed Greshko <Ed Greshko greshko com>
Subject: Re: help
To: "Discussion of Red Hat Enterprise Linux 3 (Taroon)"
<taroon-list redhat com>
Message-ID: <1088499313 18251 3 camel misty greshko com>
Content-Type: text/plain
On Tue, 2004-06-29 at 16:02, Mike Bickham wrote:
help
With what? Learning how to trim a digest? :-)
Please repost using a "Subject" with meaning.
Regards,
Ed
--
"An opinion is like an asshole - everybody has one."
- Clint Eastwood as Harry Callahan, The Dead Pool - 1988.
------------------------------
Message: 2
Date: Tue, 29 Jun 2004 14:38:51 +0300
From: "Karasik, Vitaly" <vkarasik ndsisrael com>
Subject: RE: Logs not rotating
To: <rdan vianet on ca>, "Discussion of Red Hat Enterprise Linux 3
\(Taroon\)" <taroon-list redhat com>
Message-ID:
<59594F2126EF13499E4660C8E8FF189A0152DEF1 ILEX2 IL NDS COM>
Content-Type: text/plain; charset="iso-8859-1"
do you use original logrotate config or the customized one?
-----Original Message-----
From: taroon-list-bounces redhat com
[mailto:taroon-list-bounces redhat com]On Behalf Of Richard R.
Danielson
Sent: Tue, June 29, 2004 12:21 AM
To: Taroon list
Subject: Logs not rotating
I am having a problem with my log rotation on an RHEL3 ES system. The
message received at about 4am is the following:
ALERT exited abnormally with [1]
The main difference between the scripts on version of
logrotate and the ones
on my previous RH7.3 system is that on this one, wildcards are used to
describe the files to be rotated whereas on the 7.3 system explicit
filenames were used. Could that be my problem here? If not, is there
somewhere else I should be looking? Thanks in advance.
Rick Danielson
--
Taroon-list mailing list
Taroon-list redhat com
http://www.redhat.com/mailman/listinfo/taroon-list
***********************************************************************
*
***********
Information contained in this email message is intended only for use of
the individual or entity named above. If the reader of this message is
not the intended recipient, or the employee or agent responsible to
deliver it to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is
strictly
prohibited. If you have received this communication in error, please
immediately notify the postmaster nds com and destroy the original
message.
***********************************************************************
*
***********
------------------------------
Message: 3
Date: Tue, 29 Jun 2004 07:48:00 -0400
From: "Richard R. Danielson" <rdan vianet on ca>
Subject: RE: Logs not rotating
To: "'Karasik, Vitaly'" <vkarasik ndsisrael com>, "'Discussion of
Red
Hat Enterprise Linux 3 \(Taroon\)'" <taroon-list redhat com>
Message-ID: <001701c45dce$f0b73080$6401a8c0 RICKDELL>
Content-Type: text/plain; charset="US-ASCII"
Thanks for the response. I'm not sure where to find the customized
one.
My logrotate.conf file is as follows:
# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones
create
# uncomment this if you want your log files compressed #compress
# RPM packages drop log rotation information into this directory
include
/etc/logrotate.d
# no packages own wtmp -- we'll rotate them here
/var/log/wtmp {
monthly
create 0664 root utmp
rotate 1
}
# system-specific logs may be also be configured here.
Rick Danielson
-----Original Message-----
From: Karasik, Vitaly [mailto:vkarasik ndsisrael com]
Sent: June 29, 2004 7:39 AM
To: rdan vianet on ca; Discussion of Red Hat Enterprise Linux 3
(Taroon)
Subject: RE: Logs not rotating
do you use original logrotate config or the customized one?
------------------------------
Message: 4
Date: Tue, 29 Jun 2004 09:40:26 -0400 (EDT)
From: "Chris Purcell" <redhat cjp us>
Subject: Re: NMI Watchdog Timers (RH Cluster)
To: <taroon-list redhat com>
Message-ID: <26388 12 30 234 211 1088516426 squirrel mail cjp us>
Content-Type: text/plain; charset=iso-8859-1
The boot option nmi_watchdog=1 is not supported with the hpasm 7.1.0
package and below. The reason for this is that we register our own NMI
handler that sees any NMI as a fatal condition and thus will halt the
processor(s).
Ok, thanks for the info.
Chris
------------------------------
Message: 5
Date: Tue, 29 Jun 2004 18:14:05 +0300
From: "Karasik, Vitaly" <vkarasik ndsisrael com>
Subject: RE: Logs not rotating
To: <rdan vianet on ca>, "Discussion of Red Hat Enterprise Linux 3
\(Taroon\)" <taroon-list redhat com>
Message-ID:
<59594F2126EF13499E4660C8E8FF189A0152DF0C ILEX2 IL NDS COM>
Content-Type: text/plain; charset="iso-8859-1"
1) it seems to be original one. In fact, you can check if you have
original logrotate config by running
rpm -V logrotate
2) try to run
logrotate /etc/logrotate.conf
command manually nad check return code [echo $? ]
you may add "-v" key for verbose
3) >wildcards are used to
describe the files to be rotated
about which file are you speaking?
-----Original Message-----
From: Richard R. Danielson [mailto:rdan vianet on ca]
Sent: Tue, June 29, 2004 2:48 PM
To: Karasik, Vitaly; 'Discussion of Red Hat Enterprise Linux
3 (Taroon)'
Subject: RE: Logs not rotating
Thanks for the response. I'm not sure where to find the
customized one. My
logrotate.conf file is as follows:
# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones
create
# uncomment this if you want your log files compressed #compress
# RPM packages drop log rotation information into this directory
include /etc/logrotate.d
# no packages own wtmp -- we'll rotate them here /var/log/wtmp {
monthly
create 0664 root utmp
rotate 1
}
# system-specific logs may be also be configured here.
Rick Danielson
-----Original Message-----
From: Karasik, Vitaly [mailto:vkarasik ndsisrael com]
Sent: June 29, 2004 7:39 AM
To: rdan vianet on ca; Discussion of Red Hat Enterprise Linux
3 (Taroon)
Subject: RE: Logs not rotating
do you use original logrotate config or the customized one?
***********************************************************************
*
***********
Information contained in this email message is intended only for use of
the individual or entity named above. If the reader of this message is
not the intended recipient, or the employee or agent responsible to
deliver it to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is
strictly
prohibited. If you have received this communication in error, please
immediately notify the postmaster nds com and destroy the original
message.
***********************************************************************
*
***********
------------------------------
Message: 6
Date: Tue, 29 Jun 2004 08:31:51 -0700
From: Dominic Rivera <dominic semicolonpee com>
Subject: Re: Logs not rotating
To: "Discussion of Red Hat Enterprise Linux 3 (Taroon)"
<taroon-list redhat com>
Message-ID: <71AC68F1-C9E1-11D8-A179-000D934FBB26 semicolonpee com>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
Try:
]# logrotate --debug --verbose --force
which will force logrotate to try and rotate all of your logs, and
output them in a verbose fashion in debug mode so your logs will not
actually get rotated.
Note that logrotate will also include all of the files in
/etc/logrotate.d
I suspect you will find the problem with the first command, if not send
the output and we can try and help you.
-Dominic
On Jun 29, 2004, at 8:14 AM, Karasik, Vitaly wrote:
1) it seems to be original one. In fact, you can check if you have
original logrotate config by running
rpm -V logrotate
2) try to run
logrotate /etc/logrotate.conf
command manually nad check return code [echo $? ]
you may add "-v" key for verbose
3) >wildcards are used to
describe the files to be rotated
about which file are you speaking?
-----Original Message-----
From: Richard R. Danielson [mailto:rdan vianet on ca]
Sent: Tue, June 29, 2004 2:48 PM
To: Karasik, Vitaly; 'Discussion of Red Hat Enterprise Linux 3
(Taroon)'
Subject: RE: Logs not rotating
Thanks for the response. I'm not sure where to find the customized
one. My logrotate.conf file is as follows:
# see "man logrotate" for details
# rotate log files weekly
weekly
# keep 4 weeks worth of backlogs
rotate 4
# create new (empty) log files after rotating old ones create
# uncomment this if you want your log files compressed #compress
# RPM packages drop log rotation information into this directory
include /etc/logrotate.d
# no packages own wtmp -- we'll rotate them here /var/log/wtmp {
monthly
create 0664 root utmp
rotate 1
}
# system-specific logs may be also be configured here.
Rick Danielson
-----Original Message-----
From: Karasik, Vitaly [mailto:vkarasik ndsisrael com]
Sent: June 29, 2004 7:39 AM
To: rdan vianet on ca; Discussion of Red Hat Enterprise Linux 3
(Taroon)
Subject: RE: Logs not rotating
do you use original logrotate config or the customized one?
**********************************************************************
*
************
Information contained in this email message is intended only for use
of the individual or entity named above. If the reader of this message
is not the intended recipient, or the employee or agent responsible to
deliver it to the intended recipient, you are hereby notified that any
dissemination, distribution or copying of this communication is
strictly prohibited. If you have received this communication in error,
please immediately notify the postmaster nds com and destroy the
original message.
***********************************************************************
************
--
Taroon-list mailing list
Taroon-list redhat com
http://www.redhat.com/mailman/listinfo/taroon-list
Dominic Rivera (dominic semicolonpee com)
(503) 810-9408
6233 SW Arbor Grove Dr
Corvallis, Or 97333
------------------------------
Message: 7
Date: Mon, 28 Jun 2004 22:00:18 -0500 (CDT)
From: hanfamily earthlink net
Subject: up2date
To: taroon-list redhat com
Message-ID:
<Pine LNX 4 44 0406282156390 10309-100000 star lincolntent com>
Content-Type: TEXT/PLAIN; charset=US-ASCII
Hi,
I have been trying to get up2date working for a few weeks with email
support but haven't gotten very far. In the meantime I have been
downloading rpm one at a time to try and get fixes installed a very
slow
and tedious process. When I run up2date it picks up the package list
but
when it tries to actually update the packages I get a segmentation
fault. Does anyone have any ideas?
Thanks
Linda
------------------------------
--
Taroon-list mailing list
Taroon-list redhat com
http://www.redhat.com/mailman/listinfo/taroon-list
End of Taroon-list Digest, Vol 4, Issue 69
******************************************
This E-mail message, including any attachments, is intended only for
the person or entity to which it is addressed, and may contain
confidential information. If you are not the intended recipient, any
review, retransmission, disclosure, copying, modification or other use
of this E-mail message or attachments is strictly forbidden. If you
have received this E-mail message in error, please contact the author
and delete the message and any attachments from your computer. You are
also advised that the views and opinions expressed in this E-mail
message and any attachments are the author's own, and may not reflect
the views and opinions of Digital Interactive Television Group.
--
Taroon-list mailing list
Taroon-list redhat com
http://www.redhat.com/mailman/listinfo/taroon-list