<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2718.us blog &#187; securityagent</title>
	<atom:link href="http://2718.us/blog/tag/securityagent/feed/" rel="self" type="application/rss+xml" />
	<link>http://2718.us/blog</link>
	<description>Miscellaneous Technological Geekery</description>
	<lastBuildDate>Tue, 18 May 2010 02:42:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>A New Trick for When the OS X Screensaver Password Window Hangs</title>
		<link>http://2718.us/blog/2009/05/19/a-new-trick-for-when-the-os-x-screensaver-password-window-hangs/</link>
		<comments>http://2718.us/blog/2009/05/19/a-new-trick-for-when-the-os-x-screensaver-password-window-hangs/#comments</comments>
		<pubDate>Wed, 20 May 2009 03:38:35 +0000</pubDate>
		<dc:creator>2718.us</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[applescript]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osascript]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[screensaver]]></category>
		<category><![CDATA[securityagent]]></category>

		<guid isPermaLink="false">http://2718.us/blog/?p=148</guid>
		<description><![CDATA[I have multiple computers, so I can easily ssh into my desktop when the screensaver password is hanging and won&#8217;t let me log in. The not-so-new trick has been to use AppleScript on the command line to not-so-harshly close some applications (run osascript, then tell application "program name" to quit, followed by ctrl-D (EOF). The [...]]]></description>
			<content:encoded><![CDATA[<p>I have multiple computers, so I can easily ssh into my desktop when the screensaver password is hanging and won&#8217;t let me log in.</p>
<p>The not-so-new trick has been to use AppleScript on the command line to not-so-harshly close some applications (run <code>osascript</code>, then <code>tell application "program name" to quit</code>, followed by ctrl-D (EOF).</p>
<p>The new trick is to sudo kill SecurityAgent, sudo run SecurityAgent, put the machine to sleep, then wake it back up (necessary to get SecurityAgent to put up a new password window).</p>
]]></content:encoded>
			<wfw:commentRss>http://2718.us/blog/2009/05/19/a-new-trick-for-when-the-os-x-screensaver-password-window-hangs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

