Advertisement
Guest User

Untitled

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