Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
systems:centos [2017/02/10 13:00] eServices Greece |
systems:centos [2018/03/05 05:27] (current) eServices Greece |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| ====== Centos 7 ====== | ====== Centos 7 ====== | ||
| - | ===== Issue updating initscripts ===== | + | ===== Issue: updating initscripts ===== |
| Error unpacking rpm package initscripts-9.49.30-1.el7_2.2.x86_64 | Error unpacking rpm package initscripts-9.49.30-1.el7_2.2.x86_64 | ||
| Line 7: | Line 8: | ||
| fix: | fix: | ||
| - | <sxh bash> | + | <sxh bash> |
| - | chattr -i / | + | |
| - | </ | + | |
| ===== RPMDB altered outside of yum. ===== | ===== RPMDB altered outside of yum. ===== | ||
| Line 15: | Line 14: | ||
| fix: | fix: | ||
| - | <sxh bash> | + | <sxh bash>yum history sync</ |
| - | yum history sync | + | |
| - | </ | + | ===== Timezone Change ===== |
| + | === Move current timezone (backup) === | ||
| + | <sxh bash>mv / | ||
| + | |||
| + | === Create symlink to selected timezone === | ||
| + | <sxh bash>ln -s / | ||
| + | |||
| + | ===== Additional Entropy | ||
| + | <sxh bash>yum install haveged | ||
| + | service haveged start | ||
| + | chkconfig haveged on</ | ||