<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: System Combo Timeline Released</title>
	<atom:link href="http://www.cutawaysecurity.com/blog/archives/767/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cutawaysecurity.com/blog/archives/767</link>
	<description>Cutaway's Observations, Opinions, Rants, Raves, Tantrums, and Tirades</description>
	<lastBuildDate>Tue, 16 Feb 2010 06:48:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cutaway</title>
		<link>http://www.cutawaysecurity.com/blog/archives/767/comment-page-1#comment-31222</link>
		<dc:creator>cutaway</dc:creator>
		<pubDate>Fri, 04 Dec 2009 05:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=767#comment-31222</guid>
		<description>@Eric,

It looks like you are using the same version of Python so I don&#039;t think that &quot;subprocess&quot; is a problem.  I haven&#039;t experienced this problem with other users so far.

Perhaps there is a parse error being produced by evtparse.pl and the subprocess&#039; STDERR is not handling it properly.  Have you tried running evtparse.pl against your EVT file to see if you get errors?  Harlan&#039;s EVT scripts usually handle &quot;corrupted&quot; EVT files very well, but there may be some other issue.  If you post any error output from evtparse.pl it might help.

Thank you,
Don C. Weber</description>
		<content:encoded><![CDATA[<p>@Eric,</p>
<p>It looks like you are using the same version of Python so I don&#8217;t think that &#8220;subprocess&#8221; is a problem.  I haven&#8217;t experienced this problem with other users so far.</p>
<p>Perhaps there is a parse error being produced by evtparse.pl and the subprocess&#8217; STDERR is not handling it properly.  Have you tried running evtparse.pl against your EVT file to see if you get errors?  Harlan&#8217;s EVT scripts usually handle &#8220;corrupted&#8221; EVT files very well, but there may be some other issue.  If you post any error output from evtparse.pl it might help.</p>
<p>Thank you,<br />
Don C. Weber</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: E Gifford</title>
		<link>http://www.cutawaysecurity.com/blog/archives/767/comment-page-1#comment-31221</link>
		<dc:creator>E Gifford</dc:creator>
		<pubDate>Fri, 04 Dec 2009 00:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=767#comment-31221</guid>
		<description>I&#039;m getting this error:
$ python syscombotln.py IS080
Traceback (most recent call last):
  File &quot;syscombotln.py&quot;, line 156, in 
    EVTP = sb.Popen(evt_cmd, stdout = sb.PIPE, stderr = sb.PIPE).communicate()
  File &quot;/usr/lib/python2.5/subprocess.py&quot;, line 594, in __init__
    errread, errwrite)
  File &quot;/usr/lib/python2.5/subprocess.py&quot;, line 1091, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting this error:<br />
$ python syscombotln.py IS080<br />
Traceback (most recent call last):<br />
  File &#8220;syscombotln.py&#8221;, line 156, in<br />
    EVTP = sb.Popen(evt_cmd, stdout = sb.PIPE, stderr = sb.PIPE).communicate()<br />
  File &#8220;/usr/lib/python2.5/subprocess.py&#8221;, line 594, in __init__<br />
    errread, errwrite)<br />
  File &#8220;/usr/lib/python2.5/subprocess.py&#8221;, line 1091, in _execute_child<br />
    raise child_exception<br />
OSError: [Errno 2] No such file or directory</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Hay &#187; Blog Archive &#187; links for 2009-12-01</title>
		<link>http://www.cutawaysecurity.com/blog/archives/767/comment-page-1#comment-31220</link>
		<dc:creator>Andrew Hay &#187; Blog Archive &#187; links for 2009-12-01</dc:creator>
		<pubDate>Tue, 01 Dec 2009 20:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.cutawaysecurity.com/blog/?p=767#comment-31220</guid>
		<description>[...] Security Ripcord » Blog Archive » System Combo Timeline Released (tags: timeline forensics tool)    Posted in Suggested Blog Reading &#124;    var idcomments_acct=&#039;90b2fde2bc0dbc10822f063f54ad16cc&#039;; var idcomments_post_id=&#039;1180&#039;; var idcomments_post_time=&#039;2009-12-01 20:04:27&#039;; var idcomments_post_author=&#039;Andrew Hay&#039;; var idcomments_post_title=&#039;links+for+2009-12-01&#039;; var idcomments_post_url=&#039;http://www.andrewhay.ca/archives/1180&#039;; var commentScriptWrapper = document.createElement(&quot;SCRIPT&quot;); commentScriptWrapper.type = &quot;text/javascript&quot;; commentScriptWrapper.src = &quot;http://www.intensedebate.com/js/wordpressTemplateCommentWrapper2.php?acct=&quot;+idcomments_acct+&quot;&amp;postid=&quot;+idcomments_post_id+&quot;&amp;title=&quot;+escape(idcomments_post_title)+&quot;&amp;url=&quot;+idcomments_post_url+&quot;&amp;posttime=&quot;+idcomments_post_time+&quot;&amp;postauthor=&quot;+idcomments_post_author; document.getElementsByTagName(&quot;HEAD&quot;)[0].appendChild(commentScriptWrapper); [...]</description>
		<content:encoded><![CDATA[<p>[...] Security Ripcord » Blog Archive » System Combo Timeline Released (tags: timeline forensics tool)    Posted in Suggested Blog Reading |    var idcomments_acct=&#39;90b2fde2bc0dbc10822f063f54ad16cc&#39;; var idcomments_post_id=&#39;1180&#39;; var idcomments_post_time=&#39;2009-12-01 20:04:27&#39;; var idcomments_post_author=&#39;Andrew Hay&#39;; var idcomments_post_title=&#39;links+for+2009-12-01&#39;; var idcomments_post_url=&#39;http://www.andrewhay.ca/archives/1180&#39;; var commentScriptWrapper = document.createElement(&quot;SCRIPT&quot;); commentScriptWrapper.type = &quot;text/javascript&quot;; commentScriptWrapper.src = &quot;http://www.intensedebate.com/js/wordpressTemplateCommentWrapper2.php?acct=&quot;+idcomments_acct+&quot;&amp;postid=&quot;+idcomments_post_id+&quot;&amp;title=&quot;+escape(idcomments_post_title)+&quot;&amp;url=&quot;+idcomments_post_url+&quot;&amp;posttime=&quot;+idcomments_post_time+&quot;&amp;postauthor=&quot;+idcomments_post_author; document.getElementsByTagName(&quot;HEAD&quot;)[0].appendChild(commentScriptWrapper); [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
