0 Members and 1 Guest are viewing this topic.
bash: ./soldatserver: Text file busy
nohup ./soldatserver -p 1337 > /dev/null &
I'm not sure if I can fix your problem. But I do run like 3 servers of a linux vps. I don't use screen or set up different users the way you described.All I really had to do was just copy my original server to another location and just start it up. I use nohup command to run them:Code: [Select]nohup ./soldatserver -p 1337 > /dev/null &This approach works for me 100% of the time.
Could it be file's permissions/owner related?
lsof