This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Harton's profile picture

File not found (SMP)

Started by Harton, 29 October 2012 - 04:50 AM
Harton #1
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:

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?
Harton #2
Posted 29 October 2012 - 06:57 AM
Ok, now I can see always is failing the same terminal. All my turtles are printing the "File not found" text, when I reboot one all turtles works. Maybe is some issue relative to the folder of the mod in the server?
Harton #3
Posted 29 October 2012 - 07:03 AM
Since I restarted the server everything is going well but I think the issue will be back.
ChunLing #4
Posted 29 October 2012 - 11:15 AM
Each of those is a separate argument, so:
shell.run("gps", "host",x,y,z)
Harton #5
Posted 30 October 2012 - 09:28 PM
This is not the problem. I tested it too.
ChunLing #6
Posted 31 October 2012 - 07:27 AM
You mean…that made the issue come back? Or that you tested that before the issue?
Harton #7
Posted 31 October 2012 - 04:04 PM
I main that tried this code too.

Anyway It is not happening only with the gps hosts, some computers are showings this message too.

Some days ago when I was restarting the server all worked again but now it happens at start. I don't know what happens.
ChunLing #8
Posted 31 October 2012 - 11:00 PM
If the behavior isn't consistent, then it probably isn't the code so much as an issue of server stability. Of course, it's possible to write code that causes stability issues.