<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>VMware Communities : All Content - VProbes</title>
    <link>http://communities.vmware.com/community/developer/forums/vprobes</link>
    <description>All Content in VProbes</description>
    <language>en</language>
    <pubDate>Mon, 12 Oct 2009 14:27:04 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-10-12T14:27:04Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>image1</title>
      <link>http://communities.vmware.com/docs/DOC-10888</link>
      <description />
      <pubDate>Mon, 12 Oct 2009 14:26:20 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/docs/DOC-10888</guid>
      <dc:date>2009-10-12T14:26:20Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>image</title>
      <link>http://communities.vmware.com/docs/DOC-10887</link>
      <description />
      <pubDate>Mon, 12 Oct 2009 14:25:24 GMT</pubDate>
      <author>navadavuluri</author>
      <guid>http://communities.vmware.com/docs/DOC-10887</guid>
      <dc:date>2009-10-12T14:25:24Z</dc:date>
      <clearspace:dateToText>1 month, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>vprobes status</title>
      <link>http://communities.vmware.com/message/1372118</link>
      <description>Has there been any advancements in vprobes?  Any cool, new things to show us?</description>
      <pubDate>Wed, 23 Sep 2009 18:06:01 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/message/1372118</guid>
      <dc:date>2009-09-23T18:06:01Z</dc:date>
      <clearspace:dateToText>2 months, 9 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Technology Exchange Developer Day - Vprobes -Observing the software stack from top to bottom</title>
      <link>http://communities.vmware.com/message/1364519</link>
      <description>Has anyone filmed this?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vprobes</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">technology_exchange</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">developer_day</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vmworld</category>
      <pubDate>Tue, 15 Sep 2009 18:46:50 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/message/1364519</guid>
      <dc:date>2009-09-15T18:46:50Z</dc:date>
      <clearspace:dateToText>2 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>should getsystemtime work under Workstation 6.5 for a linux guest?</title>
      <link>http://communities.vmware.com/message/1324608</link>
      <description>&lt;br /&gt;
In the documentation, getsystemtime takes an integer output variable as an argument and returns an integer indicating success (so: int getsystemtime(int)).  In practice, it would appear to have a signature of void getsystemtime(int) and do nothing whatsoever.  Should it work?  Are there platform limitations?&lt;br /&gt;
&lt;p /&gt;
What I want is a way to retrieve the current time (from the perspective of the guest) for a guest that is being replayed.  I was hoping getsystemtime would be my solution.  My current solution (for a 32-bit Ubuntu 9.04 linux guest using 2.6.28-13) is to retrieve the 8-byte xtime value having looked up the offset via kallsyms.  The deficiency is that time only advances when the kernel updates it.&lt;br /&gt;
&lt;p /&gt;
Does VMware maintain a better internal time-clock (or at least a monotonically increasing counter) during replay that is relatively immune to the time cost of running vprobes (and does not increment when suspended)?  My overall use-case is to record the execution of a program with no vprobes active.  Once I have the recording, I want to replay it with (potentially expensive, at least in aggregate) vprobes in place while also having an idea of what the original timeline was.&lt;br /&gt;
&lt;p /&gt;
If xtime is my best option, I won't complain if you tell me how to turn up the resolution and what would be a reasonable setting to avoid making the execution less realistic because the VM spends all its time handling timer interrupts.</description>
      <pubDate>Thu, 30 Jul 2009 04:23:02 GMT</pubDate>
      <author>visbrero</author>
      <guid>http://communities.vmware.com/message/1324608</guid>
      <dc:date>2009-07-30T04:23:02Z</dc:date>
      <clearspace:dateToText>3 months, 3 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>VProbes in PowerShell</title>
      <link>http://communities.vmware.com/message/1266674</link>
      <description>Same with this one, it loads, but no output:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;&amp;quot;(defaggr agr 0 0);(vprobe VMM1Hz ( do  ( setint str    (sprintf \&amp;quot;%s:%d\&amp;quot;  \&amp;quot;barf\&amp;quot;  12 ))( aggr  agr () () 3)))&amp;quot;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Which is understandable since it is sprintf.</description>
      <pubDate>Fri, 29 May 2009 20:16:38 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/message/1266674</guid>
      <dc:date>2009-05-29T20:16:38Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
    </item>
    <item>
      <title>Using WinDbg symbol files</title>
      <link>http://communities.vmware.com/message/1266600</link>
      <description>Modifying this: &lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;808e5d9a nt!IopFreeDCB = &amp;lt;no type information&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
to this:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;0`808e5d9a nt!IopFreeDCB = &amp;lt;no type information&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
does list the probe names correctly.</description>
      <pubDate>Fri, 29 May 2009 19:13:38 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/message/1266600</guid>
      <dc:date>2009-05-29T19:13:38Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Configuration Parameters</title>
      <link>http://communities.vmware.com/message/1266554</link>
      <description>&lt;br /&gt;
&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;fixitchris wrote:&lt;/span&gt;Rob?&lt;/div&gt;
Hi Chris. &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt; &lt;br /&gt;
&lt;p /&gt;
vpFile is an option to specify a VP script to be loaded at VM power on. &lt;br /&gt;
&lt;p /&gt;
syscall is an option to specify a file containing a list equating Linux syscall numbers with names.  Note that this option is being deprecated in the next release.</description>
      <pubDate>Fri, 29 May 2009 18:28:56 GMT</pubDate>
      <author>robgbenson</author>
      <guid>http://communities.vmware.com/message/1266554</guid>
      <dc:date>2009-05-29T18:28:56Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Fix for linux26-32-process.emt</title>
      <link>http://communities.vmware.com/message/1243133</link>
      <description>Hi Nitin,&lt;br /&gt;
&lt;br /&gt;
Thanks for the bug fix, checked it into the vprobe toolkit.  &lt;br /&gt;
&lt;br /&gt;
Apologies for the limited documetation of offat*, there should be more thorough vp docs in the next release. These functions are used to fish out the offset of a struct member from the guest.  e.g. offatret("sys_getpid") resolves the function address for sys_getpid (using the mapping provided by the vprobe.guestSyms vmx option), looks for the last instruction in the function that did a mov to RAX (where the return value is placed) and returns the offset used in the mov. eg in "movslq 0x108(%rax),%rax" it would return 0x108, this is the offset of the member we're looking for (RAX points to the struct and 0x108 is the offset of the member in that struct). We can then read the value of the member by using getguest and using this offset and the pointer to a struct (eg the current thread pointer). The offat* functions work similarly. &lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Eli</description>
      <pubDate>Tue, 05 May 2009 02:18:05 GMT</pubDate>
      <author>ecollins</author>
      <guid>http://communities.vmware.com/message/1243133</guid>
      <dc:date>2009-05-05T02:18:05Z</dc:date>
      <clearspace:dateToText>6 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Memory accesses of OS processes</title>
      <link>http://communities.vmware.com/message/1236683</link>
      <description>I see what you are looking for...  When I was first introduced to Vprobes, I was also under the impression that I could somehow use vprobes as a 'passive debugger'.  This would have been awesome.  Plus, the 32probe limit is another issue.&lt;br /&gt;
&lt;br /&gt;
Have you verified that wildcards are not supported in linear addresses?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">windows</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">memory</category>
      <pubDate>Mon, 27 Apr 2009 13:31:57 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/message/1236683</guid>
      <dc:date>2009-04-27T13:31:57Z</dc:date>
      <clearspace:dateToText>6 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>GUEST_READ GUEST_WRITE address ranges?</title>
      <link>http://communities.vmware.com/message/1234222</link>
      <description>I could deal with just logging page accesses rather than a specific&lt;br /&gt;
linear address.&lt;br /&gt;
&lt;br /&gt;
Moussa</description>
      <pubDate>Thu, 23 Apr 2009 17:32:52 GMT</pubDate>
      <author>moussaba</author>
      <guid>http://communities.vmware.com/message/1234222</guid>
      <dc:date>2009-04-23T17:32:52Z</dc:date>
      <clearspace:dateToText>7 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>vprobe and Fusion</title>
      <link>http://communities.vmware.com/message/1234198</link>
      <description>Hi &lt;span class="jive-quote-header"&gt;Moussaba,&lt;/span&gt;&lt;br /&gt;
&lt;div class="jive-quote"&gt;&lt;span class="jive-quote-header"&gt;moussaba wrote:&lt;/span&gt;I was able to confirm that vprobe does indeed work in Fusion 2.0. I am only getting 42 probes for Ubuntu 8.10 virtual machine. I was expecting to see many more probes available, am I missing something?&lt;/div&gt;
&lt;br /&gt;
The probe listing you are seeing represents the list of static&lt;br /&gt;
probes provided by our software stack (e..g, Guest_PF, Guest_IRQ, etc).   My&lt;br /&gt;
assumption is that you are looking for the dynamic guest probes which&lt;br /&gt;
are only available if you provide a guest symbol file to the VM before&lt;br /&gt;
boot.  You can find the full details about loading guest symbol files&lt;br /&gt;
in the "Getting Started with VProbes" section of the Workstation 6.5 VProbes&lt;br /&gt;
Programming Manual (see&lt;br /&gt;
&lt;a class="jive-link-external" href="http://www.vmware.com/pdf/ws65_vprobes_reference.pdf"&gt;http://www.vmware.com/pdf/ws65_vprobes_reference.pdf&lt;/a&gt;).   For&lt;br /&gt;
posterity's sake here are the brief set of steps to get things working for Linux guests: &lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;
&lt;li&gt;Create a guest symbol file by running 'cat /proc/kallsyms &amp;gt; &amp;lt;symbolFileName&amp;gt;' within the Linux guest.&lt;/li&gt;
&lt;li&gt;Copy this guest symbol file from the guest to the host.&lt;/li&gt;
&lt;li&gt;Add the following line to the &lt;br clear="all" /&gt; 	VM configuration (.vmx) file before booting the VM:  vprobe.guestSyms = &lt;br clear="all" /&gt; 	"&amp;lt;path_to_symbolFileName&amp;gt;".&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Let us know if you hit any road blocks when trying these steps.&lt;br /&gt;
&lt;p /&gt;
Thanks!</description>
      <pubDate>Thu, 23 Apr 2009 16:53:39 GMT</pubDate>
      <author>robgbenson</author>
      <guid>http://communities.vmware.com/message/1234198</guid>
      <dc:date>2009-04-23T16:53:39Z</dc:date>
      <clearspace:dateToText>7 months, 3 days ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
    <item>
      <title>Vprobe-toolkit in Windows</title>
      <link>http://communities.vmware.com/message/1210161</link>
      <description>looks like this error is harmless (though I'm still not sure what it means).&lt;br /&gt;
Sample vp script:&lt;br /&gt;
vmrun vprobeLoad Fedora10.vmx '(vprobe VMM1Hz (printf "hworld!\n"))'&lt;br /&gt;
keeps printing this message in vprobe.out (in VM directory) until you issue:&lt;br /&gt;
vmrun vprobeReset Fedora10.vmx</description>
      <pubDate>Fri, 27 Mar 2009 01:01:17 GMT</pubDate>
      <author>nitingupta</author>
      <guid>http://communities.vmware.com/message/1210161</guid>
      <dc:date>2009-03-27T01:01:17Z</dc:date>
      <clearspace:dateToText>8 months, 1 day ago</clearspace:dateToText>
      <clearspace:replyCount>11</clearspace:replyCount>
    </item>
    <item>
      <title>Shortcut Keys to Get out of Full Screen in WinXP (Vmware Fusion 1.1.1)</title>
      <link>http://communities.vmware.com/message/1184481</link>
      <description>What is the key combination to get Vmware to revert to the non-fullscreen display of WinXP (very basic question but I did not see the answer when it flashed past)</description>
      <pubDate>Fri, 27 Feb 2009 22:46:05 GMT</pubDate>
      <author>Rob95814</author>
      <guid>http://communities.vmware.com/message/1184481</guid>
      <dc:date>2009-02-27T22:46:05Z</dc:date>
      <clearspace:dateToText>8 months, 4 weeks ago</clearspace:dateToText>
    </item>
    <item>
      <title>Vprobes w/o vmrun</title>
      <link>http://communities.vmware.com/message/1182236</link>
      <description>I have been browsing through vix.dll 1.6.2 and I have noticed a couple of interesting functions:&lt;br /&gt;
&lt;br /&gt;
VixVM_GetVProbes&lt;br /&gt;
VixVM_GetVProbesVersion&lt;br /&gt;
VixVM_VProbeGetGlobalVars&lt;br /&gt;
VixVM_VProbeLoad&lt;br /&gt;
VixVM_VProbeReset&lt;br /&gt;
etc...&lt;br /&gt;
&lt;br /&gt;
Would it be possible to get their signatures?</description>
      <pubDate>Thu, 26 Feb 2009 00:28:16 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/message/1182236</guid>
      <dc:date>2009-02-26T00:28:16Z</dc:date>
      <clearspace:dateToText>9 months, 3 hours ago</clearspace:dateToText>
    </item>
    <item>
      <title>Trying this out...</title>
      <link>http://communities.vmware.com/message/1181650</link>
      <description>&lt;br /&gt;
Sounds pretty cool.  Keep us updated.</description>
      <pubDate>Wed, 25 Feb 2009 16:47:48 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/message/1181650</guid>
      <dc:date>2009-02-25T16:47:48Z</dc:date>
      <clearspace:dateToText>9 months, 11 hours ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
    </item>
    <item>
      <title>VProbes: a stethoscope for your VM (blog, video)</title>
      <link>http://communities.vmware.com/message/1176806</link>
      <description>So cool... now what parameter do I need to adjust for more as 24 hours in a day? &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/grin.gif" alt=":D" /&gt;&lt;br /&gt;
&lt;br&gt;&lt;br&gt;--&lt;br /&gt;
Wil&lt;br /&gt;
_____________________________________________________ &lt;br /&gt;
Visit the new VMware developers wiki at &lt;a class="jive-link-external" href="http://www.vi-toolkit.com"&gt;http://www.vi-toolkit.com&lt;/a&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">video</category>
      <pubDate>Thu, 19 Feb 2009 16:19:37 GMT</pubDate>
      <author>wila</author>
      <guid>http://communities.vmware.com/message/1176806</guid>
      <dc:date>2009-02-19T16:19:37Z</dc:date>
      <clearspace:dateToText>9 months, 6 days ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Community Sample Code Repository for VProbes ?</title>
      <link>http://communities.vmware.com/message/1176202</link>
      <description>Folks - If you have any interesting, and useful VProbes sample code you would like to share with our community please consider using our Community Sample Code repository: &lt;a class="jive-link-external" href="http://communities.vmware.com/community/developer/utilities?view=documents"&gt;http://communities.vmware.com/community/developer/utilities?view=documents&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
If you do contribute please tag it by language and product so it makes it easier to search.. &lt;br /&gt;
&lt;br /&gt;
Many thanks&lt;br /&gt;
&lt;br /&gt;
Pablo</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vprobes</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">sample</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">code</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">repository</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vmware</category>
      <pubDate>Thu, 19 Feb 2009 00:32:48 GMT</pubDate>
      <author>heyitspablo</author>
      <guid>http://communities.vmware.com/message/1176202</guid>
      <dc:date>2009-02-19T00:32:48Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
    </item>
    <item>
      <title>existing examples/support code for probing user-level code?</title>
      <link>http://communities.vmware.com/message/1175693</link>
      <description>User-level is a bit rough, but still possible. &lt;br /&gt;
&lt;br /&gt;
dwarffrob.py is, tragically, a work in progress, but it's more aimed at finding structure offsets than symbol names. If you are looking for a particular user-level binary, you can harvest symbols in the guest (either via windbg.exe or /usr/bin/nm), and append the symbols in the binary to the file specified in vprobe.guestSyms.&lt;br /&gt;
&lt;br /&gt;
Next, you need to make sure that you're hitting the right process. This is best achieved by setting up one of the preloads for your guest and manually checking curprocname; e.g.:&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;GUEST:UserLevelSym
   if (!strcmp(curprocname(), &amp;quot;targetBinary&amp;quot;)) {...} 
&lt;/code&gt;&lt;/pre&gt;You can also test curpid() if you like, etc. Unfortunately, this is all very manual. It would be nice both to automate the symbol harvesting, and to provide nicer notation for probing particular processes. There is also some difficulty with accessing linear addresses that the guest happens to have paged out: since VProbes is nervous about perturbing the state of the guest, we don't inject page faults on such accesses. So the probe fire will simply fail, leaving a warning in your vmware.log.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Keith</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vprobes</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">userspace</category>
      <pubDate>Wed, 18 Feb 2009 16:55:31 GMT</pubDate>
      <author>kma</author>
      <guid>http://communities.vmware.com/message/1175693</guid>
      <dc:date>2009-02-18T16:55:31Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>VProbes on ESX</title>
      <link>http://communities.vmware.com/message/1175624</link>
      <description>It is not possible with ESX 3.5.&lt;br /&gt;
&lt;br /&gt;
Regarding ESX 4 I'd ask your colleagues as those who know are bound by a NDA.</description>
      <pubDate>Wed, 18 Feb 2009 16:02:43 GMT</pubDate>
      <author>oreeh</author>
      <guid>http://communities.vmware.com/message/1175624</guid>
      <dc:date>2009-02-18T16:02:43Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>Welcome VProbes Developers to our shiny new community</title>
      <link>http://communities.vmware.com/message/1174986</link>
      <description>I would love to see more real life examples too...&lt;br /&gt;
&lt;br /&gt;
Think about this, when you re debugging C# code using Visual Studio, you re only stepping through your code.  What if your code is good, but the CLR is JITTING it all wrong!  In this case you will need to go lower and debug the CLRs interaction with the operating system.  The way I understand it, is that you could launch a debugger like softIce in the guest and everything might look OK, but until you launch a debugger a lower layer and point it at the hypervisor , you will never find out that the way the hypervisor is handling Intels and AMDs virtual helper instructions differently, possibly causing the awry behavior.</description>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vprobes</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">vmware</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">developer</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">sdk</category>
      <category domain="http://communities.vmware.com/tags?communityID=2909">api</category>
      <pubDate>Wed, 18 Feb 2009 03:11:37 GMT</pubDate>
      <author>fixitchris</author>
      <guid>http://communities.vmware.com/message/1174986</guid>
      <dc:date>2009-02-18T03:11:37Z</dc:date>
      <clearspace:dateToText>9 months, 1 week ago</clearspace:dateToText>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
  </channel>
</rss>

