[Afpfs-ng-devel] Connection refused
Status: Alpha
Brought to you by:
alexthepuffin
From: Martin F. <mk...@st...> - 2007-10-03 08:57:47
|
Hi! I thought of trying this again. It doesn't work, telling me "Could not mount, Connection refused" I also get an message "reading: Interrupted system call" that probably not comes from afp_client, see the last example. Any ideas? It could be that this network blocks this port, but how can I see this and what can I do to circumvent it? I dont have any firewall. Best regards Martin Forsgren ----------------------------------------------- afpd.conf: ----------------------------------------------- "jag" -uamlist uams_clrtxt.so "Gäst hos Martin" -uamlist uams_guest.so -loginmesg "Välkommen" AppleVolumes.default: ----------------------------------------------- /home/dela/musik musik "Musik" Running: ----------------------------------------------- MtheF:/home/martin# afpfsd -d Starting up AFPFS version 0.4.3 martin@MtheF:~$ afp_client mount -u MtheF -p - -o 548 129.16.246.55:Filmer /home/martin/tmp/ AFP Password: mounting Filmer on /home/martin/tmp/ Could not mount, Connection refused reading: Interrupted system call martin@MtheF:~$ afp_client mount -o 548 129.16.246.55:Filmer /home/martin/tmp/ mounting Filmer on /home/martin/tmp/ Could not mount, Connection refused martin@MtheF:~$ reading: Interrupted system call ----------------------------------------------- |