LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-06-2023, 10:49 AM   #1
apolinsky
Member
 
Registered: Oct 2004
Location: Brooklyn
Distribution: Slackware 15;
Posts: 442

Rep: Reputation: 47
is slackpkgplus down?


For about the last week or so I've had difficulties with slackpkgplus, the addition to slackpkg that adds additional repositories of slackware packages. Enabling the slackpkgplus configuration times out, with a "no route to host" response. Is there a problem?

Thank you.
 
Old 01-06-2023, 10:55 AM   #2
LuckyCyborg
Senior Member
 
Registered: Mar 2010
Posts: 3,550

Rep: Reputation: 3405Reputation: 3405Reputation: 3405Reputation: 3405Reputation: 3405Reputation: 3405Reputation: 3405Reputation: 3405Reputation: 3405Reputation: 3405Reputation: 3405
Quote:
Originally Posted by apolinsky View Post
For about the last week or so I've had difficulties with slackpkgplus, the addition to slackpkg that adds additional repositories of slackware packages. Enabling the slackpkgplus configuration times out, with a "no route to host" response. Is there a problem?

Thank you.
Yep, there is a problem and it's known by almost everybody in this forum since long time. Where you have been, bro?

So. for unknown reasons, the slackfinder site is down.

Last edited by LuckyCyborg; 01-06-2023 at 10:56 AM.
 
Old 01-06-2023, 10:56 AM   #3
marav
LQ Sage
 
Registered: Sep 2018
Location: Gironde
Distribution: Slackware
Posts: 5,409

Rep: Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145Reputation: 4145
And the admin is out of the office
 
Old 01-06-2023, 02:33 PM   #4
truepatriot76
Member
 
Registered: Apr 2014
Location: California, USA
Distribution: slackware64-current
Posts: 232

Rep: Reputation: 195Reputation: 195
Any news on zerouno? I hope all is well.
 
1 members found this post helpful.
Old 01-07-2023, 02:03 AM   #5
however
Member
 
Registered: Jan 2019
Distribution: slackware current
Posts: 501

Rep: Reputation: Disabled
Quote:
Originally Posted by LuckyCyborg View Post
Yep, there is a problem and it's known by almost everybody in this forum since long time. Where you have been, bro?

So. for unknown reasons, the slackfinder site is down.
is it still ok to upgrade current using slackpkg update && install-new && upgrade-all ?

I came back from the xmas break and trying to upgrade my slackware current i found this:
Code:
bash-5.2# slackpkg update

Updating the package lists...
        Downloading...
                Signatures
2023-01-07 08:55:49 URL:https://mirrors.slackware.com/slackware/slackware64-current/CHECKSUMS.md5.asc [163/163] -> "/tmp/slackpkg.Y1ondz/CHECKSUMS.md5.asc" [1]
failed: Connection timed out.
failed: Connection timed out.
failed: Connection timed out.
failed: Connection timed out.
failed: Connection timed out.
failed: Connection timed out.
failed: No route to host.
Files //var/lib/slackpkg/CHECKSUMS.md5.asc and /tmp/slackpkg.Y1ondz/CHECKSUMS.md5.asc differ

        Downloading...
                ChangeLogs
2023-01-07 08:58:00 URL:https://mirrors.slackware.com/slackware/slackware64-current/ChangeLog.txt [457645/457645] -> "/tmp/slackpkg.Y1ondz/ChangeLog.txt" [1]
                List of all files
2023-01-07 08:59:03 URL:https://mirrors.slackware.com/slackware/slackware64-current/patches/MANIFEST.bz2 [14/14] -> "/tmp/slackpkg.Y1ondz/patches-MANIFEST.bz2" [1]
2023-01-07 08:59:05 URL:https://slackware.mirror.garr.it/slackware/slackware64-current/slackware64/MANIFEST.bz2 [4297797/4297797] -> "/tmp/slackpkg.Y1ondz/slackware64-MANIFEST.bz2" [1]
2023-01-07 08:59:07 URL:https://slackware.mirror.garr.it/slackware/slackware64-current/extra/MANIFEST.bz2 [1765382/1765382] -> "/tmp/slackpkg.Y1ondz/extra-MANIFEST.bz2" [1]
2023-01-07 08:59:08 URL:https://slackware.mirror.garr.it/slackware/slackware64-current/pasture/MANIFEST.bz2 [127791/127791] -> "/tmp/slackpkg.Y1ondz/pasture-MANIFEST.bz2" [1]
2023-01-07 08:59:10 URL:https://slackware.mirror.garr.it/slackware/slackware64-current/testing/MANIFEST.bz2 [2771874/2771874] -> "/tmp/slackpkg.Y1ondz/testing-MANIFEST.bz2" [1]
failed: Connection timed out.
failed: No route to host.

                   !!! N O T I C E !!!
    Repository 'slackpkgplus' does not contains MANIFEST.bz2
    Don't worry... it will work fine, but the command
    'slackpkg file-search' will not work on that
    repository

                Checksums
2023-01-07 08:59:36 URL:https://mirrors.slackware.com/slackware/slackware64-current/CHECKSUMS.md5 [1111237/1111237] -> "/tmp/slackpkg.Y1ondz/CHECKSUMS.md5" [1]
failed: Connection timed out.
 
Old 01-07-2023, 02:46 AM   #6
gegechris99
Senior Member
 
Registered: Oct 2005
Location: France
Distribution: Slackware 15.0 64bit
Posts: 1,162
Blog Entries: 5

Rep: Reputation: 394Reputation: 394Reputation: 394Reputation: 394
Since slakfinder.org is down, you need to change the URL of slackpkg+ repository in /etc/slackpkg/slackpkgplus.conf

Use slackware.nl for example.

Code:
# use this to keep the slackpkg+ package updated to the latest stable release
#MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+15/
MIRRORPLUS['slackpkgplus']=https://slackware.nl/slackpkgplus15/
 
1 members found this post helpful.
Old 01-07-2023, 03:11 AM   #7
however
Member
 
Registered: Jan 2019
Distribution: slackware current
Posts: 501

Rep: Reputation: Disabled
Quote:
Originally Posted by gegechris99 View Post
Since slakfinder.org is down, you need to change the URL of slackpkg+ repository in /etc/slackpkg/slackpkgplus.conf

Use slackware.nl for example.

Code:
# use this to keep the slackpkg+ package updated to the latest stable release
#MIRRORPLUS['slackpkgplus']=https://slakfinder.org/slackpkg+15/
MIRRORPLUS['slackpkgplus']=https://slackware.nl/slackpkgplus15/
Thank you very much.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] slackpkgplus greylist (or blacklist) SBo/ponce nivieru Slackware 3 06-10-2016 12:04 PM
Slackware 14.1 multilib and slackpkgplus greylist bamunds Slackware 3 05-13-2016 01:40 PM
[SOLVED] [BUG] slackpkgplus: 'slackpkg search' doesn't find package bormant Slackware 7 12-21-2015 03:27 PM
[SOLVED] Can't install packages with slackpkgplus from third-party repositories glats Slackware 5 04-19-2015 02:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:49 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration