• 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

KosmicReeds

Donor
is awesome!

Sorry, never used debian but let's try what I told Iron;
Code:
//edit* Run this first and see
sudo apt-get update –fix-missing

and

sudo apt-get check

---

sudo apt-get update

sudo apt-get clean

sudo apt-get autoremove

sudo apt-get update && sudo apt-get upgrade

sudo dpkg --configure -a

sudo apt-get install -f

PS. Sorry If I don't reply for a while, it's very late here gotta get some sleep :p hopefully @Qhiliqq knows whats wrong and fixes it before I reply.
 

Ironeer

New Member
@Ironeer

Try;
Code:
sudo apt-get update –fix-missing

sudo dpkg -configure -a

sudo apt-get install -f

//edit - also run this if it will let you;

sudo apt-get check

//check for any errors (Should of got you to run this ages ago...)

Hmm something went wrong with some of these commands
root@vmd12916:~# sudo apt-get update –fix-missing
E: The update command takes no arguments
root@vmd12916:~# sudo dpkg -configure -a
dpkg: error: unknown option -o

Type dpkg --help for help about installing and deinstalling packages [*];
Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked [*] produce a lot of output - pipe it through 'less' or 'more' !
root@vmd12916:~# sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@vmd12916:~# sudo apt-get check
Reading package lists... Done
Building dependency tree
Reading state information... Done
 

mxschmitt

Moderator
Staff member
is awesome!
V.I.P.
is uber awesome!
Contributor
Insider
Hi,
we don't think, that this is a installer-script issue. I've tested:
- Debian
- Ubuntu
- CentOS
And everything works like a charm. Can you try to reinstall your complete operating system?
If you want, I can take a look over our system via Team viewer for example.

@HiitSayZ it looks like here:
that you have an broken apt repository. Try to remove mirrors.kernel.org repository. also add the public key of your java repo to your keystore.

Best regards
Max
 

KosmicReeds

Donor
is awesome!
Hi,
we don't think, that this is a installer-script issue. I've tested:
- Debian
- Ubuntu
- CentOS
And everything works like a charm. Can you try to reinstall your complete operating system?
If you want, I can take a look over our system via Team viewer for example.

@HiitSayZ it looks like here:

that you have an broken apt repository. Try to remove mirrors.kernel.org repository. also add the public key of your java repo to your keystore.

Best regards
Max
Yeah I was sure that the thing that was probably going to fix his problem would be a re-install but he does not want to do this due to installing other stuff on his VPS, so I've been trying to see if I can fix his problem to no avail... as i am no expert.

His main problem is update-ca-certificates is an unknown command.
 

KosmicReeds

Donor
is awesome!
Also @HiitSayZ

If your not sure how, you remove it from your 'sources.list' found at;

Code:
/etc/apt/sources.list

and for the key (I think);

Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys YOURPUBKEYHERE
 

ManuPlaysLP

Member
Installer Version: 1.4

W: Failed to fetch http://swupdate.openvpn.net/apt/dists/jessie/main/binary-amd64/Packages 404 Not Found [IP: 104.20.195.50 80]

W: Failed to fetch http://swupdate.openvpn.net/apt/dists/jessie/main/binary-i386/Packages 404 Not Found [IP: 104.20.195.50 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
Error on line 254. 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.
Command which failed was: " apt-get -qq update". Please try to execute it manually and attach the output to the bug report in the forum thread.
 

Qhiliqq

Donor
is awesome!
Contributor
Insider
Licensed Partner
Installer Version: 1.4

W: Failed to fetch http://swupdate.openvpn.net/apt/dists/jessie/main/binary-amd64/Packages 404 Not Found [IP: 104.20.195.50 80]

W: Failed to fetch http://swupdate.openvpn.net/apt/dists/jessie/main/binary-i386/Packages 404 Not Found [IP: 104.20.195.50 80]

E: Some index files failed to download. They have been ignored, or old ones used instead.
Error on line 254. 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.
Command which failed was: " apt-get -qq update". Please try to execute it manually and attach the output to the bug report in the forum thread.
Error on line 254. 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.
Command which failed was: " apt-get -qq update". Please try to execute it manually and attach the output to the bug report in the forum thread.

Guy read please... The command which faild is written there. Try it manual....
 

KosmicReeds

Donor
is awesome!
Error on line 254. 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.
Command which failed was: " apt-get -qq update". Please try to execute it manually and attach the output to the bug report in the forum thread.

Guy read please... The command which faild is written there. Try it manual....
Especially when I've already told another user to try the command manually first.
 

Ironeer

New Member
Thanks to @maxibanki the installation worked like a charm. He added the right folder to the PATH-variable and so the command could be found by the script. If everyone gets similar errors in the future.

Thanks to everyone helping me so much. Have a happy new Year in a few days:)
 

HiitSayZ

Member
Hi,
we don't think, that this is a installer-script issue. I've tested:
- Debian
- Ubuntu
- CentOS
And everything works like a charm. Can you try to reinstall your complete operating system?
If you want, I can take a look over our system via Team viewer for example.

@HiitSayZ it looks like here:

that you have an broken apt repository. Try to remove mirrors.kernel.org repository. also add the public key of your java repo to your keystore.

Best regards
Max
Also @HiitSayZ

If your not sure how, you remove it from your 'sources.list' found at;

Code:
/etc/apt/sources.list

and for the key (I think);

Code:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys YOURPUBKEYHERE

Thank you very much ;)
 

Peppe123

Active Member
Password remover funktioniert nicht wie ist das standart pw? und wie startet man den server mit der hand automatisch an und aus? vorher ging das mit etc/indit.d/sinusbot start/restart/stop jetzt nicht mehr?
 
Top