<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Macbook Air loses time when battery runs flat</title>
	<atom:link href="http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/</link>
	<description>Tech Guides Reviews News</description>
	<lastBuildDate>Fri, 10 Feb 2012 01:53:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/comment-page-3/#comment-98701</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Tue, 07 Feb 2012 10:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scoopz.com/?p=180#comment-98701</guid>
		<description>Did anyone have time to try out the code that Manarth submitted, looks promising. Is there a way of fixing the proxy settings that get wiped as well? Not such a bad problem on a small scale but on a larger scale, horrendous.</description>
		<content:encoded><![CDATA[<p>Did anyone have time to try out the code that Manarth submitted, looks promising. Is there a way of fixing the proxy settings that get wiped as well? Not such a bad problem on a small scale but on a larger scale, horrendous.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scoopz</title>
		<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/comment-page-3/#comment-98414</link>
		<dc:creator>Scoopz</dc:creator>
		<pubDate>Sun, 22 Jan 2012 19:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scoopz.com/?p=180#comment-98414</guid>
		<description>&lt;strong&gt;@Manarth&lt;/strong&gt; - I&#039;m not sure why the code got stripped out of your test comment, I&#039;ll have to look into that. Thanks for taking the time to post you comment though and put the code on pastebin. I&#039;ve copied the code from pastebin into your comment above for people to see. 

Scoopz (Admin)</description>
		<content:encoded><![CDATA[<p><strong>@Manarth</strong> &#8211; I&#8217;m not sure why the code got stripped out of your test comment, I&#8217;ll have to look into that. Thanks for taking the time to post you comment though and put the code on pastebin. I&#8217;ve copied the code from pastebin into your comment above for people to see. </p>
<p>Scoopz (Admin)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manarth</title>
		<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/comment-page-3/#comment-98386</link>
		<dc:creator>Manarth</dc:creator>
		<pubDate>Sat, 21 Jan 2012 13:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scoopz.com/?p=180#comment-98386</guid>
		<description>Well, I had a potential solution, but the system won&#039;t let me post the script.  Guess it&#039;s some kind of antivirus/anti-XSS system, but it&#039;s pretty poor because:
1. It can&#039;t tell the difference between sample bash code and an attack,
and 2. It returns you to the blog page without any error message or notification, so first of all you lose the comment that you just wrote, and secondly you have no indication why it&#039;s not posted properly.

Ah well, it&#039;s on http://pastebin.com/inE7nv2r if anyone cares.
------------code start-----------------
#!/bin/bash

me=&quot;$(basename &quot;$(test -L &quot;$0&quot; &amp;&amp; readlink &quot;$0&quot; &#124;&#124; echo &quot;$0&quot;)&quot;)&quot;
now=`date +%s`
filetime=`stat -f %m $me`


if [ &quot;$now&quot; -lt &quot;$filetime&quot; ]; then
  echo &quot;System time is too old. Updating system time.&quot;
  date -f %s $filetime
else
  # Touch the file to update the mtime.
  touch $me 
fi
------------code end-----------------</description>
		<content:encoded><![CDATA[<p>Well, I had a potential solution, but the system won&#8217;t let me post the script.  Guess it&#8217;s some kind of antivirus/anti-XSS system, but it&#8217;s pretty poor because:<br />
1. It can&#8217;t tell the difference between sample bash code and an attack,<br />
and 2. It returns you to the blog page without any error message or notification, so first of all you lose the comment that you just wrote, and secondly you have no indication why it&#8217;s not posted properly.</p>
<p>Ah well, it&#8217;s on <a href="http://pastebin.com/inE7nv2r" rel="nofollow">http://pastebin.com/inE7nv2r</a> if anyone cares.<br />
&#8212;&#8212;&#8212;&#8212;code start&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
#!/bin/bash</p>
<p>me=&#8221;$(basename &#8220;$(test -L &#8220;$0&#8243; &#038;&#038; readlink &#8220;$0&#8243; || echo &#8220;$0&#8243;)&#8221;)&#8221;<br />
now=`date +%s`<br />
filetime=`stat -f %m $me`</p>
<p>if [ "$now" -lt "$filetime" ]; then<br />
  echo &#8220;System time is too old. Updating system time.&#8221;<br />
  date -f %s $filetime<br />
else<br />
  # Touch the file to update the mtime.<br />
  touch $me<br />
fi<br />
&#8212;&#8212;&#8212;&#8212;code end&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DVG</title>
		<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/comment-page-3/#comment-98327</link>
		<dc:creator>DVG</dc:creator>
		<pubDate>Wed, 18 Jan 2012 13:43:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scoopz.com/?p=180#comment-98327</guid>
		<description>Workaround: I&#039;ve found that if I plug in to ethernet (DHCP enabled) &amp; reboot, time comes back to normal and WiFi is restored since the time server is able to sync over the wired connection.

Bad news is I have 3000 machines to manage and not everyone has access to a patch cable.  Actual solutions (not workarounds) would be a lifesaver at this point...yes Apple &quot;Geniuses&quot;, I&#039;m talking to you.</description>
		<content:encoded><![CDATA[<p>Workaround: I&#8217;ve found that if I plug in to ethernet (DHCP enabled) &amp; reboot, time comes back to normal and WiFi is restored since the time server is able to sync over the wired connection.</p>
<p>Bad news is I have 3000 machines to manage and not everyone has access to a patch cable.  Actual solutions (not workarounds) would be a lifesaver at this point&#8230;yes Apple &#8220;Geniuses&#8221;, I&#8217;m talking to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carmen</title>
		<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/comment-page-3/#comment-98195</link>
		<dc:creator>Carmen</dc:creator>
		<pubDate>Thu, 12 Jan 2012 23:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scoopz.com/?p=180#comment-98195</guid>
		<description>I have the same problem, but the last time the computer died,  before setting back the date and time, I opened Evernote and it crashed. I set the time and date correctly thinking this might be the issue, but now, everytime I try to reopen it, it crashes. Haven&#039;t been able to use it since then, uninstalled it, downloaded it again, but still keeps crashing...

Anyone got a clue what this might be?

Thanks,
Carmen</description>
		<content:encoded><![CDATA[<p>I have the same problem, but the last time the computer died,  before setting back the date and time, I opened Evernote and it crashed. I set the time and date correctly thinking this might be the issue, but now, everytime I try to reopen it, it crashes. Haven&#8217;t been able to use it since then, uninstalled it, downloaded it again, but still keeps crashing&#8230;</p>
<p>Anyone got a clue what this might be?</p>
<p>Thanks,<br />
Carmen</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael C</title>
		<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/comment-page-3/#comment-97842</link>
		<dc:creator>Michael C</dc:creator>
		<pubDate>Tue, 03 Jan 2012 12:25:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scoopz.com/?p=180#comment-97842</guid>
		<description>Its not actually a problem. Happens on my Air as well. The workaround I do is as follows-

as soon as the nonsense starts, change the date manually [any date 2011 is ok] and plug in. You must put 3% on the battery. Have a coffeebreak.

restart the computer. the wifi should be ok now.

go back into date/time &amp; select auto.

continue.</description>
		<content:encoded><![CDATA[<p>Its not actually a problem. Happens on my Air as well. The workaround I do is as follows-</p>
<p>as soon as the nonsense starts, change the date manually [any date 2011 is ok] and plug in. You must put 3% on the battery. Have a coffeebreak.</p>
<p>restart the computer. the wifi should be ok now.</p>
<p>go back into date/time &amp; select auto.</p>
<p>continue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scoopz</title>
		<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/comment-page-3/#comment-97357</link>
		<dc:creator>Scoopz</dc:creator>
		<pubDate>Mon, 26 Dec 2011 17:04:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scoopz.com/?p=180#comment-97357</guid>
		<description>@&lt;strong&gt;Charles&lt;/strong&gt; - Nobody has posted a fix because there is no simple fix. It&#039;s not a software related issue it&#039;s a hardware related issue i.e. your onboard CMOS/clock battery (not actually a battery but a capacitor I believe) has bitten the dust and is no longer able to hold charge for a reasonable amount of time.

As pointed out in the article, I had my MacBook Air sent off for repair and they replaced the board that contains the clock battery  in 2009 and that fixed the problem for a few years but now the problem is back. Nothing much I can do other than remember to go into system settings and tell it to check for the network date and time again. Annoying but there&#039;s no way I&#039;m paying for an out of warranty repair for this issue. You could always write a small shell script that runs whenever the computer resumes from sleep that automatically checks the NNTP servers, that may be the easiest solution assuming you are connected to the internet when you resume from sleep.

Scoopz (Admin)</description>
		<content:encoded><![CDATA[<p>@<strong>Charles</strong> &#8211; Nobody has posted a fix because there is no simple fix. It&#8217;s not a software related issue it&#8217;s a hardware related issue i.e. your onboard CMOS/clock battery (not actually a battery but a capacitor I believe) has bitten the dust and is no longer able to hold charge for a reasonable amount of time.</p>
<p>As pointed out in the article, I had my MacBook Air sent off for repair and they replaced the board that contains the clock battery  in 2009 and that fixed the problem for a few years but now the problem is back. Nothing much I can do other than remember to go into system settings and tell it to check for the network date and time again. Annoying but there&#8217;s no way I&#8217;m paying for an out of warranty repair for this issue. You could always write a small shell script that runs whenever the computer resumes from sleep that automatically checks the NNTP servers, that may be the easiest solution assuming you are connected to the internet when you resume from sleep.</p>
<p>Scoopz (Admin)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/comment-page-3/#comment-97345</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Mon, 26 Dec 2011 12:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scoopz.com/?p=180#comment-97345</guid>
		<description>Why do you all keep complaining of the issue and no one here can clearly explain the fix. We know what the issue is -  does any one have a resolution? If anyone here has had the problem resolved let it be known. Do not expound on what you think the issue is or this may be the issue. Simply put who has solved this issue and what did it take. Now, can I hear some responses.</description>
		<content:encoded><![CDATA[<p>Why do you all keep complaining of the issue and no one here can clearly explain the fix. We know what the issue is &#8211;  does any one have a resolution? If anyone here has had the problem resolved let it be known. Do not expound on what you think the issue is or this may be the issue. Simply put who has solved this issue and what did it take. Now, can I hear some responses.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/comment-page-3/#comment-96164</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Thu, 08 Dec 2011 20:22:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scoopz.com/?p=180#comment-96164</guid>
		<description>Similar problem with my Macbook Pro.  Battery died and even after resetting the date/time, all my e-mails show the date/time when the battery died. My warranty has expired so any ideas will be appreciated.</description>
		<content:encoded><![CDATA[<p>Similar problem with my Macbook Pro.  Battery died and even after resetting the date/time, all my e-mails show the date/time when the battery died. My warranty has expired so any ideas will be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaime</title>
		<link>http://blog.scoopz.com/2009/01/09/macbook-air-loses-time-when-battery-runs-flat/comment-page-3/#comment-95786</link>
		<dc:creator>Jaime</dc:creator>
		<pubDate>Sat, 03 Dec 2011 06:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.scoopz.com/?p=180#comment-95786</guid>
		<description>Same problem here too with a Macbook Pro. Wifi password lost and clock reset :/ It&#039;s out of warranty which is a bummer.</description>
		<content:encoded><![CDATA[<p>Same problem here too with a Macbook Pro. Wifi password lost and clock reset :/ It&#8217;s out of warranty which is a bummer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

