<?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"
	>
<channel>
	<title>Comments on: tail -f /var/log/syslog is your friend</title>
	<atom:link href="http://schinckel.net/2007/07/09/tail-f-varlogsyslog-is-your-friend/feed/" rel="self" type="application/rss+xml" />
	<link>http://schinckel.net/2007/07/09/tail-f-varlogsyslog-is-your-friend/</link>
	<description>Like a fortune cookie, only without the fortune, and not a cookie.</description>
	<pubDate>Sun, 07 Sep 2008 08:06:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Matt</title>
		<link>http://schinckel.net/2007/07/09/tail-f-varlogsyslog-is-your-friend/#comment-1687</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 19 Jul 2007 01:00:48 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/07/09/tail-f-varlogsyslog-is-your-friend/#comment-1687</guid>
		<description>Yeah, I had a look, but I couldn't seem to get it to work that well.

I'm not that fussed about it (I ignore the Trash on my local machine.  If I delete a file, I want it deleted).</description>
		<content:encoded><![CDATA[<p>Yeah, I had a look, but I couldn&#8217;t seem to get it to work that well.</p>
<p>I&#8217;m not that fussed about it (I ignore the Trash on my local machine.  If I delete a file, I want it deleted).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://schinckel.net/2007/07/09/tail-f-varlogsyslog-is-your-friend/#comment-1679</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Wed, 18 Jul 2007 11:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/07/09/tail-f-varlogsyslog-is-your-friend/#comment-1679</guid>
		<description>Hi Matt, 

thank you very much! now it finally works as expected.

Maybe you might want to have a look at this one &lt;a href="http://www.damontimm.com/blog/network-trash-ubuntu-file-server-nas-sftp-ssh-fuse-afp-netatalk/" rel="nofollow"&gt;trash on afp volumes&lt;/a&gt;

cheers</description>
		<content:encoded><![CDATA[<p>Hi Matt, </p>
<p>thank you very much! now it finally works as expected.</p>
<p>Maybe you might want to have a look at this one <a href="http://www.damontimm.com/blog/network-trash-ubuntu-file-server-nas-sftp-ssh-fuse-afp-netatalk/" rel="nofollow">trash on afp volumes</a></p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://schinckel.net/2007/07/09/tail-f-varlogsyslog-is-your-friend/#comment-1670</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 17 Jul 2007 01:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/07/09/tail-f-varlogsyslog-is-your-friend/#comment-1670</guid>
		<description>It looks like your machine does not have a hostname set.  You can use hostname to set it.  Try the following"

&lt;code&gt;$ cat /etc/hostname&lt;/code&gt;

If that fails, then you would need to do:

&lt;code&gt;$ sudo echo MachineName &gt; /etc/hostname
$ sudo hostname -F /etc/hostname&lt;/code&gt;

Then run the netatalk script again.  If it fails, try the following.  Look in /etc/default/netatalk

Change the line:

&lt;code&gt;ATALK_NAME="hostname"&lt;/code&gt;

to:

&lt;code&gt;ATALK="Machine Name You Want"&lt;/code&gt;

I ended up doing this anyway, since I wanted a different display than just the hostname when I connected.

Let me know you you have any further issues.  I have the compiled uams_dhx.so file if you need it, but it is only likely to work if you are using Ubuntu 6.</description>
		<content:encoded><![CDATA[<p>It looks like your machine does not have a hostname set.  You can use hostname to set it.  Try the following&#8221;</p>
<p><code>$ cat /etc/hostname</code></p>
<p>If that fails, then you would need to do:</p>
<p><code>$ sudo echo MachineName > /etc/hostname<br />
$ sudo hostname -F /etc/hostname</code></p>
<p>Then run the netatalk script again.  If it fails, try the following.  Look in /etc/default/netatalk</p>
<p>Change the line:</p>
<p><code>ATALK_NAME="hostname"</code></p>
<p>to:</p>
<p><code>ATALK="Machine Name You Want"</code></p>
<p>I ended up doing this anyway, since I wanted a different display than just the hostname when I connected.</p>
<p>Let me know you you have any further issues.  I have the compiled uams_dhx.so file if you need it, but it is only likely to work if you are using Ubuntu 6.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christoph</title>
		<link>http://schinckel.net/2007/07/09/tail-f-varlogsyslog-is-your-friend/#comment-1669</link>
		<dc:creator>Christoph</dc:creator>
		<pubDate>Mon, 16 Jul 2007 18:34:31 +0000</pubDate>
		<guid isPermaLink="false">http://schinckel.net/2007/07/09/tail-f-varlogsyslog-is-your-friend/#comment-1669</guid>
		<description>Hi, 
today i also tried to teach my ubuntu box the afp protocol. I also followed the instructions on coderspiel and the instructions from &lt;a href="http://www.damontimm.com/blog/how-to-install-netatalk-afp-on-ubuntu-with-encrypted-authentication/" rel="nofollow"&gt;click&lt;/a&gt;. In the end i get an error when i try to start the service:

cv@server:~$ sudo /etc/init.d/netatalk start 
hostname: Unknown host

So maybe you could help me to get that afp up and running.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
today i also tried to teach my ubuntu box the afp protocol. I also followed the instructions on coderspiel and the instructions from <a href="http://www.damontimm.com/blog/how-to-install-netatalk-afp-on-ubuntu-with-encrypted-authentication/" rel="nofollow">click</a>. In the end i get an error when i try to start the service:</p>
<p>cv@server:~$ sudo /etc/init.d/netatalk start<br />
hostname: Unknown host</p>
<p>So maybe you could help me to get that afp up and running.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
