Advertisement
Guest User

Untitled

a guest
Sep 11th, 2011
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.63 KB | None | 0 0
  1. Rx:~# apt-get install apache2 php5 libapache2-mod-php5
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. apache2 is already the newest version.
  6. php5 is already the newest version.
  7. libapache2-mod-php5 is already the newest version.
  8. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  9. 3 not fully installed or removed.
  10. After this operation, 0B of additional disk space will be used.
  11. Setting up linux-image-2.6.26-1-amd64 (2.6.26-13lenny2) ...
  12. Running depmod.
  13. Running mkinitramfs-kpkg.
  14. Not updating initrd symbolic links since we are being updated/reinstalled
  15. (2.6.26-13 was configured last, according to dpkg)
  16. Not updating image symbolic links since we are being updated/reinstalled
  17. (2.6.26-13 was configured last, according to dpkg)
  18. Running postinst hook script update-grub.
  19. Searching for GRUB installation directory ... found: /boot/grub
  20. warning: grub-probe can't find drive for /dev/sda1.
  21. grub-probe: error: Cannot find a GRUB drive for /dev/sda1.  Check your device.map.
  22.  
  23. User postinst hook script [update-grub] exited with value 1
  24. dpkg: error processing linux-image-2.6.26-1-amd64 (--configure):
  25. subprocess post-installation script returned error exit status 1
  26. Setting up linux-image-2.6.26-2-amd64 (2.6.26-26lenny3) ...
  27. Running depmod.
  28. Running mkinitramfs-kpkg.
  29. initrd.img(/boot/initrd.img-2.6.26-2-amd64
  30. ) points to /boot/initrd.img-2.6.26-2-amd64
  31. (/boot/initrd.img-2.6.26-2-amd64) -- doing nothing at /var/lib/dpkg/info/linux-image-2.6.26-2-amd64.postinst line 569.
  32. vmlinuz(/boot/vmlinuz-2.6.26-2-amd64
  33. ) points to /boot/vmlinuz-2.6.26-2-amd64
  34. (/boot/vmlinuz-2.6.26-2-amd64) -- doing nothing at /var/lib/dpkg/info/linux-image-2.6.26-2-amd64.postinst line 569.
  35. Running postinst hook script update-grub.
  36. Searching for GRUB installation directory ... found: /boot/grub
  37. warning: grub-probe can't find drive for /dev/sda1.
  38. grub-probe: error: Cannot find a GRUB drive for /dev/sda1.  Check your device.map.
  39.  
  40. User postinst hook script [update-grub] exited with value 1
  41. dpkg: error processing linux-image-2.6.26-2-amd64 (--configure):
  42.  subprocess post-installation script returned error exit status 1
  43. dpkg: dependency problems prevent configuration of linux-image-2.6-amd64:
  44.  linux-image-2.6-amd64 depends on linux-image-2.6.26-2-amd64; however:
  45.   Package linux-image-2.6.26-2-amd64 is not configured yet.
  46. dpkg: error processing linux-image-2.6-amd64 (--configure):
  47.  dependency problems - leaving unconfigured
  48. Errors were encountered while processing:
  49.  linux-image-2.6.26-1-amd64
  50.  linux-image-2.6.26-2-amd64
  51.  linux-image-2.6-amd64
  52. E: Sub-process /usr/bin/dpkg returned an error code (1)
  53. Rx:~#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement