Loosing STDOUT after file rotation
From: James Housley (jim_at_thehousleys.net)
Date: 04/01/04
- Previous message: Claudiu Dragalina-Paraipan: "P4 HT with SMP kernel, FreeBSD 5.2.1-p4 problem"
- Next in thread: Dan Langille: "Re: Loosing STDOUT after file rotation"
- Reply: Dan Langille: "Re: Loosing STDOUT after file rotation"
- Reply: Dan Langille: "Re: Loosing STDOUT after file rotation"
- Reply: David Malone: "Re: Loosing STDOUT after file rotation"
- Reply: Dag-Erling Smørgrav: "Re: Loosing STDOUT after file rotation"
- Reply: Dan Nelson: "Re: Loosing STDOUT after file rotation"
- Reply: Roman Neuhauser: "Re: Loosing STDOUT after file rotation"
- Reply: Daniel Lang: "Re: Loosing STDOUT after file rotation"
- Reply: Daniel O'Connor: "Re: Loosing STDOUT after file rotation"
- Maybe reply: Clifton Royston: "Re: Loosing STDOUT after file rotation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 01 Apr 2004 16:53:19 -0500 To: freebsd-hackers@freebsd.org
I have a program that I have the is supposed to run forever. I log any
output to a log file. It is run in a startup script like thie:
program_name >> $err_log 2>&1
The problem is that after newsyslog rotates the $err_log file, no more
data is written to the file. I can not stop and restart the program. I
can accept a signal. But what do I need to do in "program_name" to allow
the data to be written after the "rotation" of the file.
Thanks,
Jim
-- /"\ ASCII Ribbon Campaign . \ / - NO HTML/RTF in e-mail . X - NO Word docs in e-mail . / \ ----------------------------------------------------------------- jeh@FreeBSD.org http://www.FreeBSD.org The Power to Serve jim@TheHousleys.Net http://www.TheHousleys.net --------------------------------------------------------------------- The wise man built his network upon Un*x. The foolish man built his network upon Windows.
- application/x-pkcs7-signature attachment: S/MIME Cryptographic Signature
- Previous message: Claudiu Dragalina-Paraipan: "P4 HT with SMP kernel, FreeBSD 5.2.1-p4 problem"
- Next in thread: Dan Langille: "Re: Loosing STDOUT after file rotation"
- Reply: Dan Langille: "Re: Loosing STDOUT after file rotation"
- Reply: Dan Langille: "Re: Loosing STDOUT after file rotation"
- Reply: David Malone: "Re: Loosing STDOUT after file rotation"
- Reply: Dag-Erling Smørgrav: "Re: Loosing STDOUT after file rotation"
- Reply: Dan Nelson: "Re: Loosing STDOUT after file rotation"
- Reply: Roman Neuhauser: "Re: Loosing STDOUT after file rotation"
- Reply: Daniel Lang: "Re: Loosing STDOUT after file rotation"
- Reply: Daniel O'Connor: "Re: Loosing STDOUT after file rotation"
- Maybe reply: Clifton Royston: "Re: Loosing STDOUT after file rotation"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|