My mac is dragging slow all of a sudden.  I tried to repair permissions and got this statement

Warning: SUID file “System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent” has been modified and will not be repaired.
What does this mean?  I checked the HD and it verify's ok.

You can safely ignore it.
As long as the report ends up with 'Permissions repair complete' then, as far as permissions go, you are fine. You can ignore the various statements in the report:
Permissions you can ignore on 10.5 onwards:
http://support.apple.com/kb/TS1448
Using 'should be -rw-r--r-- , they are lrw-r--r--' as an example, you will see the that the permissions are not changed, but the | indicates a different location. This is because an update to Leopard onwards changed the location of a number of system components.
Poster rccharles has provided this description of what it all means:
drwxrwxrwx
d = directory
r = read
w = write
x = executeable program
drwxrwxrwx
|  |  |
|  |   all other users not in first two types
|  | 
|  group

owner
a little more info
Before the user had read & write. A member of the group had read.
After, only the user had read & write.
If you are running Panther or Tiger:
http://support.apple.com/kb/TA21090

Similar Messages

  • My Mac says i do not have sufficient permission,( though I've repaired permissions and checked that I'm an administrator of this computer) to upgrade- can you tell me what the problem is? Mac 10.5.8

    My Mac says i do not have sufficient permission,( though I've repaired permissions and checked that I'm an administrator of this computer) to upgrade- can you tell me what the problem is? Mac 10.5.8
    == This happened ==
    Every time Firefox opened
    == I attempted to upgrade from 2.0 version ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-us) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16

    See http://kb.mozillazine.org/Installing_Firefox#Mac_OS_X
    If you have Mac OS X 10.5 or newer then do this:
    Download a new copy of the Firefox program: http://www.mozilla.com/firefox/all.html
    Trash the current Firefox application to do a clean reinstall.
    Install the new version that you have downloaded.
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • My mac is incredibly slow all of a sudden!

    I went to a friend's house and tried to use his internet. It said there was a problem with the IP address so I just closed my mac and forgot about it. When I got home the whole thing is ridiculously slow.
    Websites take a minute a page to load so it's pretty much unusable.
    I can't move files around on the desktop.
    I can't copy and paste.
    Textedit doesn't do spellcheck.
    Several strange things like the above have occured but my major issue is how slow everything is. And if I can't drag files around and make copies, I can't put everything on my data stick and then reboot it.
    Any ideas what is going on with it? And any help?
    Thanks

    Slowness may be determined by many factors, definitely not because you went to your frind, and came back, it must be a mere coincidence. The first thought is that your disk may be full, how much free disk space is there? (right click on the disk, then Info or command-I). The second possibility is that you installed something incompatible with your system. A thrid cause may be a dying disk. And some other possibilities.
    You must have at least 10 % free disk space for a good run.

  • My mac mini is running very slow all of a sudden, how can i restore it's speed?

    my mac mini is running very slow all of a sudden, how can i restore it's speed?

    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 instance 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 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 '/eo/{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" && s=(`ps acrx -o comm,ruid,%cpu | sed '2!d'`); o=${s[2]}%; Ps "CPU usage by process $s of user ${s[1]}"; s=(`top -R -l1 -n1 -o prt -stats command,uid,prt | sed '$!d'`); s[2]=${s[2]%[+-]}; o=$((s[2]>=25000?s[2]:0)); Ps "Mach ports used by process $s of user ${s[1]}"; 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 "Extrinsic system jobs"; o=`launchctl list | sed 1d | awk '!/0x|com\.apple|org\.(x|openbsd)|\.[0-9]+$/{print $3}'`; Pm "Extrinsic 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. A computer that's abnormally slow may take longer to run the test. There is no indication of progress until it's done. Wait for the line "[Process completed]" to appear in the Terminal window. If you don't see that line within half an hour or so, the test probably won't complete in a reasonable time. In that case, close the Terminal window and report your results. No harm will be done.
    When the test is complete, quit Terminal. The results will have been copied to the Clipboard automatically. They are not shown in the Terminal window. Please don't copy anything from there. All you have to do is start a reply to this comment and then paste by pressing command-V again.
    If any private 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.

  • My mac is running vert slow all of a sudden

    I reinstalled 10.7.4 last month with a clean install today my mac mini is very slow all of a sudden. I have made no changes and have not installed any software since the clean install. When I click on anything the mouse cursor becomes the rainbow circle for 1.m16 seconds (sorry tried to give you guys exact info but i only measured it once:)
    What i tried up to now:
    I tried to boot the mac with cmd r and reinstall. However the moment it connects to the internet the mothing happens i let it run for 2.5 hours and the blue bar did not even give me 1% (my internet on my mac air has no problems.
    I checked disk utility and checked disk permissions and repair disk. both no problems
    I ran activity monitor and here is the info.
    Activity monitor"
    memory free 50gig of 150
    RAM free 1 out of 3 gig
    CPU
    user 1.5%
    system 1.50%
    Idle 97.00
    system memory
    free 1.02 gb
    wired 593.6 mb
    active 661.9
    inactive 766
    disk activity
    2.73 gb data read
    1.11 GB written

    Thanks for your reply! This is it i hope.
    17/08/2012 22:58:18.206 UserEventAgent: get_backup_share_points no AFP
    17/08/2012 22:58:20.203 mds: (Normal) FMW: FMW 0 0
    17/08/2012 22:58:20.652 airportd: _processDLILEvent: en1 attached (down)
    17/08/2012 22:58:20.000 kernel: AirPort: Link Down on en1. Reason 8 (Disassociated because station leaving).
    17/08/2012 22:58:20.701 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    17/08/2012 22:58:20.702 UserEventAgent: CaptiveNetworkSupport:CaptiveSCRebuildCache:81 Failed to get service order
    17/08/2012 22:58:20.717 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - PreProbe
    17/08/2012 22:58:22.000 kernel: 00000000  00000020  NVEthernet::setLinkStatus - not Active
    17/08/2012 22:58:22.729 configd: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    17/08/2012 22:58:22.729 configd: DHCP en1: INIT-REBOOT transmit failed
    17/08/2012 22:58:22.739 configd: network configuration changed.
    17/08/2012 22:58:22.757 configd: setting hostname to "richards-Mac-mini.local"
    17/08/2012 22:58:23.615 rpcsvchost: sandbox_init: com.apple.msrpc.netlogon.sb succeeded
    17/08/2012 22:58:24.263 com.apple.launchd: (com.apple.netbiosd[90]) Exited abnormally: Hangup: 1
    17/08/2012 22:58:26.961 com.apple.launchd: (com.apple.netbiosd) Throttling respawn: Will start in 5 seconds
    17/08/2012 22:58:26.000 kernel: Auth result for: 00:19:15:d0:d0:bd MAC AUTH succeeded
    17/08/2012 22:58:26.000 kernel: AirPort: Link Up on en1
    17/08/2012 22:58:26.000 kernel: en1: BSSID changed to 00:19:15:d0:d0:bd
    17/08/2012 22:58:28.000 kernel: AirPort: RSN handshake complete on en1
    17/08/2012 22:58:29.015 loginwindow: Login Window Application Started
    17/08/2012 22:58:30.108 configd: network configuration changed.
    17/08/2012 22:58:31.102 ntpd: proto: precision = 1.000 usec
    17/08/2012 22:58:34.116 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Probe
    17/08/2012 22:58:34.117 UserEventAgent: CaptiveNetworkSupport:CNSPreferences:60 Creating new preferences
    17/08/2012 22:58:34.117 UserEventAgent: CaptiveNetworkSupport:CaptiveStartDetect:2343 Bypassing probe on WLAN_D0BD because it is protected and not on the exception list
    17/08/2012 22:58:34.119 UserEventAgent: CaptiveNetworkSupport:CaptivePublishState:1211 en1 - Unknown
    17/08/2012 22:58:34.121 configd: network configuration changed.
    17/08/2012 22:58:36.581 com.apple.launchd: (com.apple.xprotectupdater[21]) Exited with code: 252
    17/08/2012 22:58:37.443 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    17/08/2012 22:59:38.200 warmd: [warmctl_evt_timer_bc_activation_timeout:260] BC activation bcstop timer fired!
    17/08/2012 23:00:30.000 kernel: disk0s2: I/O error.
    17/08/2012 23:00:32.977 ReportCrash: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled.
    17/08/2012 23:00:34.378 com.apple.launchd: (com.apple.coreservicesd[57]) Job appears to have crashed: Bus error: 10
    17/08/2012 23:00:34.380 mdworker: checkinWithServer(), failed checking in with coreservicesd, err=#-308/0xfffffecc (ipc/mig) server died serverPort=0x0 opts=0x0
    17/08/2012 23:00:34.380 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:34.385 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:34.385 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.319 mdworker: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    17/08/2012 23:00:35.607 ReportCrash: Saved crash report for coreservicesd[57] version ??? (???) to /Library/Logs/DiagnosticReports/coreservicesd_2012-08-17-230035_localhost.crash
    17/08/2012 23:00:36.768 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:36.784 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:36.784 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:36.784 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:00:47.145 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a5 uid=0 euid=0
    17/08/2012 23:01:29.381 loginwindow: _RegisterApplication(), unable to get application ASN from coreservicesd, and this application requires an ASN, so aborting.  error=#-1.
    17/08/2012 23:01:29.382 com.apple.loginwindow: _RegisterApplication(), unable to get application ASN from coreservicesd, and this application requires an ASN, so aborting.  error=#-1.
    17/08/2012 23:02:38.676 com.apple.launchd: (com.apple.loginwindow[36]) Job appears to have crashed: Abort trap: 6
    17/08/2012 23:02:38.738 loginwindow: Login Window Application Started
    17/08/2012 23:02:38.916 WindowServer: Unable to open IOHIDSystem (e00002bd)
    17/08/2012 23:02:38.950 loginwindow: **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    17/08/2012 23:02:39.031 com.apple.launchctl.LoginWindow: com.apple.findmymacmessenger: Already loaded
    17/08/2012 23:02:39.104 ReportCrash: Saved crash report for loginwindow[36] version ??? (???) to /Library/Logs/DiagnosticReports/loginwindow_2012-08-17-230239_localhost.crash
    17/08/2012 23:02:39.195 airportd: _doAutoJoin: Already associated to “WLAN_D0BD”. Bailing on auto-join.
    17/08/2012 23:02:39.000 kernel: virtual bool IOHIDEventSystemUserClient::initWithTask(task*, void*, UInt32): Client task not privileged to open IOHIDSystem for mapping memory (e00002c1)
    17/08/2012 23:02:39.886 com.apple.SecurityServer: Session 100006 created
    17/08/2012 23:02:39.889 loginwindow: Login Window Started Security Agent

  • Time Machine backup painfully slow all of a sudden

    For some reason my time machine backups have become painfully slow for some reason. They were fine earlier today, then IIRC I booted windows, then booted back into OSX to run a backup. Despite there being only 1 or two changes (files added to the system) time machine began "preparing backup" by going through all the files on my HDD! Now, it is backing up, but at the rate of about 5 Kb/s!
    Something is wrong. I've tried deleting the progress file in the backup folder and "resetting" TM by deselecting the backup drive and selecting it again. Nothing worked. Why would TM be so slow all of a sudden?
    Has anyone any ideas?

    iBookguy wrote:
    No pre-backup thinning needed: 18.98 GB requested (including padding), 205.25 GB available
    Copied 105384 files (7.2 MB) from volume Mac OSX.
    That is a bit suspicious, but not necessarily wrong. Something caused it to think about 16 GB had been changed (it adds 20% for the "padding" in the message).
    How are you running Windoze? Is it on a separate partition? If you're running it via virtualization software, with the vm file on an OSX disk but excluded from TM, that's a possible explanation.
    105384 files in only 7.2mb? I doubt it...something seems fishy
    Those counts are nearly always very high, and sometimes crazy high. There's some indication it's counting all the metadata, extended attributes, etc., as separate files.
    If in doubt, boot up from your Install disc and do a +*Repair Disk+* on your boot volume. Then reboot normally and run another backup. That should trigger a "deep traversal," where TM will compare everything on your system with it's backups, to be sure it's got everything it should.

  • My Moms Desktop is running slow all of a sudden...?

    My mother is really upset about her Desktop being slow all of a sudden. But her computer had updated something automatically earlier in the day when I was on. I'm not sure what it was exactly. She also said it was working earlier today as well once I left, and then after that she signed off. Once she logged back in it was way slower than normal. Even when I logged in before she got home tonight it took about 5-10 mintues just to startup from logging onto it. She called the Century Link company to tmake sure it wasn't her internet or anything but the guy just hung up on her while he was asking her a lot of questions that she had already done. And we tried re-starting it, and she said she tried to reboot it but the computer didn't even bring up the restore page because it's really slow. And then after that we finally got to restore the computer it still is running really slow. Is there any other way we can fix this?

    If the issue began as the result of an update, then use Windows system restore to put the PC back in the state it was in before the update was performed.  Choose a system checkpoint dated just before the update.
    You have not stated which operating system is installed. that always helps.  Gp into thee Control Panel; and click on Programs and features. In the left side of the window select view installed updates to see what was installed and the specific date. Note the date and then go into System restore. Chose the system checkpoint with the same date as the update and then committ to the system restore point. When the PC is restarted it should return to its formerly percieved speed, if the update was indeed the issue.  Afterwards turn off automatic updates and set Windows update to check for updates but let me choose whether to download and install them . Take control of the updates that your PC receives. Don't let the operating system do that for you automatically.
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

  • If someone steals my iPhone and deletes all pictures, that will sync to my Mac. So then all my photos are lost! How do I safeguard against this?j

    If someone steals my iPhone and deletes all pictures, that will sync to my Mac. So then all my photos are lost! How do I safeguard against this?

    If your phone (plus syncing) is the only place you keep your pictures you are asking for trouble, theft or not. Back up onto an external hard disk which is only mounted when you need it, then nothing external can erase them. Then make use of Apple's facilities for protecting your phone:
    If your iPhone, iPad, or iPod touch is lost or stolen - Apple Support
    iCloud: Use Lost Mode
    iCloud: Find My iPhone overview
    Find My iPhone Activation Lock - Apple Support

  • How do i engage my 8 core mac pro to use all it's cores when using final cut pro and other applications that need processing power? at the moment they seem to be idle...

    how do i engage my 8 core mac pro to use all it's cores when using final cut pro and other applications that need processing power? at the moment they seem to be idle...

    First, did you use Setup or Migration Assistant? That can happen when coming from a PowerMac or sometimes even from another (Intel) Mac.
    Second, wait for the next version of Final Cut due very soon to ship (may have to wait for the ".1" of course to clean up any early issues.
    Final Cut Pro - Wikipedia
    There are a few apps that are better.  I think you can run multiple instances of Handbrake for one.
    I've read about and wanted to try PowerDirector 9 (Windows)
    PowerDirector 9 video software
    video editing software Wiki

  • Mac won't update software or access iTunes shop. Message comes up with 'not connected to the net. Check connections' error. I still have internet access. Changed my Apple ID but no result. Repaired permissions and re-installed operating system.

    Mac won't update software or access iTunes shop. Message comes up with 'not connected to the net. Check connections' error. I still have internet access. Changed my Apple ID but no result. Repaired permissions and re-installed operating system.

    It sounds like you may have multiple problems, but none of them are likely to be caused by malware.
    First, the internet-related issues may be related to adware or a network compromise. I tend to lean more towards the latter, based on your description of the problem. See:
    http://www.adwaremedic.com/kb/baddns.php
    http://www.adwaremedic.com/kb/hackedrouter.php
    If investigation shows that this is not a network-specific issue, then it's probably adware. See my Adware Removal Guide for help finding and removing it. Note that you mention AdBlock as if it should have prevented this, but it's important to understand that ad blockers do not protect you against adware in any way. Neither would any kind of anti-virus software, which often doesn't detect adware.
    As for the other issues, it sounds like you've got some serious corruption. I would be inclined to say it sounds like a failing drive, except it sounds like you just got it replaced. How did you get all your files back after the new drive was installed?
    (Fair disclosure: I may receive compensation from links to my sites, TheSafeMac.com and AdwareMedic.com, in the form of buttons allowing for donations. Donations are not required to use my site or software.)

  • All files are locked, a new entry in permissions and more

    Following instructions from here on how to try to correct another issue, I was repair permissions and to boot in safe mode. Since then all kinds of things are messed up.
    I had to reset PRAM because the home and boot screens were were all stretched out of whack (this situation has occured once before shortly after getting this new machine)
    EVERY SINGLE DATA FILE created prior to this safe mode is now LOCKED. EVERY ONE!!!!!!  If I try to save any file so far I have tested, I am told the file is locked and I do not have permissions. My user mode didn't have administrative control before, but I changed that because unlocking everything to use it was more complicated having to enter the username and password. New files created are also locked. However, a new Pages file I have tested shows locked but it will save to the same file with a CMD-S.
    Having to unlock files to save work in them really slows work. Apple not allowing Save As on Apple apps is getting really tedious. I tried with a non-Apple app (PhotoShop) and its files are locked after creation. This means I have to unlock every stupid file before I can save it, then it relocks If I go into Get Info to unlock the file, as soon as i close that window, the file shows locked when I do a new Get Info. This is not a good user experience!!!!!!!!!!!!!! I have hundreds of thousands of files used in publishing, graphics, photos, and music. I tried to save an existing Photoshop file back to the Desktop and was told I could not save because was locked - that I needed to unlock the file or enclosing folders. When Photoshop closes it says can't save Preferences because file is locked.
    If I unlock the Sartup drive it relocks as soon as the Get Info window closes.
    In Sharing and Permissions the user called Everyone has a custom settings and some files even have two Everyone entries. Newly created files have had the User with Read & Write and Staff and Everyone with Read Only. My user folder Get Info shows locked with the user, staff and everyone with Read & Write permmissions. If I unlock in Get Info it reverts to locked after I close the Info window.
    Safari opens to the same page on this forum where another problem was discussed. I have reset selected items in Safari that I thought might have caused this, but no change.
    Pages keeps opening a page that was thrown in the trash and is not even on the computer (at least doesn't show in the finder),
    Numbers keeps opening a file that was opened and saved days ago.
    iDVD will open the same project each time, even if something else has been worked on since.
    I have cleared recent entries in these programs and the field keeps coming back when I open again.
    I unchecked  the Restore windows when quitting option in General Sys Prefs and when I open it again it is checked. I know that Lion will reopen a page if I quit without closing the window first. Now, at least with Apple apps, the same file opens now whether it exists or not as well as the new file I am opening by clicking on it.
    I have run permissions check in Disk Utility several times.
    It seems that it is affecting Apple apps that remember where there were last and the visiting history.
    Autosave on apps other than Apple can't save because the files are locked and I get error messages.
    iPhoto files saved on a firewire drive are also show locked but testing on a duplicate file, I found I can edit with PhotoShop and it will save the changes.
    With Finale, it has saved the files, even though locked. The odd thing is that in the finder it shows the correct creation and modifided dates, but it shows an old last opened date. Pages documents show all three with correct dates/times.
    I suspect there is at least one if not more Pref plist files that needs to be fixed, but I have now idea where to start.

    HI,
    Make sure you are logged in as the admin user.
    Right or control click the MacintoshHD icon then click: Get Info
    At the bottom of the Get Info window, click the gold padlock icon. You will be prompted for your admin password.
    Under Privilege where you see: Read & Write "toggle" the arrows to set your permissions for system / admin etc.
    Close the Get Info window.
    Carolyn

  • My photoshop CS4 keeps crashing while I am in the middle of editing a photo. I am running Mac OS X 10.9.4. I have tried to contact support and I was directed here.

    My photoshop CS4 keeps crashing while I am in the middle of editing a photo. I am running Mac OS X 10.9.4. I have tried to contact support and I was directed here.

    You were redirected to this user forum because CS4 is no longer supported by Adobe at all.
    We'll need a lot more info before we can help.
    You'll have to manually determine whether Photoshop CS4 is updated to version 11.0.2 (the Adobe auto updater is most unreliable in CS4), and give us plenty of other information.
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand, such as your platform (Mac or Win), exact versions of your OS, of Photoshop and of Bridge, machine specs, such as total installed RAM, scratch file HDs, video card specs, what troubleshooting steps you have taken so far, what error message(s) you receive, if having issues opening raw files also the exact camera make and model that generated them, etc., someone may be able to help you.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Well, i was on my laptop now and all of a sudden a pop up message appeared and said "your download is complete" so i went to go check it out and it was 'MacProtector'. i cant delete it and it keeps opening unwanted web pages, please help me sort this out?

    Well, i was on my laptop now and all of a sudden a pop up message appeared and said "your download is complete" so i went to go check it out and it was 'MacProtector'. i cant delete it and it keeps opening unwanted web pages, please help me sort this out someone?

    Refer to:  http://cantalktech.com/2011/05/08/mac-protector/.

  • TS5148 Apple TV powers up but does not display all of a sudden. Tried all of the advice on this page to no avail. Any ideas?

    Apple TV powers up but does not display all of a sudden. Tried all of the advice on this page to no avail. Any ideas?

    Try resetting the SMC and PRAM
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM
    However, I suspect you zapped the Mini, maybe the lower voltage part since you siad  the fan works.
    The power surge could have went into HDMI and damaged the TV.
    Make an appointment at the Genius Bar of an Apple store.
      Apple Retail Store - Genius Bar

  • I've been texting my friend with iMessage with wifi on and all of a sudden it changed to text message and won't let me send messages. My wifi is still on and working but it won't switch back to iMessage. Please help

    I've been texting my friend with iMessage with wifi on and all of a sudden it changed to text message and won't let me send messages. My wifi is still on and working but it won't switch back to iMessage. Please help

    What I recommend you try doing first is to turn iMessage off then back on.  If that doesn't work, make sure that your Apple ID and password are correct.  If everything seems correct and you still can't send out messages using iMessage instead of text message, I think you should either try calling AppleCare at 1-800-MY-IPHONE (1-800-694-7466) and/or scheduling an appointment at the Genius Bar at an Apple Store (that is, if there's one close to you).
    Hope this helps!

Maybe you are looking for

  • Is there a way to create a database with Test Stand?

    Anyone know of a way to have Test Stand create a database? My company standard MS Office suite is Microsoft Access 2010, and TestStand does not support the .accmdb extension type(format), so I have to create new databases using old formats. I'm worri

  • Enabling item on a query-only form

    Hi, I call a custom 6i form in query-only mode. However, now I need to enable one item on the first window for search purposes. I tried using SET_ITEM_PROPERTY,(ITEM_NAME,'Insert Allowed','TRUE') but it doesn't work. How do I achieve that functionali

  • 2.1  Software: Fix needed for YouTube

    Hi everyone, I noticed that, after updating Apple TV software to the newest version, search input in Youtube section doesn't allow me to cancel, put a space or a symbol in the search query... ...did you encouter the same? do we need a fix patch?

  • Bought a used Airport Express - Need Help?

    I have an airport extreme base station, but its signal doesn't reach into my kitchen as well as I'd like. Thus I bought a used express to act as a signal extender. I plugged it into a wall socket in my kitchen and it picked up the signal from my airp

  • How do i smooth out a shaking camera image?

    i am using fcp 4.5 and don't know how to steady a shaking camera image. it's a documentary project. also, does anyone know if 4.5 works with the "shake" software, or do i need to upgrade? thanks. G5   Mac OS X (10.4.8)   using FCP 4.5