Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Julien

macrumors G4
Original poster
Jun 30, 2007
11,875
5,452
Atlanta
] Trying to use ChronoSync to sync Mail between my MacPro (source) and my MacBook (target). For some reason most (not all) of the Folders end up with a red - in them on the MacBook. How do I just set all Folder permissions to Everybody (will this work?) on my MacPro so I can sync and not have a problem (or at least move on to the next one :mad:)? There are far too many Folders to go through one at a time. Already spent 30 minutes and finely ended up deleting one by mistake.

Is setting to Everyone the way yo do it? Who is Staff and why does my name on the MacPro get changed to Nobody on the MacBook even though it is the same on both?
 
In terminal,
sudo chmod -R 777 /path/to/folder

It will require your admin password (your password if you have admin rights)
the -r means recursive (the folder and everything in it)
777 means read write and execute for everyone
 
In terminal,
sudo chmod -R 777 /path/to/folder

It will require your admin password (your password if you have admin rights)
the -r means recursive (the folder and everything in it)
777 means read write and execute for everyone

Thanks, but that doesn't solve the problem. The folders show up and have Everybody and Nobody with Read & Write permission but still have the red - in the lower left corner. If I add my name to the permissions list it removes the -. Could you tell me the Terminal Command to add my name globally to the Folders permission list.

Found this page in Apple help that tells but not sure if I can figure it out.

Also why does Everybody Read & Write not include me the only user on the Mac? Why does it change from my name on the source to Nobody on the target?
 
Thanks, but that doesn't solve the problem. The folders show up and have Everybody and Nobody with Read & Write permission but still have the red - in the lower left corner. If I add my name to the permissions list it removes the -. Could you tell me the Terminal Command to add my name globally to the Folders permission list.

Found this page in Apple help that tells but not sure if I can figure it out.

Also why does Everybody Read & Write not include me the only user on the Mac? Why does it change from my name on the source to Nobody on the target?
Possibly because the owner isn't you? This can be fixed with the chown command. It uses syntax similar to chmod, except it accepts a short user name instead of permissions.
 
Possibly because the owner isn't you? This can be fixed with the chown command. It uses syntax similar to chmod, except it accepts a short user name instead of permissions.

Don't understand since both Macs only have me as the user and I use the same name on both Macs. My name is listed as owner on the source so why I'm I not the owner on the target?:confused: Could it be that I have one set as short name and one set as full? I will check that.

Also could you please list the syntax of the command?

EDIT: Just checked and both Macs have Julien (Me) listed as the owner in the list boxes. So why the change from Julien (Me) to Nobody when the file is synced?

Just notced on the source MacBook that Staff is on some of the synced Folders and they don't have the - on them. So it looks like Staff may work. This is all very confusing. Who is Staff and why is Everybody not me?

Edit: Just checked under System Preferences: Accounts and both Macs have my name as the User Name with Admin under it and no other accounts active.

How and where do I check to see if I'm using a short User Name on one and not the other?
 
Just did a right click and found an Advanced Options screen. They both have the same info with no Aliases except the UUID is different on each Mac. The short name on both is Julien.

What is Login Shell? It is set to /bin/bash on both but there are other choices.
 
I emailed ChronoSync and they sent me the following instructions that I don't fully understand.
ChronoSync said:
First, I recommend you start fresh with a new connection to the destination
mac. Use these steps:

a) dismount any mounted volumes from the remove computer (server volumes or
shared mac volumes) Just right-click the volume and choose Eject.
b) use Keychain Access to delete any and all keychains related to mounting the
remote volume.
c) reboot
d) mount the remote volume via Finder (Go->Connect to Server) but do NOT add
any usernames & passwords to the keychain. Always login to the remote volume
using the Username and Password for the user account you are syncing to on the
remote volume.
e) create a NEW ChronoSync document with the newly mounted volume as a target
and specify direct mounting by entering the correct username & password in the
Options for the Target.

This should clear up the permission problems.

I ejected from both and I opened Keychain Access. I don't see any reference the other computer in either Keychain. My MacBook only has a few enters so it is easy to check. What does this mean and what do I do? I don't use a Password on either Mac and I use the same User Name. Can anyone help?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.