<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.hoenzb
        {mso-style-name:hoenzb;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Embedded devices at that scale probably don&#8217;t even feature a battery or a way to preserve the RTC&#8217;s time. In that case you&#8217;ll have to write a bunch more of init scripts to force ntp to sync to the real time first before starting any daemons up<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> freeswitch-users-bounces@lists.freeswitch.org [mailto:freeswitch-users-bounces@lists.freeswitch.org] <b>On Behalf Of </b>Philippe Le Toquin<br><b>Sent:</b> Monday, March 11, 2013 11:44 AM<br><b>To:</b> FreeSWITCH Users Help<br><b>Subject:</b> Re: [Freeswitch-users] Freeswitch is showing Incorrect time<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><div><div><div><div><p class=MsoNormal style='margin-bottom:12.0pt'>Thanks all,<o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'>I will check the internal tonight. I actually use a Guruplug running Debian. May that power cut did something more than rebooting the box :(<o:p></o:p></p></div><p class=MsoNormal>I will run&nbsp; the command to sync the clock. I am not too worried about the CDRs since I am the only user on this box. It is a home PBX<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'>I really need to learn a bit more the CLI. I tried to look but could not work a command for it.<o:p></o:p></p></div><p class=MsoNormal style='margin-bottom:12.0pt'>15 years of billing....I can see why a customer would be upset :D<o:p></o:p></p></div><div><p class=MsoNormal>I will also check when Freeswitch is started. I thought it was the last one to start but may be not. <o:p></o:p></p></div><div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div><p class=MsoNormal>/Philippe<o:p></o:p></p></div><div><p class=MsoNormal style='margin-bottom:12.0pt'><o:p>&nbsp;</o:p></p><div><p class=MsoNormal>On 10 March 2013 20:37, Andrew Latham &lt;<a href="mailto:lathama@gmail.com" target="_blank">lathama@gmail.com</a>&gt; wrote:<o:p></o:p></p><div><div><p class=MsoNormal style='margin-bottom:12.0pt'>On Sun, Mar 10, 2013 at 8:25 PM, Philippe Le Toquin &lt;<a href="mailto:philippe@ppmt.org">philippe@ppmt.org</a>&gt; wrote:<br>&gt; Hello,<br>&gt;<br>&gt; Not sure why but recently I noticed that Freeswitch is logging data with the<br>&gt; wrong date<br>&gt;<br>&gt; I noticed it first in the freeswitch log but I can see it also in the log<br>&gt; that are display in the cli itself<br>&gt;<br>&gt; the computer itself is ok<br>&gt;<br>&gt; ~# date<br>&gt; Sun Mar 10 20:13:05 EDT 2013<br>&gt;<br>&gt; but :<br>&gt;<br>&gt; freeswitch@internal&gt; version<br>&gt; FreeSWITCH Version 1.3.13b+git~20130108T204816Z~8e892abdef (git 8e892ab<br>&gt; 2013-01-08 20:48:16Z)<br>&gt;<br>&gt; freeswitch@internal&gt; strftime<br>&gt; 1999-12-31 19:07:40<br>&gt;<br>&gt; from freeswtich.log<br>&gt; 1999-12-31 19:14:09.460477 [WARNING] sofia_reg.c:1506 SIP auth challenge<br>&gt; (REGISTER) on sofia profile 'internal' for [1000@xx.xx.xx.xx] from ip<br>&gt; xx.xx.xx.xx<br>&gt;<br>&gt;<br>&gt; This is right after a reboot since I thought a reboot would may be fix it<br>&gt;<br>&gt; where does FS takes its time from?<br>&gt;<br>&gt; The last time it was correctly logged was on the 9th of March ! We had a<br>&gt; power cut that caused the system to reboot<br>&gt;<br>&gt; thanks<br>&gt;<br>&gt; /Philippe<o:p></o:p></p></div></div><p class=MsoNormal>Check your hardware clock...<br><br>man hwclock<br><span style='color:#888888'><br><span class=hoenzb>--</span><br><span class=hoenzb>~ Andrew &quot;lathama&quot; Latham <a href="mailto:lathama@gmail.com">lathama@gmail.com</a> <a href="http://lathama.net" target="_blank">http://lathama.net</a> ~</span></span><o:p></o:p></p><div><div><p class=MsoNormal><br>_________________________________________________________________________<br>Professional FreeSWITCH Consulting Services:<br><a href="mailto:consulting@freeswitch.org">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">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><o:p></o:p></p></div></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></div></body></html>