Re: Sparc64 port latest stable version and apt mirror

sacarde <[email protected]> Wed, 17 Jun 2026 11:30:31 +0200
Newsgroups gmane.linux.debian.ports.sparc
Organization sacarde
Message-ID <[email protected]>
sorry, that was it, I didn't understand the problem

now I set: "date" by hand and now "apt update" works ok

and I installed: systemd-timesyncd



Sorry to waste your time


thanks again

[email protected]
>>On Wednesday 17 June 2026 10:45:44 John Paul Adrian Glaubitz wrote:
> Hi,
>
> On Wed, 2026-06-17 at 10:40 +0200, sacarde wrote:
> > I use your sources.list
> >
> > but I have warning/error:
> >
> > - for PGP verification
> > - another errors: .../unstable/Inreleased is nod valid yet
>
> Your clock is not set correctly then. Please fix that!
>
> $ timedatectl set-ntp true
>
> see: https://wiki.archlinux.org/title/Systemd-timesyncd#Enable_and_start
>
> > p.s.
> > adding: [trusted=yes] is not a good way to avoid verification?
>
> You need [ check-valid-until=no trusted=yes allow-insecure=yes ] to skip
> all verification. But that's not necessary in your case, just fix the clock
> which must be correct for signature verification to work.
>
> Adrian