SinusBot 0.9.18 Unlimited instances [Ubuntu]

Wrath X

Member
Oct 2, 2015
96
34
53
may be in long PORTS problem 8087/tcp, 0.0.0.0:7069->7066/tcp (or the same ports to different containers)
my docker ps -a answer PORTS is
0.0.0.0:8088->8087/tcp
0.0.0.0:8089->8087/tcp

stop containers
docker stop SinusBot1
docker stop SinusBot2
docker stop SinusBot3

and start one
docker start SinusBot1

work normal?
It was working before reboot with this port configuration. I've tried stop and start containers and docker services still same.
First error after reboot was like docker machine not found. I solved this and now remains in restarting.
 

Wrath X

Member
Oct 2, 2015
96
34
53
Code:
RUN cd /opt/ts3soundboard/ && wget http://teamspeak.gameserver.gamed.de/ts3/releases/3.0.19.4/TeamSpeak3-Client-linux_amd64-3.0.19.4.run
This must be CODE in forum. It is a problem for copy paste. Otherwise forum automatically shortens it.
 

BetterKiller

Member
May 2, 2015
2
0
33
Why is it giving me Unauthorized after a clean install? (using admin/foobar)

I followed the tutorial step by step!
 
U

User_2995

Hi.
i have already installed sinusbot - working.
Today I installed Docker like this link.
What do next to have multiple instances of sinusbot?
 

Eugene

Member
Feb 23, 2016
6
1
35
may be somebody knows how to solve this problem
everything is done according to the instructions, but:
Correcting file and mount point permissions ...
Starting TeamSpeak SinusBot ...
fatal error: runtime: out of memory

runtime stack:
(h���>c����p(0x17e11f7)
/usr/local/go/src/runtime/panic.go:491 +0xad
��>��aR���v�ʱ(0xc208200000, 0x3e800000, 0x17f8900, 0x1804a18)
/usr/local/go/src/runtime/mem_linux.c:149 +0x98
@�3ʑ�w`��N���n^� )"�(0x180a100, 0x3e800000, 0x86e232)
/usr/local/go/src/runtime/malloc.c:284 +0x124
MHeap_Grow(0x180a100, 0x1f400, 0x0)
/usr/local/go/src/runtime/mheap.c:398 +0x58
MHeap_AllocSpanLocked(0x180a100, 0x1f400, 0x7ff300000001)
/usr/local/go/src/runtime/mheap.c:298 +0x365
mheap_alloc(0x180a100, 0x1f400, 0x100000000, 0x17f89a0)
/usr/local/go/src/runtime/mheap.c:190 +0x121
�!\W��4��[���ʔ(0x180a100, 0x1f400, 0x10100000000, 0x7ff300db3d58)
/usr/local/go/src/runtime/mheap.c:240 +0x66
�;��{+lM���KM{���*a�()
/usr/local/go/src/runtime/malloc.c:388 +0xce
$cn�,�RV q(0x17f89d0)
/usr/local/go/src/runtime/asm_amd64.s:257 +0x68
▒▒��Tw�O�jG�()
/usr/local/go/src/runtime/proc.c:818

goroutine 1 [running]:
��}7����+�Qؿ"��()
/usr/local/go/src/runtime/asm_amd64.s:198 fp=0xc2080ed2f0 sp=0xc2080ed2e8
t�&T>v.#D���k���(0x3e800000, 0xe09700, 0x1, 0xfc55f7f900000006)
/usr/local/go/src/runtime/malloc.go:199 +0x9f3 fp=0xc2080ed3a0 sp=0xc2080ed2f0
��Ou�SO�h3���A(0xe09700, 0x3e800000, 0x8e6ba6)
/usr/local/go/src/runtime/malloc.go:365 +0xc1 fp=0xc2080ed3d8 sp=0xc2080ed3a0
�M���_�I�d������(0xdf3140, 0x3e800000, 0x3e800000, 0x0, 0x0, 0x0)
/usr/local/go/src/runtime/slice.go:32 +0x15c fp=0xc2080ed420 sp=0xc2080ed3d8
main.main()
��U��~�րL�^#�?E;�����}�\��"�:403 +0xffb fp=0xc2080edf98 sp=0xc2080ed420
�V��L���F�()
/usr/local/go/src/runtime/proc.go:63 +0xf3 fp=0xc2080edfe0 sp=0xc2080edf98
���J�ub@c�� �()
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1 fp=0xc2080edfe8 sp=0xc2080edfe0

goroutine 6 [syscall]:
/�B����/�C�� �3a.�(0x1803560, 0xffffffffffffffff, 0x1)
/usr/local/go/src/runtime/lock_futex.go:201 +0x52
os/signal.loop()
/usr/local/go/src/os/signal/signal_unix.go:21 +0x1f
created by os/signal.init·1
/usr/local/go/src/os/signal/signal_unix.go:27 +0x35

goroutine 17 [syscall, locked to thread]:
���J�ub@c�� �()
/usr/local/go/src/runtime/asm_amd64.s:2232 +0x1

Sorry :)

!!! Solved !!!
swap was small
 
Last edited:

Vinyl

Active Member
May 6, 2015
19
24
90
unable to prepare context: context must be a directory: /home/tsbot/docker/dockerfile
 

ralph

Member
Apr 13, 2016
10
5
38
Docker Script Updated To Sinusbot Version
0.9.15-b20cc30
 

ScaniwoR

Member
Sep 22, 2015
5
0
33
I create this bot
docker run --restart=always -d --name bot1 -p 8087:8087 ts3soundboard098
but i dont like use this port. How i can change this?
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
I create this bot
docker run --restart=always -d --name bot1 -p 8087:8087 ts3soundboard098
but i dont like use this port. How i can change this?
There is a file called config inside the sinusbot folder! just change the port from there and restart sinusbot! (maybe you need to restart apache too)!
 

ScaniwoR

Member
Sep 22, 2015
5
0
33
Sorry i ask for the dock port, no sinusbot port

docker run --restart=always -d --name bot1 -p 8087:8087 ts3soundboard098

The red port!
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
Sorry i ask for the dock port, no sinusbot port

docker run --restart=always -d --name bot1 -p 8087:8087 ts3soundboard098

The red port!
hmmm....i really don't know that, cause i don't use it! sorry mate!
 

ralph

Member
Apr 13, 2016
10
5
38
To Change the port to any port I think you are asking @ScaniwoR Try to run it with this
docker run --restart=always -d --name bot1 -p yourporthere:8087 ts3soundboard098
I think that should work. :p
 

ScaniwoR

Member
Sep 22, 2015
5
0
33
To Change the port to any port I think you are asking @ScaniwoR Try to run it with this
docker run --restart=always -d --name bot1 -p yourporthere:8087 ts3soundboard098
I think that should work. :p
docker: Error response from daemon: Conflict. The name "/bot1" is already in use by container cde4cae87b2f3379f1deac249d8f6e7825519e33511acc15d85f902dbe029665.

I stop bot1: "docker stop bot1" and use the command run restart but .... Error response... xD
 
Top