#is not valid yet invalid for another

46 messages · Page 1 of 1 (latest)

leaden kiln
#

[✓ OK] Dependencies already met!
Installer will prompt you for sudo password!

Launching crowsnest installer ...

crowsnest - A webcam daemon for multiple cams and stream services.

    Ahoy!
    Thank you for installing crowsnest 😉
    This will take a while ...
    Please reboot after the installation has finished.

Running apt-get update first ...

Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Hit:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Reading package lists...
E: Release file for http://archive.ubuntu.com/ubuntu/dists/jammy-updates/InRelease is not valid yet (invalid for another 3h 58min 56s). Updates for this repository will not be applied.
E: Release file for http://security.ubuntu.com/ubuntu/dists/jammy-security/InRelease is not valid yet (invalid for another 3h 58min 14s). Updates for this repository will not be applied.
Running apt-get update first ... [FAILED]
Something went wrong!

silver zenith
#

Fix your tags #readme

#

Your date is wrong, fix it

leaden kiln
#

im sorry , im lost?

silver zenith
#

Run the command date and you see what I mean

#

I think the commands ```bash
sudo service ntp stop
sudo ntpd -gq
sudo service ntp start

edit: if the service or command cannot be found, please install ntp with `sudo apt install ntp`
leaden kiln
#

Thanks! Im new to all the 3D printing. Been coding for a few years now. Now I understand.

silver zenith
#

That's nothing about 3D printing ^^
It's something about your linux system

leaden kiln
#

im running a virtual machine

silver zenith
#

Also sry for the short "rude" response in the beginning ^^

leaden kiln
#

Nah none taken. To the point. How things get done.

silver zenith
#

... is not valid yet (invalid for another ...

#

is not valid yet (invalid for another

#

Tried to get a title, that someone might find....the discord forum search is really bad....

#

is not valid yet invalid for another

#

I hope people can find this like that

#

If there are no further questions on that topic, please close this post. Top right three dots menu

leaden kiln
#

i hope someone finds a fix for this.

silver zenith
leaden kiln
#

nope

silver zenith
#

Ok, then please try sudo ntpdate ntp.ubuntu.com

leaden kiln
#

not a valid command

silver zenith
#

Send the output of timedatectl

leaden kiln
#

Command 'timedatect' not found, did you mean:
command 'timedatectl' from deb systemd (249.11-0ubuntu3.11)
Try: sudo apt install <deb name>

#

jonathanmayea@2WENTY2ARCHiTECT:~$ date
Sun Dec 10 12:48:55 CST 2023

#

ran date seems to be correct.

silver zenith
#

Command 'timedatect' not found, did you mean:
command 'timedatectl' from deb systemd (249.11-0ubuntu3.11)
A small tip, reading output can sometimes help ^^
You made a typo and it even showed you a correction

silver zenith
leaden kiln
#

hmm, thought i just copied and pasted. lemme try again. sorry.

#

jonathanmayea@2WENTY2ARCHiTECT:~$ timedatectl
Local time: Sun 2023-12-10 12:52:58 CST
Universal time: Sun 2023-12-10 18:52:58 UTC
RTC time: Sun 2023-12-10 23:07:45
Time zone: America/Chicago (CST, -0600)
System clock synchronized: no
NTP service: inactive
RTC in local TZ: no

#

the time seems to be off a but thts it.

silver zenith
#

Now run sudo timedatectl set-ntp on. This should activate the system clock synchronization

leaden kiln
#

its not turning it on. still giving the output of inactive and "no"

silver zenith
#

Send the output of ntpq -p

leaden kiln
#

jonathanmayea@2WENTY2ARCHiTECT:~$ ntpq -p
Command 'ntpq' not found, but can be installed with:
sudo apt install ntp # version 1:4.2.8p15+dfsg-1ubuntu2, or
sudo apt install ntpsec # version 1.2.1+dfsg1-4

silver zenith
#

So no ntp installed...
Install it with sudo apt install ntp

leaden kiln
#

ok done. installed.

#

ran sudo apt install ntp # version 1:4.2.8p15+dfsg-1ubuntu2

silver zenith
#

Without the # version thing next time

#

Now run those commands again:

sudo service ntp stop
sudo ntpd -gq
sudo service ntp start
leaden kiln
#

done and done.

silver zenith
#

Your time is fine now?

leaden kiln
#

jonathanmayea@2WENTY2ARCHiTECT:~$ sudo service ntp stop
sudo ntpd -gq
sudo service ntp start
10 Dec 17:19:49 ntpd[6863]: ntpd [email protected] Wed Feb 16 17:13:02 UTC 2022 (1): Starting
10 Dec 17:19:49 ntpd[6863]: Command line: ntpd -gq
10 Dec 17:19:49 ntpd[6863]: ----------------------------------------------------
10 Dec 17:19:49 ntpd[6863]: ntp-4 is maintained by Network Time Foundation,
10 Dec 17:19:49 ntpd[6863]: Inc. (NTF), a non-profit 501(c)(3) public-benefit
10 Dec 17:19:49 ntpd[6863]: corporation. Support and training for ntp-4 are
10 Dec 17:19:49 ntpd[6863]: available at https://www.nwtime.org/support
10 Dec 17:19:49 ntpd[6863]: ----------------------------------------------------
10 Dec 17:19:49 ntpd[6863]: proto: precision = 0.046 usec (-24)
10 Dec 17:19:49 ntpd[6863]: basedate set to 2022-02-04
10 Dec 17:19:49 ntpd[6863]: gps base set to 2022-02-06 (week 2196)
10 Dec 17:19:49 ntpd[6863]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): good hash signature
10 Dec 17:19:49 ntpd[6863]: leapsecond file ('/usr/share/zoneinfo/leap-seconds.list'): loaded, expire=2023-12-28T00:00:00Z

#

yes

silver zenith
#

Then try the installation again

leaden kiln
#

FIXED! Thx dude!