Start a program automatically?

Hi all,
I feel a bit foolish asking this, but how could I get a program (in this case, the Big Brother client daemon) to run during the system boot? I am having a major brain **** on this one. Thanks!

Create a launchd item and put it into /Library/LaunchDaemons
Here is an example:
<pre>
% cat /Library/LaunchDaemons/firewall.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Disabled</key>
<false/>
<key>Label</key>
<string>edu.ucsc.firewall</string>
<key>OnDemand</key>
<true/>
<key>RunAtLoad</key>
<true/>
<key>Program</key>
<string>/sbin/ipfw</string>
<key>ProgramArguments</key>
<array>
<string>-q</string>
<string>/etc/firewall.conf</string>
</array>
<key>ServiceDescription</key>
<string>Start ipfw firewall with configuration script</string>
</dict>
</plist>
</pre>
G5 2x2.5 GHZ and a few others   Mac OS X (10.4.8)  

Similar Messages

  • Start program automatically at Windows startup

    Have a couple of programs that currently require manual start-up after Windows 2012 r2 Essential reboot.  Would like to find out how to have the programs start automatically as part of the boot up process.

    Hi IstMe,
    Based on your description, I understand that you want to start some programs automatically when the server restart. If anything I misunderstand, please don't hesitate to let me know.
    Please open Task Scheduler and create a task. Then click Triggers tab and configure
    Begin the task: At startup. Then also click Actions tab, configure
    Action: Start a program and add that programs which you want to start when server start.
    Task Scheduler Overview
    In addition, you can also consider
    computer startup scripts. Use a computer startup script to run programs with unattended parameters. Regarding to detailed script, you can post requirement in the
    Script Forum. I believe we will get a better assistance there.
    If any update, please feel free to let me know.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • A new start-up program in my Win 8.1: I can't stop it!

    Hi fellows. What about this article?
    In the last couple of days I've been getting loads of email from WinPatrol customers asking what is this strange new start-up program?
    The name is only numbers and no matter how many times I try to block or disable it, it just keeps coming back.
    I noticed that on every machine the number was different. Even on my computer, the number was different every single time, almost like it was either trying to elude being blocked or was a tracking number of some kind.
    Then I received an email from a customer who had discovered this mysterious program is actually "Adobe Speed Launcher". I had not agreed to install this, so I was a bit confused as to it purpose.
    So, I took the plunge and let it run on one of my test machine.
    After letting it run, I saw the below entry for Adobe Speed Launcher was added as a "Run Once" start-up program. Considering this is a RunOnce, my assumption was it would be installing the full-blown "Adobe Speed Laucher" on next system start-up. Now I was curoius.
    I have come this far, lets reboot and see what happens.
      After rebooting, I was waiting for a pop-up installing some new software, but nothing.
    Nothing at all... Interesting.
    While waiting I did some investigation and realized that my local copy of Adobe Reader had been upgraded the day before. Now the pieces are all falling into place.
    I was allowing Adobe to automatically update itself in an effort to protect my system better because as we all know, Adobe has had quite a few vunerabilities over the years.
    Giving Adobe the benefit if the doubt, I was thinking to myself that one pop-up is not that bad.
    Then up came 2 more.
    This time for a new number.
    Frustrated at this, I opened Adobe Reader to see if there was a setting for disabling Adobe Speed Launcher.
    I could not find one.
    Now I was becoming annoyed with Speed Launcher, so I did some research online.
    From what I have read Adobe Speed Launcher was created in order to make Adobe Reader start-up more quickly when you use it. On the surface this sounds good, but I only use Adobe Reader once a month, if that.
    Why do I want it to take up system resources in pre-loading files every single time I start my computer when I will most likely not be using it anyway?
    Now, if they had accomplished the restart of Speed Launcher in a better, more non-obtrusive way, I may not have even noticed it for a while. But, adding new RunOnce keys every time a computer is restarted is a somewhat questionable practice more fitting for adware than a product I want installed on my computer.
    Therefore, because I could not figure out a way of easily disabling Adobe Speed Launcher, I decided to complete remove Adobe Reader XI instead.
    The annoying pop-ups have stopped.
    The next time I need to read a PDF, I will find a reader that is written in a more user-friendly way.
      Thank you for reading, Bret

    Hi,
    We have rolled out a fix for this issue.
    Please log off and log back in to your machine and the issue should be resolved automatically. In case that does not work, please manually run the msi installer posted here (may require reboot).
    For details, please refer to the KB article here: Multiple RunOnce keys created 11.0.10 and 10.1.13 Acrobat | Reader
    Please let us know if you still face any issues.
    Thanks,
    Ashu Mittal

  • Error message-The installer has insufficent privileges to modify this file:C:\Program Data\microsoft\windows\start menu\programs\iTunes\.iTunes.ink

    error message-The installer has insufficent privileges to modify this file:C:\Program Data\microsoft\windows\start menu\programs\iTunes\.iTunes.ink     
    How do I correct this to download iTunes so it will run?

    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Push Registry is not starting the MIDLET automatically

    I am not being able to start my MIDLET using the push registry mechanism. I am using the netbeans emuluator to execute the program.
    In the startApp of my application I have
         connections = PushRegistry.listConnections(false);
    and whenever a connection comes it starts a new thread. My Client keeps sending SMS requests but the server midlet in which the
    push registry is initiated does not start.
    In the application Descriptor I have added the following
    MIDLET class : Server.SMSReceive_S
    Sender IP : *
    Connection String : sms://:5000
    and in the API permissions I have added the following API permissions
    javax.microedition.io.PushRegistry, javax.wireless.messaging.sms.receive, javax.wireless.messaging.sms.send
    I have even tried to start the MIDLET dynamically by calling
         PushRegistry.registerConnection(smsConnection,this.getClass().getName(),filterName);
    but that too doesnt work?
    So what am I doing wrong in starting the MIDLET automatically using push registry?

    Hi, Malte
    I have given individual nodes address in db2nodes.cfg,  as per your instruction I have run the db2 list database directory I have got the following output
    System Database Directory
    Number of entries in the directory = 1
    atabase 1 entry:
    Database alias                       = SOP
    Database name                        = SOP
    Local database directory             = /db2/SOP
    Database release level               = b.00
    Comment                              = SAP database SOP
    Directory entry type                 = Indirect
    Catalog database partition number    = 0
    Alternate server hostname            =
    Alternate server port number         =
    => db2 list node directory
    => SQL1027N  The node directory cannot be found
    Regards

  • Auto start a program?

    I use the "Missed Call" program. Is there any way to have the program automatically start when I turn the phone on?

    Bigfrank - Thanks! It worked! I still only have the two boxes to check, status icon or disable. I checked the status icon, power cycled the phone and the missed call program came right up and works like a charm. I did notice that in the task manager, it doesn't show the program as running, but more ram is being used even though it shows no programs running. Anywho, you got me up and running!

  • Mac Pro suddenly shuts down and starts up again automatically

    Hello Friends!
    Got a really strange problem here, with my Mac Pro.
    Specs:
    2010 Mac Pro 2.GHz Quad-Core Intel Xeon
    RAM: 16GB Kingston RAM
    2x1000GB HDs (one from apple, and another Western Digital)
    My Mac Pro suddenly shuts down, and starts up again automatically. No warning, no freezing - just a shut down noise and black screen. After 3-4 seconds, it starts up again.
    Can someone help me with that?
    All the best,
    Lukas

    I have an older MacPro 32 GBs RAM 2008   4 hard drives (Int. and two ext. 1 & 2TB).  MacOSX 10.6.8
    Just started shutting down and starting up for not reason a day or two ago.  I'm not a programmer and these instructions are difficult for me.  
    Start Time of first crash.  4-20-14 10:46:01 AM
    4/20/14 10:46:01 AM
    bootlog[49]
    BOOT_TIME: 1397958350 0
    Last One
    4/22/14 1:46:06 PM
    bootlog[43]
    BOOT_TIME: 1398141945 0
    (Not all the way back)!
    4/19/14 4:04:29 PM
    [0x0-0x32032].com.azureus.vuze[282]
      java.lang.NullPointerException
    4/19/14 4:04:29 PM
    [0x0-0x32032].com.azureus.vuze[282]
    at com.aelitis.azureus.ui.swt.shells.opentorrent.OpenTorrentOptionsWindow$OpenTorr entInstance$26.runSupport(OpenTorrentOptionsWindow.java:2606)
    4/19/14 4:04:29 PM
    [0x0-0x32032].com.azureus.vuze[282]
    at org.gudy.azureus2.core3.util.AERunnable.run(AERunnable.java:38)
    4/19/14 4:04:29 PM
    [0x0-0x32032].com.azureus.vuze[282]
    at org.gudy.azureus2.ui.swt.Utils.execSWTThread(Utils.java:733)
    4/19/14 4:04:29 PM
    [0x0-0x32032].com.azureus.vuze[282]
    *** process 282 exceeded 500 log message per second limit  -  remaining messages this second discarded ***
    4/19/14 4:04:51 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=300[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 4:06:03 PM
    [0x0-0x32032].com.azureus.vuze[282]
    /usr/bin/nice -n 0 "/Users/ralphcabit/Library/Application Support/Vuze/plugins/azemp/vuzeplayer" -slave -identify -prefer-ipv4 -osdlevel 0 -noautosub -font /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Tmp-/LiberationSans-Bold.ttf335924 4140842114239.ttf -subfont-text-scale 2.5 -subfont-blur 4 -subfont-outline 2 -framedrop -vo corevideo:buffer_name=vuze_1397891163260 "/Volumes/HD2/AzDL/Day of the Locust/Day of the Locust.avi"
    4/19/14 4:34:10 PM
    [0x0-0x3a03a].org.mozilla.firefox[324]
    OpenGL version detected: 210
    4/19/14 4:34:10 PM
    [0x0-0x3a03a].org.mozilla.firefox[324]
    OpenGL version detected: 210
    4/19/14 4:57:32 PM
    kernel
    IOAudioStream[0x1324c700]::clipIfNecessary() - Error: attempting to clip to a position more than one buffer ahead of last clip position (4627,29b)->(4628,a1b).
    4/19/14 4:57:32 PM
    kernel
    IOAudioStream[0x1324c700]::clipIfNecessary() - adjusting clipped position to (4628,29b)
    4/19/14 5:03:34 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=347[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:47 PM
    /Applications/iTunes.app/Contents/MacOS/iTunes[363]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 5:15:55 PM
    kernel
    Message Version Check or Length Not Match.
    4/19/14 5:15:55 PM
    kernel
    Message Length Check - msglength = 3152, expectingLength = 3152
    4/19/14 5:15:55 PM
    kernel
    Message Version Check - msg(0.0.0)@0x14430024 atifb:(3.1.0)
    4/19/14 5:15:55 PM
    kernel
    Message Version Check or Length Not Match.
    4/19/14 5:15:55 PM
    kernel
    Message Length Check - msglength = 3152, expectingLength = 3152
    4/19/14 5:15:55 PM
    kernel
    Message Version Check - msg(0.0.0)@0x159e6024 atifb:(3.1.0)
    4/19/14 5:15:55 PM
    kernel
    Message Version Check or Length Not Match.
    4/19/14 5:15:55 PM
    kernel
    Message Length Check - msglength = 3152, expectingLength = 3152
    4/19/14 5:15:55 PM
    kernel
    Message Version Check - msg(0.0.0)@0x14348024 atifb:(3.1.0)
    4/19/14 5:23:58 PM
    iTunes[363]
    *** attempt to pop an unknown autorelease pool (0x35003000)
    4/19/14 5:45:56 PM
    [0x0-0x47047].com.apple.iTunes[363]
    AppleGVA:: Error creating the accelerator 1
    4/19/14 6:02:17 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=402[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 6:12:35 PM
    Finder[136]
    CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/19/14 6:12:35 PM
    Finder[136]
    CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/19/14 6:12:35 PM
    Finder[136]
    CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary.
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[427]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 6:21:34 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=429[ksadmin] clearing CS_VALID
    4/19/14 6:21:34 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=432[ksadmin] clearing CS_VALID
    4/19/14 6:21:54 PM
    [0x0-0x50050].com.google.Chrome[427]
    [427:46339:0419/182154:ERROR:rlz.cc(41)] Not implemented reached in bool GoogleUpdateSettings::GetLanguage(base::string16 *)
    4/19/14 6:23:15 PM
    [0x0-0x5b05b].org.mozilla.firefox[444]
    OpenGL version detected: 210
    4/19/14 6:23:15 PM
    [0x0-0x5b05b].org.mozilla.firefox[444]
    OpenGL version detected: 210
    4/19/14 6:25:41 PM
    VLC[449]
    Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    4/19/14 6:25:41 PM
    VLC[449]
    Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x10026a2e0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x100225150] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    4/19/14 6:25:41 PM
    VLC[449]
    ERROR: <PXSourceList: 0x10064adc0>: Attempt to set unknown item as dropItem=<SideBarItem: 0x136030330>.
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x1006984d0] es demux error: cannot peek
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x1006984d0] es demux error: cannot peek
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x100267a30] main playlist: stopping playback
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x1045290d0] es demux error: cannot peek
    4/19/14 6:25:41 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [0x1045290d0] es demux error: cannot peek
    4/19/14 6:25:41 PM
    VLC[449]
    *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    4/19/14 6:25:41 PM
    VLC[449]
    *** -[NSCFArray objectAtIndex:]: index (0) beyond bounds (0)
    4/19/14 6:25:44 PM
    [0x0-0x5c05c].org.videolan.vlc[449]
    [rm @ 0x10181c600] Invalid stream index 1 for index at pos 1460481
    4/19/14 6:43:10 PM
    Finder[136]
    Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    4/19/14 6:43:10 PM
    Finder[136]
    Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x136921eb0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    4/19/14 7:01:00 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=481[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 7:06:20 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:20 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:20 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:20 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    /System/Library/CoreServices/SubmitDiagInfo[485]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 7:06:21 PM
    SubmitDiagInfo[485]
    SubmitDiagInfo successfully uploaded 28 diagnostic messages.
    4/19/14 7:59:43 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=512[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:46 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:16:49 PM
    Mail[525]
    Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    4/19/14 8:16:49 PM
    Mail[525]
    Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x137c81d60 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    4/19/14 8:54:11 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:54:11 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:54:11 PM
    /Applications/Mail.app/Contents/MacOS/Mail[525]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    /tmp/KSOutOfProcessFetcher.oKWJJ79TY0/ksfetch[563]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:26 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=562[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:27 PM
    /tmp/KSOutOfProcessFetcher.GGpTOi01qr/ksfetch[565]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 8:58:28 PM
    /Users/ralphcabit/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundl e/Contents/Resources/GoogleSoftwareUpdateAgent.app/Contents/MacOS/GoogleSoftware UpdateAgent[562]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[599]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:26:48 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=601[ksadmin] clearing CS_VALID
    4/19/14 9:26:48 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=604[ksadmin] clearing CS_VALID
    4/19/14 9:27:07 PM
    [0x0-0x78078].com.google.Chrome[599]
    [599:46851:0419/212707:ERROR:rlz.cc(41)] Not implemented reached in bool GoogleUpdateSettings::GetLanguage(base::string16 *)
    4/19/14 9:27:45 PM
    [0x0-0x78078].com.google.Chrome[599]
    [WARNING:/Volumes/Builds/jenkins/ws/St_Make/code/products/player/pepper/gypbuild /../../../../flash/platform/pepper/pep_url_request_info.cpp(219)] Missing colon in HTTP header line "
    4/19/14 9:27:45 PM
    [0x0-0x78078].com.google.Chrome[599]
    4/19/14 9:29:06 PM
    Google Chrome[599]
    Cannot find function pointer GraphicConverterCMIFactory for factory E3F3BEA1-3194-11D9-87A7-000A95874F98 in CFBundle/CFPlugIn 0x3b41f260 </Users/ralphcabit/Library/Contextual Menu Items/GraphicConverterCMI.plugin> (not loaded)
    4/19/14 9:30:28 PM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/19/14 9:30:28 PM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/19/14 9:30:28 PM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/19/14 9:30:28 PM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/19/14 9:30:28 PM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/19/14 9:30:28 PM
    KernelEventAgent[39]
    tid 00000000 received event(s) VQ_LOWDISK, VQ_VERYLOWDISK (516)
    4/19/14 9:32:00 PM
    Google Chrome[599]
    Cannot find function pointer GraphicConverterCMIFactory for factory E3F3BEA1-3194-11D9-87A7-000A95874F98 in CFBundle/CFPlugIn 0x3b41f260 </Users/ralphcabit/Library/Contextual Menu Items/GraphicConverterCMI.plugin> (not loaded)
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    /Applications/Google Chrome.app/Contents/MacOS/Google Chrome[650]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 9:35:41 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=652[ksadmin] clearing CS_VALID
    4/19/14 9:35:41 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=655[ksadmin] clearing CS_VALID
    4/19/14 9:36:00 PM
    [0x0-0x88088].com.google.Chrome[650]
    [650:46339:0419/213600:ERROR:rlz.cc(41)] Not implemented reached in bool GoogleUpdateSettings::GetLanguage(base::string16 *)
    4/19/14 9:39:03 PM
    com.apple.kextcache[628]
    Created prelinked kernel /System/Library/Caches/com.apple.kext.caches/Startup/kernelcache_i386.AF146629.
    4/19/14 9:56:45 PM
    [0x0-0x88088].com.google.Chrome[650]
    Warning: unknown JFIF revision number 2.01
    4/19/14 9:56:45 PM
    [0x0-0x88088].com.google.Chrome[650]
    Warning: unknown JFIF revision number 2.01
    4/19/14 9:56:45 PM
    [0x0-0x88088].com.google.Chrome[650]
    Warning: unknown JFIF revision number 2.01
    4/19/14 9:56:45 PM
    [0x0-0x88088].com.google.Chrome[650]
    Warning: unknown JFIF revision number 2.01
    4/19/14 9:56:45 PM
    [0x0-0x88088].com.google.Chrome[650]
    Warning: unknown JFIF revision number 2.01
    4/19/14 9:57:09 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=680[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 10:46:25 PM
    quicklookd[714]
    [QL] 'Creating thumbnail - cancelled' timed out for '<QLThumbnailRequest /Volumes/HD4/MUSIC VIDS/Zappa - Video From **** DivX.avi>' (Start date: 2014-04-19 22:46:13 +0900)
    4/19/14 10:46:49 PM
    VLC[716]
    Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    4/19/14 10:46:49 PM
    VLC[716]
    Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x100647cf0 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    4/19/14 10:46:49 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [0x1002240e0] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
    4/19/14 10:46:50 PM
    VLC[716]
    ERROR: <PXSourceList: 0x10028b800>: Attempt to set unknown item as dropItem=<SideBarItem: 0x13636ab70>.
    4/19/14 10:46:50 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [mpeg4 @ 0x103802c00] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using a tool like VirtualDub or avidemux to fix it.
    4/19/14 10:46:50 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [0x103800cb0] mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    /System/Library/Frameworks/CoreServices.framework/Frameworks/Metadata.framework/ Versions/A/Support/mdworker[649]
    MDS Error: unable to create user DBs in /var/folders/Zw/ZwiUrc-PG1as5fH6A5NrmE+++TI/-Caches-//mds
    4/19/14 10:46:50 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [mpeg4 @ 0x100830c00] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using a tool like VirtualDub or avidemux to fix it.
    4/19/14 10:46:50 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [0x1020730b0] mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer
    4/19/14 10:46:52 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    shader program 1: WARNING: vertex shader writes varying 'TexCoord1' which is not active.
    4/19/14 10:46:52 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    WARNING: vertex shader writes varying 'TexCoord2' which is not active.
    4/19/14 10:47:16 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [0x1038948b0] mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer
    4/19/14 10:47:16 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [0x1038948b0] mpgatofixed32 audio converter error: libmad error: bad main_data_begin pointer
    4/19/14 10:55:52 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=733[GoogleSoftwareUp] clearing CS_VALID
    4/19/14 10:59:41 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [flv @ 0x10105a200] Stream discovered after head already parsed
    4/19/14 10:59:41 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [flv @ 0x1038a0400] Stream discovered after head already parsed
    4/19/14 10:59:41 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    shader program 1: WARNING: vertex shader writes varying 'TexCoord1' which is not active.
    4/19/14 10:59:41 PM
    [0x0-0x9a09a].org.videolan.vlc[716]
    WARNING: vertex shader writes varying 'TexCoord2' which is not active.
    4/19/14 11:52:41 PM
    [0x0-0x32032].com.azureus.vuze[282]
    Jeff Beck - There and Back (1980) [EAC-FLAC]: Incoming keep-alive message flood detected, dropping spamming peer connection.L: 5.254.138.76: 59929 [Transmission 2.82]
    4/19/14 11:54:36 PM
    kernel
    CODE SIGNING: cs_invalid_page(0x1000): p=806[GoogleSoftwareUp] clearing CS_VALID
    4/20/14 12:12:32 AM
    [0x0-0x9a09a].org.videolan.vlc[716]
    [flv @ 0x103860c00] Stream discovered after head already parsed
    4/20/14 12:12:33 AM
    [0x0-0x32032].com.azureus.vuze[282]
    core.stop
    4/20/14 12:12:33 AM
    [0x0-0x32032].com.azureus.vuze[282]
    Stopping idle sleep preventer
    4/20/14 12:12:36 AM
    [0x0-0x32032].com.azureus.vuze[282]
    core.stop done in 3100
    4/20/14 12:12:36 AM
    System Preferences[823]
    Error loading /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio:  dlopen(/Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHD Audio, 262): no suitable image found.  Did find:
    /Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin/Contents/MacOS/DVCPROHDAudio: no matching architecture in universal wrapper
    4/20/14 12:12:36 AM
    System Preferences[823]
    Cannot find function pointer NewPlugIn for factory C5A4CE5B-0BB8-11D8-9D75-0003939615B6 in CFBundle/CFPlugIn 0x200081d60 </Library/Audio/Plug-Ins/HAL/DVCPROHDAudio.plugin> (bundle, not loaded)
    4/20/14 12:12:56 AM
    com.apple.launchd.peruser.501[130]
    ([0x0-0x4f04f].com.apple.Preview[416]) Exited: Killed
    4/20/14 12:12:56 AM
    com.apple.launchd.peruser.501[130]
    (com.apple.AirPortBaseStationAgent[166]) Exited: Killed
    4/20/14 12:12:56 AM
    com.apple.launchd.peruser.501[130]
    (com.apple.FolderActions.enabled[170]) Exited: Killed
    4/20/14 12:12:56 AM
    com.apple.launchd.peruser.501[130]
    ([0x0-0x8008].com.apple.inputmethod.Kotoeri[155]) Exited: Killed
    4/20/14 12:12:56 AM
    loginwindow[38]
    DEAD_PROCESS: 38 console
    4/20/14 12:12:57 AM
    kernel
    systemShutdown true
    4/20/14 12:12:57 AM
    kernel
    systemShutdown true
    4/20/14 12:12:57 AM
    shutdown[828]
    halt by ralphcabit:
    4/20/14 12:12:57 AM
    shutdown[828]
    SHUTDOWN_TIME: 1397920377 530969
    4/20/14 12:12:58 AM
    kernel
    Kext loading now disabled.
    4/20/14 12:12:58 AM
    kernel
    Kext unloading now disabled.
    4/20/14 12:12:58 AM
    kernel
    Kext autounloading now disabled.
    4/20/14 12:12:58 AM
    kernel
    Kernel requests now disabled.
    4/20/14 12:13:17 AM
    mDNSResponder[37]
    mDNSResponder mDNSResponder-258.21 (May 26 2011 14:40:13) stopping
    4/20/14 12:13:17 AM
    DirectoryService[16]
    BUG in libdispatch: 10K549 - 1960 - 0x10004004
    4/20/14 12:13:17 AM
    com.apple.SecurityServer[33]
    Session 0x301fe0 dead
    4/20/14 12:13:17 AM
    com.apple.SecurityServer[33]
    Killing auth hosts
    4/20/14 12:13:17 AM
    WindowServer[91]
    hidd died. Reestablishing connection.
    4/20/14 12:13:17 AM
    com.apple.SecurityServer[33]
    Session 0x301fe0 destroyed
    4/20/14 10:45:55 AM
    kernel
    npvhash=4095
    4/20/14 12:13:17 AM
    WindowServer[91]
    bootstrap_look_ip failed: Unknown service name
    4/20/14 10:45:55 AM
    kernel
    PAE enabled
    4/20/14 10:45:55 AM
    kernel
    64 bit mode enabled
    4/20/14 10:45:55 AM
    kernel
    Darwin Kernel Version 10.8.0: Tue Jun  7 16:33:36 PDT 2011; root:xnu-1504.15.3~1/RELEASE_I386
    4/20/14 10:45:55 AM
    kernel
    vm_page_bootstrap: 6159568 free pages and 99120 wired pages
    4/20/14 10:45:55 AM
    kernel
    standard timeslicing quantum is 10000 us
    4/20/14 10:45:55 AM
    kernel
    mig_table_max_displ = 73
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=2 LocalApicId=6 Enabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=3 LocalApicId=7 Enabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=4 LocalApicId=0 Disabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=5 LocalApicId=0 Disabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=6 LocalApicId=0 Disabled
    4/20/14 10:45:55 AM
    kernel
    AppleACPICPU: ProcessorId=7 LocalApicId=0 Disabled
    4/20/14 10:45:55 AM
    kernel
    calling mpo_policy_init for TMSafetyNet
    4/20/14 10:45:55 AM
    kernel
    Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    4/20/14 10:45:55 AM
    kernel
    calling mpo_policy_init for Quarantine
    4/20/14 10:45:55 AM
    kernel
    Security policy loaded: Quarantine policy (Quarantine)
    4/20/14 10:45:55 AM
    kernel
    calling mpo_policy_init for Sandbox
    4/20/14 10:45:55 AM
    kernel
    Security policy loaded: Seatbelt sandbox policy (Sandbox)
    4/20/14 10:45:55 AM
    kernel
    Copyright (c) 1982, 1986, 1989, 1991, 1993
    4/20/14 10:45:55 AM
    kernel
    The Regents of the University of California. All rights reserved.
    4/20/14 10:45:55 AM
    kernel
    MAC Framework successfully initialized
    4/20/14 10:45:55 AM
    kernel
    using 16384 buffer headers and 4096 cluster IO buffer headers
    4/20/14 10:45:55 AM
    kernel
    IOAPIC: Version 0x20 Vectors 64:87
    4/20/14 10:45:55 AM
    kernel
    ACPI: System State [S0 S3 S4 S5] (S3)
    4/20/14 10:45:55 AM
    kernel
    PFM64 0xf10000000, 0xf0000000
    4/20/14 10:45:55 AM
    kernel
    [ PCI configuration begin ]
    4/20/14 10:45:55 AM
    kernel
    PCI configuration changed (bridge=4 device=1 cardbus=0)
    4/20/14 10:45:55 AM
    kernel
    [ PCI configuration end, bridges 17 devices 26 ]
    4/20/14 10:45:55 AM
    kernel
    AppleIntelCPUPowerManagement: (built 16:44:45 Jun  7 2011) initialization complete
    4/20/14 10:45:55 AM
    kernel
    mbinit: done (64 MB memory set for mbuf pool)
    4/20/14 10:45:55 AM
    kernel
    rooting via boot-uuid from /chosen: 09A76986-C881-305A-9A97-15F2D98B28A5
    4/20/14 10:45:55 AM
    kernel
    Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    4/20/14 10:45:55 AM
    kernel
    com.apple.AppleFSCompressionTypeZlib kmod start
    4/20/14 10:45:55 AM
    kernel
    com.apple.AppleFSCompressionTypeZlib load succeeded
    4/20/14 10:45:55 AM
    kernel
    AppleIntelCPUPowerManagementClient: ready
    4/20/14 10:45:55 AM
    kernel
    Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT0 @0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/WDC WD2500AAJS-41RYA0 Media/IOGUIDPartitionScheme/Customer@2
    4/20/14 10:45:55 AM
    kernel
    BSD root: disk0s2, major 14, minor 2
    4/20/14 10:45:55 AM
    kernel
    FireWire (OHCI) TI ID 8025 built-in now active, GUID 001cb3fffe8e3a66; max speed s800.
    4/20/14 10:45:55 AM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/20/14 10:45:55 AM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/20/14 10:45:55 AM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/20/14 10:45:55 AM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/20/14 10:45:55 AM
    kernel
    SAM Multimedia: READ or WRITE failed, SENSE_KEY = 0x05, ASC = 0x20, ASCQ = 0x00
    4/20/14 10:45:50 AM
    com.apple.launchd[1]
    *** launchd[1] has started up. ***
    4/20/14 10:45:55 AM
    com.apple.launchd[1]
    (com.apple.usbmuxd) Unknown key: POSIXSpawnType
    4/20/14 10:45:56 AM
    kernel
    AppleIntel8254XEthernet: Ethernet address 00:17:f2:0d:18:4a
    4/20/14 10:45:56 AM
    kernel
    AppleIntel8254XEthernet: Ethernet address 00:17:f2:0d:18:4b
    4/20/14 10:45:56 AM
    kernel
    systemShutdown false
    System Diagnostic Report (last one)
    Process:         plugin-container [236]
    Path:            /Applications/Firefox.app/Contents/MacOS/plugin-container.app/Contents/MacOS/pl ugin-container
    Identifier:      plugin-container
    Version:         ??? (???)
    Code Type:       X86-64 (Native)
    Parent Process:  firefox [220]
    Date/Time:       2014-04-12 17:49:47.384 +0900
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          271743 sec
    Crashes Since Last Report:           6
    Per-App Crashes Since Last Report:   6
    Anonymous UUID:                      1D7447CF-D1D4-4E24-AEAA-5DEA325A3E4A
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    Dyld Error Message:
      could not load inserted library:
    Binary Images:
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <69130DA3-7CB3-54C8-ABC5-423DECDD2AF7> /usr/lib/dyld
    System Profile:
    Model: MacPro1,1, BootROM MP11.005C.B08, 4 processors, Dual-Core Intel Xeon, 2.66 GHz, 12 GB, SMC 1.7f10
    Graphics: ATI Radeon HD 5770, ATI Radeon HD 5770, PCIe, 1024 MB
    Graphics: NVIDIA GeForce 7300 GT, NVIDIA GeForce 7300 GT, PCIe, 32768 MB
    Memory Module: global_name
    Network Service: Ethernet 2, Ethernet, en1
    PCI Card: ATI Radeon HD 5770, sppci_displaycontroller, Slot-1
    PCI Card: ATI Radeon HD 5770, ATY,HoolockParent, Slot-1
    PCI Card: NVIDIA GeForce 7300 GT, sppci_displaycontroller, Slot-2
    Serial ATA Device: WDC WD2500AAJS-41RYA0, 232.89 GB
    Serial ATA Device: WDC WD20EARX-00PASB0, 1.82 TB
    Serial ATA Device: WDC WD5000AAKS-00TMA0, 465.76 GB
    Serial ATA Device: Hitachi HDP725050GLA360, 465.76 GB
    Parallel ATA Device: PIONEER DVD-RW  DVR-112D
    USB Device: Composite Device, 0x0763  (M-Audio), 0x1002, 0x5d100000 / 2
    USB Device: nanoKONTROL2, 0x0944  (KORG, Inc.), 0x0117, 0x1d200000 / 2
    USB Device: Hub in Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x1003, 0x3d100000 / 2
    USB Device: Apple Optical USB Mouse, 0x05ac  (Apple Inc.), 0x0304, 0x3d110000 / 4
    USB Device: Apple Pro Keyboard, 0x05ac  (Apple Inc.), 0x020d, 0x3d130000 / 3
    FireWire Device: built-in_hub, Up to 800 Mb/sec
    FireWire Device: My Book 1112, WD, Up to 800 Mb/sec

  • Execute java programs automatically when system is connected to internet

    Good Day friends...
    Iam beginner in java. Please goes through the Question and please answer.
    I need to start my java programs automatically when system(windows operating-xp/7) is connected to the internet.
    Thanks in Advance,
    Shackir

    A. You might want to learn about Windows Services. Try searching for it on the web
    B. There is no way to programmatic detect if/when the local computer is connected to the internet, at least not in Java. The best you could do would be to create a timer and to periodically try to make your connection

  • Program - Automatic Posting Request Problem

    Hi all,
    I have called the program "Program - Automatic Posting" using fnd_request.submit_request in my specific program and when i check the request on Oracle application, the status is on Inactive - No Manager.
    When I click on the button Details on the 'Find request' form, the status change to On Hold and just after the Automatic Posting starts running and complete successfully.
    Please help on this issue.
    thx

    Hi Rajesh
    If in OB41 Reversal posting keys are maintained then go to OBA7 and select the reversal accounting document type and check wheather the G/L accounts are maintained correctly or not .Also check wheather data is completely maintained or not
    Regards
    Srinath

  • I have installed Adobe Premiere Pro cc on my laptop, but I cant find a way to start the program. No Icon, and it is not showing up in the start meny. It is showing up in add/remove programs, but nt anywhere else.

    I have installed Adobe Premiere Pro cc on my laptop, but I cant find a way to start the program. No Icon, and it is not showing up in the start meny. It is showing up in add/remove programs, but nt anywhere else.

    If you are using a Mac, simply hit Command-Spacebar to bring up Spotlight Search.  Begin typing the name of the application and when you see what you are looking for, press enter.  You should get a hit by the second or third letter you type.  Great way to launch apps on computers that you are not familiar with.
    Windows 7 and 8 should have something similar.  I think you simply press the Windows key and begin typing.  Press enter when you see a match.
    Both Mac and Windows search tools can be customized to search for applications, files, emails and so forth.  For Windows, look for Taskbar and Start Menu Properties.  For Mac, go to Preferences Spotlight.  Turn off items you know you won't need to speed up searches.
    Make Windows 7 Start Menu Search Find Your Applications Faster

  • Tried to reinstall OSX Mountain Lion 10.8.4 and every time i start with the installation i get a requested time out message, had to shut down my MacBook Pro retina. Now when i start up it automatically start internet recovery

    tried to reinstall OSX Mountain Lion 10.8.4 and every time i start with the installation i get a requested time out message, had to shut down my MacBook Pro retina. Now when i start up it automatically start internet recovery for two ouers. After the internet recovery the same problem with reinstalling OSX message

    Gave up on the GUI.  This script derived from http://blog.netnerds.net/2012/07/os-x-how-to-setup-nat-on-lion-and-mountain-lion / seems to work for me:
    gwdev=en0 # This is my WiFi connection (has Internet connection)
    targetdev=en1 # This is the USB to Ethernet adapter (to give Internet connection)
    /sbin/ifconfig $targetdev down
    /sbin/ifconfig bridge0 create
    /sbin/ifconfig bridge0 up
    /sbin/ifconfig bridge0 addm $gwdev
    /sbin/ifconfig bridge0 $HOST_ADDR
    /sbin/route add default -interface bridge0 -ifscope bridge0 -cloning
    /usr/sbin/sysctl -w net.inet.ip.forwarding=1
    /sbin/ipfw add 100 divert natd ip from any to any via $gwdev
    /usr/sbin/natd -interface $gwdev -use_sockets -same_ports -unregistered_only -dynamic -clamp_mss -enable_natportmap -natportmap_interface $targetdev

  • Need to start a program in Oracle System (External) from sap program

    Hi guys,
         I need to start a program in another oracle based system from sap program by writing native sql statements.
    Does anyone have idea how to do this.
    Rgds,
    Ram

    Hi,
    Here is another sample for procedures.Kindly reward points by clicking the star on the left of reply,if it is useful.
    Code Sample for writing a procedure with input and output parameters
    REPORT zzz_jaytest.
    * Getting the regno and total as input parameters
    PARAMETERS : p_regno(10) TYPE c DEFAULT 'R1000',
                               p_total     TYPE i.
    data : v_total type i.
    * In this procedure, we are updating the total of a regno given as input.
    * Here two parameters used in the procedure are input parameters.
    * We are updating the record of regno entered in selection screen and
    * adding the total entered to the already existing total. We have to give semicolon
    * for the statement inside procedure.
    exec sql.
    CREATE or replace PROCEDURE PROC1 ( p_regno in char, p_total in number )
    IS
        BEGIN
          UPDATE stu_det SET total = total + p_total where regno = p_regno;
        END;
    endexec.
    * This is the code to execute the procedure for update.
    * While executing the procedure, the parameter variable should be
    * preceded with colon  :
    EXEC SQL.
      EXECUTE PROCEDURE PROC1 ( in :p_regno, in :p_total )
    ENDEXEC.
    * In this procedure, we are selecting the details for the regno entered
    * as input. Here p_regno is input parameter and v_total is used as output
    * parameter. So that we can use the retrieved value of v_total in our
    * ABAP program
    exec sql.
    CREATE or replace PROCEDURE PROC2 (p_regno in char, v_total out char)
    IS
        BEGIN
          select total into v_total from stu_det
                             where regno = p_regno;
        END;
    endexec.
    * This is the code to execute second procedure.
    EXEC SQL.
      EXECUTE PROCEDURE PROC2 ( in :p_regno, out :v_total )
    ENDEXEC.
    write : / 'Total of ', p_regno, ' is ', v_total.

  • When I start the program I instantly see this message:  "Adobe Bridge encountered a problem and is unable to read the cache, please try purging the central cache in cache preferences to correct the situation".  I have tried this and it only results in a s

    When I start the program I instantly see this message:  "Adobe Bridge encountered a problem and is unable to read the cache, please try purging the central cache in cache preferences to correct the situation".  I have tried this and it only results in a stalled/locked program.  I have tried restarting my machine multiple times and tried reconfiguring how the cache is managed.  Do you have anyone who could walk me through each step to correct this problem which just started two days ago.  I have owned this program for at least a year now...

    BOILERPLATE TEXT:
    Note that this is 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 (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    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,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    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!

  • Itunes will no longer work on my Windows 8 PC. When I attempt to start the program a message says: A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available.

    Itunes will no longer work on my Windows 8 PC. When I attempt to start the program a message says: A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available.  I have tried to uninstall iTunes but the Windows uninstaller will not delete the program I get a message that says: A network error occurred while attempting to read file: C:\Windows|Installer|iTunes.msi.  How do I get iTunes to work again?

    Whentrying to uninstall iTunes (the first program that must be uninstalled per the instructions) I get a message:  A network error occurred while attempting to read file: C:\Windows|Installer|iTunes.msi. I can't even uninstall iTunes?
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page).
    http://majorgeeks.com/download.php?det=4459
    Here's a screenshot showing the particular links on the page that you should be clicking:
    After clicking one of the circled links, you should be taken to another page, and after a few seconds you should see a download dialog appear for the msicuu2.exe file. Here's a screenshot of what it looks like for me in Firefox:
    Choose to Save the file. If the dialog box does not appear for you, click the link on the page that says "CLICK HERE IF IT DOES NOT". Here's a screenshot of the page with the relevant link circled:
    When the dialog appears, choose to save the file.
    (2) Go to the Downloads area for your Web browser. Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • M Having this error when ever i start any program in windows 7 professional 64bit. please help me

    i scanned my for viruses but no viruses has been found .. i have also scanned my system for malware too and found some threads but now they all are removed .. but m still getting this error ''The Parameter Is Incorrect'' when ever i start any program a runtime
    error occured.. 

    Hi,
    Could you let us know the exact and complete error message?
    The easier way is to use
    system restore to roll back to the previous point without any problem for test.
    Karen Hu
    TechNet Community Support

Maybe you are looking for

  • I have a Sharp TV can I use my new Apple TV

    My TV is an older annalog TV model number 32R-S60. What do I need to hook up my apple TV. I have three RCA jacks Input in the back and three RCA output jacks in the front. I have purchased an HDMI to RCA cable with no success. Does anyone know a fix

  • Can't find Danish language in iTunes Connect when choosing localizations

    I tried to upload a new app in English language but got the following e-mail from Apple: Dear xx, You can now edit the default language of your app's metadata on iTunes Connect at the app level and it can be changed at any time. Customers are more li

  • Best Buy shouldn't be allowed steelbooks, as you guys haven't the foggiest idea what you are doing.

    I swear everytime I try and go to get a steelbook from Best Buy it makes me hate Best Buy ever so much and never ever ever want to shop there because of how bad you handle this and have no idea what you are doing. Wanted to preorder Ghost Rider and g

  • Image Gallery/Portfolio

    Hey there.. Can anyone tell me how to edit the attached actionscript to do the following: 1) Use the 'url' field from the xml file so that when a link exists, when the user clicks on the image it takes them to that link. 2) Remove the functionality t

  • Home sharing error

    i've just got a new windows laptop, i did have a mac before, i did get a laptop with a faulty speaker, transfered all my itunes across using home sharing then the speaker stopped working so they exchanged it, now i'm back to square one, but this time