Mavericks unable to view contents of AFP shares

I have one test machine in a digital production environment I manage that first exhibited this issue when I installed Mavericks. I have since reproduced the issue on personal Mavericks systems as well as other Mavericks systems at other client locations whom I manage. The basic issue is, the Finder is pretty easily taxed to the point where it cannot display folder contents without a lag. It is consistently reproduceable at a particular client's, who has a fiber-connected RAID shared from an Intel Xserve running OS X 10.5.8., but I have seen incarnations of this basic problem on other systems, at other sites, both with other network shares/storage, as well as directly connected external drives and even on a host systems' own hard drive. In all cases, the issue only exhibits in a Mavericks Finder, and other versions of Mac OS do not have a problem. When it occurs, you see a spinner in the Finder window corner that indicates it is fetching the contents of the directory, and ostensibly, the larger the size or folder depth of the contents, the longer the wait. I first noticed the issue with OS X 10.9, and it has persisted unchanged thourhg OS X 10.9.1.
Here's a more literal/specific description, all shares are accessed via AFP:
It first came to my attention when we were trying to copy some files to a machine with a USB 3.0 card, we were under the gun for time and intended to copy the files from our RAID to a machine that would then be able to copy files to an external drive the fastest. Said USB card was only supported/recognized by OS 10.9. When we went to the desired file location on our RAID, booted to a Mavericks OS, a certain folder (about 7 folders deep, on a 4TB RAID, viewing several Adobe CS files, some as large as 2GB's each) appeared empty. That same folder on another machine (OS 10.6.8) displayed the contents fine. I moved our Mavericks-installed hard drive to multiple Mac Pros, each one exhibiting the porblem only when booted to 10.9. Eventually I noticed the previously mentioned spinner in the Mavericks Finder when the files seemed to be missing, everntually discovering that I could leave the window open, and the contents would display after about 10 minutes.
I have researched and tried the following (a general Google/Bing search on "Slow Mavericks Finder" will reiterate these same suggestions), all have not helped the issue for any machine in my reach:
• Running these line commands:
sudo vi /etc/auto_master
In this file comment out /net with #  (#/net .....)
sudo automount -vc
• Disabling/enabling scrollbar display
• Removing all "Tags" from the sidebar
On thing tried that did work, was booting the Mavericks system in Safe Mode, which is not usable for all the other things it disables, but it displays the same problem shares/files fine when booted in this mode.
My personal suspicion is that whatever was changed in the Finder in order to facilitate/support the new tagging system, lies at the root of these woes, but so far I have found no way to completely disable the tagging feature. I can only remove Tags from the Finder sidebar via Finder > Preferences, but the issue remains either way.
Can anyone advise?

I believe the quote means it disables file sharing as a host
No, that's not what it means, but taking what you say at face value, the article may be out of date.
This procedure is a diagnostic test. It changes nothing, for better or worse, and therefore will not, in itself, solve your problem.
If you don't already have a current backup, back up all data before doing anything else. The backup is necessary on general principle, not because of anything in the test procedure. There are ways to back up a computer that isn't fully functional. Ask if you need guidance.
Below are instructions to run a UNIX shell script, a type of program. All it does is to gather information about the state of your computer. That information goes nowhere unless you choose to share it on this page. However, you should be cautious about running a program at the suggestion of a stranger on a public message board. If you have doubts, search this site for other discussions in which this procedure has been followed without any report of ill effects. If you can't satisfy yourself that the instructions are safe, don't follow them.
Here's a summary of what you need to do: Copy a line of text from this web page into the window of another application. Wait about a minute. Then paste some other text, which will have been copied automatically, back into a reply on this page. The sequence is: copy, paste, wait, paste again. Details follow.
You may have started the computer in "safe" mode. Preferably, these steps should be taken in “normal” mode. If the system is now in safe mode and works well enough in normal mode to run the test, restart as usual. If you can only run the test in safe mode, do that.
If you have more than one user, and the one affected by the problem is not an administrator, then please run the test twice: once while logged in as the affected user, and once as an administrator. The results may be different. The user that is created automatically on a new computer when you start it for the first time is an administrator. If you can't log in as an administrator, test as the affected user. Most personal Macs have only one user, and in that case this paragraph doesn’t apply.
The script is a single long line, all of which must be selected. You can accomplish this easily by triple-clicking  anywhere in the line. The whole line will highlight, though you may not see all of it in your browser, and you can then copy it. If you try to select the line by dragging across the part you can see, you won't get all of it.
Triple-click anywhere in the line of text below on this page to select it:
clear; shopt -s extglob; Fb='%s\n\t(%s)\n'; Fm='\n%s:\n\n%s\n'; Fs='\n%s: %s\n'; Fu='User %s%%\t\tSystem %s%%'; PB="/usr/libexec/PlistBuddy -c Print"; A () { [[ "$a" -eq 0 ]]; }; R () { o=; [[ "$r" -eq 0 ]]; }; Pm () { [[ "$o" ]] && o=$(sed 's/^ */   /' <<< "$o") && printf "$Fm" "$1" "$o"; }; Pc () { o=$(egrep -v '^[[:blank:]]*($|#)' "$2"); Pm "$1"; }; Pp () { o=$($PB "$2" | awk -F'= ' \/$3'/{print $2}'); Pm "$1"; }; Ps () { o="${o##+( )}"; [[ ! "$o" =~ ^0?$ ]] && printf "$Fs" "$1" "$o"; }; id | grep -qw '80(admin)'; a=$?; A && sudo true; r=$?; t=`date +%s`; clear; { A || echo $'No admin access\n'; A && ! R && echo $'No root access\n'; system_profiler SPSoftwareDataType | sed '8!d;s/^ *//'; o=$(system_profiler SPDiagnosticsDataType | sed '5,6!d'); [[ "$o" =~ Pass ]] || Pm "POST"; o=$(pmset -g therm | sed 's/^.*CP/CP/'); grep -q 'No th' <<< "$o" && o=; Pm "Thermal conditions"; o=$(pmset -g sysload | grep -v :); grep -q '= [^GO]' <<< "$o" || o=; Pm "System load advisory"; o=$(nvram boot-args | awk '{$1=""; print}'); Ps "boot-args"; o=$(ls /L*/L*/Dia*/*.panic | wc -l); Ps "Panics"; o=$(ls /L*/L*/Dia*/*.c* | tail); Pm "System crash logs"; o=$(ls L*/L*/Dia* | tail); Pm "User crash logs"; o=$(syslog -F bsd -k Sender kernel -k Message CReq 'GPU |hfs: Ru|I/O e|n Cause: -|NVDA\(|pagin|SATA W|timed? ?o' | tail -n25 | awk '/:/{$4=""; $5=""; print}'); Pm "Kernel messages"; o=$(df -m / | awk 'NR==2 {print $4}'); [[ $o -lt 5120 ]] && Ps "Free space (MiB)"; o=$(($(vm_stat | awk '/Pageo/{sub("\\.",""); print $2}')/256)); o=$((o>=1024?o:0)); Ps "Pageouts (MiB)"; s=( $(sar -u 1 10 | sed '$!d') ); [[ ${s[4]} -lt 90 ]] && o=$(printf "$Fu" ${s[1]} ${s[3]}) || o=; Pm "Total CPU usage" && o=$(ps acrx -o comm,ruid,%cpu | sed '2!d'); Pm "Max %CPU by process (name, UID, %)"; o=$(kextstat -kl | grep -v com\\.apple | cut -c53- | cut -d\< -f1); Pm "Loaded extrinsic kernel extensions"; R && o=$(sudo launchctl list | sed 1d | awk '!/0x|com\.(apple|openssh|vix\.cron)|org\.(amav|apac|calendarse|cups|dove|isc|ntp|post[fg]|x)/{print $3}'); Pm "Loaded extrinsic daemons"; o=$(launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'); Pm "Loaded extrinsic user agents"; for d in {/,}L*/{La,Priv,Sta}*; do o=$(ls -A "$d" | egrep -v '^(\.DS_Store$|com\.apple\.)'); Pm "$d"; done; o=$(find -L /S*/L*/E* {/,}L*/{A*d,Compon,Ex,In,Keyb,Mail,P*P,Qu,Scripti,Servi,Spo}* -type d -name Contents -prune | while read d; do ID=$($PB\ :CFBundleIdentifier "$d/Info.plist") || ID="No bundle ID"; egrep -qv "^com\.apple\.[^x]|Accusys|ArcMSR|ATTO|HDPro|HighPoint|driver\.stex|hp-fax|\.hpio|JMicron|microsoft\.MDI|print|SoftRAID" <<< $ID && printf "$Fb" "${d%/Contents}" "$ID"; done); Pm "Extrinsic loadable bundles"; o=$(find /u*/{,*/}lib -type f -exec sh -c 'file -b "$1" | grep -qw shared && ! codesign -v "$1"' {} {} \; -print); Pm "Unsigned shared libraries"; o=$(launchctl getenv DYLD_INSERT_LIBRARIES); Pm "Inserted libraries"; o=$(find {,/u*/lo*}/e*/periodic -type f -mtime -10d); Pm "Modified periodic scripts"; o=$(scutil --proxy | grep Prox); Pm "Proxies"; o=$(scutil --dns | awk '/r\[0\] /{if ($NF !~ /^1(0|72\.(1[6-9]|2[0-9]|3[0-1])|92\.168)\./) print $NF; exit}'); Ps "DNS"; R && o=$(sudo profiles -P | grep :); Pm "Profiles"; for f in fstab sysctl.conf crontab launchd.conf; do Pc $f /etc/$f; done; Pc "hosts" <(egrep -v '(local|broadcast)host' /etc/hosts); Pc "User launchd" ~/.launchd; R && Pc "Root crontab" <(sudo crontab -l); Pc "User crontab" <(crontab -l); R && o=$(sudo defaults read com.apple.loginwindow LoginHook); Pm "Login hook"; Pp "Global login items" /L*/P*/loginw* Path; Pp "User login items" L*/P*/*loginit* Name; Pp "Safari extensions" L*/Saf*/*/E*.plist Bundle | sed 's/\..*$//;s/-[1-9]$//'; o=$(find ~ $TMPDIR.. \( -flags +sappnd,schg,uappnd,uchg -o ! -user $UID -o ! -perm -600 \) | wc -l); Ps "Restricted user files"; cd; o=$(system_profiler SPFontsDataType | egrep "Valid: N|Duplicate: Y" | wc -l); Ps "Font problems"; o=$(find L*/{Con,Pref}* -type f ! -size 0 -name *.plist ! -exec sh -c 'plutil -s "$1" >&-' {} {} \; -print); Pm "Bad plists"; d=(Desktop L*/Keyc*); n=(20 7); for i in {0..1}; do o=$(find "${d[$i]}" -type f -maxdepth 1 | wc -l); o=$((o<=n[$i]?0:o)); Ps "${d[$i]##*/} files"; done; o=$((`date +%s`-t)); Ps "Elapsed time (s)"; } 2>/dev/null | pbcopy; exit 2>&-
Copy the selected text to the Clipboard by pressing the key combination command-C.
Launch the built-in Terminal application in any of the following ways:
☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
When you launch Terminal, a text window will open with a line already in it, ending either in a dollar sign ($) or a percent sign (%). If you get the percent sign, enter “sh” and press return. You should then get a new line ending in a dollar sign.
Click anywhere in the Terminal window and paste (command-V). The text you pasted should vanish immediately. If it doesn't, press the return key.
If you're logged in as an administrator, you'll be prompted for your login password. Nothing will be displayed when you type it. You will not see the usual dots in place of typed characters. Make sure caps lock is off. Type carefully and then press return. You may get a one-time warning to be careful. If you make three failed attempts to enter the password, the test will run anyway, but it will produce less information. In most cases, the difference is not important.
If you're not logged in as an administrator, you won't be prompted for your password. The test will still run. It just won't do anything that requires administrator rights.
The test may take up to a few minutes to run, depending on how many files you have and the speed of the computer. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window.
You can then quit Terminal. The results of the test will have been copied to the Clipboard automatically. All you have to do is paste into a reply to this message by pressing command-V again. Please don't copy anything from the Terminal window.
If any personal information, such as your name or email address, appears in the results, anonymize it before posting. Usually that won't be necessary.
When you post the results, you might see the message, "You have included content in your post that is not permitted." That's because the forum software falsely identifies something in the post as a violation of the terms of use. If that happens, please post the results on Pastebin, then post a link here to the page you created.
Note: This is a public forum, and others may give you advice based on the results of the test. They speak only for themselves, and I don't necessarily agree with them.
Copyright © 2014 Linc Davis. As the sole author of this work, I reserve all rights to it except as provided in the Terms of Use of Apple Support Communities ("ASC"). Readers of ASC may copy it for their own personal use. Neither the whole nor any part may be redistributed.

Similar Messages

  • My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise. I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    My iMac is authorised to play iTunes content, but my Apple TV keeps asking for me to authorise and I am unable to view content from my iTunes Library. How can I convince my Apple TV that I am authorised?

    I am not exactly sure what you mean by "authorised", but I am experiencing a similar problem...or the same, in that Apple TV keeps telling me to enable home sharing in my MacBook Pro. It does not seem to recognize that home sharing is already enabled on my Laptop.
    Is home sharing and "authorised" one in the same? It used to work just fine before these recent Apple TV updates.
    Apple TV, Mac OS X (10.7.2)

  • Unable to view Content in Design View

    Hello Everyone,
    This is my 1st time creating a manual using Robohelp version
    7. For some odd reason, in both of the "Topic List" and "Project
    Manager" pod. I'm unable to view content in a topic that has
    "DHTML" feature in the Design View. I'm able to see perfectly fine
    (all content) when in the preview mode. I noticed this issue after
    I closed out and open the project. Are you experiencing this
    problem at all? Please let me know what's the best way to fix this
    issue.
    Thank in advance for your help.

    Hi Amarelv.
    Two things. Make sure you are not using RH over a network
    drive and load the two patches available
    here.

  • Unable to view files from windows share

    Hi guys,
    I am wondering if you can help me out. I have 10 mac ocnnected to a windows domain. Five machinies are OSX 10.5.8 and five are OSX 10.6.8. The problem I am having is I can connect to the windows share via smb but I am unable to view the files. I can connect the server and see the folder listings but I am unable to view the contents of each directory. The users permissions are fine as they can log into a windows PC an are able to access the files as needed. I have tried different user accounts and all are getting the same issue. Each account has admin rights as well. I was wondering if anyone else has seen this issue before?
    Thanks in advance!

    files like movies or pdf files. Under the apps section, I can't see any way to transfer files.
    Also do I need to completely sync my ipad, if i click sync then after a while it says can't sync all the apps present on the ipad

  • Unable to view content on CD, Viewable in windows but not on Mac

    I am unable to view the contents on a cd I made a while ago on a MS machine.
    In finder the CD has two folders both are empty (mp3's) and under the folder it says no items.
    I can see the files on the ms machine and on my mac through a terminal shell.
    I could even copy files using terminal onto my mac but when I check them the files are smalller-under a meg.
    The cd is formatted in ISO 9660 juliet. These files are accessable in windows.
    Can someone explain this to me? I must have a bad setting because I searched this forum and found no posts related to my problem.

    Hi
    After applying the steps given by Steve Fan, to verify the indexing status, please follow these steps: -
    If the
    Indexing Status reports 0 items remaining and Instant Search is still not returning the correct search results, exit Outlook and restart your computer. When you start Outlook again, verify that Outlook is indexing your items
    properly by doing the following:
    On the
    Tools menu, point to Instant Search, and then click
    Indexing Status.
    Alternatively, click the arrow in the
    Instant Search pane, and then click Indexing Status on the menu.
    Verify that the number of items in the
    Indexing Status dialog box has increased. If the number has not increased, you must wait until indexing is complete for the results.
    If you are not getting results after restarting, the next step is to rebuild your search catalog. The search catalog is a file where all of your Outlook and Microsoft
    Windows items are indexed. To rebuild your search catalog, do the following:
    Exit Outlook.
    In Microsoft Windows, click the
    Start > Control Panel.
    Windows Vista: click
    System Maintenance > Indexing Options.
    Note: In the classic view, double-click
    Indexing Options.
    Microsoft Windows XP: Under
    See Also, click Other Control Panel Options, and then click
    Indexing Options.
    Note: In the Classic view, double-click
    Indexing Options.
    Click
    Advanced.
    Click Rebuild.
    Restart Outlook.
    Regrads
    Ashish@V

  • Unable to view Content pane or playback buttons from play.exe

    After publishing Player files, I want to preview the Player output so I launched player.exe. It opens in Internet Explorer, and I can see and expand the modules and view the topic listing. However, I cannot see the Concept pages. All I get is a blank page. I also don't get the playback mode buttons, so I can't launch any topics. Double-clicking does not launch my default mode (Try It) either.
    When I tried viewing the same file from another computer, I can see them just fine, so I am pretty sure it's just my computer.
    Does anyone know what computer setting / internet explorer setting I need to change to be able to view the topics?
    As a side note, I am able to view UPK topics that are deployed on our server just fine. It's only when I try to launch the play.exe file locally on my machine.
    I'm using IE7.

    Hi - I posted the initial question back in November when I had my old machine. I thought it was just my computer since all my colleagues are able to see it just fine.
    Now I have a brand new computer - Windows 7 and IE 8, and I had high hopes that it was an isolated issue with my old laptop... but even with the new laptop, I am unable to see the Concept pane!
    I have not made any changes to my Internet Explorer setting. A colleague of mine with the exact same computer (and same setting - since it's provided by the company) can see the concept pane just fine. Because I can't see the concept pane, I am unable to play the UPK Player topics my computer.
    Does any body have any clue how to resolve this?
    I've tried changing the Zoom one user recommended, that did not work.
    I'm now on UPK 11.1 Client, Windows 7, IE8.
    Any suggestion is appreciated!!
    Thanks.

  • Raw files (.nef) appear as generic icons - unable to view content

    I have followed the instructions from the Adobe article "Raw files appear as generic icons?" posted at the Bridge forum start page, but my raw fils (.nef) are still appearing as generic icons.
    I am using Bridge CS4 that came with PSE 8, Snow Leopard (10.6.2).
    According to the article solution/point 3, if the currently installed version of the Camera Raw plug-in is earlier than 5.6 (as displayed in the title bar of the Camera Raw Preferences dialog (which is opened in Bridge CS4)), then proceed to download the 5.6 plug-in and follow the instructions to upgrade it.
    My version displayed in the Camera Raw Preferences dialog is 5.0.0.178, so I proceeded to download the 5.6 plug-in and followed the instructions, but after that, the Camera Raw Preference dialog that I opened from Bridge CS4 still says version 5.0.0.178, and my raw files still appear as generic icons.
    I do notice that the Camera Raw opened in PSE 8 has been upgraded to 5.6 (from 5.5) after that, but the Camera Raw Preference dialog still says 5.0.0.178).
    Help in how I can view my raw (.nef) files in Bridge CS4 would be appreciated.
    Thanks in advance

    Thanks for your prmpt input Omke.
    Omke Oudeman wrote:
    Double check the instructions, you should have only one version of ACR
    installed in the correct location in the root level (not user account!)
    Yes, I replace the old camera raw plug-in at the root level (Macintosh HD), and I checked that there is only 1 Camera raw plug-in in:
    Applications/Adobe Photoshop Elements 8/Plug-Ins/FileFormats
    after following the instructions.
    Also check if you downloaded the verson for PSE and not for PS itself.
    Reread the instructions carefully and also try to purge cache for folder
    using the tools menu / cache / purge cache for folder.
    Yes, I did download the version for PSE, not PS. I've also tried purge cache for folder by following your instructions, with no success.
    Another thing I discovered is that when I open the Camera raw preference dialogue from PSE 8 (after clicking on a raw (.nef) file), the version number on the title bar is 5.6.0.148, but when I open the Camera raw preference dialog from Bridge CS4, it remains as 5.0.0.178, so maybe that has something to do with whey I can't view my raw (.nef) files from Bridge (and have no problems with PSE 8)?
    Any further insights would be appreciated!
    My version displayed in the Camera Raw Preferences dialog is 5.0.0.178, so I
    proceeded to download the 5.6 plug-in and followed the instructions, but after
    that, the Camera Raw Preference dialog that I opened from Bridge CS4 still
    says version 5.0.0.178, and my raw files still appear as generic icons.
    I do notice that the Camera Raw opened in PSE 8 has been upgraded to 5.6 (from
    5.5) after that, but the Camera Raw Preference dialog still says 5.0.0.178).
    Help in how I can view my raw (.nef) files in Bridge CS4 would be appreciated.

  • Ipod classic not allowing access to to music or pod casts - shows zero files in music and pod cast but used space shows 3/4 full it is recognized by itunes sometimes on my pc but unable to view content

    ipod classic shows disk 3/4 full  but when i look in the folders  it shows zero for music and zero for podscasts. i can not access these folders on the ipod or when it does connect to my windows computer thru itunes.  it does not connect 90% of the time now.  i let it check the disk when it was connected to my pc which did not good  -  any other ideas?  other than restore?

    Your iPod filesystem is corrupted, so your music and podcastr is in the Others, this is most likely caused by a slow USB connection, which timeout during sync.
    Try the Hard Reset first
    After charging till full charge, at least 2 hours (preferably 4 hours)
    Toggle the Hold switch, make sure you dont see the red mark when you do the  next step
    Reset the iPod -> Press Menu and Center button simultaneously for about 10 secs or till the Apple Logo comes ON
    Then release the buttons
    Select your preferred language.
    Here is the Apple support Article on the 5Rs
    http://www.apple.com/support/ipod/five_rs/classic/
    Then do the iPod Disk Diagnostic, in this earlier post by tt2, it wont fix your problem, but help you decide if your iPod is dying and causing the timeouts.
    Have a nice day!

  • HT201302 Unable to view contents of iphone in windows 7 professional

    I am trying to copy pghotos from my iphone to my PC but am having the below problem.
    My iphone storage comes up in windows 7 but it claims the DCIM folder is empty when I look via explorer and the import wizard says there are no photos orvideo. There definitely is so what am I missing?

    Hi.
    The photos are under the camera roll default album that all new photos go to. a Bit stumped why they are not viewable.

  • PALM T/X SYNC ISSUES/UNABLE TO VIEW CONTENT

    I like the PALM PDAs but have had nagging issues with hotsyncs and compatability with VISTA.   I just ran into a problem that is stumping me.   Up until 2 weeks ago I would do a cable hot sync between my PC and the TX.  I could then go in and enter data in either the Palm or the PC.  Now I can't see the calendar or contacts when I go into the program on my PC.   All I can see are some pictures I loaded.  Does anyone have any idea what happened?    I like the PALM PDAs and was interested in the PALM PRE smartphone but I hesitate in getting anything else "PALM" due to issues such as what I mentioned and because I don't think that PALM supports their products very well.

    Have you found any resolution to your Palm TX synchronization problem?  I also have had a problem with synching the TX. I just posted the question.
    Bill Phillips
    Durham, NC

  • Finder acting weird on AFP shares

    Hi everyone,
    I am using an OS X 10.8.5 Server with mostly 10.6.8 Clients. The clients usually open, save, copy to and from AFP shares provided by the server. Sometimes it happens that a client gets thrown out of a folder it is currently viewing on the AFP share. Once this behaviour starts it is near impossible to navigate down on the folder hierarchy since you get teleported back 1 to 3 levels. The number of levels depends on how fast you managed to drill down before you get thrown back. So an example would be:
    The client views folder A on /Volumes/AFPShare/Stuff/Folder1
    You start to navigate to a folder residing inside Folder1. If you now wait for a few seconds Finder will throw you out and back to Folder1. If you mangage to drill a few levels down really fast you might make it to /Volumes/AFPShare/Stuff/Folder1/data/more/here. But then you immediately are teleported back to /Volumes/AFPShare/Stuff/Folder1.
    From this point it won’t ever work again until you unmount and remount the share. Sometimes even a reboot of the client is neccessary. It happens with ~10 clients so it is not just one isolated client acting weird. On the Server side I did not notice anything wrong or weird happening. There are no backups, syncs or other tasks running on the server while this occurs. It seems to happen more often when you are using list view (cmd+2), but I have already seen it with column view, too.
    I’ve read about similar problems with SMB, but I am really stumped at where to look next. I already ruled out that it’s just with 1 client Mac. Deleting .DS_Store files did not help (not that I counted on that one).
    Another weird thing in addition to that is that sometimes the Finder shows folders twice or even more often. These are exactly named the same. Sometimes they disappear when you want to click on one of them.
    Any ideas anyone?
    Thanks
    Björn

    Oh great! I had hoped it would go away. I suspect AFP to be the culprit. Since 10.9 defaults to the new SMB2 it might help to explicitly connect via SMB instead.
    I am not sure since it’s been a while, but I believe the problem was happening less often if you disable both preview options using cmd+j in the Finder. Might be worth a try…

  • Weird error with AFP shares

    Hi everyone,
    I am using an OS X 10.8.5 Server with mostly 10.6.8 Clients. The clients usually open, save, copy to and from AFP shares provided by the server. Sometimes it happens that a client gets thrown out of a folder it is currently viewing on the AFP share. Once this behaviour starts it is near impossible to navigate down on the folder hierarchy since you get teleported back 1 to 3 levels. The number of levels depends on how fast you managed to drill down before you get thrown back. So an example would be:
    The client views folder A on /Volumes/AFPShare/Stuff/Folder1
    You start to navigate to a folder residing inside Folder1. If you now wait for a few seconds Finder will throw you out and back to Folder1. If you mangage to drill a few levels down really fast you might make it to /Volumes/AFPShare/Stuff/Folder1/data/more/here. But then you immediately are teleported back to /Volumes/AFPShare/Stuff/Folder1.
    From this point it won’t ever work again until you unmount and remount the share. Sometimes even a reboot of the client is neccessary. It happens with ~10 clients so it is not just one isolated client acting weird. On the Server side I did not notice anything wrong or weird happening. There are no backups, syncs or other tasks running on the server while this occurs. It seems to happen more often when you are using list view (cmd+2), but I have already seen it with column view, too.
    I’ve read about similar problems with SMB, but I am really stumped at where to look next. I already ruled out that it’s just with 1 client Mac. Deleting .DS_Store files did not help (not that I counted on that one).
    Another weird thing in addition to that is that sometimes the Finder shows folders twice or even more often. These are exactly named the same. Sometimes they disappear when you want to click on one of them.
    Any ideas anyone?
    Thanks
    Björn

    I believe I've seen a similar problem in my development.
    This was occurring in Beta 2 and I believe I had it happen in Beta 3 as well.
    This might be a way to repro the issue?
    1.  Have several collections.
    2.  Follow Robin's post to combine the collections into one:
    http://social.technet.microsoft.com/Forums/en-US/3c55b873-a0c7-4cc8-9bab-eaf809f62ab0/exporting-data?forum=projectsiena
    3. Change one of the underlying collections - add another column to the collection without using the function 'addcolumn' for example)
    What I saw happening is that the 'master collection' would say there was a problem.  To fix it, I simply had to drop off the last part of the function and then add it back (similar to what Ptr is saying in his posting). 
    The function in this example looked like this:  Collect(MasterBackup, Import1!Data) 
    By removing Import1!Data and then typing it back in the problem would be resolved.
    I hope this helps to add some insight -
    Thor

  • Hello, there is a lot of web content that I'm unable to view or hear because I don't have the latest version of Flashplayer. Any advice before I download that?

    Hello,
    There is a lot of web content that I am unable to view or hear because I don't have the latest version of Flashplayer. Should I be concerned about downloading it?

    No, as long as you only download directly from Adobe.
    You can check here:  http://www.adobe.com/products/flash/about/  to see which version you should install for your Mac and OS.
    (If you are running Mavericks: After years of fighting malware and exploits facilitated through Adobe's Flash Player, the company is taking advantage of Apple's new App Sandbox feature to restrict malicious code from running outside of Safari in OS X Mavericks.)
    You should first uninstall any previous version of Flash Player, using the uninstaller from here (make sure you use the correct one!):
    http://kb2.adobe.com/cps/909/cpsid_90906.html
    and also that you follow the instructions closely, such as closing ALL applications (including Safari) first before installing. You must also carry out a permission repair after installing anything from Adobe.

  • Unable to view the contents in NQS Config file

    Hi Forum,
    After I successfully install the OBI EE 10.1.3 Application, I am unable to view the contents in NQS Config file. It is opening in Notepad with error showing as "The filename, directory name or volume label syntax is incorrect."
    So please guide me in resolving this issue.
    Regards
    Cool j

    You probably have restricted access to the file. Check if the drive is ntfs. If the os user is in administrator group, you can give permissions in file properties.

  • I have the latest version of free Quicktime, Itunes  and unable to view video on my PC all i get is a pink screen the audio is OK i have uninstalled and installed several times same problem, i have a Iphone 4 and unable to view the content.

    i have the latest version of free Quicktime, Itunes  and unable to view video on my PC all i get is a pink screen the audio is OK i have uninstalled and installed several times same problem, i have a Iphone 4 and unable to view the content.

    Open your QuickTime control panel (either via the Control panels, or by going "Edit > Preferences > QuickTime Preferences" in the Quicktime Player). In the Advanced tab, uncheck Enable Direct3D video acceleration:
    ... and click OK. Quit and restart the QuickTime Player prior to checking to see if the settings change has had any effect.

Maybe you are looking for

  • PDF view when opening

    How can I save a compiled PDF so it opens in the split vertical view?

  • Sims game won't work!

    I have a macbook air and ever since i bought it in september 2013  i have been trying to get my sims 3 game to work. i am not sure if it is my computer or if it is the external disc drive that is the problem so i am hoping someone can help me out wit

  • A zig zag box

    hi all how do i create a box with on edge zig zagged like the one in this website http://www.danielmoir.com/ any insight would be grateful

  • Encore   cs6  not any faster than 5.1

    Encore   cs6  not any faster than 5.1 I opened up a cs5.1 project in cs6 and did a "Preview from here" of a motion background with 8 motion thumbnails...running 40 secounds. Each version of Encore took 2 minutes to render the motion menu so i could p

  • Inventory Valuation by FIFO method.

    Hi All,      We need to know if it is possible to get any report where in we can know what would the inventory valuation be if inventory is to be valued by FIFO method. Currently the valuation method is moving average. We need this for year end purpo