I am running the Pi B with Jessie Raspbian installed; I am trying to make a network connection from my MacBook Pro running OSX 10.7.5 to the Pi so I can do file sharing.
The Pi is on a reserved/static IP address over Ethernet directly to the router.
I installed TightVNC https://learn.adafruit.com/adafruit-ras ... le-sharing per Adafruit instructions and screensharing is working fine.
Now I want to enable File sharing so I can easily move files back and forth.
I tried following the instructions at http://4dc5.com/2012/06/12/setting-up-v ... ac-access/ but though everything *looks* correct when I actually go to the "shared" section of the Finder on the mac, I get "connection failed" showing on the info bar of the shared RaspberryPi.
If I actually go to "connect as..." I get the following error message:
"There was a problem connecting to the server "raspberrypi". The server may not exist or it is unavailable at this time. Check the server name or IP address, check your network connection, and then try again."
I also tried installing netatalk instead. SSHing into the pi from the Mac and doing
Code: Select all
sudo apt-get install netatalk[...]
Fetched 1,640 kB in 22s (71.6 kB/s)
E: Failed to fetch http://mirrordirector.raspbian.org/rasp ... _armhf.deb 404 Not Found [IP: 2001:41c9:1:3ce::11 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
I do not want to run apt-get update because that will blow away the config files for my PiTFT monitor which I just got working this past week (I did do an apt-get update before I installed the PiTFT, FWIW).
What command do I run with --fix-missing?
Should I just download netatalk from github and try installing it that way?
Is that actually going to fix my networking problem or is there some kind of conflict between VNC and the Mac shared files?
Thanks for any/all help.