LinuxQuestions.org
Visit Jeremy's Blog.
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 11-09-2004, 02:42 PM   #1
rdd
LQ Newbie
 
Registered: May 2004
Posts: 11

Rep: Reputation: 0
Unable to update Kernel, Debian release


Hey all --

I'm currently running Debian in largely the same state as I installed it several months ago (haven't had time to play). It's very outdated
(/proc/version = Linux version 2.2.20-idepci (herbert@gondolin) (gcc version 2.7.2.3) #1 Sat Apr 20 12:45:19 EST 2002),
and I've been trying to update to a newer kernel,
Debian release, and update packages. I've failed on all of them.

Per 2.6 Kernel upgrade post, I ran
apt-get -t unstable install kernel-image-2.6.7-1-386

and received
Reading Package Lists... Done
Building Dependency Tree... Done
E: Couldn't find package kernel-image-2.6.7-1-386


Next, I tried Debian's instructions to update:
apt-get update
followed by
apt-get dist-upgrade

This successfully reads the package lists, and builds dependency tree, but I then receive an error as it is apparently trying to upgrade
netsaint:

dpkg: error processing netsaint (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
netsaint
E: Sub-process /usr/bin/dpkg returned an error code (1)



Any suggestions what I can do to start getting this updated correctly??
Thank you!
 
Old 11-09-2004, 03:16 PM   #2
macondo
Senior Member
 
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034

Rep: Reputation: 62
Dist-upgrade to Sarge or Sid, it will install all the up-to-date tools you need, besides, Sarge will the stable version shortly.
From there you will be able to install a kernel-image for 2.6.
 
Old 11-09-2004, 06:42 PM   #3
talkingwires
Member
 
Registered: Jan 2004
Location: Boone, NC
Distribution: Debian SID
Posts: 49

Rep: Reputation: 15
Not exactly releated to your problem, but I'd recommend going with the kernel-2.6.8-1 package. I've been running it for a while and haven't had any problems. But 2.6.9 has a lot of problems, from what I've heard.

Edit - Whoops, just saw this in another thread: "So meanwhile you will all have to stick with kernel 2.6.7, that is if you want to be able to burn audio cd's which isn't possible with kernel 2.6.8 or 2.6.8.1". I hadn't even tried to do that yet (hell, I'm still trying to get my burner mounted!) Hrm. I might downgrade to 2.6.7.

Last edited by talkingwires; 11-09-2004 at 06:49 PM.
 
Old 11-09-2004, 09:22 PM   #4
rdd
LQ Newbie
 
Registered: May 2004
Posts: 11

Original Poster
Rep: Reputation: 0
New problem..

Thank you for your replies. I edited my sources.list to 'testing' to obtain Sarge, however now I've run into the issue that my /var partition is not large enough to hold all the updated files:

Sorry, you don't have enough free space in /var/cache/apt/archives/ to hold all the .deb s.


I've been researching partition magic-like open-sourceware to fix this issue -- would GNU parted be suitable?
 
Old 11-09-2004, 09:36 PM   #5
rdd
LQ Newbie
 
Registered: May 2004
Posts: 11

Original Poster
Rep: Reputation: 0
Arggh!

error received while configuring parted:

checking for uuid_generate in -luuid... no
configure: error: GNU Parted requires libuuid - a part of the e2fsprogs package (but sometimes distributed separately in uuid-devel or similar)
 
Old 11-10-2004, 02:43 AM   #6
six6
Member
 
Registered: Jun 2004
Location: In Adamantine Chains and penal Fire
Distribution: Debian Sarge & Ubuntu Breezy
Posts: 107

Rep: Reputation: 16
It's likely you can figure out what packages are going to be updated, then download them one by one and put them on CD/DVD. Otherwise, just download the first few recent sarge discs, it's likely the packages you need are on there. Then follow the guide @ debian.org for adding a CD/DVD to your sources.list.

Otherwise, buy a bigger harddisk

@talkingwires

I have no problems burning audio discs with 2.6.8, 2.6.8.1, or 2.6.9 (what I'm currently using). I'm using a standard ide dvd-burner.

Last edited by six6; 11-10-2004 at 02:45 AM.
 
Old 11-10-2004, 03:02 PM   #7
rdd
LQ Newbie
 
Registered: May 2004
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks six6 -- I'll give that a try tomorrow.
 
Old 11-10-2004, 07:36 PM   #8
macondo
Senior Member
 
Registered: Jul 2003
Location: Central America
Distribution: Slackwre64-current Devuan
Posts: 1,034

Rep: Reputation: 62
Re: New problem..

[QUOTE]Originally posted by rdd
[B]Thank you for your replies. I edited my sources.list to 'testing' to obtain Sarge, however now I've run into the issue that my /var partition is not large enough to hold all the updated files:

Sorry, you don't have enough free space in /var/cache/apt/archives/ to hold all the .deb s.
*******************

#apt-get clean

Also install debfoster, deborphan, and localepurge (read the sticky)

change your sources.list to 'sarge', instead of 'testing', when the current sarge becomes 'stable' (shortly), you won't have to change anything, 'testing' is very unstable, more so than 'sid', IMHO, that's where they test everything and runs behind 'stable' and 'sid' in terms of bugs and stability.

Read the sticky at the top of the page: Debian Configuration Post-install and the subsequent postings in that thread, it might answer/solve some of your problems in the future.

Last edited by macondo; 11-10-2004 at 07:38 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
Debian kernel release notification? zero79 Debian 2 09-19-2004 05:44 AM
Update or patch OpenBSD release. mullog *BSD 2 07-12-2004 12:47 PM
Next release of Debian? firefly2442 Debian 12 04-12-2004 09:23 PM
Unable to logon on as non-root user after update as unable to set executable context pls198 Fedora 2 04-09-2004 11:41 AM
Unable to update kernel routing table TrashCanMan Linux - Wireless Networking 2 03-07-2004 04:03 AM

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

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