Line 32: |
Line 32: |
| <pre>signal-event post-upgrade | | <pre>signal-event post-upgrade |
| signal-event reboot</pre> | | signal-event reboot</pre> |
− | <li value="8">Change your kernel boot options | + | <li value="8">Change your kernel boot options.<br/> |
− | Optionally, for best results with SME 8.x and earlier versions, modify /etc/grub.conf, adding divider=10 to the kernel boot options in order
| + | Optionally, for best results with SME 8.x and earlier versions, modify /etc/grub.conf, adding divider=10 to the kernel boot options in order |
| to reduce the idle CPU load with VirtualBox. For example, if your kernel boot line is | | to reduce the idle CPU load with VirtualBox. For example, if your kernel boot line is |
− | <pre>kernel /vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/main/root</pre> | + | <pre>kernel /vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/main/root </pre> |
− | change it to | + | <p>change it to</p> |
| <pre>kernel /vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/main/root divider=10</pre> | | <pre>kernel /vmlinuz-2.6.18-238.19.1.el5 ro root=/dev/main/root divider=10</pre> |
− | <b>Reminder: if you subsequently update SME Server to use a newer kernel, you may need to change | + | <b>Reminder:</b> if you subsequently update SME Server to use a newer kernel, you may need to change |
− | your kernel boot line to reflect the update.</b> | + | your kernel boot line to reflect the update. |
| </li> | | </li> |
− | <li value="9">Create a symbolic link</li> | + | <li value="9">Create a symbolic link.<br/> |
− | <b>NOTE: Be careful if you cut-and-paste the command below. In some terminal windows, from some browsers, the parts of the command in | + | <b>NOTE:</b> Be careful if you cut-and-paste the command below. In some terminal windows, from some browsers, the parts of the command in |
| bold font do not paste correctly. Pay particular attention to the dashes (-) and the backticks (`). There aren't any single quote marks in | | bold font do not paste correctly. Pay particular attention to the dashes (-) and the backticks (`). There aren't any single quote marks in |
− | the command below - they are all supposed to be backticks.</b> | + | the command below - they are all supposed to be backticks. |
− | | + | <pre>ln '''-s''' /usr/src/kernels/'''`uname -r`'''-'''`uname -m`''' /lib/modules/'''`uname -r`'''/build</pre> |
− | <pre>ln <b>-s</b> /usr/src/kernels/<b>`uname -r`</b>-<b>`uname -m`</b> /lib/modules/<b>`uname -r`</b>/build</pre> | |
| | | |
− | <b>Reminder: if you subsequently update SME Server to use a newer kernel, you may need to recreate the symbolic link.</b> | + | <b>Reminder:</b> if you subsequently update SME Server to use a newer kernel, you may need to recreate the symbolic link. |
− | | + | </li> |
− | <li value="10">Check that the symbolic link was properly created by doing a directory listing.</li> | + | <li value="10">Check that the symbolic link was properly created by doing a directory listing.<br/> |
− | <b>NOTE: Be careful if you cut-and-paste the command below. In some terminal windows, from some browsers, the parts of the command in | + | <b>NOTE:</b> Be careful if you cut-and-paste the command below. In some terminal windows, from some browsers, the parts of the command in |
| bold font do not paste correctly. Pay particular attention to the dashes (-) and the backticks (`). There aren't any single quote marks in | | bold font do not paste correctly. Pay particular attention to the dashes (-) and the backticks (`). There aren't any single quote marks in |
− | the command below - they are all supposed to be backticks.</b> | + | the command below - they are all supposed to be backticks. |
− | | |
− | <pre>ls /lib/modules/<b>`uname -r`</b>/build</pre>
| |
| | | |
| + | <pre>ls /lib/modules/'''`uname -r`'''/build</pre> |
| + | </li> |
| <li value="11">Install the Fedora Epel repository using the instructions [http://wiki.contribs.org/Epel here].</li> | | <li value="11">Install the Fedora Epel repository using the instructions [http://wiki.contribs.org/Epel here].</li> |
| <li value="12">Install Dynamic Kernel Module Support (DKMS)</li> | | <li value="12">Install Dynamic Kernel Module Support (DKMS)</li> |