--------------------------------------
Scot Duane Junkin W:508.831.5125
sju...@wpi.edu C:508.736.4121
> Hello all, I have a particular problem I would like to tackle, and that is
> using the expect module to access a running vmware session on the local
> machine. I have no idea how to do this, but both the real machine and the
> virtual machine are running linux. I do not know if this is even
> possible, but if it is could someone point me to some documentation?
Why not run an ssh server on the vmware machine, and connect to that
using an ssh client from the host machine? Then you could use the
expect module (or even the original expect tool) to automate the
interaction taking place over the ssh session.
You will have to configure the vmware machine to have a network
interface - see the section "How Do I: Enable virtual network access
from a virtual machine?" in the vmware help
(/usr/local/lib/vmware/help/index.htm on my machine).
--
Christian Lemburg, <lem...@aixonix.de>, http://www.clemburg.com/
One nice thing about egotists: they don't talk about other people.
I believe you can connect VMware serial ports to named pipes; with a console
on a serial port you should be able to do this.
A console like one connected to the actual ttyS0?
How would I connect to named pipes?
Are there directions on how to do this anywhere