Opened 10 years ago
Closed 10 years ago
#24 closed defect (invalid)
connection refused
Reported by: | spartam | Owned by: | Christian Illy |
---|---|---|---|
Priority: | critical | Component: | Scripts |
Keywords: | Cc: |
Description
As the set up of the instance mentions.
a telnet will be made for management purposes.
However with every command we see a connection refused error from the telnet port.
This results in thinking the instance is running while it is not. making it unable to delete, edit or kill it.
Could you please give more detailed information in what to do in such situations?
Thanks in advance
kind regards
Spartam
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Component: | → Scripts |
---|---|
Owner: | set to |
comment:3 by , 10 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
No reaction, closing as invalid
Note:
See TracTickets
for help on using tickets.
The check if an instance is running is not related to telnet. It simply checks if the process id still exists. So in your case the instance must indeed still be running, maybe in an unusable state though. Killing should work fine. What happens when you run 7dtd.sh kill <instance>?