[SOLVED]checksum error during slapt-get

You have a problem with Slackel? Post here and we'll do what we can to help.
Post Reply
bsd4me
Posts: 106
Joined: 03 Jan 2018 19:27
Location: Kenai Peninsula in Alaska

[SOLVED]checksum error during slapt-get

Post by bsd4me »

When running slapt-get -u, I see the following:
Verifying checksum signature [http://www.slackel.gr/repo/x86_64/current/]...Checksums signature could not be verified
...
Sources failed to download, correct sources and rerun --update

I ran slapt-get --get-keys, but that didn't help.


my /etc/slapt-get/slapt-getrc:

Code: Select all

# Working directory for local storage/cache.
WORKINGDIR=/var/slapt-get

# Exclude package names and expressions.
# To exclude pre and beta packages, add this to the exclude:
#   [0-9\_\.\-]{1}pre[0-9\-\.\-]{1}
EXCLUDE=^aaa_base,^devs,^glibc.*,^kernel-.*,^rootuser-settings,^zzz-settings.*,-i?86-

# The Slackware repositories, including dependency information
SOURCE=http://www.slackel.gr/repo/x86_64/slackware-current/:OFFICIAL
SOURCE=http://www.slackel.gr/repo/x86_64/slackware-current/extra/:OFFICIAL

# The Slackel repository
SOURCE=http://sourceforge.net/projects/slackel/files/repo/x86_64/current/:CUSTOM
SOURCE=http://www.slackel.gr/repo/x86_64/current/:CUSTOM
# The Salix repository
SOURCE=http://download.salixos.org/x86_64/14.2/:PREFERRED
# And the Salix extra repository
#SOURCE=http://download.salixos.org/x86_64/extra-14.2/:OFFICIAL

# Local repositories
# SOURCE=file:///var/www/packages/:CUSTOM
Last edited by bsd4me on 04 Jan 2020 22:07, edited 1 time in total.
Retired at home in Alaska for now.
djemos
Site Admin
Posts: 676
Joined: 15 Apr 2016 06:03

Re: checksum error during slapt-get

Post by djemos »

Yes, i know. i had the same problem. It has been fixed.
just do again
sudo slapt-get --clean
sudo slapt-get -u
bsd4me
Posts: 106
Joined: 03 Jan 2018 19:27
Location: Kenai Peninsula in Alaska

Re: [SOLVED]checksum error during slapt-get

Post by bsd4me »

Thanks again, djemos.
That took care of problem
Retired at home in Alaska for now.
Post Reply