Advertisement
fLegmatik

Untitled

May 28th, 2012
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.72 KB | None | 0 0
  1. [root@automation ~]# apt-get install kernel-image-std-def#1:3.0.32-alt0.M60P.1 --reinstall
  2. Чтение списков пакетов... Завершено
  3. Построение дерева зависимостей... Завершено
  4. 0 будет обновлено, 0 новых установлено, 1 пакетов будет переустановлено, 0 пакетов будет удалено и 0 не будет обновлено.
  5. Необходимо получить 0B/22,8MB архивов.
  6. После распаковки потребуется дополнительно 0B дискового пространства.
  7. Продолжить? [Y/n]
  8. Совершаем изменения...
  9. Preparing... ######################################################################################### [100%]
  10. 1: kernel-image-std-def ######################################################################################### [100%]
  11. Running /usr/lib/rpm/posttrans-filetriggers
  12. Config file: /etc/initrd.mk
  13. Generating module dependencies on host ...
  14. Guessed modules: ata_generic crc-t10dif ext3 libata pata_acpi sata_nv scsi_mod sd_mod
  15. Guessed features: add-modules cleanup compress
  16. Creating initrd image ...
  17. Adding modules ...
  18. Generating module dependencies in image ...
  19. Packed modules: ata_generic crc-t10dif ext3 jbd libata mbcache pata_acpi sata_nv scsi_mod sd_mod
  20. Packing image to archive ...
  21. Compressing image ...
  22. Installing image ...
  23. Removing work directory ...
  24.  
  25. Image is saved as /boot/initrd-3.0.32-std-def-alt0.M60P.1.img
  26.  
  27. Config file: /etc/initrd.mk.d/pata.mk
  28. Generating module dependencies on host ...
  29. Creating initrd image ...
  30. Packed modules:
  31. Packing image to archive ...
  32.  
  33. An attempt to create two images with the same name. There is possibility
  34. that you forgot to define IMAGE_SUFFIX or IMAGEFILE in one of the config files.
  35.  
  36. ERROR: Unable to overwrite the image /boot/initrd-3.0.32-std-def-alt0.M60P.1.img
  37.  
  38. make: *** [install] Ошибка 1
  39. make: *** [all] Ошибка 1
  40. Added ALTLinux *
  41. Added failsafe
  42. Added 2630-std-def-14
  43. Added 2632-std-def-20M50P1
  44. Added memtest86-4.20
  45. Added 3032-std-def-0M60P1
  46. Завершено.
  47. [root@automation ~]# ping -c2 8.8.8.8
  48. PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.
  49.  
  50. --- 8.8.8.8 ping statistics ---
  51. 2 packets transmitted, 0 received, 100% packet loss, time 999ms
  52.  
  53. [root@automation ~]# mv /etc/initrd.mk.d/pata.mk /etc/initrd.mk.d/pata.mk.ag
  54. [root@automation ~]# cat /etc/initrd.mk
  55. # trying to detect modules and features to access to root volume
  56. AUTODETECT = common root resume
  57. MODULES_ADD += ata_generic sata_nv pata_acpi libata
  58.  
  59. [root@automation ~]# cat /etc/initrd.mk.d/pata.mk.ag
  60. MODULES_ADD += ata_generic sata_nv pata_acpi libata
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement