Posted 29 October 2012 - 05:50 AM
I'm looking a turtle, everything is ok. I can call commands and use the OS perfectly but… Disconnect, reconnect, access to the same turtle, everything I wrote responds with "File not found"
Well this is not the problem I can restart the turtle but when I have a startup program in 4 terminals to starts the gps hosting and always someone has the "File not found" error and doesn't start this hurts.
Maybe I'm doing something wrong. I try with:
and with:
Always when I do the disconnect, reconnect trick some terminal is stuck. (When I'm alone in the server I mean)
I've not tried yet restarting the server but I'm sure the same thing going to happen.
Somebody can guide me to the light?
Well this is not the problem I can restart the turtle but when I have a startup program in 4 terminals to starts the gps hosting and always someone has the "File not found" error and doesn't start this hurts.
Maybe I'm doing something wrong. I try with:
shell.run("gps", "host x y z")
where x y z are numbers I'm not so noob.and with:
os.run({}, "gps", "host", "x", "y", "z")
Always when I do the disconnect, reconnect trick some terminal is stuck. (When I'm alone in the server I mean)
I've not tried yet restarting the server but I'm sure the same thing going to happen.
Somebody can guide me to the light?