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 04-27-2009, 06:40 PM   #1
Stephan789
LQ Newbie
 
Registered: Jun 2005
Distribution: Debian/Knoppix/Slackware/Fedora
Posts: 11
Blog Entries: 2

Rep: Reputation: 0
Can't update image-2.6.26-1-686_2.6.26-13lenny2


Hello,
can someone help me.
I can't update the new image-2.6.26-1-686_2.6.26-13lenny2

with security update

E: /var/cache/apt/archives/linux-
image-2.6.26-1-686_2.6.26-13lenny2_i386.deb: fehlgeschlagen in buffer_write(fd) (10, ret=-1)

or with aptitude

Vorkonfiguration der Pakete ...
(Lese Datenbank ... 126387 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereiten zum Ersetzen von linux-image-2.6.26-1-686 2.6.26-13 (durch .../linux-image-2.6.26-1-686_2.6.26-13lenny2_i386.deb) ...
The directory /lib/modules/2.6.26-1-686 still exists. Continuing as directed.
Done.
Entpacke Ersatz für linux-image-2.6.26-1-686 ...
dpkg: Fehler beim Bearbeiten von /var/cache/apt/archives/linux-image-2.6.26-1-686_2.6.26-13lenny2_i386.deb (--unpack):
fehlgeschlagen in buffer_write(fd) (10, ret=-1): Backend dpkg-deb während »./lib/modules/2.6.26-1-686/kernel/drivers/hwmon/dme1737.ko«: Auf dem Gerät ist kein Speicherplatz mehr verfügbar
dpkg-deb: Unterprozess paste mit Signal (Datenübergabe unterbrochen (broken pipe)) getötet
Running postrm hook script /sbin/update-grub.
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.26-1-686
Found kernel: /boot/vmlinuz-2.6.18-6-686
Found kernel: /boot/vmlinuz-2.6.18-4-686
Updating /boot/grub/menu.lst ... done

Last edited by Stephan789; 04-29-2009 at 02:29 PM.
 
Old 04-28-2009, 08:44 AM   #2
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
fehlgeschlagen in buffer_write = Failure in Buffer_write

Auf dem Gerät ist kein Speicherplatz mehr verfügbar = On the equipment no storage location is more available


so .. are you out of disk space somewhere ?
 
Old 04-28-2009, 01:56 PM   #3
Stephan789
LQ Newbie
 
Registered: Jun 2005
Distribution: Debian/Knoppix/Slackware/Fedora
Posts: 11

Original Poster
Blog Entries: 2

Rep: Reputation: 0
How can I make disk space free?

Much Thanks!
I have differnt partions for all. There is space on disk but I think not in the parition for the image. I don't know but I think there are old Images. Is it possible to delete them and how?

Last edited by Stephan789; 05-05-2009 at 10:27 AM.
 
Old 04-28-2009, 03:59 PM   #4
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Hmm hard to tell what's going on from those screenshots.. it looks like / is full but you have som many other partitions, I don't understand why / would have that much data in it..

could you post the output of the following command here ?

df -h
 
Old 04-29-2009, 04:03 AM   #5
Stephan789
LQ Newbie
 
Registered: Jun 2005
Distribution: Debian/Knoppix/Slackware/Fedora
Posts: 11

Original Poster
Blog Entries: 2

Rep: Reputation: 0
Thanks! I have got the answer. I have removed with aptitude the kernel 2.6.18-6-686 and 2.6.18-4-686
Now I have enough disk space. Than I have installed
linux-image 2.6.26-libre2-1-686 because I thought that libre use a little less disk space. What do you think is libre stabil?

Here is the output from df -h

stephanoppermann:/home/stephan# df -h
Dateisystem Größe Benut Verf Ben% Eingehängt auf
/dev/sdb1 259M 178M 67M 73% /
tmpfs 506M 0 506M 0% /lib/init/rw
udev 10M 140K 9,9M 2% /dev
tmpfs 506M 0 506M 0% /dev/shm
/dev/sdb9 219G 92G 117G 44% /home
/dev/sdb8 373M 11M 343M 3% /tmp
/dev/sdb5 4,6G 2,8G 1,6G 65% /usr
/dev/sdb6 2,8G 384M 2,3G 15% /var

Last edited by Stephan789; 04-29-2009 at 09:47 AM.
 
Old 04-29-2009, 07:34 AM   #6
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
yes the libre kernel would likely be smaller. and if you don't run into any issues with devices not working due to missing firmware, you should be good to go.

From what I can see it looks like the libre kernel has all the non-free binary firmware blobs removed from it. Debian is working towards this in their mainline kernels, but it's a slow process.


When you uninstalled those kernels did you also go through your system looking for any old initrd.img or vmlinuz files sitting in /boot that you no longer need ? and did you check /usr/src for header files left over from the kernel versions you removed ?

I always do a manual check since purging the old kernels doesn't necessarily remove everything.


Glad to hear you got it all sorted out. Enjoy !!
 
Old 04-29-2009, 02:21 PM   #7
Stephan789
LQ Newbie
 
Registered: Jun 2005
Distribution: Debian/Knoppix/Slackware/Fedora
Posts: 11

Original Poster
Blog Entries: 2

Rep: Reputation: 0
The old initrd.img or vmlinuz files was remove by aptitude. I have also delete one bak file with mc.
I think I have no problems with missing firmware.
It is all very well.
Thanks a lot!
 
  


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
Downloading Debian - what is 2.5G update image ? Vilius Debian 1 09-14-2008 08:09 AM
Lots of problems with pkg image-update Reisswolf Solaris / OpenSolaris 1 09-05-2008 06:04 AM
pkg image-update results in a non bootable environment crisostomo_enrico Solaris / OpenSolaris 2 06-18-2008 10:10 AM
New linux-image update fails GatorBait Debian 1 10-02-2007 11:36 PM
Automated update of background image in FC6 jasonacg Linux - General 3 08-08-2007 08:57 AM

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

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