osx - Two computers both show as the same machine

07
2014-07
  • Confounded

    I have had team viewer installed on computer A for quite some time. I purchased Computer B and used Mac software to effectively make a clone of A on B. Now, however, I cannot get team viewer to recognize A and B as separate machines despite several uninstall / reinstall efforts as well as changing machine names. I have a few other computers that I can connect to / from without issue, but when both A and B are online, they show as the same machine and I can only connect to B from a third computer- attempting to connect to A from B or vice versa gives me a "you can't connect to your own device" error. I have changed nicknames and passwords on A and B, but those changes are reflected on the other machine as well.

  • Answers
  • user314787

    Yes that's correct when you make a clone. Close TeamViewer. Open the Finder and go to this Path:

    /Library/Preferences
    

    and delete this file:

    com.teamviewer.teamviewer9.plist
    

    After them you can start the TeamViewer again.


  • Related Question

    osx - How to share a user ~/Library folder over two accounts?
  • Matt Gardner

    I find it easier to focus on a project if I dedicate an entire user account to it. I fast-user-switch between work mode (documents and programs I'd rather not close) and entertainment mode (user account holding tv shows, movies, music, which is hooked up to my tv in the living room).

    The issue I've now run into is preferences. Because I'm constantly tweaking keyboard shortcuts, etc. in both accounts, the two users are never really in sync. Searching around I uncovered this guide for symlinking an iTunes library:

    1) copy the master iTunes folder to the /Users/Shared directory
    2) symlink each user's iTunes directory to the shared one
    3) for each user, set the iTunes library destination to the shared on
    4) install WinSwitch
    5) create a tiny program that chmod's the iTunes directory to 777 recursively
    6) run this program on each FUS with WinSwitch
    7) run this program on login of each user
    

    Is this a good way to manage the ~/Library folder? Is it fine to have both user accounts accessing the same files at the same time?

    Thanks for your help.


  • Related Answers
  • Jonik

    Is it fine to have both user accounts accessing the same files at the same time?

    I think it depends on the application whether it's ok to have more than one instance accessing the files under ~/Library at the same time. Some apps might not like it at all. Given this, you might not want to share the whole ~/Library folder, but specific subfolders of it. (I've successfully shared stuff like Calendars, AddressBook data, Adium and Skype preferences and logs (under Library/Appication Support), and so on.)

    I've found Dropbox (which was recommended in my question about sharing stuff between several Macs) and symlinks a pretty decent way to do it; this has the benefit that it works across several computers. If you are only using one, however, Dropbox may obviously be an overkill, and simply having a local shared folder (something like what you described in the question) might suit you better.

  • James Polley

    For the specific case of iTunes, it seems a lot simpler to just:

    • start iTunes in the entertainment account
    • make sure it's sharing the library over the network
    • switch to the work account
    • Launch iTunes
    • Connect to the shared library and play music from there.