SinusBot, Screen problem

phil

Member
Sep 29, 2015
8
3
38
Hi man, i have a problem whit screen for start the SinusBot..
Just run the command:
screen -S bot xinit / opt / ts3soundboard / ts3bot - / usr / bin / Xvfb: 1 -screen 0 800x600x16 -ac

I get the following error:
[screen is terminating]
And when I try to write screen -ls I get:
No Sockets found in /var/run/screen/S-root.
Can i resolve?
 

Wrath X

Member
Oct 2, 2015
96
34
53
It might be a sinusbot run problem. It is not a screen problem. Try to run it without screen, you gonna see the error.
 

phil

Member
Sep 29, 2015
8
3
38
NOW SCREEN IS RUNNING.. BUT MYIP:8087 IS OFFLINE... WTF?
 

Wrath X

Member
Oct 2, 2015
96
34
53
Can you show the screen window with 'screen -r' ?
Or maybe your '8087' port is closed ?
 

phil

Member
Sep 29, 2015
8
3
38
Please login as this server teamspeak 3..
*IP REMOVED*
Thanks

MOD EDIT: IP REMOVED
 
Last edited by a moderator:

fatihx3

Member
Sep 30, 2015
1
0
33
First of all you need to install the Basic Components If you do not set the time zone.

Centos,yum install -y openssl-devel && yum -y update
Ubuntu,apt-get update && apt-get install libssl-dev -yapt-get update && apt-get install libssl-dev -y

cd /opt/ts3soundboard1
screen -ls
date
hwclock --show
sudo timedatectl set-timezone UTC
date -s 12:31:20
./sinusbot -RunningAsRootIsEvilAndIKnowThat -

You will implement this.
 
Top