Plist and launchd

Hi,
Sorry if this topic is already treated but my english is bad...
I have modified the following plist file:
sudo defaults write /System/Library/LaunchDaemons/com.apple.periodic-daily StartCalendarInterval -dict Hour 2 Minute -int 45"
The file is modified, but doesn't run the script. Perhaps relaunch launchd? How make that?
Thanks

Hi Titanium,
   It's impossible to do debugging without any information. Is there anything in the log files, particularly /var/log/daily.out and /var/log/system.log, at the time the job should run?
   One thing occurs to me that I didn't notice this morning. (it was early here) Your command specifies a data type for the minutes but not the hours. The default data type is string so maybe launchd doesn't understand the time. Try the command:
sudo defaults write /System/Library/LaunchDaemons/com.apple.periodic-daily StartCalendarInterval -dict Hour -int 2 Minute -int 45
   Also, I think you must load the job at least an hour before the job is supposed to run. I don't believe that's documented but we've noticed a problem with loading the job too close to the time it's supposed to run.
Gary
~~~~
   Deja vu:
      French., already seen; unoriginal; trite.
      Psychol., The illusion of having previously experienced
      something actually being encountered for the first time.
      Psychol., The illusion of having previously experienced
      something actually being encountered for the first time.

Similar Messages

  • Trouble with rsync and launchd

    I'm new to rsync and launchd. That being said, I have a computer at work that I would like to back up. I only need to back up a couple of folders, and I won't be connected to any external drives except for an 8GB usb stick. I don't want to use chronosync, time machine, or any other third party software. I'm not that kind of guy.
    I have had reasonable success with this using rsync and launchd. But there are a few quirks. For instance, the following launch agent spawns TWO rsync processes that run continuously and eat up around 30% of my CPU. Does anybody know why there are two processes, why they run continuously, or why they eat up so much power when they SHOULD be copying nothing?
    It seems to be copying all the files over and over again every ten minutes, despite the fact that they haven't changed. My entire reason for using rsync was to get avoid this.
    ----plist---
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>USB backup</string>
    <key>ProgramArguments</key>
    <array>
    <string>/usr/bin/rsync</string>
    <string>-a</string>
    <string>/Users/alan/Documents/school/</string>
    <string>/Volumes/ALAN8G/backUp/school</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    <key>StartInterval</key>
    <integer>600</integer>
    </dict>
    </plist>
    </code>
    ----/plist----
    On a related note, I tried doing something very similar to this to backup my firefox profile data. No success. I think the space in /Application Support/ is messing with launchd. Thoughts?
    Thanks in advance.

    Thanks guys. The first part works now. Here is the final plist, for future reference:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>USB Backup School</string>
    <key>ProgramArguments</key>
    <array>
    <string>/usr/bin/rsync</string>
    <string>-av</string>
    <string>/Users/alan/Documents/school/</string>
    <string>/Volumes/ALAN8G/backUp/school/</string>
    <string>--log-file=/Users/alan/Documents/backUpLogs/schoolBackUp.log</string>
    </array>
    <key>StartInterval</key>
    <integer>600</integer>
    </dict>
    </plist>
    Now on to my second problem, doing the same thing when the source path has a space in one of the directory names. Unfortunately, renaming the directory is right out because it's in Application Support. Here is what I have so far
    Trying to run the command:
    /usr/bin/rsync -a /Users/alan/Library/Application\ Support/Firefox/Profiles/9va0cbyb.default/ /Volumes/ALAN8G/backUp/9va0cbyb.default/ --log-file=/Users/alan/Documents/backUpLogs/firefoxBackUp.log
    That works just fine in a terminal, so I'm having another formatting issue in my plist. Here's what I have for that:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>Label</key>
    <string>USB Backup Firefox</string>
    <key>ProgramArguments</key>
    <array>
    <string>/usr/bin/rsync</string>
    <string>-av</string>
    <string>'/Users/alan/Library/Application Support/Firefox/Profiles/9va0cbyb.default/'</string>
    <string>/Volumes/ALAN8G/backUp/9va0cbyb.default/</string>
    <string>--log-file=/Users/alan/Documents/backUpLogs/firefoxBackUp.log</string>
    </array>
    <key>StartInterval</key>
    <integer>600</integer>
    </dict>
    </plist>
    Which gives me these console messages:
    12/15/09 2:20:52 PM USB Backup Firefox[666] building file list ... rsync: link_stat "/'/Users/alan/Library/Application Support/Firefox/Profiles/9va0cbyb.default/'" failed: No such file or directory (2)
    12/15/09 2:20:52 PM USB Backup Firefox[666] done
    12/15/09 2:20:52 PM USB Backup Firefox[666] sent 29 bytes received 20 bytes 98.00 bytes/sec
    12/15/09 2:20:52 PM USB Backup Firefox[666] total size is 0 speedup is 0.00
    12/15/09 2:20:52 PM USB Backup Firefox[666] rsync error: some files could not be transferred (code 23) at /SourceCache/rsync/rsync-37.3/rsync/main.c(992) [sender=2.6.9]
    12/15/09 2:20:52 PM com.apple.launchd.peruser.501[83] (USB Backup Firefox[666]) Exited with exit code: 23
    I'm reasonably certain the problem is on this line
    <string>'/Users/alan/Library/Application Support/Firefox/Profiles/9va0cbyb.default/'</string>
    I've tried using single quotes and escaping the space with a backslash. Neither worked and both gave similar console messages, ie "no such file or directory". So what's the problem?
    Again, thanks for the help.

  • Time machine on external drive will not back up itunes media file on a separate external drive. Have already reformated itunes media drive,dragged itunes media backup file from time machine (old copy) and removed time machine plist and restarted.

    Two external drives, one for time machine backups and a second (daisy chained firewire) for itunes media folder . Time machine fails to backup the media file saying could not be completed, with no error specified. Steps taken already include reformating drive with media, dragging older media backup file from time machine disc to media disc, and deleting time machine plist and starting time macine preferences upon startup. Media folder is approx 200 gb, mostly ripped dvd movies.
    Any help for this??
    Thanks

    Tks for the help. Tried to eliminate duplicates. Copy below.
    6/11/14 3:07:33.458 PM com.apple.backupd[532]: Found 2332 files (193.66 GB) needing backup
    6/11/14 3:07:33.488 PM com.apple.backupd[532]: 219.71 GB required (including padding), 539.32 GB available
    6/11/14 3:09:42.200 PM com.apple.backupd[532]: Copied 1201 items (51.5 MB) from volume Macintosh HD. Linked 2894.
    6/11/14 3:10:14.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:10:17.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:10:30.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:10:30.072 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Home Videos/2013 Trip To Kate and Jason - Large 1.m4v to (null)
    6/11/14 3:10:44.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:10:57.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:10:57.327 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Home Videos/2013 Trip To Kate and Jason - Large.m4v to (null)
    6/11/14 3:11:09.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:11:22.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:11:22.394 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Home Videos/IMG_0378.m4v to (null)
    6/11/14 3:11:57.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:12:09.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:12:09.872 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Home Videos/IMG_0398.m4v to (null)
    6/11/14 3:12:44.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:12:46.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:13:05.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:13:05.959 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/AAA 2.4.1.ipa to (null)
    6/11/14 3:13:23.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:13:46.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:13:51.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:13:51.325 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Air Sharing 3.4.3.ipa to (null)
    6/11/14 3:14:18.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:14:21.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:14:48.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:14:51.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:14:51.289 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Angie's List 3.0.2.ipa to (null)
    6/11/14 3:15:16.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:15:29.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:15:34.517 PM secd[422]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    6/11/14 3:15:34.517 PM secd[267]:  SecErrorGetOSStatus unknown error domain: com.apple.security.sos.error for error: The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    6/11/14 3:15:34.517 PM secd[267]:  securityd_xpc_dictionary_handler EscrowSecurityAl[581] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    6/11/14 3:15:34.517 PM secd[422]:  securityd_xpc_dictionary_handler EscrowSecurityAl[580] DeviceInCircle The operation couldn’t be completed. (com.apple.security.sos.error error 2 - Public Key not available - failed to register before call)
    6/11/14 3:15:51.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:15:51.643 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/AP Mobile 6.2.1.ipa to (null)
    6/11/14 3:15:54.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:16:07.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:16:19.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:16:19.908 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Apple Store 120269.ipa to (null)
    6/11/14 3:16:35.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:16:50.710 PM com.apple.backupd-helper[533]: Not starting scheduled Time Machine backup: Backup already running
    6/11/14 3:16:53.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:17:00.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:17:00.552 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Archetype 1.6.2.ipa to (null)
    6/11/14 3:17:10.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:17:23.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:17:35.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:17:49.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:18:01.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:18:14.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:18:28.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:18:40.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:19:03.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:19:06.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:19:18.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:19:41.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:19:43.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:19:56.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:20:11.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:20:23.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:20:36.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:20:48.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:21:01.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:21:13.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:21:26.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:21:38.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:21:51.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:22:03.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:22:16.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:22:28.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:22:41.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:22:53.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:23:06.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:23:19.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:23:31.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:23:57.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:24:09.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:24:22.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:24:38.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:24:50.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:25:03.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:25:15.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:25:35.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:25:47.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:25:47.887 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Bloomberg 3.0.ipa to (null)
    6/11/14 3:26:01.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:26:13.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:26:13.942 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Calculator 3.4.ipa to (null)
    6/11/14 3:26:26.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:26:26.509 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Camera Zoom 3.1.ipa to (null)
    6/11/14 3:26:39.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:26:52.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:26:52.108 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Cards 2.0.1.ipa to (null)
    6/11/14 3:27:14.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:27:17.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:27:29.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:27:29.606 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Casino 2.5.ipa to (null)
    6/11/14 3:27:47.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:28:00.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:28:00.327 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Clear Day 2.6.ipa to (null)
    6/11/14 3:28:14.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:28:26.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:28:39.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:28:56.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:29:09.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:29:21.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:29:34.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:29:47.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:29:59.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:30:12.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:30:24.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:30:37.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:30:49.085 PM xpcproxy[629]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    6/11/14 3:30:49.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:30:50.194 PM syncdefaultsd[628]: Fixing push token
    6/11/14 3:30:52.507 PM xpcproxy[632]: assertion failed: 13D65: xpcproxy + 3438 [D559FC96-E6B1-363A-B850-C7AC9734F210]: 0x2
    6/11/14 3:31:02.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:31:14.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:31:27.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:31:39.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:31:52.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:32:05.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:32:17.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:32:30.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:32:42.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:32:55.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:33:07.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:33:30.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:33:32.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:33:55.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:33:58.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:34:21.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:34:23.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:34:46.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:34:49.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:35:02.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:35:18.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:35:30.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:35:30.676 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Collection HD 1.7.ipa to (null)
    6/11/14 3:36:14.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:36:17.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:36:29.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:36:29.651 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/eCardExpress 2.1.ipa to (null)
    6/11/14 3:36:52.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:37:14.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:37:17.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:37:30.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:37:52.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:37:55.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:38:07.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:38:30.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:38:32.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:38:45.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:39:08.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:39:10.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:39:23.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:39:46.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:39:48.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:40:01.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:40:23.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:40:26.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:40:38.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:41:01.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:41:04.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:41:16.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:41:39.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:41:41.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:41:54.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:42:17.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:42:19.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:42:32.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:42:54.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:42:57.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:43:09.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:43:32.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:43:34.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:43:47.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:44:10.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:44:12.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:44:25.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:44:48.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:44:50.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:45:03.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:45:25.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:45:28.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:45:40.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:45:55.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:46:07.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:46:20.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:46:32.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:46:45.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:46:58.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:47:10.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:47:23.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:47:35.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:47:48.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:48:00.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:48:13.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:48:26.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:48:38.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:48:51.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:49:03.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:49:16.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:49:21.393 PM WindowServer[128]: MPAccessSurfaceForDisplayDevice: Set up page flip mode on display 0x04280300 device: 0x7f8ef9d04e00  isBackBuffered: 1 numComp: 3 numDisp: 3
    6/11/14 3:49:21.731 PM launchservicesd[52]: Application App:"System Preferences" asn:0x0-44044 pid:509 refs=7 @ 0x7fb5b9443730 tried to be brought forward, but isn't in fPermittedFrontApps ( ( "LSApplication:0x0-0x45045 pid=513 "com.apple.prefs.backup.remoteservice"")), so denying. : LASSession.cp #1481 SetFrontApplication() q=LSSession 100019/0x186b3 queue
    6/11/14 3:49:21.731 PM WindowServer[128]: [cps/setfront] Failed setting the front application to System Preferences, psn 0x0-0x44044, securitySessionID=0x186b3, err=-13066
    6/11/14 3:49:21.733 PM WindowServer[128]: device_generate_desktop_screenshot: authw 0x0(0), shield 0x7f8ef9e94e00(2001)
    6/11/14 3:49:21.795 PM WindowServer[128]: device_generate_lock_screen_screenshot: authw 0x0(0), shield 0x7f8ef9e94e00(2001)
    6/11/14 3:49:29.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:50:48.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:50:48.546 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/GarageBand 1.1.ipa to (null)
    6/11/14 3:51:01.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:51:13.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:51:26.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:51:38.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:51:51.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:52:03.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:52:16.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:52:29.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:52:41.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:52:55.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:53:07.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:53:07.747 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Glympse 2.22.444.ipa to (null)
    6/11/14 3:53:20.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:53:32.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:53:32.869 PM com.apple.backupd[532]: Stopping backup.
    6/11/14 3:53:32.869 PM com.apple.backupd[532]: Error: (-36) SrcErr:YES Copying /Volumes/Media/itunes Media/Mobile Applications/Golf Channel 3.7.2.ipa to (null)
    6/11/14 3:53:33.357 PM com.apple.backupd[532]: Copied 127 items (2.24 GB) from volume Media. Linked 0.
    6/11/14 3:53:33.376 PM com.apple.backupd[532]: Copy stage failed with error:11
    6/11/14 3:53:34.607 PM com.apple.backupd[532]: Backup failed with error 11: 11
    6/11/14 3:55:53.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:56:05.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:56:18.000 PM kernel[0]: disk1s2: I/O error.
    6/11/14 3:56:33.000 PM kernel[0]: disk1s2: I/O error.

  • What is an entitlements plist and why do I need one?

    I have been following the instructions for app store distribution in the iOS Developer Program Guide, and I did everything it said to do, but when I try to build the app, it says "the entitlements file "path of file/entitlements.plist" is missing." I tried adding a template entitlements plist and it says
    Command /usr/bin/codesign failed with exit code 1, and
    Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)
    I don't think this has to do with the certificate because I have followed Apple's intsructions about the certificate, but it doesn't say anything about an entitlements.plist. How do I get my app to work so that I can submit it to the App Store?

    jpimbert: the entitlements.plist has been changed and you no longer have to set a get-task-allow value.
    ChaBoing: if you added a template entitlements.plist then that should be fine. But check the Target info and make sure that the "Code Signing Entitlements' key is set to 'Entitlements.plist' (not a path to the file).

  • Accidentally deleted x protect meta.plist and plug in not working even after downloading latest

    Hi all
    Need some help here. It started off like this - after upgrading to mavericks, i had a problem viewing some java stuff. Googled and read somewhere to delete the x protect meta.plist and thus, did so. After doing that, my youtube videos etc all couldnt work. So googled again and did whatever the rest suggested - download latest version of Java, uninstall java and reinstall again, install other versions of java etc etc. all didnt worked.
    Someone just pointed out that I had deleted a very critical security file (x protect meta.plist) and might have more problems that I thought on my hand.
    Im not very technical or IT saavy, so please kindly advise. Most of the problems surfaced after deleting that file. And right now, plug in for videos are still not working even though I have attempted various 'solutions' suggested in this forum (the not too technical ones) and java is still cranky. Pls advise. thanks!

    Anyone able to help?
    1) How did u solve the missing/out of date plugin?
    - Have tried installing numberous times the latest version - doesnt work
    - Tried uninstalling and then reinstalled earlier versions of java - doesnt work too
    read somewhere to delete the xprotect meta plist - realised much later that piece of advice was for snow leopard OS and thus, did not work too. A forummer told me today this file is a critical security file and i should not have deleted it. WHat can I do now?
    current situation:
    still cant play youtube videos and other videos.
    java on some sites still cant work

  • How can I find .plist and .kext files?

    How can I find .plist and .kext files which are corrupt and need to be deleted before restarting and reloading applications)? Where are they hidden? How do I make them visible?
    /hezet

    Thank you Eric and Lanny for your answers!
    I was confused as the files could neither be found by Spotlight nor by the search field in the upper right corner of the Finder windows (why??), but I have located them now. The files were:
    AppleUSBEthernetHost.kext  The name appeared in i a warning window now and then.
    The .plist files were reported red (failed) by EtreCheck:
    com.apple.CSConfigDotMacCert-***@me.com-SharedServices.Agent.plist
    com.adobe.SwitchBoard.
    com.apple.netauth.sysagent.plist
    I have deleted all four files and restarted the computer. Now there are no items in red in EtreCheck, but none of the deleted files has been replaced after restart.
    So far the computer seems to work well. What action do you consider appropriate now?
    /hezet

  • Who can tall me what are the files of adoption.plist, ute.plist and utdcheckinDone?

    I found three files: adoption.plist, utd.plist and utdCheckinDone  from HD--Library--Application support--Apple Store.  It maked my Mac unsecured.  Whatever I changed password in each email account and Apple password become incorrect.  After it are deleted, it seems to me those passwords become correct.  Anyone can give me idea what it is?  Thank you.

    Thanks for reply.  I appreciate that that explaination.  I bought this Mac since Feb 13, 2014.  it has been reinstall 3 times.  Recently, I found a file; admin.plish on HD--Library--Security--Trust setting folder.  It is created on April 4, 2014.  In HD--Library--Messages--Plugins--Yahoo.imservicePlugin--Contents, it has info.plish and version.plish.  Both files were created on 2/2/14, Modified 2/26/14.  If it is update, it should be come in from Apple Store, but I don't see those update, or may come from program creater slicely.  What it is?  If it has chance, let me know please.  Thanks again.
    Sincerely
    Rose

  • I got an error message saying "an error occurred while creating the backup folder". I have tried deleting the plist and am using the latest time capsule software and using OS Lion Any ideas what to do please?

    got an error message saying "an error occurred while creating the backup folder". I have tried deleting the plist and am using the latest time capsule software and using OS Lion Any ideas what to do please?

    See #C10 in Time Machine - Troubleshooting.

  • Difference between loginitems.plist and loginwindow.plist

    Hi Community,
    what ist the difference between ~/Library/Preferences/com.apple.loginitems.plist and ~/Library/Preferences/loginwindow.plist in Snow Leopard? I found a lot about the loginwindows.plist but almost nothing about the loginwindow.plist.
    Thx & Bye Pronto

    Hi Community,
    what ist the difference between ~/Library/Preferences/com.apple.loginitems.plist and ~/Library/Preferences/loginwindow.plist in Snow Leopard? I found a lot about the loginwindows.plist but almost nothing about the loginwindow.plist.
    Thx & Bye Pronto

  • .plist  and .cs files, how many should there be?

    I continue to have the 'part of the song could not be played' problem. I have tried all of the suggestions on how to prevent this with no success. One thing I have noticed is that when I go to delete the .plist and .cs files, there are 2 copies of each that show up in finder. Is this normal? I am wondering if this may be a clue as to why the problem continues. Could GB be somehow running a duplicate copy of each project, doubling the processing load? Any thoughts are appreciated. Thanks.

    Each user has his own. This is where items specific to each user are stored - caches, preferences files, login items, etc. In Lion these folders are hidden, but still there.
    There is also one at the top level of the hard drive. This is where resources shared between users are stored - fonts, application support files, etc.
    There's also one in the System folder, that you may look in, but do not touch.

  • Dashboard widgets not working. I trash the dashboard .plist and redo all widgets then after a restart. Widget not working again.

    Dashboard widgets not working. I trash the dashboard .plist and redo all widgets then after a restart. Widget not working again.

    Yes hello,
    My widgets are not working as well, i looked on forms and it seams that the 10.5 update fix there problems. I also did an archive and install from 10.4... One of the major reasons i purchased the upgrade was to use widgets to clip parts of safari, i'am totaly bummed because all forums i find end with the question un answered. i'am a little bummed becuase there are a couple of things that worked with 10.4 that are not working in 10.5 (like some meg moives not playing.
    i do not wish to create a new account because i do not want to reinstall all my software, photoshop, final cut, dvd studio pro.. etc.
    i hope to find the fix some how.
    I have opened up the console application and when i select widgets load or delete them i see no activity in the console. I'am not familiar with the console app. or command lines.
    is there any more info on this matter? is there any support from apple?
    Thankyou

  • I've changed Info.plist and quicktime crashes

    Hi all,
    I've tried to enable mkv recognition and changed Info.plist, then I restored it to default state, but Quicktime Player is now crashing all the times. Any suggestions how can I reinstall it or solve the problem? Thanks!
    Process:         QuickTime Player [514]
    Path:            /Applications/QuickTime Player.app/Contents/MacOS/QuickTime Player
    Identifier:      com.apple.QuickTimePlayerX
    Version:         10.3 (727.1)
    Build Info:      QuickTimePlayerX-727001000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [158]
    Responsible:     QuickTime Player [514]
    User ID:         501
    Date/Time:       2014-01-14 16:58:39.254 +0400
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  5B646373-70AB-9F8C-6EDA-7E91B61DF5CD
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_INSTRUCTION (SIGILL)
    Exception Codes: 0x0000000000000001, 0x0000000000000000
    Application Specific Information:
    Sandbox creation failed: Unable to get bundle identifier for container ID com.apple.QuickTimePlayerX: (null)
    Application Specific Signatures:
    Unable to get bundle identifier for container ID com.apple.QuickTimePlayerX: (null)

    As you just found out the hard way, it's always a good idea to have a backup, especially before you start messing with system files. Don't feel too bad, everyone seems to learn the hard way. You can try this, though if it were me I'd back up what I had first just in case.
    http://support.apple.com/kb/dl923

  • Simple Script and Launchd error

    Hi, I 'm just trying to run a simple script tu restart afp services over night, I have try so much things but my script just refuse to run, got error 127 and now just dont know what to do next to make it work. Thanks for your help.
    My script Location: /script/afprestrat.sh
    sudo chmod a+x /script/afprestrat.sh
    The script:
    #!/bin/bash
    serveradmin stop afp
    sleep 2
    serveradmin start afp
    PLIST location :
    /Library/LaunchDaemons/com.compagny.afprestart.plist
    the Plist:
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
            <key>Label</key>
            <string>com.compagny.afprestart</string>
            <key>ProgramArguments</key>
            <array>
                    <string>sh</string>
                    <string>/script/afprestart.sh</string>
            </array>
            <key>StandardErrorPath</key>
            <string>/Users/admin/Documents/script/afprestart_err.log</string>
            <key>StandardOutPath</key>
            <string>/Users/admin/Documents/script/afprestart.log</string>
            <key>StartCalendarInterval</key>
            <dict>
                    <key>Hour</key>
                    <integer>4</integer>
                    <key>Minute</key>
                    <integer>05</integer>
            </dict>
    </dict>
    </plist>
    Command:
    sudo launchctl load -w /Library/LaunchDaemons/com.compagny.afprestart.plist
    Console error:
    com.apple.launchd com.compagny.afprestart Exited with code:127
    and afp service wasnt restart.
    Any hint will be really apprciated.
    thx !!!

    Ok now I got this:
    127
    com.compagny.afprestart
    Ligne 2 and ligne 4 of the script command not found thats mean:
    serveradmin: command not found
    will try to add the full path of the serveradmin command in the script:
    #!/bin/bash
    /Applications/Server.app/Contents/ServerRoot/usr/sbin/serveradmin stop afp
    sleep 2
    /Applications/Server.app/Contents/ServerRoot/usr/sbin/serveradmin start afp
    Any better idea ?
    thanks !

  • /etc/launchd-user.conf and launchd.conf no longer work in Yosemite 10.10.2

    As the subject says. According to this: https://support.apple.com/en-us/HT201684, they should. However according to the man page for launchd.conf. "launchd.conf is no longer respected by the system."  Setting "umask 077" in /etc/launchd-user.conf should be forcing the default file creation permissions to 600, and folder creation to 700, but it is not doing anything.
    I've tried this on a fresh install of 10.10.2. doing a "touch 1" creates a file named 1 with the perms -rw-r--r--. On a Mavericks install it creates a file named 1 with the perms -rw------- as expected.

    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback

  • My iPhone 4 keeps shutting down :/ lately it's taken 2hrs to come back  up. Diagnostics shows panic.plist and I've had my phone barely over a year. Will Apple replace it? As I hear I need to make an appt at the apple store.

    My iPhone 4 keeps shutting down. The past 3 days it's taken at least 2hrs to come back on. It constantly has no service and tells me system restore is needed. Under diagnostics it shows panic.plist. I've had my phone a year and 3mths. I hear I need to go to apple to get a replace as this is a software issue. It isn't under warranty. Will they replace it or is it a waste of my time? I recently just got the iOS update and now my phone gets hot to the touch also. Please help. My upgrade isn't until summer of next year but I need a phone that works and will get signal!

    Make an appointment at
    http://www.apple.com/retail/geniusbar/
    Out of Warranty replacement for iPhone 4 is $149 US;
    you will get the same model, color and capacity you have.
    If your current iPhone was locked to a wireless provider,
    the replacement will be locked to that same provider.

Maybe you are looking for

  • CCOD E-mail routing and creation of SR

    I am trying to find out if there is a process or a workflow that would allow for an e-mail that has been routed to the communications tab to have an SR created via workflow or some other method.

  • Problem in encrypting messages using wss4j

    Hi, I'm using wss4j for securing my service. I read a tutorial about wss4j handlers, I have done everything in the tutorial but there is problem while running the client. It seems that the Marlin class can not be instantiated, but I dont know why. th

  • Editing Xl Reporter Report

    Hi all, How we can edit the XL repoter report.i m new to XL reporter.I am not getting how i can edit the report.how the columns are linked means which column is linked with which data base field. Thanks, Neetu

  • Progress bar for chart dataProvider?

    I have a chart which has for dataProvider a link to a php script which processes data and returns XML. The processing takes a little bit of time so from flex the user stares at a blank graph for some time. Is there anyway to link a progress bar to th

  • I get an E_STREAM_ERROR when trying to open an acsm file

    I use ADE 3.0  on Win8.1 x64 and open the acsm file. After some time without action the pgrogrm returns the message: E_STREAM_ERROR. What can I do?