Jump to content




File not found (SMP)



  • You cannot reply to this topic
7 replies to this topic

#1 Harton

  • Members
  • 9 posts

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?

#2 Harton

  • Members
  • 9 posts

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?

#3 Harton

  • Members
  • 9 posts

Posted 29 October 2012 - 07:03 AM

Since I restarted the server everything is going well but I think the issue will be back.

#4 ChunLing

  • Members
  • 2,027 posts

Posted 29 October 2012 - 11:15 AM

Each of those is a separate argument, so:
shell.run("gps", "host",x,y,z)


#5 Harton

  • Members
  • 9 posts

Posted 30 October 2012 - 09:28 PM

This is not the problem. I tested it too.

#6 ChunLing

  • Members
  • 2,027 posts

Posted 31 October 2012 - 07:27 AM

You mean...that made the issue come back? Or that you tested that before the issue?

#7 Harton

  • Members
  • 9 posts

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.

#8 ChunLing

  • Members
  • 2,027 posts

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.





3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users