Original hard drive partitioning scheme.
david@archon:~$ df -h Filesystem Size Used Avail Use% Mounted on /dev/hda1 7.5G 6.4G 1.1G 86% / /dev/hda3 28G 26G 2.4G 92% /var /dev/hda5 56G 51G 5.2G 91% /home /dev/hda6 56G 24G 32G 43% /nofadz /dev/sda1 466G 397G 69G 86% /mnt/vault df: `/mnt/mirror/vault': Permission denied 10.0.0.2:/usr/local/home 209G 166G 33G 84% /mnt/nfs/sage/local/home 10.0.0.2:/mnt/raid/space 1.8T 1.8T 6.5G 100% /mnt/nfs/sage/space 10.0.0.3:/linuxhome 592G 271G 321G 46% /mnt/nfs/vault/linuxhome
NOTE: So vault and mirror, mirror each other daily.
# Virtual hosts Include /etc/httpd/extra/archon-httpd-vhosts.conf
rsync -vaP /usr/local/archon/var/www/htdocs/hosted/ /var/www/htdocs/hosted/ rsync -vaP /usr/local/archon/var/www/htdocs/locals/ /var/www/htdocs/locals/ rsync -vaP /usr/local/archon/var/www/htdocs/secure/ /var/www/htdocs/secure/
— David Lloyd Rabine 2012/12/06 17:30
All of this done as root:
cd /home/david/public_html mv wiki dokuwiki-2012-10-13 tar -zxvf dokuwiki-2012-10-13.tgz
rm dokuwiki-2012-10-13/install.php
chgrp -R apache dokuwiki-2012-10-13/conf/ chmod -R g+w dokuwiki-2012-10-13/conf/ chgrp -R apache dokuwiki-2012-10-13/data/ chmod -R g+w dokuwiki-2012-10-13/data/
mv dokuwiki-2012-10-13 wiki
touch wiki/conf/local.php
mkdir ~/public_html/wikibackups/20110612 rsync -vaP ~/public_html/wiki/ ~/public_html/wikibackups/20110612/
cd ~/down/dokuwiki/
cd ~/public_html/wiki tar -xzvf ~/down/dokuwiki/dokuwiki-xxxx-xx-xx.tgz --strip-components=1
rm ~/public_html/wiki/install.php
touch ~/public_html/wiki/conf/local.php
I always wanted to set up authentication so I can SEND via sendmail from my local account. Here is the link on how to do that:
Nope, the new drive is a PATA (Old standard IDE drive) because I already used my SATA slots for other drives in this Opteron original machine. It is really time for a new machine, but not yet…
In order for the Never Winter Server (and any other 32 bit software) to run on this new machine, I had to follow the steps in this article: http://alien.slackbook.org/dokuwiki/doku.php?id=slackware:multilib
Following the instructions, I went ahead and did the following:
wget --mirror http://connie.slackware.com/~alien/multilib/13.0/
upgradepkg --reinstall --install-new *.t?z
mount -o loop /home/david/temp-dvd/slackware-13.0-install-dvd.iso /mnt/tmp
massconvert32.sh -i /mnt/tmp/slackware/
installpkg *-compat32/*.t?z