diff options
-rw-r--r-- | admin-log.org | 41 | ||||
-rw-r--r-- | selections-2011-12-20.tar.gz | bin | 0 -> 208 bytes |
2 files changed, 41 insertions, 0 deletions
diff --git a/admin-log.org b/admin-log.org index 87f0719..797b275 100644 --- a/admin-log.org +++ b/admin-log.org @@ -81,3 +81,44 @@ The =/etc/fstab= is no longer correct since "ext4dev" is not a supported file sy +* Preparation for migration of IMAP from /antilop/ to /mistral/ <2011-12-20 tis> + +** Administrator's user accounts. + + The administrators /gustav/, /ljo/, and /skangas/ are in /\/etc\/sudoers/, and \/ + +** Files from /etc. + + Files to transfer to /mistral/ are: + + : bacula/ dovecot/ etckeeper/ logcheck/ mysql/ ossec-init.conf postfix/ rkhunter.conf rsyslog.conf ssh/sshd_config ssl/ + + Archived in /\/home\/gustav\/ect-antilop-2011-12-20.tar.gz/, ready for transfer. + +** check when done + + - that /etc/cron.d and friends are the same as on /antilop/ + +** change luks keys + +cite + + Basically, you just add an additional password(LUKS allows up to 8 different passwords for the same volume) and delete the original password. Here's a link that describes the process in detail: + +http://www.saout.de/tikiwiki/tiki-in...eviceUsingLUKS + + : # cryptsetup luksAddKey /dev/sdc1 + +Enter any LUKS passphrase: (enter an existing password for this partition) +key slot 0 unlocked. +Enter new passphrase for key slot: (enter the extra password) + +: # cryptsetup luksDelKey /dev/sdc1 0 + +** paket + + Alla paket som ska installeras och tas bort, både från dpkg-selections på antilop och från fripost-docs, finns i /home/gustav/selections-2011-12-20.tar.gz på antilop. + + + + diff --git a/selections-2011-12-20.tar.gz b/selections-2011-12-20.tar.gz Binary files differnew file mode 100644 index 0000000..90cc231 --- /dev/null +++ b/selections-2011-12-20.tar.gz |