<?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 : Unanswered Threads - Replay-Based Debugging</title>
    <link>http://communities.vmware.com/community/vmtn/general/guestdebugmonitor?view=discussions&amp;filter=open</link>
    <description>Unanswered Discussion Threads in Replay-Based Debugging</description>
    <language>en</language>
    <pubDate>Mon, 09 Nov 2009 23:33:15 GMT</pubDate>
    <generator>Clearspace 1.10.12 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2009-11-09T23:33:15Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Connecting to x64 target</title>
      <link>http://communities.vmware.com/thread/241067</link>
      <description>&lt;br /&gt;
I am trying to hook up to a Win7 x64 boot in VMWare WS 6.5 using host platform XP x64.  GNU gdb 6.3 from MinGW. Settings in vmx file:&lt;br /&gt;
&lt;p /&gt;
bios.bootDelay = "3000"&lt;br /&gt;
debugStub.hideBreakpoints = "TRUE"&lt;br /&gt;
#debugStub.listen.guest32 = "TRUE"&lt;br /&gt;
#debugStub.listen.guest32.remote = "TRUE" &lt;br /&gt;
#monitor.debugOnStartGuest32 = "TRUE"&lt;br /&gt;
debugStub.listen.guest64 = "TRUE"&lt;br /&gt;
debugStub.listen.guest64.remote = "TRUE" &lt;br /&gt;
&lt;p /&gt;
From gdb command-line:&lt;br /&gt;
&lt;p /&gt;
(gdb) set architecture i386:x86-64&lt;br /&gt;
The target architecture is assumed to be i386:x86-64&lt;br /&gt;
(gdb) target remote localhost:8864&lt;br /&gt;
Remote debugging using localhost:8864&lt;br /&gt;
Ignoring packet error, continuing...&lt;br /&gt;
Ignoring packet error, continuing...&lt;br /&gt;
Ignoring packet error, continuing...&lt;br /&gt;
Couldn't establish connection to remote target&lt;br /&gt;
Malformed response to offset query, timeout&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
If I use the 32-bit settings I can connect just fine at boot and step all the way until long mode is enabled.&lt;br /&gt;
&lt;p /&gt;
Using the 64-bit settings I have tried connecting at boot, and I have tried connecting after I know 64-bit instructions are executing.  Same behavior...no luck.  Am I doing something obviously wrong?</description>
      <pubDate>Fri, 06 Nov 2009 03:41:52 GMT</pubDate>
      <author>kernelgrunt</author>
      <guid>http://communities.vmware.com/thread/241067</guid>
      <dc:date>2009-11-06T03:41:52Z</dc:date>
      <clearspace:dateToText>1 week, 6 days ago</clearspace:dateToText>
      <clearspace:messageCount>6</clearspace:messageCount>
      <clearspace:replyCount>5</clearspace:replyCount>
    </item>
    <item>
      <title>Host could not participate in VCE after failed CPU replaced</title>
      <link>http://communities.vmware.com/thread/240907</link>
      <description>&lt;br /&gt;
This is an odd situation that we encounter which I would like to share in order to 1-shed some more light over, hopefully and 2- so it may be of help to someone in the same situation. &lt;br /&gt;
&lt;p /&gt;
Couple of weeks ago we had a HW failure on one of the HP BL680c G5 blades where it just died, lights are on but no one home kind a thing. HP came in and with a new mobo, as they always do, replaced but still no joy, the savvey engineer then discovered that it is not one but two out of the four cpus are faulty. Ordered and replaced them and the host came back to life. Fine but for the life of me I could not get the 6 hosts cluster to recognise it as a VT enabled host although made sure the VT and the 'No-Execute Memory Protection'  both are enabled in the BIOS. As a result this lone host would not vmotion to or from without the warning message about the CPU bit.&lt;br /&gt;
&lt;p /&gt;
The only way to get the cluster EVC enabled again and be able to vmotion normally was to create a new cluster with EVC enabled and migrate all the hosts and VMs to it. When I did that the host that had a problem joined ok and was vmotioning as normal. I had manually recreate all the rules I had on the old cluster which was deleted and the new one renamed. &lt;br /&gt;
&lt;p /&gt;
Now had anyone been in the same boat and what did they do if different.&lt;br /&gt;
&lt;p /&gt;
Thank you</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">evc</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">vt</category>
      <pubDate>Thu, 05 Nov 2009 11:48:47 GMT</pubDate>
      <author>Jawdat</author>
      <guid>http://communities.vmware.com/thread/240907</guid>
      <dc:date>2009-11-05T11:48:47Z</dc:date>
      <clearspace:dateToText>2 weeks, 2 days ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>GDB debug stub does not respond correctly to "T" thread alive queries...</title>
      <link>http://communities.vmware.com/thread/230798</link>
      <description>&lt;br /&gt;
I have been trying to attach recent builds of gdb (archer's python branch: &lt;a class="jive-link-external" href="http://sourceware.org/gdb/wiki/PythonGdb"&gt;http://sourceware.org/gdb/wiki/PythonGdb&lt;/a&gt;) to the VMware debug stub.  I've found 2 apparent gdb bugs and 1 that appears to be an issue with the VMware stub.&lt;br /&gt;
&lt;p /&gt;
The gdb bugs can be found here, for completeness:&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://sourceware.org/ml/archer/2009-q3/msg00188.html"&gt;http://sourceware.org/ml/archer/2009-q3/msg00188.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
&lt;a class="jive-link-external" href="http://sourceware.org/ml/archer/2009-q3/msg00198.html"&gt;http://sourceware.org/ml/archer/2009-q3/msg00198.html&lt;/a&gt;&lt;br /&gt;
&lt;p /&gt;
With those bugs fixed, I can perform an "info threads" after providing the linuxoffsets and get a list of all the live threads.  However, attempting to switch to the thread via "thread GDBTHREADNUMBER" fails because when gdb asks about the thread, VMware's response makes it think the thread is dead.  This causes it to not switch to the thread.  For example, if the GDB thread number is 179 and the underlying thread id is 3008, "thread 179" results in a payload of "Tbc0".  VMware responds with "E00" which makes gdb think the thread is dead, as per the spec on the command.&lt;br /&gt;
&lt;p /&gt;
If I modify gdb so that remote_thread_alive in remote.c always returns true (and does not issue the command), things work as they used to work in my older setup.&lt;br /&gt;
&lt;p /&gt;
I am using VMware workstation 6.5.3 with up-to-date Ubuntu 9.04 i386 guests on an Ubuntu 9.04amd64 host.  In my old setup I used the gdb debugger that shipped with Ubuntu 9.04 with Workstation 6.5.2 (or maybe 6.5.1?).  The system gdb no longer works, so I presume there was an update to gdb on 9.04 that broke things, but I have not investigated heavily since I'd rather use a modern gdb works (and can be scripted with python!) than figure out what ancient version works.&lt;br /&gt;
&lt;p /&gt;
My idea of what works is: Attach with archer-gdb without having specified an executable.  Tell it about the linux offsets, do "info threads", find the first thread in the process I care about, switch to that thread.  Detach and quit.  Attach with archer-gdb having specified an executable.  Things are now in a state where I have a valid backtrace and gdb's understanding of the executable's layout in memory appears correct.</description>
      <pubDate>Thu, 10 Sep 2009 09:16:56 GMT</pubDate>
      <author>visbrero</author>
      <guid>http://communities.vmware.com/thread/230798</guid>
      <dc:date>2009-09-10T09:16:56Z</dc:date>
      <clearspace:dateToText>2 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Debugging after serious error in client VM</title>
      <link>http://communities.vmware.com/thread/225528</link>
      <description>I have a problem with some code that runs in real mode from a linux kernel. At some point after my code is entered I get a pop-up n VMware saying:&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-plain"&gt;*** Virtual machine kernel stack fault (hardware reset) ***
(snip a few lines of explanation)
Press OK to reboot thevirtual machine of Cancel to shut it down.
&lt;/code&gt;&lt;/pre&gt;&lt;br /&gt;
&lt;p /&gt;
What I'd &lt;b&gt;really&lt;/b&gt; like to do, though, is to debug it.&lt;br /&gt;
&lt;br /&gt;
I have remote debugging of the kernel running, connected to gdb in another VM, but at the time that I get the stack fault in the debuggee VMware won't even let me switch to the debugging VM to try to break in with gdb. It's not clear whether this isbecause of a limitation in the way VMware is implemented, or just a result of the fact that the dialog box VMware displays is modal?&lt;br /&gt;
Is there some way to make the stack fault generate a breakpoint instead of a pop-up and a reset when the VM in which it occurs is being debugged?&lt;br /&gt;
&lt;br /&gt;
If not, can I make that a feature request, please?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">debug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">linux</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">kernel</category>
      <pubDate>Tue, 11 Aug 2009 14:48:01 GMT</pubDate>
      <author>DAJames</author>
      <guid>http://communities.vmware.com/thread/225528</guid>
      <dc:date>2009-08-11T14:48:01Z</dc:date>
      <clearspace:dateToText>3 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Cannot access memory at address when trying to set a breakpoint</title>
      <link>http://communities.vmware.com/thread/220084</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I am trying to debug Linux guest kernel on a Windows host. I am using MingW gdb and VMWare workstation 6.5.2 (actually the same error happens with VMWare server). &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
I added  debugStub.listen.guest32=1 to the vmx file and was able to attach gdb on port 8832 (as described here: &lt;a class="jive-link-external" href="http://stackframe.blogspot.com/2007/04/debugging-linux-kernels-with.html"&gt;http://stackframe.blogspot.com/2007/04/debugging-linux-kernels-with.html&lt;/a&gt;).&lt;br /&gt;
&lt;p /&gt;
 I can see a stack trace, I can interrupt guest execution with Ctrl+C.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
But when I try to put a break point at any function, I get erro, e.g., &lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
(gdb) b sys_open&lt;br /&gt;
Cannot access memory at address 0x80284c59 &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
The same error happens when I try to view contents of the variable:&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
(gdb) p init_task&lt;br /&gt;
Cannot access memory at address 0x80a0c700&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Could you please tell me how to fix this strange behavior?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Thank you,&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;br /&gt;
Alex&lt;br /&gt;
&lt;p /&gt;
 P.S. I am not using "replay debugging" feature at all, but this discussion seems to be the most relevant place for debugging question &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":)" /&gt;</description>
      <pubDate>Wed, 08 Jul 2009 20:53:47 GMT</pubDate>
      <author>aldep</author>
      <guid>http://communities.vmware.com/thread/220084</guid>
      <dc:date>2009-07-08T20:53:47Z</dc:date>
      <clearspace:dateToText>4 months, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>debug rhel</title>
      <link>http://communities.vmware.com/thread/215380</link>
      <description>&lt;br /&gt;
hi, i have already installed the RHEL 5 and the correct kernel symbol on my vmware.&lt;br /&gt;
&lt;p /&gt;
but i can not find the vmlinuz with kernel symbol.&lt;br /&gt;
&lt;p /&gt;
can any one tell me how to find that.&lt;br /&gt;
&lt;p /&gt;
or give me some information about the kernel symbol.</description>
      <pubDate>Fri, 12 Jun 2009 13:46:14 GMT</pubDate>
      <author>hxl</author>
      <guid>http://communities.vmware.com/thread/215380</guid>
      <dc:date>2009-06-12T13:46:14Z</dc:date>
      <clearspace:dateToText>5 months, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>"source-less" debugging with Replay?</title>
      <link>http://communities.vmware.com/thread/212663</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
 I'm new to VMware workstation, and I have a question regarding the Replay capability.  &lt;br /&gt;
&lt;p /&gt;
 I understand that Replay can be used with VS for debugging C/C++ programs, but that assumes that you have have the source for the original program.  Can Replay be used in situations where you do not have the original source code?&lt;br /&gt;
&lt;p /&gt;
 Thanks,&lt;br /&gt;
&lt;p /&gt;
Jim</description>
      <pubDate>Sun, 31 May 2009 17:04:33 GMT</pubDate>
      <author>ohaya</author>
      <guid>http://communities.vmware.com/thread/212663</guid>
      <dc:date>2009-05-31T17:04:33Z</dc:date>
      <clearspace:dateToText>5 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Problemm remote debug linux kernel in two VMWare.</title>
      <link>http://communities.vmware.com/thread/196080</link>
      <description>The problem, is 2 VMWare with an identical kernel, at loading of the&lt;br /&gt;
module of a kernel, it is loaded to different addresses in different&lt;br /&gt;
kernels, how it to correct? Thanks.</description>
      <pubDate>Tue, 24 Feb 2009 14:03:14 GMT</pubDate>
      <author>mia1978</author>
      <guid>http://communities.vmware.com/thread/196080</guid>
      <dc:date>2009-02-24T14:03:14Z</dc:date>
      <clearspace:dateToText>9 months, 1 day ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Using KDB under Vmware</title>
      <link>http://communities.vmware.com/thread/191032</link>
      <description>Hi all.&lt;br /&gt;
&lt;br /&gt;
I'm trying to  use KDB under VMware, but the keyboard doesn't respond after I press the break key. Is there a workaround available?&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;
Nigel</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">kdb</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">debug</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">kernel</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">linux</category>
      <pubDate>Tue, 27 Jan 2009 11:42:28 GMT</pubDate>
      <author>NigelCunningham</author>
      <guid>http://communities.vmware.com/thread/191032</guid>
      <dc:date>2009-01-27T11:42:28Z</dc:date>
      <clearspace:dateToText>9 months, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>New bug when using remote kernel debugging</title>
      <link>http://communities.vmware.com/thread/190675</link>
      <description>Hello all,&lt;br /&gt;
&lt;br /&gt;
There is an annoying bug in remote debugging which is the following:&lt;br /&gt;
&lt;br /&gt;
When disconnecting from the debugger on the client side, the vmware&lt;br /&gt;
wont restart but it will be impossible to connect again to the vmware-gdbserver.&lt;br /&gt;
&lt;br /&gt;
This is quite annoying as we have to restart the VM after each quit of the client-side&lt;br /&gt;
debugger. Sometimes when the client-side debugger crashes, it makes kernel debugging&lt;br /&gt;
using vmware much more painful ;P&lt;br /&gt;
&lt;br /&gt;
Would it be possible to patch it in the next WS ?&lt;br /&gt;
&lt;br /&gt;
Thanks!!&lt;br /&gt;
&lt;br /&gt;
-JFV&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
w</description>
      <pubDate>Sat, 24 Jan 2009 18:41:38 GMT</pubDate>
      <author>J.F.V</author>
      <guid>http://communities.vmware.com/thread/190675</guid>
      <dc:date>2009-01-24T18:41:38Z</dc:date>
      <clearspace:dateToText>9 months, 4 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>Why do we need the replay button?</title>
      <link>http://communities.vmware.com/thread/126547</link>
      <description>If we do not allow user to modify the register/memory, I think the re-run action can re-produce the problem. Without user interruption/modification, the re-run shall be derterministic.</description>
      <pubDate>Fri, 15 Feb 2008 02:26:54 GMT</pubDate>
      <author>Robert.Bu</author>
      <guid>http://communities.vmware.com/thread/126547</guid>
      <dc:date>2008-02-15T02:26:54Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>serial line debugging</title>
      <link>http://communities.vmware.com/thread/123295</link>
      <description>hello !&lt;br /&gt;
&lt;br /&gt;
it`s very nice to have such advanced debugging feature in vmware, but i rarely use gdb because i`m no programmer.&lt;br /&gt;
&lt;br /&gt;
my question is, why doesn`t vmware support a more basic and well established debugging technique out of the box and why do i need to use external tools for being able to do that?&lt;br /&gt;
&lt;br /&gt;
i mean, it`s quite useful and very common practise to let linux kernel printk to serial line, so why not being able to telnet to the serial port in vmware?&lt;br /&gt;
&lt;br /&gt;
see my feature request at  &lt;a class="jive-link-external" href="http://communities.vmware.com/message/830847"&gt;http://communities.vmware.com/message/830847&lt;/a&gt; or in your support database</description>
      <pubDate>Sun, 27 Jan 2008 22:39:33 GMT</pubDate>
      <author>devzero</author>
      <guid>http://communities.vmware.com/thread/123295</guid>
      <dc:date>2008-01-27T22:39:33Z</dc:date>
      <clearspace:dateToText>1 year, 9 months ago</clearspace:dateToText>
      <clearspace:messageCount>5</clearspace:messageCount>
      <clearspace:replyCount>4</clearspace:replyCount>
    </item>
    <item>
      <title>how to debug one guest OS when multiple guest OSes are running on VMware?</title>
      <link>http://communities.vmware.com/thread/121192</link>
      <description>&lt;br /&gt;
These days, I am trying VMware 6 debugging. I know use "target remote localhost:8832/64" can connect to the runing guest OS in VMware. But now I run 2 guest OSes at the same time by VMware..&lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
How can I debug a specific OS kernel of these 2 running OSes ? Can any one give me any hint. Thanks in advance &lt;img class="jive-emoticon" border="0" src="http://communities.vmware.com/images/emoticons/happy.gif" alt=":-)" /&gt;</description>
      <pubDate>Mon, 14 Jan 2008 16:22:50 GMT</pubDate>
      <author>colyli</author>
      <guid>http://communities.vmware.com/thread/121192</guid>
      <dc:date>2008-01-14T16:22:50Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Access physical memory of Guest OS</title>
      <link>http://communities.vmware.com/thread/119240</link>
      <description>I need to debug the Guest application, and in order to do this, it seems I need to have access to the physical memory of the Guest OS in order to parse various kernel data structures (need to translate the Guest application's virtual address to the guest physical address), and set breakpoints in the Guest physical memory. All I need is something as GetGuestPhysicalMemory(void* addr). By the way, I'm running 32-bit Windows XP host and 32-bit Windows XP guest.&lt;br /&gt;
&lt;br /&gt;
I know VMware has supported this for Linux Guest. However, I need to debug Windows Guest (instruction-level debugging is fine). So I think having access to the physical memory of the Guest is the first step to enable the Windows Guest app debugging. &lt;br /&gt;
&lt;p /&gt;
It seems that in VMware workstation 5.0 (windows host) and before, the vmware-vmx.exe contains a filemapping object called VMwareMem&amp;lt;PID&amp;gt;Memory, &amp;lt;PID&amp;gt; is the process ID of vmware-vmx.exe (&lt;a class="jive-link-external" href="http://www.ddj.com/architect/184402033"&gt;http://www.ddj.com/architect/184402033&lt;/a&gt;). It represents all the physical memory of the Guest OS. However, in VMware workstation 6.0.2 which is what I am using. It doesn't have this filemapping object anymore. What it has are several small filemapping objects named as VMwareMem&amp;lt;PID&amp;gt;PhysRegionX, X could be 0 - 20 or larger, and the number is not continues. &lt;br /&gt;
&lt;p /&gt;
I think VMware must have this kind of information, since it has already implemented the Linux Guest application debugging, it has to parse the kernel data structure using physical memory of Guest as well. If I am wrong, please correct me:)&lt;br /&gt;
&lt;p /&gt;
-Zhiyun</description>
      <pubDate>Mon, 31 Dec 2007 05:03:08 GMT</pubDate>
      <author>qzy</author>
      <guid>http://communities.vmware.com/thread/119240</guid>
      <dc:date>2007-12-31T05:03:08Z</dc:date>
      <clearspace:dateToText>1 year, 10 months ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Problems importing from Backup Exec System Recovery 7</title>
      <link>http://communities.vmware.com/thread/112247</link>
      <description>&lt;br /&gt;
I had no problems importing from BESR 6.5 but now that I have upgraded to BESR 7.0 I am no longer able to import into VMWare Server.&lt;br /&gt;
&lt;p /&gt;
I am using BESR 7.0.2.23035 and VMWare Server 1.0.4 build-56528&lt;br /&gt;
&lt;p /&gt;
After getting a copy of the latest V2iDiskLib.dll ver 1.0.2.0 from Symantec; I replaced V2iDiskLib.dll ver 1.0.1.0 (only found one reference of the file at C:\Windows\system32). After rebooting the system a number of times I am now getting this error in the log file:&lt;br /&gt;
&lt;p /&gt;
I 2007/11/11 12:13:45  Validating embedded-mode output file C:\DOCUME~1\xx\LOCALS~1\Temp\1\vmware-xx\v2vTempFile2332.xml&lt;br /&gt;
I 2007/11/11 12:13:45  Embedded output file tested and cleared, path is valid&lt;br /&gt;
L 2007/11/11 12:13:45  V2VAPP &amp;lt;version&amp;gt; log: 11/11/2007 12:13:45 PM&lt;br /&gt;
L 2007/11/11 12:13:45  Version 1.5.2 build-45706&lt;br /&gt;
D 2007/11/11 12:13:47  Transition from step 0 to 1&lt;br /&gt;
D 2007/11/11 12:13:47  Transition from step 1 to 2&lt;br /&gt;
D 2007/11/11 12:14:07  Transition from step 2 to 3&lt;br /&gt;
I 2007/11/11 12:14:07  FromSourceVM asked to convert O:\xxxxx\xxxxxxx.sv2i&lt;br /&gt;
I 2007/11/11 12:14:07  MountDir is C:\mnt&lt;br /&gt;
I 2007/11/11 12:14:07  SupportDir is C:\DOCUME~1\xx\LOCALS~1\Temp\1\VpcCvt-2007.11.11-12.14&lt;br /&gt;
I 2007/11/11 12:14:07  InstallDir is C:\Program Files\Common Files\VMware\VMware Virtual Machine Importer\&lt;br /&gt;
D 2007/11/11 12:14:07  Checking script version against C:\WINDOWS\system32\vbscript.dll&lt;br /&gt;
I 2007/11/11 12:14:07  Helper system has VBscript version 5.7.0.5730&lt;br /&gt;
I 2007/11/11 12:14:07  V2V setup validated; installDir is C:\Program Files\Common Files\VMware\VMware Virtual Machine Importer\&lt;br /&gt;
D 2007/11/11 12:14:07  ValidateVmc validating O:\xxxxx\xxxxxxx.sv2i&lt;br /&gt;
W 2007/11/11 12:14:08  Caught an exception in ValidateVmc: errcode -2147221164&lt;br /&gt;
W 2007/11/11 12:14:08  TranslateError: original Source is Vmc2vmx.CoVPCConfiguration.1&lt;br /&gt;
W 2007/11/11 12:14:08  TranslateError: original Description is The converter has not been initialized.&lt;br /&gt;
W 2007/11/11 12:14:08  TranslateError: now err -2147213303: VMware Virtual Machine Importer has encountered an internal error: The converter has not been initialized.&lt;br /&gt;
E 2007/11/11 12:14:08  FromSourceVM error: VMware Virtual Machine Importer has encountered an internal error: The converter has not been initialized.&lt;br /&gt;
&lt;p /&gt;
I am getting the same log errors on a Windows 2003 server and Windows XP&lt;br /&gt;
&lt;p /&gt;
Thanks for in advance for any help.&lt;br /&gt;
&lt;p /&gt;
&lt;br /&gt;</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">virtual</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">machine</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">importer</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">backup</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">exec</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">system</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">recovery</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">7.0</category>
      <pubDate>Sun, 11 Nov 2007 17:41:25 GMT</pubDate>
      <author>2ViDiskLib</author>
      <guid>http://communities.vmware.com/thread/112247</guid>
      <dc:date>2007-11-11T17:41:25Z</dc:date>
      <clearspace:dateToText>2 years, 1 week ago</clearspace:dateToText>
      <clearspace:messageCount>2</clearspace:messageCount>
      <clearspace:replyCount>1</clearspace:replyCount>
    </item>
    <item>
      <title>some questions about porting linux driver to esx</title>
      <link>http://communities.vmware.com/thread/111287</link>
      <description>&lt;br /&gt;
1. I can't us kmap_atomic. Is thers something else to substitute it?&lt;br /&gt;
&lt;p /&gt;
2. how to dump my debug informations? dmesg is useless.&lt;br /&gt;
&lt;p /&gt;
Thanks &lt;br /&gt;
&lt;p /&gt;
&lt;p /&gt;
&lt;p /&gt;
cheers,&lt;br /&gt;
&lt;p /&gt;
zax</description>
      <pubDate>Tue, 06 Nov 2007 10:45:12 GMT</pubDate>
      <author>Zaxedc</author>
      <guid>http://communities.vmware.com/thread/111287</guid>
      <dc:date>2007-11-06T10:45:12Z</dc:date>
      <clearspace:dateToText>2 years, 2 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>Guest to host communication in VMWare</title>
      <link>http://communities.vmware.com/thread/110387</link>
      <description>&lt;br /&gt;
Hi,&lt;br /&gt;
&lt;p /&gt;
I am looking for some documentation on the guest to host communication in VMWare. I would like to use this channel to gain information about the CPU usage of the guest - either pushing information from the guest to the host, or the host pulling this information from the guest. &lt;br /&gt;
&lt;p /&gt;
 Thanks!&lt;br /&gt;
&lt;p /&gt;
 Cheer!&lt;br /&gt;
&lt;p /&gt;
Khushboo</description>
      <pubDate>Wed, 31 Oct 2007 22:46:08 GMT</pubDate>
      <author>khushboo</author>
      <guid>http://communities.vmware.com/thread/110387</guid>
      <dc:date>2007-10-31T22:46:08Z</dc:date>
      <clearspace:dateToText>2 years, 3 weeks ago</clearspace:dateToText>
      <clearspace:messageCount>1</clearspace:messageCount>
    </item>
    <item>
      <title>vmware-config error</title>
      <link>http://communities.vmware.com/thread/108409</link>
      <description>Hi All&lt;br /&gt;
I have just installed the VMWare player for Linux on my  Intel E6700, Mandriva 2007.1 system.&lt;br /&gt;
&lt;br /&gt;
When I run vmware-config.pl it gives me an error that it can't find the file "libXtst.so.6". Doing a file search shows that this file is alive and well in the &lt;br /&gt;
/usr/lib64 directory. &lt;br /&gt;
&lt;br /&gt;
What directory should it be in so vmware-conf can find it or how do I tell this program the right place to look ?&lt;br /&gt;
&lt;br /&gt;
And another newbie question, Will a Win XP guest be able to see and use a TV tuner/PVR card installed on the Linux host ?&lt;br /&gt;
&lt;br /&gt;
TIA&lt;br /&gt;
Brodo</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">vmware_conf</category>
      <pubDate>Sat, 20 Oct 2007 14:16:05 GMT</pubDate>
      <author>Brodo</author>
      <guid>http://communities.vmware.com/thread/108409</guid>
      <dc:date>2007-10-20T14:16:05Z</dc:date>
      <clearspace:dateToText>2 years, 1 month ago</clearspace:dateToText>
      <clearspace:messageCount>3</clearspace:messageCount>
      <clearspace:replyCount>2</clearspace:replyCount>
    </item>
    <item>
      <title>Installing LAT protocol/redirector on an NT4 virtual maching</title>
      <link>http://communities.vmware.com/thread/106498</link>
      <description>I'm running XP with an NT4 virtual machine that needs to run the networking protocol LAT (a DEC terminal services protocol).  I've installed the redirector and created the com ports, but can't connect to the remote machines.  Does anyone know how to configure a machine to do this?</description>
      <category domain="http://communities.vmware.com/tags?communityID=2007">networking</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">lat</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">protocol</category>
      <category domain="http://communities.vmware.com/tags?communityID=2007">dec</category>
      <pubDate>Tue, 09 Oct 2007 13:28:11 GMT</pubDate>
      <author>rasimon3382</author>
      <guid>http://communities.vmware.com/thread/106498</guid>
      <dc:date>2007-10-09T13:28:11Z</dc:date>
      <clearspace:dateToText>1 year, 11 months ago</clearspace:dateToText>
      <clearspace:messageCount>4</clearspace:messageCount>
      <clearspace:replyCount>3</clearspace:replyCount>
    </item>
  </channel>
</rss>

