• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Can't start a bot after restarting sinusbot.

Status
Not open for further replies.

Khailz

Donor
is awesome!
Version 0.9.9-35a06a3
OS: Linux 64 Bit
Hardware Specs:
Dual Intel Xeon X5650 24 Core
48 GB DDR3 ECC Memory
1 TB 7200 RPM Enterprise SATA Hard Drive
OS: Ubuntu 14.04 64 bit

_________________________________________________________________________________

I discovered that I cannot restart some instances of my bots after I have restarted sinusbot. I receive
Code:
KILL [admin] FAILED
After some messing around trying to get the instance to work it came online after a restart but then I couldn't start another instance. It seems to happen only to two of the instances that start at default, (maybe conflicting at start?) and alternate between broken and working.
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Changed from root to non-root? Please make sure that the bot-user owns the data-directory and every file in there.
Code:
chown -R botuser:botgroup /opt/ts3bot/data
 

Khailz

Donor
is awesome!
The user owns everything in the directory all ready, it wasn't an issue before so I'm sure there is something going wrong. The proceeding errors I receive are the bot trying to start then seemingly just stops midway with not much information.

Code:
2015-08-14 11:16:19.623460|INFO    |ClientUI      |  1| Connect status: Establishing connection
2015-08-14 11:16:19.637032|INFO    |ClientUI      |  1| Connect status: Connection established
2015-08-14 11:16:19.637663|INFO    |PermManager   |   | Loading permissions from cache
2015-08-14 11:16:19.929525|INFO    |              |   | Failed to download remote image: Connection refused 1

This message occurs with only one instance randomly. it also happens when there are a lot of instances that start at startup.
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Did you upgrade the plugin as well? You could also try to remove the guard library (from that new directory).
 

Khailz

Donor
is awesome!
This is what the instance stops at before starting another instance

Code:
2015/08/14 11:34:19 X [MAIN] New connection
2015-08-14 11:34:19.603891|INFO    |              |   | TeamSpeak 3 Client 3.0.16 (2014-08-04 13:42:43)
2015-08-14 11:34:19.604006|INFO    |              |   | SystemInformation: Linux 3.13.0-57-generic #95-Ubuntu SMP Fri Jun 19 09:28:15 UTC 2015 x86_64 B
inary: 64bit
2015-08-14 11:34:19.604095|INFO    |              |   | Using hardware aes
2015/08/14 11:34:19 X [MAIN] New connection
2015/08/14 11:34:19 X [MAIN] Disconnected:  1
2015/08/14 11:34:19 X [MAIN] New connection
2015/08/14 11:34:19 X [MAIN] Disconnected:  2
2015/08/14 11:34:19 X [MAIN] New connection
 
Status
Not open for further replies.
Top