From: Giusti, G. <gis...@in...> - 2009-02-05 13:17:47
|
Please, check my comments about the permission error below >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 This line should be chmod 777 /home/delegator/notepad.exe (without the "wine"). The program failed because it can not change the permissions to the wine file (because it may not exist). >fixme:winsock:WSAIoctl SIO_FLUSH: stub. >Errors changing the permissions >fixme:winsock:WSAIoctl SIO_FLUSH: stub. Regards, Gisela |