Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Dist-upgrade to Etch
PostPosted: Wed Dec 06, 2006 6:31 pm 
Offline
Junior Member

Joined: Mon Nov 01, 2004 4:36 pm
Posts: 21
With the upcoming release of Etch, I'm planning to do the old dist-upgrade on my Sarge Linode. Has anyone done this and are there any gotchas specific to Linode? The main one I'm thinking of is the kernel - do I need to change to a 2.6 kernel and if so is there a recommended one?

Thanks, Tom


Top
   
 Post subject:
PostPosted: Wed Dec 06, 2006 6:44 pm 
Offline
Senior Newbie

Joined: Thu Jun 15, 2006 6:54 pm
Posts: 5
I am currently running etch, actually. I had zero problems using 'apt-get dist-upgrade' - because the kernel with Linode is managed by Linode, you don't actually upgrade anything as far as the kernel goes. I would recommend selecting 'latest 2.6 kernel' in your configuration manager, but beyond that, no problems.

--Xel


Top
   
 Post subject:
PostPosted: Wed Dec 06, 2006 6:59 pm 
Offline
Junior Member

Joined: Mon Nov 01, 2004 4:36 pm
Posts: 21
Cool news. So should I select that before I do the dist-upgrade or after the upgrade is complete? Not sure if selecting the 2.6 latest will cause problems for Sarge - if not, would definitely like to go that way now.

Cheers, Tom


Top
   
 Post subject:
PostPosted: Thu Dec 07, 2006 8:12 am 
Offline
Junior Member

Joined: Wed Sep 27, 2006 7:36 pm
Posts: 34
Website: http://fourbatons.com/
Location: Maryland, USA
mthaddon wrote:
Cool news. So should I select that before I do the dist-upgrade or after the upgrade is complete? Not sure if selecting the 2.6 latest will cause problems for Sarge - if not, would definitely like to go that way now.

Cheers, Tom


One of the first things I did when I set up my Linode was to switch to 2.6, and it didn't cause any problems for the Sarge image.


Top
   
 Post subject:
PostPosted: Fri Dec 08, 2006 1:30 pm 
Offline
Junior Member

Joined: Mon Nov 01, 2004 4:36 pm
Posts: 21
Thanks.

I've booted into the 2.6 kernel, but need to ask a stupid question. My iptables config (I use firehol) needs a /boot/config-2.6.18-linode25 file. How do I generate this for my new kernel?

Thanks, Tom


Top
   
 Post subject:
PostPosted: Fri Dec 08, 2006 1:42 pm 
Offline
Senior Member

Joined: Thu Sep 23, 2004 8:35 pm
Posts: 73
Location: The Hague, Netherlands
Hi,

mthaddon wrote:
My iptables config (I use firehol) needs a /boot/config-2.6.18-linode25 file. How do I generate this for my new kernel?


For this particular kernel:
Code:
zcat /proc/config.gz > /boot/config-2.6.18-linode25


But it is better to make it kernel version proof:
Code:
mkdir -p /usr/src/linux
zcat /proc/config.gz > /usr/src/linux/.config


Regards,

Cliff


Top
   
PostPosted: Fri Dec 08, 2006 4:46 pm 
Offline
Junior Member

Joined: Wed Sep 27, 2006 7:36 pm
Posts: 34
Website: http://fourbatons.com/
Location: Maryland, USA
If your firewall depends on the configuration for a certain version of the kernel installed, select the latest 2.6 kernel manually (2.6.19-linode26 right now) because the "Latest 2.6" version could change at any time and brake your firewall on reboot. If you select a kernel that isn't "Latest" then it is guaranteed never to change unless kernels are removed for security reasons (vulnerabilities in them, etc).


Top
   
 Post subject:
PostPosted: Mon Dec 11, 2006 7:13 am 
Offline
Junior Member

Joined: Mon Nov 01, 2004 4:36 pm
Posts: 21
Great, thanks!


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group