AppleTalk

Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2005-05-28 21:06:25
Size: 845
Editor: adsl-213-190-44-43
Comment: imported from the old wiki
Revision 12 as of 2008-08-06 16:39:39
Size: 53
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= AppleTalk =

= Getting Appletalk working =

Some people running Mac OS 9 still want to use Appletalk.

== Installing ==

Installation is easy, just use apt-get:

{{{
$ sudo apt-get install netatalk
}}}

== The Problem ==

The Ubuntu node shows up on the Appletalk network as 'localhost'.
This is due to 'hostname -s' returning localhost instead of
using the real name (in /etc/init.d/netatalk).


== The Solution ==

Change the appropriate line in /etc/hosts and move the
real hostname in front of 'localhost.localdomain', for
example:

{{{
127.0.0.1 realname localhost.localdomain localhost
}}}

== Bug or Feature ? ==

There's an open bug report documenting the problem with
said order in /etc/hosts that is causing trouble
with other programs, too.

https://bugzilla.ubuntu.com/show_bug.cgi?id=2256
#REFRESH 0 http://help.ubuntu.com/community/AppleTalk

AppleTalk (last edited 2008-08-06 16:39:39 by localhost)