Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.26 KB | None | 0 0
  1. [root@li159-10 ~]# wget -O selinux.sh http://library.linode.com/assets/542-centos5-native-kernel-selinux-enforcing.sh
  2. --2014-07-23 13:31:27--  http://library.linode.com/assets/542-centos5-native-kernel-selinux-enforcing.sh
  3. Resolving library.linode.com... 72.14.177.208, 2600:3c00::f03c:91ff:fedf:f0b1
  4. Connecting to library.linode.com|72.14.177.208|:80... connected.
  5. HTTP request sent, awaiting response... 301 Moved Permanently
  6. Location: https://library.linode.com/assets/542-centos5-native-kernel-selinux-enforcing.sh [following]
  7. --2014-07-23 13:31:27--  https://library.linode.com/assets/542-centos5-native-kernel-selinux-enforcing.sh
  8. Connecting to library.linode.com|72.14.177.208|:443... connected.
  9. HTTP request sent, awaiting response... 200 OK
  10. Length: 1818 (1.8K) [application/x-sh]
  11. Saving to: `selinux.sh'
  12.  
  13. 100%[===============================================================================>] 1,818       --.-K/s   in 0s      
  14.  
  15. 2014-07-23 13:31:28 (46.2 MB/s) - `selinux.sh' saved [1818/1818]
  16.  
  17. [root@li159-10 ~]# chmod +x selinux.sh
  18. [root@li159-10 ~]# ./selinux.sh
  19. Loaded plugins: fastestmirror
  20. Loading mirror speeds from cached hostfile
  21.  * addons: repos.lax.quadranet.com
  22.  * base: repos.lax.quadranet.com
  23.  * epel: mirror.prgmr.com
  24.  * extras: repos.lax.quadranet.com
  25.  * updates: repos.lax.quadranet.com
  26. addons                                                                                            | 1.9 kB     00:00    
  27. base                                                                                              | 1.1 kB     00:00    
  28. extras                                                                                            | 2.1 kB     00:00    
  29. updates                                                                                           | 1.9 kB     00:00    
  30. Excluding Packages from CentOS-5 - Addons
  31. Finished
  32. Excluding Packages from CentOS-5 - Base
  33. Finished
  34. Excluding Packages from CentOS-5 - Extras
  35. Finished
  36. Excluding Packages from CentOS-5 - Updates
  37. Finished
  38. Setting up Install Process
  39. Package selinux-policy-targeted-2.4.6-346.el5.noarch already installed and latest version
  40. Package audit-1.8-2.el5.x86_64 already installed and latest version
  41. Nothing to do
  42. ln: creating symbolic link `/etc/grub.conf' to `/boot/grub/grub.conf': File exists
  43. Loaded plugins: fastestmirror
  44. Loading mirror speeds from cached hostfile
  45.  * addons: repos.lax.quadranet.com
  46.  * base: repos.lax.quadranet.com
  47.  * epel: mirror.prgmr.com
  48.  * extras: repos.lax.quadranet.com
  49.  * updates: repos.lax.quadranet.com
  50. Excluding Packages from CentOS-5 - Addons
  51. Finished
  52. Excluding Packages from CentOS-5 - Base
  53. Finished
  54. Excluding Packages from CentOS-5 - Extras
  55. Finished
  56. Excluding Packages from CentOS-5 - Updates
  57. Finished
  58. Setting up Install Process
  59. Resolving Dependencies
  60. --> Running transaction check
  61. ---> Package kernel-xen.x86_64 0:2.6.18-371.9.1.el5 set to be installed
  62. --> Finished Dependency Resolution
  63.  
  64. Dependencies Resolved
  65.  
  66. =========================================================================================================================
  67.  Package                     Arch                    Version                              Repository                Size
  68. =========================================================================================================================
  69. Installing:
  70.  kernel-xen                  x86_64                  2.6.18-371.9.1.el5                   updates                   23 M
  71.  
  72. Transaction Summary
  73. =========================================================================================================================
  74. Install       1 Package(s)
  75. Upgrade       0 Package(s)
  76.  
  77. Total download size: 23 M
  78. Downloading Packages:
  79. kernel-xen-2.6.18-371.9.1.el5.x86_64.rpm                                                          |  23 MB     00:01    
  80. Running rpm_check_debug
  81. Running Transaction Test
  82. Finished Transaction Test
  83. Transaction Test Succeeded
  84. Running Transaction
  85.   Installing     : kernel-xen                                                                                        1/1
  86. grubby fatal error: unable to find a suitable template
  87.  
  88. Installed:
  89.   kernel-xen.x86_64 0:2.6.18-371.9.1.el5                                                                                
  90.  
  91. Complete!
  92. [root@li159-10 ~]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement