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

could u help me?

Status
Not open for further replies.

fisor

New Member
root@vps278005:/opt/ts3soundboard# tar -xjf sinusbot-0.9.8.tar.bz2
tar (child): sinusbot-0.9.8.tar.bz2: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
 

Xuxe

Containerholic
Staff member
is awesome!
V.I.P.
Contributor
Insider
root@vps278005:/opt/ts3soundboard# tar -xjf sinusbot-0.9.8.tar.bz2
tar (child): sinusbot-0.9.8.tar.bz2: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Redownload the Archive.
 

fisor

New Member
some outputs would be helpful, you need curl installed
Code:
apt-get install curl
or
sudo apt-get install curl

root@vps278005:/opt/ts3soundboard# curl -O https://www.sinusbot.com/pre/sinusbot-0.9.11-ee30ef7.tar.bz2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (60) SSL certificate problem: certificate has expired
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
 

kanalumaddela

Insider
Insider
root@vps278005:/opt/ts3soundboard# curl -O https://www.sinusbot.com/pre/sinusbot-0.9.11-ee30ef7.tar.bz2
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (60) SSL certificate problem: certificate has expired
More details here: http://curl.haxx.se/docs/sslcerts.html

curl performs SSL certificate verification by default, using a "bundle"
of Certificate Authority (CA) public keys (CA certs). If the default
bundle file isn't adequate, you can specify an alternate file
using the --cacert option.
If this HTTPS server uses a certificate signed by a CA represented in
the bundle, the certificate verification probably failed due to a
problem with the certificate (it might be expired, or the name might
not match the domain name in the URL).
If you'd like to turn off curl's verification of the certificate, use
the -k (or --insecure) option.
Code:
update-ca-certificates
or
sudo update-ca-certificates
 
Status
Not open for further replies.
Top