LinuxQuestions.org
Help answer threads with 0 replies.
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 07-03-2007, 07:40 AM   #1
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Rep: Reputation: 40
Thumbs up Slack 12 upgrade question


I'm stoked that the release cycle for 12 was so much quicker than for 11. Great job Pat & friends!

Looking at Changes & Hints, the first upgrade step is a bit vague.
Quote:
Install a 2.6.18 or later kernel (if you are using the default 2.4 kernel from Slackware 11.0) - there are kernel packages available in the A series that should work fine.
So two questions.
1) Is this as simple as
Code:
installpkg /a/kernel-huge-2.6.21.5-i486-2
2) I'm running 2.6.17 from 11.x. Do i need to do this first (based on the caveat "if you are running a 2.4 kernel from 11.0)

Thanks
 
Old 07-03-2007, 09:04 AM   #2
randomsel
Member
 
Registered: Oct 2006
Location: Wilmington, DE
Distribution: Slackware 11
Posts: 201

Rep: Reputation: 30
In short, yes

but will it need a reboot after kernel install?

Last edited by randomsel; 07-03-2007 at 09:06 AM.
 
Old 07-03-2007, 09:19 AM   #3
bioe007
Member
 
Registered: Apr 2006
Location: lynnwood, wa - usa
Distribution: archlinux
Posts: 654

Rep: Reputation: 30
you might also look for any kernel module (2.6.21) package to install. then reboot into that kernel. (edit lilo.conf or grub/menu.lst)

tho' since 2.6 is default now perhaps the modules are included? (explodepkg might be useful there)
 
Old 07-03-2007, 09:27 AM   #4
randomsel
Member
 
Registered: Oct 2006
Location: Wilmington, DE
Distribution: Slackware 11
Posts: 201

Rep: Reputation: 30
Quote:
installpkg /a/kernel-huge-2.6.21.5-i486-2
huge doesn't need kernel modules
 
Old 07-03-2007, 05:12 PM   #5
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
The reason for the 2.6.18+ kernel requirement is that glibc-2.5 requires a 2.6 kernel, and udev requires 2.6.18+.
That being the case, *any* 2.6 kernel will work for the initial upgrade, but *yes* - you do have to reboot so that you're actually running that kernel prior to upgrading the glibc-solibs package.

As to the huge{,smp}.s kernel not requiring modules, that is (mostly) incorrect. It's true that the system will run without them, but you won't have network and other functionality that uses the kernel modules - the only things huge{,smp}.s has that generic{,smp}.s doesn't are filesystem and chipset drivers needed to get a system booted.
 
Old 07-03-2007, 06:20 PM   #6
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
Thanks

for the tips. I'll give it a try later.
 
Old 07-03-2007, 07:27 PM   #7
randomsel
Member
 
Registered: Oct 2006
Location: Wilmington, DE
Distribution: Slackware 11
Posts: 201

Rep: Reputation: 30
thanks for clearing that up rworkman, I'll have to remember that huge isn't HUGE, just huge
 
Old 07-03-2007, 09:32 PM   #8
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
Upgrade happening

I started my upgrade. I installed the 2.6.28 smp kernel and modules without incident and rebooted. everything came up fine. I'm working through the upgrade. Currently on the upgrade everything else step.

IMHO, Pat seemed to rush the upgrade instructions. They are nowhere as thorough as the v11 instructions. For example, in 12 he says
Quote:
Upgrade/install everything else using "upgradepkg --install
For v11 he said
Quote:
4. Upgrade everything else (and install new packages):

upgradepkg --install-new /root/slackware/*/*.
If you are new to upgrading the v12 instructions could be hard to decipher.
 
Old 07-04-2007, 04:46 AM   #9
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by gmartin
IMHO, Pat seemed to rush the upgrade instructions. They are nowhere as thorough as the v11 instructions.
Hmmm... perhaps a valid point... If there's anyone to blame for that, though, it's me, not Pat. I'll admit that the CHANGES_AND_HINTS.TXT document (which later became UPGRADE.TXT) was written with the idea that individuals who choose to do an upgrade as opposed to a clean install would be relatively familiar with package management in Slackware. On that note, I happen to think it's a reasonable assumption, but of course, varying opinions are expected :-)
 
Old 07-05-2007, 05:39 PM   #10
Z038
Member
 
Registered: Jan 2006
Location: Dallas
Distribution: Slackware
Posts: 910

Rep: Reputation: 174Reputation: 174
Quote:
Originally Posted by rworkman
Hmmm... perhaps a valid point... If there's anyone to blame for that, though, it's me, not Pat. I'll admit that the CHANGES_AND_HINTS.TXT document (which later became UPGRADE.TXT) was written with the idea that individuals who choose to do an upgrade as opposed to a clean install would be relatively familiar with package management in Slackware. On that note, I happen to think it's a reasonable assumption, but of course, varying opinions are expected :-)
Do I understand correctly that you wrote the UPGRADE.TXT file?

You don't think it possible that a relative noob might have recently installed Slackware 11.0, may not be especially familiar with package management in Slackware, and yet might still want to do an upgrade as opposed to a full re-install?
 
Old 07-05-2007, 06:54 PM   #11
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by Z038
Do I understand correctly that you wrote the UPGRADE.TXT file?
Most of it, yes.

Quote:
You don't think it possible that a relative noob might have recently installed Slackware 11.0, may not be especially familiar with package management in Slackware, and yet might still want to do an upgrade as opposed to a full re-install?
Yes, I do think it's possible that a new user might have recently installed Slackware 11 and want to upgrade to 12 instead of doing a fresh installation. I also happen to think that it's quite reasonable to expect that user to have learned the basics of Slackware package management first, and if that's not the case, then the user needs to do that prior to considering the upgrade.
 
Old 07-05-2007, 08:51 PM   #12
gmartin
Member
 
Registered: Mar 2003
Location: PA
Distribution: Slackware 13.37 Linux Reg # 341245
Posts: 285

Original Poster
Rep: Reputation: 40
Robby - well let me start by thanking you for all the hard work! Slack 12 looks great. I hope you'll accept my criticism in the light it was offered. I have used Slackware since v8.1. I learned Linux using Slackware and have thoroughly enjoyed the journey. I appreciate the effort that Pat, you and others put into it. I hope my comments only help make it better.
 
Old 07-05-2007, 09:45 PM   #13
hrp2171
Member
 
Registered: Aug 2004
Location: California, USA
Distribution: Ubuntu
Posts: 243
Blog Entries: 3

Rep: Reputation: 30
Interesting that someone else noticed the same about UPGRADE.TXT for 12. However, I used 11's UPGRADE.TXT to translate 12's. All I have left to move the .new files over the old configs and add the new groups and users to the passwd and groups.

I got quite a surprised after the upgradepkg all, though. I regenerated a new xorg.conf, went into KDE, looked around and exited. A couple of minutes later, I went back into KDE and I'll be darn if it didn't load so fast, it felt like it was just waiting for me to switch back to it. Holly shmokes!!!
 
Old 07-05-2007, 11:34 PM   #14
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by gmartin
Robby - well let me start by thanking you for all the hard work! Slack 12 looks great. I hope you'll accept my criticism in the light it was offered. I have used Slackware since v8.1. I learned Linux using Slackware and have thoroughly enjoyed the journey. I appreciate the effort that Pat, you and others put into it. I hope my comments only help make it better.
Well, as I stated earlier, I *do* think your concerns are valid, even though I happen to think the potential "failure case" is low-probability. That being said, I'll definitely keep this in mind for the next release. In fact, if you notice that the next -current cycle's CHANGES_AND_HINTS.TXT isn't a bit more specific about that portion, drop me an email and remind me.
 
Old 07-06-2007, 02:30 AM   #15
arubin
Senior Member
 
Registered: Mar 2004
Location: Middx UK
Distribution: Slackware64 15.0 (multilib)
Posts: 1,350

Rep: Reputation: 75
My two pence worth, and I am familiar with package upgrading that for something as tricky as an upgrade like thse even experienced slackers might need their hand holding. It would have thrown me.
 
  


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
apt-get question: dist-upgrade vs upgrade Arodef Fedora 9 06-15-2012 01:33 PM
Upgrade troubel slack 10.1 to slack 10.2 delta function Slackware 3 10-19-2005 11:47 PM
upgrade to slack 10.2 wwnexc Linux - Software 2 09-25-2005 01:16 AM
What first upgrade kernel or upgrade slack 10.0 to current Kelean Slackware 7 01-16-2005 06:54 PM
Slack Upgrade wonderpun Slackware 12 12-25-2002 08:08 AM

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

All times are GMT -5. The time now is 06:50 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