Hi,

How do I start memcache automatically upon logging in to my Mac 10.9.1 
machine?  I’m trying the following that results in an error.  I placed the 
following script (MemCached.plist) in my /Library/LaunchDaemons folder with 
-rw-r--r-- permissions (user: root, group: wheel):

    <?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>Disabled</key>
            <false/>
            <key>Label</key>
            <string>MemCache</string>
            <key>ProgramArguments</key>
            <array>
                    <string>memcached</string>
                    <string>-vvv</string>
                    <string>&gt;</string>
                    <string>/Users/davea/memcached.log</string>
                    <string>2&gt;&amp;1</string>
            </array>
            <key>RunAtLoad</key>
            <true/>
            <key>UserName</key>
            <string>root</string>
            <key>GroupName</key>
            <string>wheel</string>
    </dict>
    </plist>

However, this results in the error (error 64), “Host is down.  A socket 
operation failed because the destination host was down.”  Any advice on 
solving this is appreciated, - Dave

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"memcached" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to