Controlling Login/Logout and Background Sync

Mac OS X Server 10.5.7
Mac OS X Client 10.5.7
Everything setup perfectly and by the book on both Server and Client.
Problem:
Why in God's name has Apple COMBINED the sync rules for both Login/Logout and Background Sync??? It's the most illogical thing and it does not work!!!
Question:
I know how to prevent Background items from Syncing at Login (through the preference manifest), but how to I get the Background sync NOT to sync LOGIN/LOGOUT items.
The problem is always and systematically been mostly with the LIBRARY folder giving all sorts of sync errors. I have tried every possible trick combination but nothing seems to work.
Is this STILL a bug even after a year?? If so, other than skipping the Library folder completely, mobile homes is utterly useless and unreliable. If I skip the Library folder, then mobile homes aren't really complete if a user moves to another machine.
Has anyone found a reliable solution to this mess?
PLEASE HELP.

Something is definitely breaking it. Its as if at some random point in time, the sync stops obeying the background rules. I can only conclude that there is still is a bug somewhere that is not fixed.
For example, I initially created the mobile home setting using the computer groups. When that started giving me errors, then I figured, let me try it by doing it via groups. So I created a new group and then, undid the settings for mobile homes that I had set for my computer group.
The first time I logged in, it was working perfectly. Then my laptop's battery died. When I plugged it back, it reconnected to my wireless network and THATS when the bug started showing up again. No matter how many times I restarted, if I have firefox or entourage open, I automatically see that exclamation point in the upper right hand corned (on the mobile homes icon) and its ALWAYS the library files pertaining to those apps that 'are in use'.
This is really frustrating and most non-apple like. This used to work perfectly under Tiger Server, I don't understand how Apple can mess this up THIS BAD and worse, not have a solid fix after a year.
This bug even occurred with a brand new installation of Leopard server on a Xserve and a Mac OS X 10.5.7 station. The instant the mobile user logged on, that exclamation point came on complaining about the entourage files being in use even though that entire folder is set to be SKIPPED during Background Syncing.
Not sure where to look anymore.
And one more thing; as soon as I encounter that exclamation point, the time/date stamp reporting the last sync stops working as well.
Could you provide screenshots of your setup? Could it be that Im missing one tiny detail somewhere? I just dont see where though.
This is an updated output after it breaks (maybe there's a clue in there somewhere)
excludedItems = (
comparison = fullPath;
value = "~/.SymAVQSFile";
comparison = fullPath;
value = "~/.Trash";
comparison = fullPath;
value = "~/.Trashes";
comparison = fullPath;
value = "~/Documents/Microsoft User Data";
comparison = fullPath;
value = "~/Library";
comparison = fullPath;
value = "~/NAVMac800QSFile";
excludedPrefItems = (
comparison = fullPath;
value = "~/.SymAVQSFile";
comparison = fullPath;
value = "~/.Trash";
comparison = fullPath;
value = "~/.Trashes";
comparison = fullPath;
value = "~/Library/Application Support/SyncServices";
comparison = fullPath;
value = "~/Library/Caches";
comparison = fullPath;
value = "~/Library/Logs";
comparison = fullPath;
value = "~/Library/Printers";
comparison = startsWith;
value = "IMAP-";
comparison = startsWith;
value = "Exchange-";
comparison = startsWith;
value = "Mac-";
homeSyncCompleted = 1;
homeSyncTime = 2009-05-25 21:09:29 -0400;
isNewMobileAccount = 0;
periodicSyncOn = 1;
syncPeriodSeconds = 0;
syncedFolders = (
path = "~";
syncedPrefFolders = (
path = "~/Library";
path = "~/Documents/Microsoft User Data";
}

Similar Messages

  • Repetitive Sync and Background Sync

    Hi Experts,
           Can any body tell me what are the Repetitive Sync and Background Sync and the procedure how they will work?
    Thanks in Advance
    Naveen

    Hi Uwe,
    well, while device syncs the user can continue to work.... performance is not that worse - and the functionality is available for JSP as well.
    BUT!
    Have in mind that you do not lock entries while you display them on the screen. This is not supported in MI and so it can happen that you select a dataset to change it on the screen and while you change this entry the device syncs and in the sync this entry gets changed or deleted from the device.... if you now want to persist this item this will run into an error..... Well, background sync needs carefull handling... but yes, it is possible!
    Hope it helps!
    Regrds,
    Oliver

  • Login/Logout sync with user control over folders to sync

    We have a user who needs modify the folders that are synced periodically.
    The user has multiple computers that they keep synced with OS X Server 10.4.10.
    We turned background sync to unmanaged and they are able to modify their settings and left login/logoff sync as managed. Any time they login/logoff auto sync does not occur.
    How do we configure their settings so that they can adjust the folders that get synced and still have auto sync at login/logoff?

    Not even sure you can do this but you might look for Login/Logout Hooks that can perform the action your looking to do. There would have to be a way to shell-script the Sync part of RHD which I'm not sure you can.
    On the Server Side you can control what get auto synced and what does not in WGM. Then you just set it all to auto on login/logout.

  • Getting ~/Library to sync in background when login/logout sync turned off

    I have a bunch of laptop users with very slow network connections where I need to turn off login/logout sync and only sync data in the background manually. Problem is, if you turn off login/logout sync it also turns off syncing ~/Library in the background.
    Now if you use the Details tab for MCX setting in WGM you can add the key "Sync Preferences in the Background" and set it to "sync" but it doesn't make any difference.
    Anyone know how to work around this so I don't have to sync anything at login/logout but can still sync Preferences in background when I manually do a sync?

    I don't think it's in the GUI, but you can manage this stuff pretty granularly with the following boolean flags in ~/Library/Preferences/com.apple.homeSync.plist:
    <key>syncBackgroundSetAtLogin</key>
    <string>dontSync</string>
    <key>syncBackgroundSetAtLogout</key>
    <string>dontSync</string>
    <key>syncPreferencesAtLogin</key>
    <string>dontSync</string>
    <key>syncPreferencesAtLogout</key>
    <string>sync</string>
    <key>syncPreferencesAtSyncNow</key>
    <string>dontSync</string>
    <key>syncPreferencesInBackground</key>
    <string>dontSync</string>
    I think the keys you want are syncPreferencesInBackground and/or syncPreferencesAtSyncNow. However, I found that this unpredicatably didn't sync everything. PHD has a generally hard time with open files and many of these files are open. Also, note that 10.5 changed in that it considers any hidden folders loose in your home folder (e.g. .ssh/) to be included in "Preference" syncing only occurring at Logout and Login. This isn't really documented or shown anywhere. I'm pretty sure that they are ignored in the background *even with* the above flags in use. Note that I haven't played with these in a while, so your mileage might vary. Perhaps they're just not ready for prime time.
    EDIT:
    Actually, I just remember where and how I found these: You need to follow the directions for "Using the Preference Editor to Manage Core Services" on page 236 of the User Management manual. This gives you the location of Preference Manifest for Home Folder Syncing which has a bucketload of cool options, including automatic conflict resolution.
    Message was edited by: jaydisc

  • Mobile Account Login/Logout Sync Not Skipping Inputted Items

    I'm running a Leopard Server 10.5.6 Advanced Config ODM.
    No matter what I put into the Login & Logout Sync tab underneath "Skip items that match any of the following" it still syncs everything.
    I enter "ends with" ".mp3", "mp3" and it still syncs the test MP3s I put onto the desktop for the user.
    I ask it to not sync ~/Documents and it still syncs the test documents I put into that folder.
    This user is set to sync at login and logout with no background sync. The client machine is using 10.5.6.
    Merge with user's settings NOT checked
    Background Sync > Never
    Option > Never
    Account Creation > Creation
    Create mobile account when user logs in to network CHECKED
    Create home:
    with default sync settings: CHECKED

    Thanks for the reply.
    Under
    GROUP->PREFERENCES->MOBILE->RULES
    Login and Lougout Sync->Always
    Sync at login and logout->Checked
    Merge with user's settings->Not Checked and never has been.
    Unfortunately, that can't be it
    Here are some screen shots of my settings. As you can see Background sync is not enabled.
    Nevermind, it won't let me attach files.
    Message was edited by: jakelh

  • Login/logout sync hangs

    I am trying to migrate my user account to a portable home directory. (OSX Server 10.4.8, OSX Client 10.4.8). I have a small network (8 users) and everyone else has been using network accounts and portable home directories for months. I had a large amount of data in my account and just didn't want to take the time until I had some serious sound problem with my laptop and had to do an erase and install to fix it. So I decided to convert to a network account but put most of my files outside my home directory. The only thing in my home directory are my apple mail files. I can't get login logout sync to complete succeessfully. It goes through "checking items" and changes the folder it displays until it gets to the last one where it hangs for hours and never actually starts synchronizing. My work around was to remove all but a couple of my mailboxes from ~/library/mail and then sync by logging out/in. I then would add a couple more mail boxes and repeat. This is a tedious process.
    I could not find any discussion about limitations on the number of files that login/logout sync can process. I suspect there is some memory limit on the total number of files in a directory or the total number of changed files and instead of complaining it just hangs. Has anyone seen this? Does anyone know of a limit on the number of files. I have about 14 GB of mail archives with 100,000s of messages.
    I suspect I will have to archive them outside of the ~/library/mail folder and maybe do a symlink.

    Not even sure you can do this but you might look for Login/Logout Hooks that can perform the action your looking to do. There would have to be a way to shell-script the Sync part of RHD which I'm not sure you can.
    On the Server Side you can control what get auto synced and what does not in WGM. Then you just set it all to auto on login/logout.

  • BOBJ XI 3.1 SP7 SSO logout and login again not working

    Hello,
    The customer have a deployment of five BOBJ XI 3.1 SP7 with Tomcat 7 servers and AD integration with SSO.
    The case is that:
    The SSO login works fine on all servers, but when click logout and then go to the address bar and hit enter on the first four servers SSO reacts again, but on the 5th does not. The only way to login again is to close the browser and open it again.
    The configuration and the versions of Tomcats is exactly the same. The only difference is in the version of Windows the first four servers are on Windows 2003R2, but the 5th(the last) is on Windows Server 2008R2. I think the problem is somewhere in the application server(the Tomcat), but the server.xml and the web.xml of the InfoViewApp are the same.
    The SPNs are:
    BOBJCentralMS/hostname serviceaccount
    HTTP/hostame serviceaccount
    HTTP/FQDN serviceaccount
    I'm out of ideas so if somebody can help I'll be happy.
    Thank you in advance!
    Dilyan

    Hi Manna Das,
    I'll check the log, when i go to the customer(have no remote connection).
    Hi Sebastian Wiefett,
    Where in the BOBJ documents is described that the all nodes in the cluster must be on the same OS? I think it does not matters. Only the version of SP and FP must be the same.
    Different browsers are not allowed in the customer's newtwork. Only Internet Explorer.
    I'll try Kerberos debugger. I forgot about it.
    Hi raunak kumar,
    The case is not the same. First the resolution described in SAP Note 1835729 is included in SP7, second here the problem is not on the refresh page(F5), but on click in the address bar and hit "enter". There is difference between the two methods.
    Thank you for the suggestions!

  • I want to set up 5 different ipods to sync from one library, but want to be able to control what is synced to each ipod and have it remember that for future synching and just look for new songs and not sync all the other music in the library

    I want to set up 5 different ipods to sync from one library, but want to be able to control what is synced to each ipod and have it remember that for future synching and just look for new songs and not sync all the other music in the library

    Click here for options.
    (58961)

  • After updating with IOS7, i can no longer control the music on my iPhone with my car controls. I have deleted the phone and re-synced it twice????

    After updating with IOS7, i can no longer control the music on my iPhone with my car controls. I have deleted the phone and re-synced it twice????

    Go here: http://www.apple.com/feedback/iphone.html and report it with as much detail as possible.

  • How to track the login time and logout times of clients

    hai
    please give me the solution
    suppose there are 5 systems connected in LAN.
    how to track the login time and logout times of clients
    for a given time(may be one day or 1 hour) using any programming language.
    please give me the solution

    When the client logs in you write the client's ID and the current time to a database. Likewise when the client logs out. Assuming of course that you have a program that knows when those events occur.

  • Offline Files (Background) Sync makes File Explorer and other programs responding slow

    Hi TechNet,
    I have a problem with Offline Files and
    especially with VPN users.
    For VPN users, the slow-link
    policy is activated with a background
    sync interval of one hour. But, when Offline Files is syncing, their File Explorer is hanging (not responding) by creating new files/folders, deleting files/folder, or rename files/folders. This happens only in their (redirected)UserData
    folder or with other DFS shares which are cached locally. In other programs (Outlook or Office 2010) when they save data in the UserData folder exactly the same things happens (not responding).
    This problem occurs in both the
    internal network and via VPN, so bandwidth is
    not the problem. When the sync is finished, everything is working fine again.
    I've tested:
    - Offline mode with scheduled background sync: problem occurs
    - Online mode with manual sync: problem occurs
    - Rebuild offline cache database: no effect
    - Tested with fresh Windows 8(.1) installations and user profiles: problem occurs
    - Monitoring SMB traffic with WireShark: no result
    - Montoring Windows 8(.1) clients with procmon: no result
    - Tested with full DFS paths: problem occurs
    - Disable IPv6: problem occurs
    - Disable Windows Search: problem occurs
    - Browsing in the Offline Files folder (Sync Center -> Manage Offline Files -> View Offline Files) is very slow (with +- 200 files). This occurs also when Offline Files is not syncing.
    Does anyone have an idea how I can solve this problem?
    Thanks,
    Bas
    (Sorry for my bad English)

    Hello,
    May I know if there is any update there?
    Please let me know if I can help you more, thanks.
    BR,
    Steven Song
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
      Hello Steven,
      First, sorry for the late response, I have tested a few things for you:
    Offline mode with background sync over a VPN connection: During scheduled sync File Explorer hangs. When bypass the cache by using a UNC path (State: Online) there is also a delay, but this is caused by bandwidth.
    Online Mode with Manual Sync over a LAN connection: During sync File Explorer hangs in (redirected)UserData Folders (They are always available offline, maybe this is a problem?). With UNC paths, there is no delay…
    The first folder/file is created slowly, but the second is fast.
    It's like csc
    still
    must initialize
    the cache…or something…
    I m  I made some
    print screens, but I can not upload them because my account is not verified.......
    trT  Thanks,
     Bas

  • XMII Logout and Login

    Hi,
    I am facing an issue in of the scenario. During my testing I logged out ( User :- USER1 ) of xMII using the hyperlink in xMII home page "Logout" and it take me to login page. Using the same page I am logging as different user (User :-USER2). Display applet methods are returning the same values of USER1.
    After searching the xMII documentation I found this issue is well documented in help.sap.com.
    My question is - Is there any solution other than closing the browser and relogin in new browser session.
    Thanks,
    Srinivas.

    Srinivas,
    Don't use:  document.APPLETNAME.getUserName();
    Use this instead:  document.APPLETNAME.getPropertyValue("IllumLoginName");
    This URL will also confirm who the browser really is after you've logged in as USER1, then logout (Relogin.jsp) and login as USER2 and reconfirm.
    <a href="http://server:port/Lighthammer/PropertyAccessServlet?Mode=List">http://server:port/Lighthammer/PropertyAccessServlet?Mode=List</a>
    Regards,
    Jeremy

  • Numeric Control - Text and Background Color changes when operating inc/dec arrows

    Hi,
    I'm developing an application that has a panel with black background and green or red numbers. I've added numeric controls and configured the text color and text background color attributes accordinglingy. I set the numeric control to hot or validate  control mode and show the inc/dec arrows, since I want to be able to incr/decr the numbers.
    The problem is that when I run the application and I hit the inc/dec arrows, then the colors inside the numeric control frame become inverted: the black background becomes white and the green number becomes cyan. I've created a callback function assosicated with the numeric control and tried forcing the text and background color, in the EVENT_VAL_CHANGED section, using the SetCtrlAttrribute() function, but to no avail. Also added ProcessDrawEvents didn't help.
    When I mouse click again outside the numeric control, then it reverts back to its original colors (green text, black background).
    Any suggestions as to how I can fix this ?
    I want it to keep its original colors at all times, even when I'm clicking the incr/decr arrows...
    Kind regards,
    pgriep
    Solved!
    Go to Solution.

    Ok, now I see what's happening.
    The effect you are seeing is a resul of standard numeric control behaviour combined with the black bcakground: when you use arrows to increment/decrement a numeric control its value will be automatically highlighted; on the default background you'll see the white area and figures highlighted in black (white numbers on balck background). If you set the background to black the system will automatically change the colors used to highlight the text, and that's what you're seeing.
    By the way, this does not happens if you use up and down keys on the keyboard: text is not highlighted so colors are not changing.
    Additionally, this is not only valid for numerics: see the behaviour of the string controls on the bottom of your panel when you tab up to them. This effect does not happen on controls set as indicator like the big clock in the upper part of the panel.
    The only way I can see to overcome this behaviour is to hide control built-in arrows and create your own up and down buttons with which you can manipulate the numeric control. I am attaching a modified version of your project with buttons on the left numeric; sorry for the poor aesthetic:  I have used some arrow icons I had on my disk, you may want to create your own arrows with the colors and shape you prefer.
    Proud to use LW/CVI from 3.1 on.
    My contributions to the Developer Zone Community
    If I have helped you, why not giving me a kudos?
    Attachments:
    ModifiedApplication.zip ‏9 KB

  • Cisco spa502 logout and login

    Dear all,
    how can i logout and login  form cisco ip phone spa502g and spa525g through phone. i didn't saw any logout option. please help urgently

    I have no SPA502G here, but the SPA504G. Is it the same as far as I know.
    It use native HTTP authorization. The login dialog is embedded within browser. You need to use browser's logout function to terminate the session. Or close the browser at all - it will flush all those sessions.
    There is no WWW login form, thus there's no WWW logout form as well inside of device's UI.

  • When I turn on my MacBook Pro and when I am at the login screen, the background is white rather than steel gray. What is wrong and how can I fix it?

    When I turn on my MacBook Pro and when I am at the login screen, the background is white rather than steel gray. What is wrong and how can I fix it?

    It turns out that iCloud caused this issue. When I turned iCloud off my login screen was completely normal.

Maybe you are looking for

  • Strange behavior when using servlet filter with simple index.htm

    I am new to J2EE development so please tolerate my ignorance. I have a web application that starts with a simple index.htm file. I am using a servlet filter throughout the website to check for session timeout, redirecting the user to a session expira

  • Calendar sync takes a long time

    Hi I have just updated to Ios6 and cant sync my calendar on my MacBook with my Ipad - it takes a LOOOOOONNNNGGGGG Time adn falls over - any clues?

  • Extended desktop lows resolution

    Hi all. First of all i would like to thank you for helping people like me to solve their problems all around the world. Did someone experiencied this? I couldn`t set an 85HZ when my resolution was at 1024 * 768 and 32bits color quality. So I tried do

  • [XSQL 1000]Debugging for xsql:insert

    Dear Colleagues, Looks to me as the awareness upon the usefulness of XSQL servlet for posting FORM submissions has raised recently, and thus the need for even more documentation and examples as currently provided for the specific task. I have success

  • Turn off zoom & rotate options for trackpad

    I use Photoshop and Word with my new MacBook, and the new zoom and rotate features for the trackpad are absolutely infuriating! It often rotates and zooms the photos I'm working on, or zooms the word document, because my fingers might barely graze th