• 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.
Sinusbot Installer Script

EN Sinusbot Installer Script 1.5

No permission to download

Ammar

Member
I don't know what a system you got.
This is a normal debian package.
Every system you reported got a unnormal error.
Whats your hoster?
Sorry my bad. I accidently wrote Debian instead of Ubuntu. I got confused as I have a lot of machines.
The above error occurred on blazingfast.io's VPS running Ubuntu Server 16.04 LTS 64 bit.
I have machines from OVH, blazingfast, 3 different OVH resellers, ramnode, leaseweb and few small unknown sellers.
 

Qhiliqq

Donor
is awesome!
Contributor
Insider
Licensed Partner
Sorry my bad. I accidently wrote Debian instead of Ubuntu. I got confused as I have a lot of machines.
The above error occurred on blazingfast.io's VPS running Ubuntu Server 16.04 LTS 64 bit.
I have machines from OVH, blazingfast, 3 different OVH resellers, ramnode, leaseweb and few small unknown sellers.
I changed the way of installation a little bit, but on every machine I tested, it works, cause this is a normal debian package.
Blazingfast use KVM virtualization so the normal ovz failure shouldn't come up with this.

I really don't know whats the problem on your machines...
You wrote many machines with errors I can't reproduce.
 

Ammar

Member
I changed the way of installation a little bit, but on every machine I tested, it works, cause this is a normal debian package.
Blazingfast use KVM virtualization so the normal ovz failure shouldn't come up with this.

I really don't know whats the problem on your machines...
You wrote many machines with errors I can't reproduce.
Well, I run Sinusbot instances on "big/known" providers and idk why I keep on getting these errors. So now you can't reproduce the error which means you won't be able to help me. I know you're a busy guy, but If you want, I can give you access to my blazingfast VPS so that you can sort this out maybe?
 

Xuxe

Containerholic
Staff member
is awesome!
V.I.P.
Contributor
Insider
I changed the way of installation a little bit, but on every machine I tested, it works, cause this is a normal debian package.
Blazingfast use KVM virtualization so the normal ovz failure shouldn't come up with this.

I really don't know whats the problem on your machines...
You wrote many machines with errors I can't reproduce.

Is it possible that this package is from the debian 9 repository and you try it to install on ubuntu? May you use the right packages from the corresponding OS repositorys. E.g debian virt-what for debian and the ubuntu virt-what package for ubuntu.
But normally it should not be a problem. Mostly it is a fault on user side. (Broken apt installs)
 

Qhiliqq

Donor
is awesome!
Contributor
Insider
Licensed Partner
Moin,

Bekomme den Fehler..

Error on line 249. Report this to the author at https://forum.sinusbot.com/threads/sinusbot-installer-script.1200/ only. Not a PN or a bad review, cause this is an error of your system not of the installer script. Or have a look directly to your error: https://github.com/Sinusbot/installer-linux/blob/master/sinusbot_installer.sh#L249

#
Jemand an PLan?
Schau mal ob in dem Verzeichnis wo der Installer gestartet wurde eine "virt-what_1.14-1_amd64.deb" Datei liegt, wenn ja führe folgendes aus:
Code:
dpkg -i ./virt-what_1.14-1_amd64.deb
Ich gehe davon aus, dass dein System noch einen anderen package Prozess in betrieb hatte und somit eine installation blockiert wird.
 

davevdave

Member
Schau mal ob in dem Verzeichnis wo der Installer gestartet wurde eine "virt-what_1.14-1_amd64.deb" Datei liegt, wenn ja führe folgendes aus:
Code:
dpkg -i ./virt-what_1.14-1_amd64.deb
Ich gehe davon aus, dass dein System noch einen anderen package Prozess in betrieb hatte und somit eine installation blockiert wird.

Ja Hab ich gemacht.

Bekomme jetzt die Fehler Meldung.

Error on line 64. Report this to the author at https://forum.sinusbot.com/threads/sinusbot-installer-script.1200/ only. Not a PN or a bad review, cause this is an error of your system not of the installer script. Or have a look directly to your error: https://github.com/Sinusbot/installer-linux/blob/master/sinusbot_installer.sh#L64

Verstehe es nicht, weil es ist einfach so gekommen.sonst laufen die Bots sauber.
 

Qhiliqq

Donor
is awesome!
Contributor
Insider
Licensed Partner
Ja Hab ich gemacht.

Bekomme jetzt die Fehler Meldung.

Error on line 64. Report this to the author at https://forum.sinusbot.com/threads/sinusbot-installer-script.1200/ only. Not a PN or a bad review, cause this is an error of your system not of the installer script. Or have a look directly to your error: https://github.com/Sinusbot/installer-linux/blob/master/sinusbot_installer.sh#L64

Verstehe es nicht, weil es ist einfach so gekommen.sonst laufen die Bots sauber.
Na dann führe doch mal Zeile 64 aus :)
Code:
apt-get install wget -y
Da spuckt dir mit Sicherheit ein anderer Prozess dazwischen.
Oder hast du ein zweites Terminal offen und updatest, oder installierst etwas?
 

fghj

Member
Hey i get this error what is this??

TS3Client reported missing dependencies for xcb. Please install xcb and try again. On Ubuntu / Debian you can usually as root run: apt-get install xcb i have instlled xcb not working still
 

Qhiliqq

Donor
is awesome!
Contributor
Insider
Licensed Partner
Hey i get this error what is this??

TS3Client reported missing dependencies for xcb. Please install xcb and try again. On Ubuntu / Debian you can usually as root run: apt-get install xcb i have instlled xcb not working still
More informations please... OS?
What error is coming up after installing xcb and restarting the installation?
 

Qhiliqq

Donor
is awesome!
Contributor
Insider
Licensed Partner
Its ubuntu 17.04 and centos 7-6 all os 1 gb ram
Still same error after i install xcb
You really used the installer? Sure?

Code:
apt-get install x11vnc xvfb libxcursor1 ca-certificates libglib2.0-0 bzip2
Code:
apt-get update && apt-get upgrade && apt-get dist-upgrade
 

Qhiliqq

Donor
is awesome!
Contributor
Insider
Licensed Partner
yes
Its on a vps tho
I'll check this on ubuntu 17.04.

Try reinstall with the Installer.
Installed on Ubuntu 17.04 in 4 Minutes without any errors.
Maybe your hoster uses OpenVZ, which is outdated.
Check this out.
 
Last edited:

Qhiliqq

Donor
is awesome!
Contributor
Insider
Licensed Partner
Can anyone help in this error?

View attachment 1423
Which OS?
The command in this line is:
Code:
 systemctl enable sinusbot.service

Hi, I'm trying to install sinusbot in my VPS Ubuntu 16.04 but it gives me this error: Error on line 1072. Report this to the author at https://forum.sinusbot.com/threads/sinusbot-installer-script.1200/ only. Not a PN or a bad review, cause this is an error of your system not of the installer script. Or have a look directly to your error: https://github.com/Sinusbot/installer-linux/blob/master/sinusbot_installer.sh#L1072
Your bot can't start. Switch to your sinusbot user and in it's installation directory. Start the bot manual with ./sinusbot and look for errors.
If automatic installation
Code:
su sinusbot
cd /opt/sinusbot
./sinusbot
 
Top