<?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 for iCoreTech Research Labs</title>
	<atom:link href="http://www.icoretech.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.icoretech.org</link>
	<description>Just a placeholder</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:06:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Hosting Git repositories through WebDAV on Snow Leopard Server by Goshine</title>
		<link>http://www.icoretech.org/2009/11/hosting-git-repositories-through-webdav-on-snow-leopard-server/comment-page-1/#comment-740</link>
		<dc:creator>Goshine</dc:creator>
		<pubDate>Thu, 26 Jan 2012 23:06:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=855#comment-740</guid>
		<description>great post ... you know a post  is great when i take time out to comment..
Just converting all my  repos from svn to git ..thanks</description>
		<content:encoded><![CDATA[<p>great post &#8230; you know a post  is great when i take time out to comment..<br />
Just converting all my  repos from svn to git ..thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to recover memory on Mac OS X Lion for free by Allen Tsai</title>
		<link>http://www.icoretech.org/2011/07/how-to-recover-memory-on-mac-os-x-lion-for-free/comment-page-1/#comment-739</link>
		<dc:creator>Allen Tsai</dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=924#comment-739</guid>
		<description>I&#039;m testing this out, so far so good.  Here&#039;s to terminal never exceeding 1 GB of ram used!</description>
		<content:encoded><![CDATA[<p>I&#8217;m testing this out, so far so good.  Here&#8217;s to terminal never exceeding 1 GB of ram used!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to recover memory on Mac OS X Lion for free by Pedro Anisio</title>
		<link>http://www.icoretech.org/2011/07/how-to-recover-memory-on-mac-os-x-lion-for-free/comment-page-1/#comment-738</link>
		<dc:creator>Pedro Anisio</dc:creator>
		<pubDate>Tue, 10 Jan 2012 19:04:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=924#comment-738</guid>
		<description>I had to remove the script. The hiccup when purging is too irritating  and additionally I bought 8Gb of RAM :)</description>
		<content:encoded><![CDATA[<p>I had to remove the script. The hiccup when purging is too irritating  and additionally I bought 8Gb of RAM :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to recover memory on Mac OS X Lion for free by NickNack</title>
		<link>http://www.icoretech.org/2011/07/how-to-recover-memory-on-mac-os-x-lion-for-free/comment-page-1/#comment-737</link>
		<dc:creator>NickNack</dc:creator>
		<pubDate>Sun, 08 Jan 2012 10:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=924#comment-737</guid>
		<description>Any luck with the 8GB ram?</description>
		<content:encoded><![CDATA[<p>Any luck with the 8GB ram?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hosting Git repositories through WebDAV on Snow Leopard Server by gctwnl</title>
		<link>http://www.icoretech.org/2009/11/hosting-git-repositories-through-webdav-on-snow-leopard-server/comment-page-1/#comment-736</link>
		<dc:creator>gctwnl</dc:creator>
		<pubDate>Thu, 05 Jan 2012 13:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=855#comment-736</guid>
		<description>Tried this but the last step fails. Changes wrt the setup above:
- my client is 10.7.2
- I do&#039;n want usernames and passwords in .netrc because of security
- the realm is digest (this works, as I can mount the WebDAV on the client)

I try it two ways. First way:

- git remote add origin https://repositories.rna.nl:444/ii2.git/
- git push origin master --force -v

And I get:

Pushing to https://repositories.rna.nl:444/ii2.git/
Username: 
Password: 
error: Cannot access URL https://repositories.rna.nl:444/ii2.git/, return code 22
fatal: git-http-push failed

Second way, using the mounted WebDAV:

- git remote add origin /Volumes/repositories.rna.nl/ii2.git
- git push origin master --force -v

And I get:

Pushing to /Volumes/repositories.rna.nl/ii2.git
fatal: &#039;/Volumes/repositories.rna.nl/ii2.git&#039; does not appear to be a git repository
fatal: The remote end hung up unexpectedly
hermione:ii2.git gerben$ ls -l /Volumes/repositories.rna.nl/ii2.git
ls: objects: No such file or directory
total 19
-rwx------  1 gerben  staff    23  5 Jan 13:11 HEAD
drwx------  1 gerben  staff  2048  5 Jan 13:11 branches
-rwx------  1 gerben  staff    66  5 Jan 13:11 config
-rwx------  1 gerben  staff    73  5 Jan 13:11 description
drwx------  1 gerben  staff  2048  5 Jan 13:12 hooks
drwx------  1 gerben  staff  2048  5 Jan 13:12 info
drwx------  1 gerben  staff  2048  5 Jan 13:11 refs

It seems to be some sort of permission problem. On the server:

bash-3.2# ls -l
total 24
-rw-rw-r--  1 gerben  _www   23  5 Jan 13:11 HEAD
drwxrwxr-x  2 gerben  _www   68  5 Jan 13:11 branches
-rw-rw-r--  1 gerben  _www   66  5 Jan 13:11 config
-rw-rw-r--  1 gerben  _www   73  5 Jan 13:11 description
drwxrwxr-x  2 gerben  _www  408  5 Jan 13:12 hooks
drwxrwxr-x  2 gerben  _www  136  5 Jan 13:12 info
drwxrwxr-x  4 gerben  _www  136  5 Jan 13:11 objects
drwxrwxr-x  4 gerben  _www  136  5 Jan 13:11 refs</description>
		<content:encoded><![CDATA[<p>Tried this but the last step fails. Changes wrt the setup above:<br />
- my client is 10.7.2<br />
- I do&#8217;n want usernames and passwords in .netrc because of security<br />
- the realm is digest (this works, as I can mount the WebDAV on the client)</p>
<p>I try it two ways. First way:</p>
<p>- git remote add origin <a href="https://repositories.rna.nl:444/ii2.git/" rel="nofollow">https://repositories.rna.nl:444/ii2.git/</a><br />
- git push origin master &#8211;force -v</p>
<p>And I get:</p>
<p>Pushing to <a href="https://repositories.rna.nl:444/ii2.git/" rel="nofollow">https://repositories.rna.nl:444/ii2.git/</a><br />
Username:<br />
Password:<br />
error: Cannot access URL <a href="https://repositories.rna.nl:444/ii2.git/" rel="nofollow">https://repositories.rna.nl:444/ii2.git/</a>, return code 22<br />
fatal: git-http-push failed</p>
<p>Second way, using the mounted WebDAV:</p>
<p>- git remote add origin /Volumes/repositories.rna.nl/ii2.git<br />
- git push origin master &#8211;force -v</p>
<p>And I get:</p>
<p>Pushing to /Volumes/repositories.rna.nl/ii2.git<br />
fatal: &#8216;/Volumes/repositories.rna.nl/ii2.git&#8217; does not appear to be a git repository<br />
fatal: The remote end hung up unexpectedly<br />
hermione:ii2.git gerben$ ls -l /Volumes/repositories.rna.nl/ii2.git<br />
ls: objects: No such file or directory<br />
total 19<br />
-rwx&#8212;&#8212;  1 gerben  staff    23  5 Jan 13:11 HEAD<br />
drwx&#8212;&#8212;  1 gerben  staff  2048  5 Jan 13:11 branches<br />
-rwx&#8212;&#8212;  1 gerben  staff    66  5 Jan 13:11 config<br />
-rwx&#8212;&#8212;  1 gerben  staff    73  5 Jan 13:11 description<br />
drwx&#8212;&#8212;  1 gerben  staff  2048  5 Jan 13:12 hooks<br />
drwx&#8212;&#8212;  1 gerben  staff  2048  5 Jan 13:12 info<br />
drwx&#8212;&#8212;  1 gerben  staff  2048  5 Jan 13:11 refs</p>
<p>It seems to be some sort of permission problem. On the server:</p>
<p>bash-3.2# ls -l<br />
total 24<br />
-rw-rw-r&#8211;  1 gerben  _www   23  5 Jan 13:11 HEAD<br />
drwxrwxr-x  2 gerben  _www   68  5 Jan 13:11 branches<br />
-rw-rw-r&#8211;  1 gerben  _www   66  5 Jan 13:11 config<br />
-rw-rw-r&#8211;  1 gerben  _www   73  5 Jan 13:11 description<br />
drwxrwxr-x  2 gerben  _www  408  5 Jan 13:12 hooks<br />
drwxrwxr-x  2 gerben  _www  136  5 Jan 13:12 info<br />
drwxrwxr-x  4 gerben  _www  136  5 Jan 13:11 objects<br />
drwxrwxr-x  4 gerben  _www  136  5 Jan 13:11 refs</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to recover memory on Mac OS X Lion for free by labdeskman</title>
		<link>http://www.icoretech.org/2011/07/how-to-recover-memory-on-mac-os-x-lion-for-free/comment-page-1/#comment-735</link>
		<dc:creator>labdeskman</dc:creator>
		<pubDate>Thu, 29 Dec 2011 20:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=924#comment-735</guid>
		<description>This works great on my macbook air mid-2011 running lion.
I use my MBA for development and runs VMs...really great to see the green color pie gets so big!

thanks!</description>
		<content:encoded><![CDATA[<p>This works great on my macbook air mid-2011 running lion.<br />
I use my MBA for development and runs VMs&#8230;really great to see the green color pie gets so big!</p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Install ImageMagick in Leopard / Snow Leopard by torsten</title>
		<link>http://www.icoretech.org/2009/08/install-imagemagick-in-leopard-snow-leopard/comment-page-1/#comment-734</link>
		<dc:creator>torsten</dc:creator>
		<pubDate>Tue, 06 Dec 2011 21:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=41#comment-734</guid>
		<description>thank you sooo much. the script ran fine and all is good. Great community - I second that. Have a lovely day.

(if anyone knows how I can install links2 with --enable-graphics in the configure options - you are my hero.  All libraries are in place but configure wont find X, I think. error is: no graphics driver found. sl 10.6.8 - no fink, macports or homebrew installed)</description>
		<content:encoded><![CDATA[<p>thank you sooo much. the script ran fine and all is good. Great community &#8211; I second that. Have a lovely day.</p>
<p>(if anyone knows how I can install links2 with &#8211;enable-graphics in the configure options &#8211; you are my hero.  All libraries are in place but configure wont find X, I think. error is: no graphics driver found. sl 10.6.8 &#8211; no fink, macports or homebrew installed)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to recover memory on Mac OS X Lion for free by iTux</title>
		<link>http://www.icoretech.org/2011/07/how-to-recover-memory-on-mac-os-x-lion-for-free/comment-page-1/#comment-733</link>
		<dc:creator>iTux</dc:creator>
		<pubDate>Fri, 25 Nov 2011 01:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=924#comment-733</guid>
		<description>You can&#039;t do that, purge is full clean memory (available for purge)!!!
And when you do &quot;Purge&quot;, all software (such iTunes is stop play) pausing :(</description>
		<content:encoded><![CDATA[<p>You can&#8217;t do that, purge is full clean memory (available for purge)!!!<br />
And when you do &#8220;Purge&#8221;, all software (such iTunes is stop play) pausing :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to recover memory on Mac OS X Lion for free by John</title>
		<link>http://www.icoretech.org/2011/07/how-to-recover-memory-on-mac-os-x-lion-for-free/comment-page-1/#comment-731</link>
		<dc:creator>John</dc:creator>
		<pubDate>Tue, 22 Nov 2011 23:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=924#comment-731</guid>
		<description>Thank you, worked a treat for me :D</description>
		<content:encoded><![CDATA[<p>Thank you, worked a treat for me :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to recover memory on Mac OS X Lion for free by cmodena</title>
		<link>http://www.icoretech.org/2011/07/how-to-recover-memory-on-mac-os-x-lion-for-free/comment-page-1/#comment-730</link>
		<dc:creator>cmodena</dc:creator>
		<pubDate>Tue, 01 Nov 2011 15:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.icoretech.org/?p=924#comment-730</guid>
		<description>this is the return path from the Terminal:

Last login: Tue Nov  1 16:18:14 on ttys000
host-003:~ cmodena$ launchctl load -W /Users/Library/LaunchAgents/org.icoretech.purge.plist
load: illegal option -- W
usage: launchctl load [-wF] [-D ] paths...
host-003:~ cmodena$ 

Can you explain me where is the mistake? Thanks</description>
		<content:encoded><![CDATA[<p>this is the return path from the Terminal:</p>
<p>Last login: Tue Nov  1 16:18:14 on ttys000<br />
host-003:~ cmodena$ launchctl load -W /Users/Library/LaunchAgents/org.icoretech.purge.plist<br />
load: illegal option &#8212; W<br />
usage: launchctl load [-wF] [-D ] paths&#8230;<br />
host-003:~ cmodena$ </p>
<p>Can you explain me where is the mistake? Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

