From: Todd D. <des...@gm...> - 2009-02-04 21:06:41
|
On Wed, Feb 4, 2009 at 1:29 PM, Passera, Pablo R <pab...@in...> wrote: > > You can test it installing again the modules in Dom0, the UserVM and the SandboxVM only. It should work. I will get to this... (See below) > > > > > I think I found the code that I plan to modify to get a Linux Sandbox, I will be taking a closer look and seeing if I can't get the code to compile (either with a cross compile solution or in wine). > > > > Great. Let me know if you need more info about it. > > I am doing some manual testing with a Linux sandbox VM with the migration module installed via wine. I manually connect to the Linux sandbox with telnet like: telnet 192.168.0.3 8888 Trying 192.168.0.3... Connected to 192.168.0.3. Escape character is '^]'. SEND APPLICATION NAME/home/delegator/notepad.exe SEND APPLICATION PARAMETER CMD=ACK_RUN_ERROR|CMD=ACK_RELEASE|Connection closed by foreign host. With my modified Migration module on the Linux Sandbox I get: Application Launcher for Isolated Execution - Beta 0.0.1 Starting server... Linux Sandbox Accepting connections in port 8888 New connection... Linux Sandbox Accepting connections in port 8888 APP_NAME: /home/delegator/notepad.exe APP_PARAM: hmodCommand test: chmod 777 wine /home/delegator/notepad.exe 'hanging permissions 'chmod 777 wine /home/delegator/notepad.exe fixme:winsock:WSAIoctl SIO_FLUSH: stub. Errors changing the permissions fixme:winsock:WSAIoctl SIO_FLUSH: stub. terminatede/delegator/notepad.exe Closing connection with client Is there a limitation with wine or am I simply missing some windows libraries or similar? I could try a newer version of wine if needed - I'm using wine-1.0.1 on Ubuntu 8.10. Thanks, Todd P.S. I am planning on demoing Isolated Execution (0.0.1) tonight at an open source meeting at my university, then once I get time I'll test 0.0.2 -- Todd Deshane http://todddeshane.net http://runningxen.com |