<?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 An Esurient Trollop</title>
	<atom:link href="http://www.trollop.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trollop.org</link>
	<description>~ Tea &#38; Strumpets</description>
	<lastBuildDate>Sat, 12 May 2012 18:47:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on OS X 10.7 Lion, Time Machine &amp; Netatalk 2.2 by Ubuntu 11.10 network shares to Os X lion with netatalk &#124; devNoo</title>
		<link>http://www.trollop.org/2011/07/23/os-x-10-7-lion-time-machine-netatalk-2-2/comment-page-1/#comment-647</link>
		<dc:creator>Ubuntu 11.10 network shares to Os X lion with netatalk &#124; devNoo</dc:creator>
		<pubDate>Sat, 12 May 2012 18:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.trollop.org/?p=135#comment-647</guid>
		<description>[...] http://www.trollop.org/2011/07/23/os-x-10-7-lion-time-machine-netatalk-2-2/ https://bugs.launchpad.net/ubuntu/+source/netatalk/+bug/810732 [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.trollop.org/2011/07/23/os-x-10-7-lion-time-machine-netatalk-2-2/" rel="nofollow">http://www.trollop.org/2011/07/23/os-x-10-7-lion-time-machine-netatalk-2-2/</a> <a href="https://bugs.launchpad.net/ubuntu/+source/netatalk/+bug/810732" rel="nofollow">https://bugs.launchpad.net/ubuntu/+source/netatalk/+bug/810732</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X 10.7 Lion, Time Machine &amp; Netatalk 2.2 by anonymous</title>
		<link>http://www.trollop.org/2011/07/23/os-x-10-7-lion-time-machine-netatalk-2-2/comment-page-1/#comment-624</link>
		<dc:creator>anonymous</dc:creator>
		<pubDate>Mon, 12 Mar 2012 00:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.trollop.org/?p=135#comment-624</guid>
		<description>The awk part of the hdiutil command didn&#039;t work for me... so I modified it, replacing with 2 cut commands that split the hostname between &gt; and  -f2 &#124;cut -d\&lt; -f1`_`ifconfig en0 &#124; grep ether &#124; awk &#039;BEGIN { FS = &quot;:&quot; } ; {print $1$2$3$4$5$6}&#039; &#124; awk {&#039;print $2&#039;}`.sparsebundle</description>
		<content:encoded><![CDATA[<p>The awk part of the hdiutil command didn&#8217;t work for me&#8230; so I modified it, replacing with 2 cut commands that split the hostname between &gt; and  -f2 |cut -d\&lt; -f1`_`ifconfig en0 | grep ether | awk &#039;BEGIN { FS = &quot;:&quot; } ; {print $1$2$3$4$5$6}&#039; | awk {&#039;print $2&#039;}`.sparsebundle</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X 10.7 Lion, Time Machine &amp; Netatalk 2.2 by karlos</title>
		<link>http://www.trollop.org/2011/07/23/os-x-10-7-lion-time-machine-netatalk-2-2/comment-page-1/#comment-618</link>
		<dc:creator>karlos</dc:creator>
		<pubDate>Tue, 06 Mar 2012 10:31:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.trollop.org/?p=135#comment-618</guid>
		<description>I had this problem (restore interface not launching, but backups seem to work fine) after updating to 10.7.3. Did anyone find a fix for this?</description>
		<content:encoded><![CDATA[<p>I had this problem (restore interface not launching, but backups seem to work fine) after updating to 10.7.3. Did anyone find a fix for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X 10.7 Lion, Time Machine &amp; Netatalk 2.2 by hector13</title>
		<link>http://www.trollop.org/2011/07/23/os-x-10-7-lion-time-machine-netatalk-2-2/comment-page-1/#comment-610</link>
		<dc:creator>hector13</dc:creator>
		<pubDate>Wed, 29 Feb 2012 03:45:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.trollop.org/?p=135#comment-610</guid>
		<description>Thanks for the great guide!

Two comments about the afpd.conf file list above:

# default:
- -udp -noddp -uamlist uams_randnum.so,uams_dhx.so,uams_dhx2.so -nosavepassword

1) -udp is not one of the listed options in the man page for afpd.conf.  As far as I can tell, AFP doesn&#039;t use udp anyway, so I removed this option from my config (or you can add -tcp, since that&#039;s the default)

2) from reading up on the various authentication schemes, it sounds like uams_randnum.so is not secure and only needed if you have very old clients.  I removed it from my config and have had no issues (though I only have 10.5+ clients)</description>
		<content:encoded><![CDATA[<p>Thanks for the great guide!</p>
<p>Two comments about the afpd.conf file list above:</p>
<p># default:<br />
- -udp -noddp -uamlist uams_randnum.so,uams_dhx.so,uams_dhx2.so -nosavepassword</p>
<p>1) -udp is not one of the listed options in the man page for afpd.conf.  As far as I can tell, AFP doesn&#8217;t use udp anyway, so I removed this option from my config (or you can add -tcp, since that&#8217;s the default)</p>
<p>2) from reading up on the various authentication schemes, it sounds like uams_randnum.so is not secure and only needed if you have very old clients.  I removed it from my config and have had no issues (though I only have 10.5+ clients)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X 10.7 Lion, Time Machine &amp; Netatalk 2.2 by Roy Arisse</title>
		<link>http://www.trollop.org/2011/07/23/os-x-10-7-lion-time-machine-netatalk-2-2/comment-page-1/#comment-609</link>
		<dc:creator>Roy Arisse</dc:creator>
		<pubDate>Mon, 27 Feb 2012 10:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.trollop.org/?p=135#comment-609</guid>
		<description>To get mine going on an Ubuntu System (since it sayed &quot;Zeroconf location not found&quot;):
apt-get install libavahi-client-dev

After that, it&#039;s quite straightforward:
./configure --enable-debian --enable-zeroconf
make &amp;&amp; sudo make install

Then make sure it starts when the system boots:
update-rc.d netatalk defaults

The last comment only shows up some errors so if any of you has any suggestions to get those away, please share! For now it seems to work flawlessly ^_^

Thanks for the great tutorial!</description>
		<content:encoded><![CDATA[<p>To get mine going on an Ubuntu System (since it sayed &#8220;Zeroconf location not found&#8221;):<br />
apt-get install libavahi-client-dev</p>
<p>After that, it&#8217;s quite straightforward:<br />
./configure &#8211;enable-debian &#8211;enable-zeroconf<br />
make &amp;&amp; sudo make install</p>
<p>Then make sure it starts when the system boots:<br />
update-rc.d netatalk defaults</p>
<p>The last comment only shows up some errors so if any of you has any suggestions to get those away, please share! For now it seems to work flawlessly ^_^</p>
<p>Thanks for the great tutorial!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Algorithm for Optimal Scaling on a Chart Axis by Steffen L. Norgren</title>
		<link>http://www.trollop.org/2011/03/15/algorithm-for-optimal-scaling-on-a-chart-axis/comment-page-1/#comment-608</link>
		<dc:creator>Steffen L. Norgren</dc:creator>
		<pubDate>Sun, 19 Feb 2012 11:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.trollop.org/?p=99#comment-608</guid>
		<description>Thanks! Much appreciated. I&#039;ll amend my post soon.</description>
		<content:encoded><![CDATA[<p>Thanks! Much appreciated. I&#8217;ll amend my post soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Algorithm for Optimal Scaling on a Chart Axis by Rossati Giovanni</title>
		<link>http://www.trollop.org/2011/03/15/algorithm-for-optimal-scaling-on-a-chart-axis/comment-page-1/#comment-607</link>
		<dc:creator>Rossati Giovanni</dc:creator>
		<pubDate>Sun, 19 Feb 2012 08:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.trollop.org/?p=99#comment-607</guid>
		<description>Hello
Thank for your code.

I have changed the NiceMin and NiceMax, so that their difference is equal to the range and NiceMin is a multiple of the power of 10 immediately below or equal to the value minimum. For explain that better, if min and max are 12 and 26, the amendment provides 10 and 30.

This is the modified code:

double exponent; /** exponent of range */
...
if (minPoint &gt; 0) {
   exponent = Math.floor(Math.log10(minPoint));
} else {
   exponent = Math.ceil(Math.log10(Math.abs(minPoint)));
}
this.niceMin = Math.floor(minPoint/Math.pow(10, exponent))*Math.pow(10, exponent);
this.niceMax = this.niceMin + this.range;

best regards

John Rossati</description>
		<content:encoded><![CDATA[<p>Hello<br />
Thank for your code.</p>
<p>I have changed the NiceMin and NiceMax, so that their difference is equal to the range and NiceMin is a multiple of the power of 10 immediately below or equal to the value minimum. For explain that better, if min and max are 12 and 26, the amendment provides 10 and 30.</p>
<p>This is the modified code:</p>
<p>double exponent; /** exponent of range */<br />
&#8230;<br />
if (minPoint &gt; 0) {<br />
   exponent = Math.floor(Math.log10(minPoint));<br />
} else {<br />
   exponent = Math.ceil(Math.log10(Math.abs(minPoint)));<br />
}<br />
this.niceMin = Math.floor(minPoint/Math.pow(10, exponent))*Math.pow(10, exponent);<br />
this.niceMax = this.niceMin + this.range;</p>
<p>best regards</p>
<p>John Rossati</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X 10.7 Lion, Time Machine &amp; Netatalk 2.2 by tris</title>
		<link>http://www.trollop.org/2011/07/23/os-x-10-7-lion-time-machine-netatalk-2-2/comment-page-1/#comment-606</link>
		<dc:creator>tris</dc:creator>
		<pubDate>Fri, 17 Feb 2012 14:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.trollop.org/?p=135#comment-606</guid>
		<description>I&#039;ve managed to get the summary the same using the fedora packages outlined above, but when I try to create the sparsebunble I get &#039;Operation not permitted&#039;

Any ideas on how to over come this?

Many thanks</description>
		<content:encoded><![CDATA[<p>I&#8217;ve managed to get the summary the same using the fedora packages outlined above, but when I try to create the sparsebunble I get &#8216;Operation not permitted&#8217;</p>
<p>Any ideas on how to over come this?</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Algorithm for Optimal Scaling on a Chart Axis by Nicholas Swwandel</title>
		<link>http://www.trollop.org/2011/03/15/algorithm-for-optimal-scaling-on-a-chart-axis/comment-page-1/#comment-605</link>
		<dc:creator>Nicholas Swwandel</dc:creator>
		<pubDate>Tue, 14 Feb 2012 16:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.trollop.org/?p=99#comment-605</guid>
		<description>Miuch appreciated!</description>
		<content:encoded><![CDATA[<p>Miuch appreciated!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OS X 10.7 Lion, Time Machine &amp; Netatalk 2.2 by Time Machine for OS X 10.7 Lion with Linux &#124; Candysporks</title>
		<link>http://www.trollop.org/2011/07/23/os-x-10-7-lion-time-machine-netatalk-2-2/comment-page-1/#comment-604</link>
		<dc:creator>Time Machine for OS X 10.7 Lion with Linux &#124; Candysporks</dc:creator>
		<pubDate>Sun, 05 Feb 2012 04:42:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.trollop.org/?p=135#comment-604</guid>
		<description>[...] requires. This necessitated updating netatalk to 2.2 (specifically, 2.2.1-r2). I discovered this from another blog post by Steffen Norgren. [...]</description>
		<content:encoded><![CDATA[<p>[...] requires. This necessitated updating netatalk to 2.2 (specifically, 2.2.1-r2). I discovered this from another blog post by Steffen Norgren. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

