Advertisement
Guest User

CLI log

a guest
Dec 24th, 2015
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.63 KB | None | 0 0
  1. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/fedora_new--host--2-root" yum install -y mdadm
  2. Yum command has been deprecated, redirecting to '/usr/bin/dnf install -y mdadm'.
  3. See 'man dnf' and 'man yum2dnf' for more information.
  4. To transfer transaction metadata from yum to DNF, run:
  5. 'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
  6.  
  7. Last metadata expiration check performed 0:22:38 ago on Thu Dec 24 16:21:51 2015.
  8. Package mdadm-3.3.2-2.fc23.x86_64 is already installed, skipping.
  9. Dependencies resolved.
  10. ================================================================================
  11. Package Arch Version Repository Size
  12. ================================================================================
  13. Skipping packages with conflicts:
  14. (add '--best --allowerasing' to command line to force their upgrade):
  15. mdadm x86_64 3.3.4-2.fc23 updates 408 k
  16.  
  17. Transaction Summary
  18. ================================================================================
  19.  
  20. Nothing to do.
  21. Complete!
  22. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/fedora_new--host--2-root" mdadm --assemble --scan
  23. mdadm: No arrays found in config file or automatically
  24. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/fedora_new--host--2-root" yum install -y lvm2
  25. Yum command has been deprecated, redirecting to '/usr/bin/dnf install -y lvm2'.
  26. See 'man dnf' and 'man yum2dnf' for more information.
  27. To transfer transaction metadata from yum to DNF, run:
  28. 'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
  29.  
  30. Last metadata expiration check performed 0:22:56 ago on Thu Dec 24 16:21:51 2015.
  31. Package lvm2-2.02.130-1.fc23.x86_64 is already installed, skipping.
  32. Dependencies resolved.
  33. ================================================================================
  34. Package Arch Version Repository Size
  35. ================================================================================
  36. Skipping packages with conflicts:
  37. (add '--best --allowerasing' to command line to force their upgrade):
  38. device-mapper x86_64 1.02.109-2.fc23 updates 292 k
  39. device-mapper-event x86_64 1.02.109-2.fc23 updates 206 k
  40. device-mapper-event-libs x86_64 1.02.109-2.fc23 updates 209 k
  41. device-mapper-libs x86_64 1.02.109-2.fc23 updates 346 k
  42. lvm2 x86_64 2.02.132-2.fc23 updates 1.0 M
  43. lvm2-libs x86_64 2.02.132-2.fc23 updates 927 k
  44.  
  45. Transaction Summary
  46. ================================================================================
  47.  
  48. Nothing to do.
  49. Complete!
  50. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/fedora_new--host--2-root" yum install -y lvm2
  51. Yum command has been deprecated, redirecting to '/usr/bin/dnf install -y lvm2'.
  52. See 'man dnf' and 'man yum2dnf' for more information.
  53. To transfer transaction metadata from yum to DNF, run:
  54. 'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
  55.  
  56. Last metadata expiration check performed 0:23:10 ago on Thu Dec 24 16:21:51 2015.
  57. Package lvm2-2.02.130-1.fc23.x86_64 is already installed, skipping.
  58. Dependencies resolved.
  59. ================================================================================
  60. Package Arch Version Repository Size
  61. ================================================================================
  62. Skipping packages with conflicts:
  63. (add '--best --allowerasing' to command line to force their upgrade):
  64. device-mapper x86_64 1.02.109-2.fc23 updates 292 k
  65. device-mapper-event x86_64 1.02.109-2.fc23 updates 206 k
  66. device-mapper-event-libs x86_64 1.02.109-2.fc23 updates 209 k
  67. device-mapper-libs x86_64 1.02.109-2.fc23 updates 346 k
  68. lvm2 x86_64 2.02.132-2.fc23 updates 1.0 M
  69. lvm2-libs x86_64 2.02.132-2.fc23 updates 927 k
  70.  
  71. Transaction Summary
  72. ================================================================================
  73.  
  74. Nothing to do.
  75. Complete!
  76. lubuntu@lubuntu:~$ sudo chroot "/mnt/boot-sav/mapper/fedora_new--host--2-root" yum erase -y grub*-common
  77. Yum command has been deprecated, redirecting to '/usr/bin/dnf erase -y grub*-common'.
  78. See 'man dnf' and 'man yum2dnf' for more information.
  79. To transfer transaction metadata from yum to DNF, run:
  80. 'dnf install python-dnf-plugins-extras-migrate && dnf-2 migrate'
  81.  
  82. No match for argument: grub*-common
  83. Error: No packages marked for removal.
  84. lubuntu@lubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement