Changes

From SME Server
Jump to navigationJump to search
98 bytes added ,  23:05, 29 June 2008
Line 39: Line 39:  
{{Note box|The exact kernel version used is depending on the processor(s). Multiple or HT processors will use the SMP kernel by default, otherwise the non SMP (.EL) kernel is being used.
 
{{Note box|The exact kernel version used is depending on the processor(s). Multiple or HT processors will use the SMP kernel by default, otherwise the non SMP (.EL) kernel is being used.
 
Entering 'uname -r' on the console will tell you the exact kernel you are currently running, and using it with the yum command will make it easy to prevent typos and using the correct kernel version used by your machine. The ` sign in the below code is the one as on the ~ key, below the 'esc' key.}}
 
Entering 'uname -r' on the console will tell you the exact kernel you are currently running, and using it with the yum command will make it easy to prevent typos and using the correct kernel version used by your machine. The ` sign in the below code is the one as on the ~ key, below the 'esc' key.}}
  yum install mythweb mythtv-setup mythtv-frontend mythtv-backend --enablerepo=atrpms --enablerepo=dag
+
  yum install mythtv-themes-0.20.2 mythweb-0.20.2 mythtv-setup-0.20.2 mythtv-frontend-0.20.2 mythtv-backend-0.20.2 --enablerepo=atrpms --enablerepo=dag
  yum install mythtv-docs mythtv-themes --enablerepo=atrpms --enablerepo=dag
+
  yum install mythtv-docs-0.20.2 --enablerepo=atrpms --enablerepo=dag
  yum install libmythavcodec libmythavformat libmythavutil libmythfreemheg libmythlivemedia libmythtv libmythui libmythupnp --enablerepo=atrpms --enablerepo=dag
+
  yum install libmythavcodec-0.20.2 libmythavformat-0.20.2 libmythavutil-0.20.2 libmythfreemheg-0.20.2 libmythlivemedia-0.20.2 libmythtv-0.20.2 libmythui-0.20.2 libmythupnp-0.20.2 --enablerepo=atrpms --enablerepo=dag
 
Ensure the service will start properly on boot:
 
Ensure the service will start properly on boot:
 
  config set mythbackend service status enabled
 
  config set mythbackend service status enabled
147

edits

Navigation menu