I have tried numerous things, such as deleting my /world/computer/ directory to try and reset it, I've tried loading my files for /mods/computercraft over again. When I deleted my /world/computer/ directory, and restarted the server, it would automatically refill some of my folders with numbers such as 76, 10, etc. I am thinking this is simply reloading the computer's folder for computers that are already loaded. Computers are banned on my server, and are only to be used for staff, although throughout the time of messing with them on the server, I have up to 175+ folders in /world/Computer/. Is there any way to trim back on these, or restart at 0, could this be part of my issue?
I have tried having the program saved on the computer, as well as in /mods/ComputerCraft/lua/rom/programs. Nothing seems to be working. I don't understand why they all work, except for the same couple that do not.. I have tried making a loop in the startup, such as:
while true do
shell.run("monitor", "top", "VisitorSpawn")
sleep(120)
end
although this also doesn't do any good. I read that making a loop may help if the chunk is unloaded, although I'm 99% sure this isn't the issue as all the other computers in the same location are working just fine.
When I transferred the server, one of my computers was giving the msg Bios 32: Invalid Monitor Setup, which I have tried re-placing the monitors, moving the computer, etc, with no luck. Thinking this one computer was causing me issues, I deleted it, but I still have the issue.
My LUA is nothing special, just a regular "print "blablabla". You can view an example here - http://pastebin.com/SSvQk5Rx . This is the main monitor visitors see when they join my server, and it seems to be causing me issues. There is one more monitor that is also causing issues, no matter where I save the LUA, or where the position the computer. I have changed computer locations, and have gotten it working, only to log off 30 mins, and hear it's not working again, showing nothing on the monitor, and showing nothing on the computer screen until I right click at which time it will say "Running ___________ on top monitor" etc.
Any ideas? I go out of town tomorrow (12/24) for a couple days and am hoping to have this resolved by then. If you need anythign else from me, please let me know, I tried to be as descriptive as possible. Thank you all for your help.