fetchmail - log file size limitation


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting fetchmail - log file size limitation
# 1  
Old 05-20-2008
Question fetchmail - log file size limitation

Hi,

I am using fetchmail in my application so as to download mails to the localhost where the application is hosted from the mailserver.Fetchmail is configured as as to run as a daemon polling mails during an interval of 1sec.

So my concern here is, during each 2sec it is writing two lines to fetchmail.log - the associated log file

So in longer run, the size of the log file will grow big which may create a space issue in the linux server since it is in shared environment.

I tried using some split,tail commands to limit the lines,but if i apply those logics,fetchmail stops writing to that log file, means interruption is not effective.

Can anyone please help me to sort this out ?

Regards
Dileep
# 2  
Old 05-20-2008
How about creating a new log file every week ? The old logfiles can be archived in a tar file, if at all they are needed.

Another way is to stop the daemon , for 2 minutes till you chomp the log file, and restart it again.But I guess the first method is better.
# 3  
Old 05-20-2008
Java

Quote:
Originally Posted by nua7
How about creating a new log file every week ? The old logfiles can be archived in a tar file, if at all they are needed.

Another way is to stop the daemon , for 2 minutes till you chomp the log file, and restart it again.But I guess the first method is better.
Concept is fine.But what about creating a new logfile or archiving the old log files while the fetchmail is running in daemon and polling in every second?

This may be possible, but i have to write the code in a conditional block in the application script itself so as to stop the daemon and restart it again after doing the log archive operation....But i am looking for more efficient one, if you dont mind.
# 4  
Old 05-20-2008
Read "Useful options for daemon mode" in the fetchmail manual page. Manual Page - fetchmail(man)
# 5  
Old 05-20-2008
Java

Quote:
Originally Posted by era
Read "Useful options for daemon mode" in the fetchmail manual page. Manual Page - fetchmail(man)
Thanks for the reference.So as it states the only way to furnish my requirement is to stop and restart fetchmail,right.

oh!Anybody having any other logical ways can let me know...Anyway thanks for all your repsonse
# 6  
Old 05-20-2008
If you really want to avoid restarting the daemon, then your script can ask the daemon to point to some other temprary log file for a particular time of week like sunday 9.00 AM to Sunday 10.00 AM.

You can then archive or chomp the actual log files between this time. This can be done by another script , which can be put in cron.

But on a personal note, stopping and restaring the daemon is much eaiser, unless you are pretty sure that some important information might be lost during the timeframe, you would be refreshing the logfiles.
# 7  
Old 05-20-2008
Java

Quote:
Originally Posted by nua7
If you really want to avoid restarting the daemon, then your script can ask the daemon to point to some other temprary log file for a particular time of week like sunday 9.00 AM to Sunday 10.00 AM.

You can then archive or chomp the actual log files between this time. This can be done by another script , which can be put in cron.

But on a personal note, stopping and restaring the daemon is much eaiser, unless you are pretty sure that some important information might be lost during the timeframe, you would be refreshing the logfiles.
fine.I am also thinking about your second option, restarting the daemon.But may i know how you can furnish the first option-make the daemon point to temp file for a particular period?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

File size limitation in the EST 2012 x86_64 GNU/Linux

Hello Friends, I tried to take tar backup in my server, but it ended with an error. It said that: /home/back/pallava_backup/fbackup_backup/stape_config /home/back/romam_new.tar.gz tar: /home/backup/back.tar.gz: Cannot write: No space left on device tar: Error is not recoverable: exiting... (10 Replies)
Discussion started by: siva3492
10 Replies

2. Linux

File size limitation in Linux

Hi friends, I tried to take a backup of my PC using tar command. But it ended with an error tar: /home/backup/back.tar.gz: Cannot write: No space left on device tar: Error is not recoverable: exiting now But i checked the disk space and there is enough space is available. ]# df Filesystem... (11 Replies)
Discussion started by: siva3492
11 Replies

3. UNIX for Advanced & Expert Users

size for sum variable limitation on awk

Hello first, truth been told, I'm not even close to be advanced user. I'm posting here because maybe my question is complicated enough to need your expert help I need to use awk (or nawk - I don't have gawk) to validate some files by computing the total sum for a large numeric variable. It... (1 Reply)
Discussion started by: cwitarsa
1 Replies

4. Solaris

How to extend 2 GB file size limitation

Hello All, I am using a SunOS machine. My application creates output files for the downstream systems. However output files are restricted to 2GB of file size in SunOS due to which I am forced to create multiple files which is not supported by the downstream due to some limitations. Is... (5 Replies)
Discussion started by: pasupuleti81
5 Replies

5. UNIX for Advanced & Expert Users

Find command -size option limitation ?

Hi All, I ran code in test environment to find the files more than 1TB given below is a snippet from code: FILE_SYSTEM=/home/arun MAX_FILE_LIMIT=1099511627776 find $FILE_SYSTEM -type f -size +"$MAX_FILE_LIMIT"c -ls -xdev 2>/dev/null | while read fname do echo "File larger than... (3 Replies)
Discussion started by: Arunprasad
3 Replies

6. Shell Programming and Scripting

Size limitation in Tar command

Hi to every body there, I am new this forum and this is my first post. I am a new user of Unix, is there any size limitation of files while creating tar file. Thanks in advance (4 Replies)
Discussion started by: Manvar Khan
4 Replies

7. Linux

File size limitation for rcp

Hi I am trying to rcp a file from Solaris box to Linux. When the file size is 2,205,255,047, the rcp fails with the message Jan 10 01:11:53 hqsas167 rsh: pam_authenticate: error Authentication failed However when I rcp a file with smaller size - 9,434,477 - the rcp completes with... (2 Replies)
Discussion started by: schoubal
2 Replies

8. Shell Programming and Scripting

File size limitation of unix sort command.

hi , iam trying to sort millions of records which is delimited and i cant able to use sort command more than 60 million..if i try to do so i got an message stating that "File size limit exceeded",Is there any file size limit for using sort command.. How can i solve this problem. thanks ... (7 Replies)
Discussion started by: cskumar
7 Replies

9. HP-UX

HP-UX 11i - File Size Limitation And Number Of Folders Limitation

Hi All, Can anyone please clarify me the following questions: 1. Is there any file size limitation in HP-UX 11i, that I can able to create upto certain size of file (say 2 GB) and not more then that???? 2. At max. how many files we can able to keep inside a folder???? 3. How many... (2 Replies)
Discussion started by: sundeep_mohanty
2 Replies

10. UNIX Desktop Questions & Answers

Size Limitation for a user directory

Hi all, I want to set a size limitation for some user in the system, for an example, each user only have 5MB free space in the system. The user cannot user more than 5 MB space. Is it possible to do this? Thanks! (1 Reply)
Discussion started by: felix_koo
1 Replies
Login or Register to Ask a Question