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

Error a manual update is required

barlap

Member
Hello,
I found my sinusbots offline, and when i try to start them it says
Code:
 ___ ___ _  _ _   _ ___ ___  ___ _____
/ __|_ _| \| | | | / __| _ )/ _ \_   _|
\__ \| || .` | |_| \__ \ _ \ (_) || |
|___/___|_|\_|\___/|___/___/\___/ |_|

Version: 1.0.0-beta.1-06a54d7
(C) 2013-2019 Michael Friese. All rights reserved.

a manual update is required
what should i do?
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Use NTP please, otherwise it's not precise enough.
 

Flosing

Active Member
Tier I
Hello,
I found my sinusbots offline, and when i try to start them it says
Code:
___ ___ _  _ _   _ ___ ___  ___ _____
/ __|_ _| \| | | | / __| _ )/ _ \_   _|
\__ \| || .` | |_| \__ \ _ \ (_) || |
|___/___|_|\_|\___/|___/___/\___/ |_|

Version: 1.0.0-beta.1-06a54d7
(C) 2013-2019 Michael Friese. All rights reserved.

a manual update is required
what should i do?
Which operating system is running on your server? Is it a Virtual Server or a Dedicated Root?

If it is Linux, try this command and post here the issue

timedatectl
 

barlap

Member
It's a vps
Code:
[root@sinusbot ~]# timedatectl
      Local time: Sat 2019-05-25 13:30:26 EDT
  Universal time: Sat 2019-05-25 17:30:26 UTC
        RTC time: n/a
       Time zone: n/a (EDT, -0400)
     NTP enabled: yes
NTP synchronized: no
 RTC in local TZ: no
      DST active: yes
 Last DST change: DST began at
                  Sun 2019-03-10 01:59:59 EST
                  Sun 2019-03-10 03:00:00 EDT
 Next DST change: DST ends (the clock jumps one hour backwards) at
                  Sun 2019-11-03 01:59:59 EDT
                  Sun 2019-11-03 01:00:00 EST
 

Flosing

Active Member
Tier I
It's a vps
Code:
[root@sinusbot ~]# timedatectl
      Local time: Sat 2019-05-25 13:30:26 EDT
  Universal time: Sat 2019-05-25 17:30:26 UTC
        RTC time: n/a
       Time zone: n/a (EDT, -0400)
     NTP enabled: yes
NTP synchronized: no
RTC in local TZ: no
      DST active: yes
Last DST change: DST began at
                  Sun 2019-03-10 01:59:59 EST
                  Sun 2019-03-10 03:00:00 EDT
Next DST change: DST ends (the clock jumps one hour backwards) at
                  Sun 2019-11-03 01:59:59 EDT
                  Sun 2019-11-03 01:00:00 EST
NTP synchronized: no
Your time is not sync. Activate NTP
 

barlap

Member
i've followed the tutorial but when i must ntpq -p it says
Code:
[root@sinusbot ~]# ntpq -p
ntpq: read: Connection refused
 

Flosing

Active Member
Tier I
You can translate that. Or use google for searching for how to enable ntp on centos.

You can also do a clean reinstall of sinusbot
 

barlap

Member
i already tryed to translate and done what it says, i didn't found anything about choosing server or sync the ntp, could your write exactly commands?
I also try to reinstall vps and clear sinusbot install, i install via this script https://sinusbot-installer.de/
 

Himsel

Well-Known Member
Contributor
i already tryed to translate and done what it says, i didn't found anything about choosing server or sync the ntp, could your write exactly commands?
I also try to reinstall vps and clear sinusbot install, i install via this script https://sinusbot-installer.de/

did you read my post?

Where's your server located at ?
Try to sync the time with the closest one
listed here https://www.pool.ntp.org/en/

just open this file /etc/ntp.conf and paste your pool zone there

after them restart
systemctl restart ntpd
 
Last edited:
Top