| 
     
      
      
      From: Ben B. <bat...@gm...> - 2008-06-26 20:09:05
      
     
   | 
Hi everyone I'm trying to use Netatalk with Ubuntu server 8.04 I already have this share working over Samba for the PC clients, but ideally I'd like to keep the PC and Macs separate. In OSX Tiger when I go Go > Connect To Server, and enter the IP address, I get the login screen where I choose 'Guest', and then the volumes window pops up but with no volumes listed! Then when I cancel the volumes window in OS X, then the login message appears correctly At the bottom of my AppleVolumes.default I have the following line: /media/raid/shared "SHARED" noadouble allow:guest I've disabled the AppleTalk daemon because I want to use TCP IP instead. Here's my netatalk.conf from /etc/default/netatalk AFPD_MAX_CLIENTS=50 #ATALK_ZONE="@some zone" ATALK_NAME=`/bin/hostname --short` ATALK_MAC_CHARSET='UTF8-MAC' ATALK_UNIX_CHARSET='LOCALE' AFPD_UAMLIST="-U uams_guest.so,uams_clrtxt.so,uams_randnum.so" AFPD_GUEST=nobody ATALKD_RUN=no PAPD_RUN=no CNID_METAD_RUN=no AFPD_RUN=yes TIMELORD_RUN=no A2BOOT_RUN=no ATALK_BGROUND=no export ATALK_MAC_CHARSET export ATALK_UNIX_CHARSET Basically I'm trying to get /media/raid/shared fully accessible to all OS X users as guests - so no username/password required to get full access to the share. What am I doing wrong? Thanks, B  |