LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-08-2006, 01:20 PM   #1
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Rep: Reputation: 77
Question Sarge Kernel Update?


If I update my Debian "Sarge" kernel from 2.6.8-2-686 to 2.6.15, will that mean I will have upgraded from "Stable" to "testing"? I really am not sure how that works.
 
Old 03-08-2006, 01:58 PM   #2
lestoil
Member
 
Registered: Apr 2004
Location: new york
Distribution: win2k,ubuntu,sw13,arch,centos5.3
Posts: 815

Rep: Reputation: 31
No you can install linux-image-2.6.x from Etch or Sid without upgrading whole system. Just look through what else comes with linux-image-x. apt-get -s install pkg.deb will give you practice install.
Check what's available in Sarge because 2.6.12 is available now, I believe. You can also get newer kernels from Sarge backports.
 
Old 03-08-2006, 02:22 PM   #3
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I am not able to find any kernel images beyond what I already have. Am I using the wrong repos?

Code:
mail:~# uname -a
Linux qmail 2.6.8-2-686 #1 Tue Aug 16 13:22:48 UTC 2005 i686 GNU/Linux
qmail:~# apt-get update
Hit http://ftp.debian.org stable/main Packages
Hit http://ftp.debian.org stable/main Release
Hit http://ftp.debian.org stable/main Sources
Hit http://ftp.debian.org stable/main Release
Get:1 http://security.debian.org stable/updates/main Packages [192kB]
Get:2 http://security.debian.org stable/updates/main Release [110B]
Fetched 192kB in 3s (49.0kB/s)
Reading Package Lists... Done
qmail:~# apt-cache search linux-image
qmail:~
Apt find nothing else but kernel-image ...
 
Old 03-08-2006, 03:17 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
check out backports.org. the 2.6.15 kernel has been backported to the Stable distro there..
 
Old 03-08-2006, 03:27 PM   #5
carlosinfl
Senior Member
 
Registered: May 2004
Location: Orlando, FL
Distribution: Arch
Posts: 2,905

Original Poster
Rep: Reputation: 77
I checked out backports.org & really don't see how I get the latest kernel from there. Can you explain the process? Do I need to add their repo tp my "source.list" or something to that nature?
 
Old 03-08-2006, 08:19 PM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
the official instructions are here: http://www.backports.org/instructions.html


While this site ha examples of installing Firefox 1.5, OpenOffice 2.0 etc from backports.org onto your Safrge box.
http://linox.be/index.php?cat=27



I'm not finding the kernel how-to for backports (I really should bookmark things like that when I find them the first time.).. but I do believe along with the kernel you must install yaird from backports as well..

http://www.csg.is.titech.ac.jp/~leng...ata/index.html this contains kernel backport and yaird info..
 
Old 03-10-2006, 02:22 PM   #7
Crushing Belial
Member
 
Registered: Mar 2005
Location: University of Massachusetts - Lowell
Distribution: Ubuntu, Win 7 Pro, Win 7 Enterprise
Posts: 126

Rep: Reputation: 15
Simply add backports to your /etc/apt/sources.list file, and put something along these lines in your /etc/apt/preferences file. When I upgraded to the 2.6.15 kernel, I just put all the kernel packages, and dependencies in here along with the other backported packages I use. These might vary depending on which kernel you use.

Code:
Package: linux-image-2.6.15-1-686
Pin: release a=sarge-backports
Pin-Priority: 999

Package: linux-headers-2.6.15-1-686
Pin: release a=sarge-backports
Pin-Priority: 999

Package: linux-headers-2.6.15-1
Pin: release a=sarge-backports
Pin-Priority: 999

Package: linux-patch-debian-2.6.15
Pin: release a=sarge-backports
Pin-Priority: 999

Package: linux-tree-2.6.15
Pin: release a=sarge-backports
Pin-Priority: 999

Package: linux-source-2.6.15
Pin: release a=sarge-backports
Pin-Priority: 999

Package: libklibc
Pin: release a=sarge-backports
Pin-Priority: 999

Package: klibc-utils
Pin: release a=sarge-backports
Pin-Priority: 999

Package: yaird
Pin: release a=sarge-backports
Pin-Priority: 999
Make sure you add

Code:
Package: *
Pin: release a=sarge-backports
Pin-Priority: 200
to your apt preferences file to deactivate all other backports. When you want to install a new backport, just add

Code:
Package: packagename
Pin: release a=sarge-backports
Pin-Priority: 999
to the preferences file.

Last edited by Crushing Belial; 03-10-2006 at 02:32 PM.
 
  


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
NO BOOTLOG MESSAGES after Kernel Update on Debian Sarge cccc Debian 1 01-09-2006 06:19 PM
Sarge Update matarodi Debian 6 05-25-2005 12:19 PM
g++-3.3 gcc-3.3 libstdc++5-3.3-dev will not update sarge Moloko Debian 19 08-29-2004 11:59 PM
Konsole won't close after KDE 3.2 update on Sarge Moloko Debian 2 04-29-2004 05:50 AM
update to sarge serji Linux - Software 1 09-28-2003 04:50 PM

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

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