<div><font face="arial,helvetica,sans-serif">Any Update On this?</font></div>
<div><br>Thanks,<br>Subhash.<br><br></div>
<div class="gmail_quote">On Mon, Jan 7, 2013 at 6:31 PM, Subhash <span dir="ltr">&lt;<a href="mailto:gvvsubhashkumar@gmail.com" target="_blank">gvvsubhashkumar@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div><font face="comic sans ms,sans-serif">I used the latest binaries(Windows Installer),version info is given below and observered that when it is not able to rename the log file it is keep on writing the logs in freeswitch.log file which is crossing the limt set in logconf.xml file.</font></div>

<div><font face="Comic Sans MS"></font> </div>
<div><font face="comic sans ms,sans-serif">The error seen in the freeswitch log file is </font></div>
<div><font face="comic sans ms,sans-serif"></font> </div>
<div><font face="comic sans ms,sans-serif">[CRIT] mod_logfile.c:164 Error renaming log from C:/Program Files/FreeSWITCH/log/freeswitch.log.4 to C:/Program Files/FreeSWITCH/log/freeswitch.log.5 [No error]</font></div>
<div><font face="comic sans ms,sans-serif"></font> </div>
<div><font face="comic sans ms,sans-serif">And the version info is </font></div>
<div><font face="comic sans ms,sans-serif"></font> </div>
<div><font face="comic sans ms,sans-serif">Freswitch version 1.3.10 git b1b89e7 2012-12-14 22:53:48z</font></div>
<div><br clear="all"></div>
<div><br><br>Thanks,<br>Subhash.</div>
<div class="HOEnZb">
<div class="h5"><br><br>
<div class="gmail_quote">On Thu, Nov 22, 2012 at 12:34 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">Are you deleting the old ones? 
<div>It was probably already out of disk space when it was refusing to rename the files.</div>
<div><br></div>
<div>Looks like you have 40 of them, you may need to auto delete some.</div>
<div><br></div>
<div>You are not providing much other data to go on so all I can do is guess.</div>
<div>The system call to move the file is failing which could be due to permissions or disk full or whatever.</div>
<div><br></div>
<div>If you want you can update to latest and I added a call to strerror(errno) so you can see the exact reason.</div>
<div>
<div>
<div><br></div>
<div><br></div>
<div class="gmail_extra"><br><br>
<div class="gmail_quote">On Tue, Nov 20, 2012 at 10:23 PM, Nageshwara Rao Moova <span dir="ltr">&lt;<a href="mailto:mnrao2001@gmail.com" target="_blank">mnrao2001@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">Hi Anthony,<br><br>I doubt any permission issue as the failure happened not initially but after a while. The user we are using has sufficient permissions for doing rwx operations. Below is the log snippet from freeswitch log.<br>
<br>
<p><span style="COLOR:rgb(79,129,189)">If it’s any help, the freeswitch log had entries like this every few seconds:</span></p>
<p><span style="COLOR:rgb(79,129,189)"></span></p>
<p><span style="COLOR:rgb(79,129,189)">2012-10-26 11:53:16.653473 [CRIT] mod_logfile.c:164 Error renaming log from /usr/local/freeswitch/log/freeswitch.log.40 to /usr/local/freeswitch/log/freeswitch.log.41</span></p>
<p><span style="COLOR:rgb(79,129,189)">……</span></p>
<p><span style="COLOR:rgb(79,129,189)">2012-10-27 00:19:30.313497 [CRIT] mod_logfile.c:164 Error renaming log from /usr/local/freeswitch/log/freeswitch.log.40 to /usr/local/freeswitch/log/freeswitch.log.41</span></p>
<p><span style="COLOR:rgb(79,129,189)"></span></p>
<p><span style="COLOR:rgb(79,129,189)"><br></span></p>
<p><span style="COLOR:rgb(79,129,189)">Until it ran out of disk space and crashed. No reason why it couldn’t rename the file, though.</span></p>
<div>
<div><br><br>
<div class="gmail_extra"><br><br>
<div class="gmail_quote">On Tue, Nov 20, 2012 at 1:50 AM, Anthony Minessale <span dir="ltr">&lt;<a href="mailto:anthony.minessale@gmail.com" target="_blank">anthony.minessale@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT:rgb(204,204,204) 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">When it says it cannot, is that because of file permissions? Dos FS have permission to write to the directory? 
<div>Can you reproduce this with logs and if so can you report it to Jira <a href="http://jira.freeswitch.org/" target="_blank">http://jira.freeswitch.org</a></div>
<div><br></div>
<div class="gmail_extra"><br><br>
<div class="gmail_quote">
<div>
<div>On Mon, Nov 19, 2012 at 6:45 AM, Nageshwara Rao Moova <span dir="ltr">&lt;<a href="mailto:mnrao2001@gmail.com" target="_blank">mnrao2001@gmail.com</a>&gt;</span> wrote:<br></div></div>
<blockquote style="BORDER-LEFT:rgb(204,204,204) 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex" class="gmail_quote">
<div>
<div>Hi all,<br><br>I have modified my default logconf file for rollover to be restricted to 100. But sometimes freeswitch is unable to rename rollover say “cannot rename freeswitch.log.41” and fails. But the fail follows with serious issue of writing all the logs to &quot;freeswitch.log&quot; and ends up filling the disk space.<br>
<br>I have not change the default file size i.e 10MB.<br><br>How does 10MB size overridden by freeswitch?<span><font color="#888888"><br clear="all"><br>-- <br>regards &amp; thanks<br>--<br>m nageshwara rao<br>99891 86280<br>

<div style="DISPLAY:inline"></div>
<div style="DISPLAY:inline"></div>
<div style="DISPLAY:inline"></div><br></font></span><br></div></div>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>
<br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br><a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all">
<div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>IRC: <a href="http://irc.freenode.net/" target="_blank">irc.freenode.net</a> #freeswitch<br><br>
FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:<a href="tel:%2B19193869900" target="_blank" value="+19193869900">+19193869900</a><br></div><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br><a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br><br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br><br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>regards &amp; thanks<br>--<br>m nageshwara rao<br>99891 86280<br>
<div style="DISPLAY:inline"></div>
<div style="DISPLAY:inline"></div>
<div style="DISPLAY:inline"></div><br></div></div></div><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>
<br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br><a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all">
<div><br></div>-- <br>Anthony Minessale II<br><br>FreeSWITCH <a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org/</a><br>ClueCon <a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com/</a><br>
Twitter: <a href="http://twitter.com/FreeSWITCH_wire" target="_blank">http://twitter.com/FreeSWITCH_wire</a><br><br>AIM: anthm<br><a href="mailto:MSN%3Aanthony_minessale@hotmail.com" target="_blank">MSN:anthony_minessale@hotmail.com</a><br>
GTALK/JABBER/<a href="mailto:PAYPAL%3Aanthony.minessale@gmail.com" target="_blank">PAYPAL:anthony.minessale@gmail.com</a><br>IRC: <a href="http://irc.freenode.net/" target="_blank">irc.freenode.net</a> #freeswitch<br><br>
FreeSWITCH Developer Conference<br><a href="mailto:sip%3A888@conference.freeswitch.org" target="_blank">sip:888@conference.freeswitch.org</a><br><a href="mailto:googletalk%3Aconf%2B888@conference.freeswitch.org" target="_blank">googletalk:conf+888@conference.freeswitch.org</a><br>
pstn:+19193869900<br></div></div></div><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org" target="_blank">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com/" target="_blank">http://www.freeswitchsolutions.com</a><br><br>FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br><a href="http://www.cudatel.com/" target="_blank">http://www.cudatel.com</a><br>
<br>Official FreeSWITCH Sites<br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br><a href="http://wiki.freeswitch.org/" target="_blank">http://wiki.freeswitch.org</a><br><a href="http://www.cluecon.com/" target="_blank">http://www.cluecon.com</a><br>
<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br><a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br><a href="http://www.freeswitch.org/" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br></div></div></blockquote></div><br>