Changes between Version 10 and Version 11 of install_debian_extras
- Timestamp:
- Mar 31, 2008, 8:51:52 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
install_debian_extras
v10 v11 17 17 * Login as root and install the following packages (if you plan to install postfix, replace esmtp-run with postfix) 18 18 {{{ 19 # aptitude install ssh ntp less emacs21-nox cron-apt iproute mailx esmtp-run locales lsof psmisc screen smartmontools19 # aptitude install ssh ntp less emacs21-nox cron-apt iproute mailx esmtp-run locales lsof psmisc screen 20 20 }}} 21 21 * Configure locales to use en_US.UTF-8 (run dpkg-reconfigure locales if necessary) … … 76 76 }}} 77 77 78 == Serial console login (not for DomU's, only dom0's!) == 78 == smartmontools (not for domU's) == 79 80 * Install smartmontools 81 {{{ 82 aptitude install smartmontools 83 }}} 84 * Configure smartmontools 85 * Edit /etc/default/smartmontools, uncomment: 86 {{{ 87 start_smartd=yes 88 }}} 89 * Edit /etc/smart.conf. 90 * Comment out: 91 {{{ 92 # DEVICESCAN -m root -M exec /usr/share/smartmontools/smartd-runner 93 }}} 94 * Add lines for the given disks. Run lshw to determine if the disks are ata and require the -d. For example: 95 {{{ 96 /dev/sda -a -d ata -s (S/../.././01|L/../../6/02) 97 /dev/sdb -a -d ata -s (S/../.././03|L/../../6/04) 98 }}} 99 100 101 == Serial console login (not for domU's) == 79 102 80 103 If you did not use the serial console installer, then perform the following: