• 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.

screen

Status
Not open for further replies.

softcr3tor

New Member
hallo , habe den sinusbot mit dem tutorial installiert : Teamspeak Musikbot kostenlos auf Linux installieren

doch mit screen verstehe ich net ... zumal der startbefehl komisch ist :

Code:
xinit /opt/ts3soundboard/ts3bot -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac

einfach das in eine .sh :

screen -S MusikBot xinit /opt/ts3soundboard/ts3bot -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac

geht net , da kommt
Code:
./musikbot.sh: line 1: $'\357\273\277screen': command not found
...

und mit :

Code:
su bot
screen -S MusikBot xinit /opt/ts3soundboard/ts3bot -- /usr/bin/Xvfb :1 -screen 0 800x600x16 -ac

kommt :

Code:
./musikbot.sh: line 1: $'\357\273\277su': command not found
Cannot open your terminal '/dev/pts/3' - please check.


sad.png
 

mxschmitt

Moderator
Staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
Zum einen mal auf die neuste Beta updaten, und zum anderen wird danach der Sinusbot nicht mehr mit xinit gestartet sondern nur noch mit
Code:
./sinusbot
bzw mit screen
Code:
screen -dmS ./sinusbot
 
Status
Not open for further replies.
Top