[Ilugc] RE: Atalk and AFP on Fedora 8

  • From: f2005180@xxxxxxxxxxxxxxxxx (Karthik Ramgopal)
  • Date: Mon Feb 18 22:02:34 2008

Dear Raja,
           To start Atalk and other AFP services first go to a root shell
and type

yum install netatalk 

I am assuming you have an internet connection. Yum will download netatalk
and all its dependencies for you. If you don't have internet access then
install netatalk from your F8 installation media.

Edit /etc/atalk/afpd.conf

Comment out last line and add this:

- -noddp -uamlist uams_dhx.so

Edit /etc/atalk/AppleVolumes.default

Add shares at the end here:

/home/karthik myhome 

(Format is <PATH> <VDIR NAME>)

Comment out the line ATALK_NAME=`echo ${HOSTNAME}|cut -d. -f1`

chkconfig atalk on
service atalk start

Regards,
Karthik Ramgopal
BITS Pilani

------------------------------

Dmilaya Raja wrote:

Hi,

I have installed fedora core 8 server , So how to start atalk
(Appletalk) and AFP  services? Advice me ASAP

------------------------------

Other related posts:

  • » [Ilugc] RE: Atalk and AFP on Fedora 8 - Karthik Ramgopal