LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 02-11-2021, 09:30 AM   #1
frtorres
Member
 
Registered: Jul 2012
Distribution: Debian kanotix, Slackware
Posts: 87

Rep: Reputation: Disabled
Weird slackpkg upgrade message during a slackpkg upgrade-all process.


Hi all,

From: https://slackware.nl/slackware-live/latest/
I used this iso file: slackware64-live-current.iso

For a HD install (setup2hd), to my disk. I reused a /home/user directory previously used in another install. All went fine with this install.

Using slackpkg (no config changes) to upgrade hd install, today and after a very long downloading process, It did not complete the process because slackpkg itself was upgraded and I got this messages:

Code:
Upgrading slackpkg-15.0-noarch-2 package using ./slackpkg-2.82.1-noarch-3.txz

Executing install script for slackpkg-2.82.1-noarch-3.txz.
Package slackpkg-2.82.1-noarch-3.txz installed.
Package slackpkg-15.0-noarch-2 upgraded with new package ./slackpkg-2.82.1-noarch-3.txz.
slackpkg was upgraded - you will need start the upgrade process again...
Is slackg-15.0 a newer version than slackpkg-2.82? If so, why is it upgraded? It's weird..

I am not sure to continue the process with slackpkg version 2.82.1 I currently have.

Any explanation or comments? Thanks in advance.
 
Old 02-11-2021, 09:36 AM   #2
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,350

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
Check the changelog. There was a recent slackpkg upgrade, that is a normal message when slackpkg is upgraded.

Last edited by colorpurple21859; 02-11-2021 at 09:38 AM.
 
Old 02-11-2021, 09:55 AM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by frtorres View Post
Is slackg-15.0 a newer version than slackpkg-2.82? If so, why is it upgraded? It's weird..

I am not sure to continue the process with slackpkg version 2.82.1 I currently have.

Any explanation or comments? Thanks in advance.
Looks like you were 'upgrading' from an incorrect mirror. In slackware-current we had slackpkg-2.83 on 22 January and 15.0 on 8-February. But the "slackpkg-2.82.1-noarch-3.txz" package is part of Slackware 14.2.

Most likely scenario: you upgraded blindly, accepting all config changes.
When you upgraded to slackpkg-15.0 did you check the /etc/slackpkg/mirrors file? If you allowed your original mirrors file to be overwritten with the mirrors.new file of slackpkg-15.0 then it installs a Slackware 14.2 mirror! You need to edit the mirrors file again and fix that.
 
2 members found this post helpful.
Old 02-11-2021, 11:29 PM   #4
frtorres
Member
 
Registered: Jul 2012
Distribution: Debian kanotix, Slackware
Posts: 87

Original Poster
Rep: Reputation: Disabled
Thumbs up

Quote:
Originally Posted by Alien Bob View Post
Most likely scenario: you upgraded blindly, accepting all config changes.
When you upgraded to slackpkg-15.0 did you check the /etc/slackpkg/mirrors file? If you allowed your original mirrors file to be overwritten with the mirrors.new file of slackpkg-15.0 then it installs a Slackware 14.2 mirror! You need to edit the mirrors file again and fix that.
Thanks Eric!

slackpkg upgrade warned about reviewing slackpkg.conf.new for changes and there was no mention to mirrors file. It is true what you pointed and that file is part of changes. Lesson learned. Thanks

I Changed mirror server and after a slackpkg update + upgrade-all, slackpkg came back to version 15.0-noarch-2.

After this I did a: slackpkg update + slackpkg upgrade-all and no packages were detected to process.

I am not sure if is that it or if there is an additional step.

Other option could be reinstall on disk and repeat upgrading packages taking care of mirror file.

Thanks in advance for your comments and advice.
 
Old 02-12-2021, 02:07 AM   #5
slacknoff
Member
 
Registered: Apr 2015
Location: North Carolina,USA
Distribution: Slackware 14.1 stable
Posts: 30

Rep: Reputation: Disabled
I ran into the same scenario and realized it half-way through the downgrade.
I then edited mirror file and upgraded back to current.
I've had issues with blacklist and the kernels I have installed.
I've kept 5.4.84 and a custom 5.4.88 I compiled. I'm running an old Core2duo and want to wait a while before using 5.10.
Only thing remaining is resolving KDE in the blacklist; slackpkg install-new lists KDE . Is KDE/ correct?
I've tried it and didn't work.
System works fine and reports I'm on Current so I'm hoping the next updates go smoothly.
 
Old 02-12-2021, 02:27 AM   #6
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
It never hurts to keep an eye on the documentation: https://docs.slackware.com/howtos:sl...:systemupgrade

frtorres, I do not see you make mention of "slackpkg install-new" which should always be run directly after "slackpkg update" when working with slackware-current.
 
Old 02-12-2021, 02:38 AM   #7
USUARIONUEVO
Senior Member
 
Registered: Apr 2015
Posts: 2,335

Rep: Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930Reputation: 930
slackpkg-15 have mirrors for 14.2 , some one report , but ignored , edit your mirror under /etc/slackpkg
 
Old 02-12-2021, 05:28 AM   #8
frtorres
Member
 
Registered: Jul 2012
Distribution: Debian kanotix, Slackware
Posts: 87

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Alien Bob View Post
It never hurts to keep an eye on the documentation: https://docs.slackware.com/howtos:sl...:systemupgrade

frtorres, I do not see you make mention of "slackpkg install-new" which should always be run directly after "slackpkg update" when working with slackware-current.
Thanks Eric, yes, I did slackpkg install-new directly after slacpkg update, installed several packages. Sorry for not mentioning it.
 
Old 02-13-2021, 11:36 AM   #9
slacknoff
Member
 
Registered: Apr 2015
Location: North Carolina,USA
Distribution: Slackware 14.1 stable
Posts: 30

Rep: Reputation: Disabled
I updated last night and things went well.
I re-edited the blacklist with kde/
and it works now.
 
  


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
keep old or install new configuration files during slackpkg upgrade-all ? james2b Slackware 16 03-21-2024 07:06 AM
SARPI on Pi3 - Ran slackpkg update & slackpkg upgrade-all and now won't boot, can't find init petejc Slackware - ARM 11 03-25-2020 04:30 AM
[SOLVED] Slackpkg upgrade-all returns 'no packages to upgrade' after slackpkg-update has downloaded files san2ban Slackware 8 11-01-2019 05:44 AM
slackpkg errors during upgrade-all rmcconnell Slackware 6 03-07-2018 12:07 AM
HP Photosmart weird weird weird.... Vlad_M Linux - General 5 02-20-2005 05:41 AM

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

All times are GMT -5. The time now is 07:35 PM.

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