AppleTalk
Differences between revisions 2 and 12 (spanning 10 versions)
|
Size: 869
Comment: add category documentation, cleanup
|
← Revision 12 as of 2008-08-06 16:39:39 ⇥
Size: 53
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| = 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 CategoryDocumentation CategoryCleanup |
#REFRESH 0 http://help.ubuntu.com/community/AppleTalk |
AppleTalk (last edited 2008-08-06 16:39:39 by localhost)