Binary files Ryan Palmer's linode/etc/alternatives/pager and qa-1.damz.org/etc/alternatives/pager differ
Binary files Ryan Palmer's linode/etc/alternatives/pager.1.gz and qa-1.damz.org/etc/alternatives/pager.1.gz differ
diff -ru Ryan Palmer's linode/etc/apache2/apache2.conf qa-1.damz.org/etc/apache2/apache2.conf
--- Ryan Palmer's linode/etc/apache2/apache2.conf	2009-11-23 09:36:33.000000000 -0500
+++ qa-1.damz.org/etc/apache2/apache2.conf	2009-09-12 03:08:31.000000000 -0400
@@ -204,7 +204,7 @@
 
 #
 # Define an access log for VirtualHosts that don't define their own logfile
-#CustomLog /var/log/apache2/other_vhosts_access.log vhost_combined
+CustomLog /var/log/apache2/other_vhosts_access.log vhost_combined
 
 #
 # Customizable error responses come in three flavors:
@@ -279,3 +279,4 @@
 
 # Include the virtual host configurations:
 Include /etc/apache2/sites-enabled/
+Include /etc/apache2/vhosts.conf
diff -ru Ryan Palmer's linode/etc/apache2/conf.d/security qa-1.damz.org/etc/apache2/conf.d/security
--- Ryan Palmer's linode/etc/apache2/conf.d/security	2009-11-22 17:52:33.000000000 -0500
+++ qa-1.damz.org/etc/apache2/conf.d/security	2009-07-14 16:38:46.000000000 -0400
@@ -23,8 +23,8 @@
 # Set to one of:  Full | OS | Minimal | Minor | Major | Prod
 # where Full conveys the most information, and Prod the least.
 #
-ServerTokens Minimal
-#ServerTokens Full
+#ServerTokens Minimal
+ServerTokens Full
 
 #
 # Optionally add a line containing the server version and virtual host
@@ -34,8 +34,8 @@
 # Set to "EMail" to also include a mailto: link to the ServerAdmin.
 # Set to one of:  On | Off | EMail
 #
-ServerSignature Off
-#ServerSignature On
+#ServerSignature Off
+ServerSignature On
 
 #
 # Allow TRACE method
@@ -45,6 +45,6 @@
 #
 # Set to one of:  On | Off | extended
 #
-TraceEnable Off
-#TraceEnable On
+#TraceEnable Off
+TraceEnable On
 
diff -ru Ryan Palmer's linode/etc/apache2/ports.conf qa-1.damz.org/etc/apache2/ports.conf
--- Ryan Palmer's linode/etc/apache2/ports.conf	2009-11-14 16:01:59.000000000 -0500
+++ qa-1.damz.org/etc/apache2/ports.conf	2009-09-12 03:09:15.000000000 -0400
@@ -5,7 +5,6 @@
 # Debian etch). See /usr/share/doc/apache2.2-common/NEWS.Debian.gz and
 # README.Debian.gz
 
-NameVirtualHost *:80
 Listen 80
 
 <IfModule mod_ssl.c>
diff -ru Ryan Palmer's linode/etc/apache2/sites-available/default qa-1.damz.org/etc/apache2/sites-available/default
--- Ryan Palmer's linode/etc/apache2/sites-available/default	2009-11-23 09:41:29.000000000 -0500
+++ qa-1.damz.org/etc/apache2/sites-available/default	2009-07-14 16:38:46.000000000 -0400
@@ -4,17 +4,38 @@
 	DocumentRoot /var/www/
 	<Directory />
 		Options FollowSymLinks
-		AllowOverride All
+		AllowOverride None
 	</Directory>
 	<Directory /var/www/>
 		Options Indexes FollowSymLinks MultiViews
-		AllowOverride All
+		AllowOverride None
 		Order allow,deny
 		allow from all
 	</Directory>
 
+	ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
+	<Directory "/usr/lib/cgi-bin">
+		AllowOverride None
+		Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
+		Order allow,deny
+		Allow from all
+	</Directory>
+
 	ErrorLog /var/log/apache2/error.log
 
+	# Possible values include: debug, info, notice, warn, error, crit,
+	# alert, emerg.
 	LogLevel warn
 
+	CustomLog /var/log/apache2/access.log combined
+
+    Alias /doc/ "/usr/share/doc/"
+    <Directory "/usr/share/doc/">
+        Options Indexes MultiViews FollowSymLinks
+        AllowOverride None
+        Order deny,allow
+        Deny from all
+        Allow from 127.0.0.0/255.0.0.0 ::1/128
+    </Directory>
+
 </VirtualHost>
Only in Ryan Palmer's linode/etc/apache2/sites-enabled: 000-default
Only in qa-1.damz.org/etc/apache2: vhosts.conf
diff -ru Ryan Palmer's linode/etc/apt/sources.list qa-1.damz.org/etc/apt/sources.list
--- Ryan Palmer's linode/etc/apt/sources.list	2009-02-23 10:26:13.000000000 -0500
+++ qa-1.damz.org/etc/apt/sources.list	2009-09-12 03:05:47.000000000 -0400
@@ -1,8 +1,3 @@
+deb http://ftp.fr.debian.org/debian lenny main
+deb http://security.debian.org/ lenny/updates main contrib non-free
 
-# the main Debian packages.
-deb http://mirror.cc.columbia.edu/pub/linux/debian/debian/ lenny main contrib
-# Uncomment the deb-src line if you want 'apt-get source'
-# to work with most packages.
-# deb-src http://mirror.cc.columbia.edu/pub/linux/debian/debian/ lenny main contrib
-# uncommenting the following line will enable security updates
-deb http://security.debian.org/ stable/updates main contrib
Binary files Ryan Palmer's linode/etc/apt/trustdb.gpg and qa-1.damz.org/etc/apt/trustdb.gpg differ
Only in Ryan Palmer's linode/etc/bash_completion.d: git
diff -ru Ryan Palmer's linode/etc/crontab qa-1.damz.org/etc/crontab
--- Ryan Palmer's linode/etc/crontab	2008-09-28 07:07:29.000000000 -0400
+++ qa-1.damz.org/etc/crontab	2009-09-12 03:05:28.000000000 -0400
@@ -8,10 +8,10 @@
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 
 # m h dom mon dow user	command
-17 *	* * *	root    cd / && run-parts --report /etc/cron.hourly
-25 6	* * *	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
-47 6	* * 7	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
-52 6	1 * *	root	test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
+8 * * * * root    cd / && run-parts --report /etc/cron.hourly
+11 4 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
+56 2 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
+31 0 25 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
 #
 
 
diff -ru Ryan Palmer's linode/etc/fstab qa-1.damz.org/etc/fstab
--- Ryan Palmer's linode/etc/fstab	2009-11-23 12:27:29.000000000 -0500
+++ qa-1.damz.org/etc/fstab	2009-08-01 19:10:02.000000000 -0400
@@ -1,8 +1 @@
 # UNCONFIGURED FSTAB FOR BASE SYSTEM
-
-# /etc/fstab: static file system information.
-#
-# <file system> <mount point>   <type>  <options>       <dump>  <pass>
-proc            /proc           proc    defaults        0       0
-/dev/xvda       /               ext3    noatime,errors=remount-ro 0       1
-/dev/xvdb       none            swap    sw              0       0
diff -ru Ryan Palmer's linode/etc/group qa-1.damz.org/etc/group
--- Ryan Palmer's linode/etc/group	2009-11-17 01:06:00.000000000 -0500
+++ qa-1.damz.org/etc/group	2009-11-12 18:58:59.000000000 -0500
@@ -39,7 +39,10 @@
 nogroup:x:65534:
 libuuid:x:101:
 crontab:x:102:
-ssh:x:103:
-mysql:x:104:
-Debian-exim:x:105:
-ssl-cert:x:106:
+mysql:x:103:
+Debian-exim:x:104:
+ssl-cert:x:105:
+testingadmin:x:106:boombatower,hunmonk
+boombatower:x:1000:
+hunmonk:x:1001:
+ssh:x:107:
diff -ru Ryan Palmer's linode/etc/group- qa-1.damz.org/etc/group-
--- Ryan Palmer's linode/etc/group-	2009-11-17 01:05:49.000000000 -0500
+++ qa-1.damz.org/etc/group-	2009-09-12 03:08:18.000000000 -0400
@@ -39,6 +39,9 @@
 nogroup:x:65534:
 libuuid:x:101:
 crontab:x:102:
-ssh:x:103:
-mysql:x:104:
-Debian-exim:x:105:
+mysql:x:103:
+Debian-exim:x:104:
+ssl-cert:x:105:
+testingadmin:x:106:boombatower,hunmonk
+boombatower:x:1000:
+hunmonk:x:1001:
diff -ru Ryan Palmer's linode/etc/gshadow qa-1.damz.org/etc/gshadow
--- Ryan Palmer's linode/etc/gshadow	2009-11-17 01:06:00.000000000 -0500
+++ qa-1.damz.org/etc/gshadow	2009-11-12 18:58:59.000000000 -0500
@@ -39,7 +39,10 @@
 nogroup:*::
 libuuid:!::
 crontab:!::
-ssh:!::
 mysql:!::
 Debian-exim:!::
 ssl-cert:!::
+testingadmin:!::boombatower,hunmonk
+boombatower:!::
+hunmonk:!::
+ssh:!::
diff -ru Ryan Palmer's linode/etc/gshadow- qa-1.damz.org/etc/gshadow-
--- Ryan Palmer's linode/etc/gshadow-	2009-11-17 01:05:49.000000000 -0500
+++ qa-1.damz.org/etc/gshadow-	2009-09-12 03:08:18.000000000 -0400
@@ -39,6 +39,9 @@
 nogroup:*::
 libuuid:!::
 crontab:!::
-ssh:!::
 mysql:!::
 Debian-exim:!::
+ssl-cert:!::
+testingadmin:!::boombatower,hunmonk
+boombatower:!::
+hunmonk:!::
Only in qa-1.damz.org/etc/: hostname
diff -ru Ryan Palmer's linode/etc/hosts qa-1.damz.org/etc/hosts
--- Ryan Palmer's linode/etc/hosts	2009-02-19 19:23:25.000000000 -0500
+++ qa-1.damz.org/etc/hosts	2009-11-12 18:55:24.000000000 -0500
@@ -1,10 +1,3 @@
-
-127.0.0.1 localhost
-
-# The following lines are desirable for IPv6 capable hosts
-::1 ip6-localhost ip6-loopback
-fe00::0 ip6-localnet
-ff00::0 ip6-mcastprefix
-ff02::1 ip6-allnodes
-ff02::2 ip6-allrouters
-ff02::3 ip6-allhosts
+127.0.0.1 localhost.localdomain localhost
+# Auto-generated hostname. Please do not remove this comment.
+188.165.50.201 qa-1.damz.org qa-1
diff -ru Ryan Palmer's linode/etc/init.d/mysql qa-1.damz.org/etc/init.d/mysql
--- Ryan Palmer's linode/etc/init.d/mysql	2009-11-13 10:50:11.000000000 -0500
+++ qa-1.damz.org/etc/init.d/mysql	2009-09-12 03:07:27.000000000 -0400
@@ -102,16 +102,9 @@
 	   log_progress_msg "already running"
 	   log_end_msg 0
 	else
-        # Consumes about 71MB on average using MyISAM. InnoDB would be a lot more.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql`,size=200m tmpfs /var/lib/mysql
-        cp -r /var/lib/.mysql/* /var/lib/mysql
-        chown mysql:mysql -R /var/lib/mysql
-	
-        # Consumes about 14MB per checkout.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u www-data`,gid=`id -g www-data`,size=50m tmpfs /var/www/sites/default/files
-        chmod -R 777 /var/www/sites/default/files
-        cp -r /var/www/sites/default/.files/* /var/www/sites/default/files
-        chown www-data:www-data -R /var/www/sites/default/files
+            mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql` tmpfs /var/lib/mysql
+            cp -r /var/lib/.mysql/* /var/lib/mysql
+            chown mysql:mysql -R /var/lib/mysql
 
   	    /usr/bin/mysqld_safe > /dev/null 2>&1 &
 	    # 6s was reported in #352070 to be too few when using ndbcluster
@@ -146,6 +139,7 @@
 	# to specify it explicit as e.g. sudo environments points to the normal
 	# users home and not /root)
 	log_daemon_msg "Stopping MySQL database server" "mysqld"
+
 	if ! mysqld_status check_dead nowarn; then
 	  set +e
 	  shutdown_out=`$MYADMIN shutdown 2>&1`; r=$?
@@ -171,9 +165,6 @@
 	else
           rsync -a --delete /var/lib/mysql/ /var/lib/.mysql
           umount /var/lib/mysql/
-
-          rsync -a --delete /var/www/sites/default/files/ /var/www/sites/default/.files
-          umount /var/www/sites/default/files/
 	  log_end_msg 0
         fi
 	;;
Only in qa-1.damz.org/etc/init.d: sudo
diff -ru Ryan Palmer's linode/etc/inittab qa-1.damz.org/etc/inittab
--- Ryan Palmer's linode/etc/inittab	2009-11-23 12:27:29.000000000 -0500
+++ qa-1.damz.org/etc/inittab	2009-08-01 19:11:49.000000000 -0400
@@ -1,4 +1,3 @@
-
 # /etc/inittab: init(8) configuration.
 # $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
 
@@ -10,7 +9,7 @@
 si::sysinit:/etc/init.d/rcS
 
 # What to do in single-user mode.
-~:S:wait:/sbin/sulogin
+~~:S:wait:/sbin/sulogin
 
 # /etc/init.d executes the S and K scripts upon change
 # of runlevel.
@@ -41,30 +40,3 @@
 pn::powerfailnow:/etc/init.d/powerfail now
 po::powerokwait:/etc/init.d/powerfail stop
 
-# /sbin/getty invocations for the runlevels.
-#
-# The "id" field MUST be the same as the last
-# characters of the device (after "tty").
-#
-# Format:
-#  <id>:<runlevels>:<action>:<process>
-#
-# Note that on most Debian systems tty7 is used by the X Window System,
-# so if you want to add more getty's go ahead but skip tty7 if you run X.
-#
-0:2345:respawn:/sbin/getty 38400 tty1
-#1:2345:respawn:/sbin/getty 38400 tty1
-#2:23:respawn:/sbin/getty 38400 tty2
-#3:23:respawn:/sbin/getty 38400 tty3
-#4:23:respawn:/sbin/getty 38400 tty4
-#5:23:respawn:/sbin/getty 38400 tty5
-#6:23:respawn:/sbin/getty 38400 tty6
-
-# Example how to put a getty on a serial line (for a terminal)
-#
-#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
-#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
-
-# Example how to put a getty on a modem line.
-#
-#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
Binary files Ryan Palmer's linode/etc/ld.so.cache and qa-1.damz.org/etc/ld.so.cache differ
diff -ru Ryan Palmer's linode/etc/mailcap qa-1.damz.org/etc/mailcap
--- Ryan Palmer's linode/etc/mailcap	2009-11-17 01:05:52.000000000 -0500
+++ qa-1.damz.org/etc/mailcap	2009-09-12 03:06:58.000000000 -0400
@@ -25,14 +25,12 @@
 
 ###############################################################################
 
-text/plain; less '%s'; needsterminal
 text/html; /usr/bin/sensible-browser '%s'; description=HTML Text; nametemplate=%s.html
 application/x-troff-man; /usr/bin/nroff -mandoc -Tutf8; copiousoutput; print=/usr/bin/nroff -mandoc -Tutf8 | print text/plain:-
 application/x-tar; /bin/tar tvf -; print=/bin/tar tvf - | print text/plain:-; copiousoutput
 application/x-gtar; /bin/tar tvzf -; print=/bin/tar tvzf - | print text/plain:-; copiousoutput
 text/plain; more '%s'; needsterminal
 text/plain; view '%s'; edit=vim '%s'; compose=vim '%s'; needsterminal
-text/*; less '%s'; needsterminal
 text/*; view '%s'; edit=vim '%s'; compose=vim '%s'; needsterminal
 text/*; more '%s'; needsterminal
 application/x-debian-package; /usr/lib/mime/debian-view '%s'; needsterminal; description=Debian GNU/Linux Package; nametemplate=%s.deb
diff -ru Ryan Palmer's linode/etc/mailname qa-1.damz.org/etc/mailname
--- Ryan Palmer's linode/etc/mailname	2009-11-17 01:05:49.000000000 -0500
+++ qa-1.damz.org/etc/mailname	2009-09-12 03:06:59.000000000 -0400
@@ -1 +1 @@
-li124-156.members.linode.com
+v3.damz.org
diff -ru Ryan Palmer's linode/etc/motd qa-1.damz.org/etc/motd
--- Ryan Palmer's linode/etc/motd	2009-11-23 12:27:41.000000000 -0500
+++ qa-1.damz.org/etc/motd	2009-11-12 18:55:24.000000000 -0500
@@ -1,4 +1,4 @@
-Linux li124-156 2.6.18.8-x86_64-linode10 #1 SMP Tue Nov 10 16:29:17 UTC 2009 x86_64
+Linux qa-1.damz.org 2.6.26-2-openvz-amd64 #1 SMP Wed Aug 19 23:15:49 UTC 2009 x86_64
 
 The programs included with the Debian GNU/Linux system are free software;
 the exact distribution terms for each program are described in the
diff -ru Ryan Palmer's linode/etc/mtab qa-1.damz.org/etc/mtab
--- Ryan Palmer's linode/etc/mtab	2009-11-23 12:27:44.000000000 -0500
+++ qa-1.damz.org/etc/mtab	2009-11-23 12:52:12.000000000 -0500
@@ -1,8 +0,0 @@
-/dev/xvda / ext3 rw,noatime,errors=remount-ro 0 0
-tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
-proc /proc proc rw,noexec,nosuid,nodev 0 0
-sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
-tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
-devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
-tmpfs /var/lib/mysql tmpfs rw,noexec,nosuid,nodev,uid=102,gid=104,size=200m 0 0
-tmpfs /var/www/sites/default/files tmpfs rw,noexec,nosuid,nodev,uid=33,gid=33,size=50m 0 0
diff -ru Ryan Palmer's linode/etc/mysql/my.cnf qa-1.damz.org/etc/mysql/my.cnf
--- Ryan Palmer's linode/etc/mysql/my.cnf	2009-11-17 01:06:18.000000000 -0500
+++ qa-1.damz.org/etc/mysql/my.cnf	2009-09-12 03:07:25.000000000 -0400
@@ -1,143 +1,46 @@
-#
-# The MySQL database server configuration file.
-#
-# You can copy this to one of:
-# - "/etc/mysql/my.cnf" to set global options,
-# - "~/.my.cnf" to set user-specific options.
-# 
-# One can use all long options that the program supports.
-# Run program with --help to get a list of available options and with
-# --print-defaults to see which it would actually understand and use.
-#
-# For explanations see
-# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
-
-# This will be passed to all mysql clients
-# It has been reported that passwords should be enclosed with ticks/quotes
-# escpecially if they contain "#" chars...
-# Remember to edit /etc/mysql/debian.cnf when changing the socket location.
 [client]
-port		= 3306
-socket		= /var/run/mysqld/mysqld.sock
+port			= 3306
+socket			= /var/run/mysqld/mysqld.sock
 
-# Here is entries for some specific programs
-# The following values assume you have at least 32M ram
-
-# This was formally known as [safe_mysqld]. Both versions are currently parsed.
 [mysqld_safe]
-socket		= /var/run/mysqld/mysqld.sock
-nice		= 0
+socket			= /var/run/mysqld/mysqld.sock
+nice			= 0
 
 [mysqld]
-#
-# * Basic Settings
-#
-user		= mysql
-pid-file	= /var/run/mysqld/mysqld.pid
-socket		= /var/run/mysqld/mysqld.sock
-port		= 3306
-basedir		= /usr
-datadir		= /var/lib/mysql
-tmpdir		= /tmp
-language	= /usr/share/mysql/english
+user			= mysql
+pid-file		= /var/run/mysqld/mysqld.pid
+socket			= /var/run/mysqld/mysqld.sock
+port			= 3306
+basedir			= /usr
+datadir			= /var/lib/mysql
+tmpdir			= /tmp
+language		= /usr/share/mysql/english
+bind-address	= 127.0.0.1
 skip-external-locking
-#
-# Instead of skip-networking the default is now to listen only on
-# localhost which is more compatible and is not less secure.
-bind-address		= 127.0.0.1
-#
-# * Fine Tuning
-#
-key_buffer		= 16M
-max_allowed_packet	= 16M
-thread_stack		= 128K
-thread_cache_size	= 8
+
+key_buffer				= 128M
+max_allowed_packet		= 16M
+thread_stack			= 128K
+thread_cache_size		= 8
+max_connections         = 250
+query_cache_limit       = 1M
+query_cache_size        = 16M
+
 # This replaces the startup script and checks MyISAM tables if needed
 # the first time they are touched
 myisam-recover		= BACKUP
-#max_connections        = 100
-#table_cache            = 64
-#thread_concurrency     = 10
-#
-# * Query Cache Configuration
-#
-query_cache_limit       = 1M
-query_cache_size        = 16M
-#
-# * Logging and Replication
-#
-# Both location gets rotated by the cronjob.
-# Be aware that this log type is a performance killer.
-#log		= /var/log/mysql/mysql.log
-#
-# Error logging goes to syslog. This is a Debian improvement :)
-#
-# Here you can see queries with especially long duration
-#log_slow_queries	= /var/log/mysql/mysql-slow.log
-#long_query_time = 2
+
+log_slow_queries	= /var/log/mysql/mysql-slow.log
+long_query_time		= 2
 #log-queries-not-using-indexes
-#
-# The following can be used as easy to replay backup logs or for replication.
-# note: if you are setting up a replication slave, see README.Debian about
-#       other settings you may need to change.
-#server-id		= 1
-#log_bin			= /var/log/mysql/mysql-bin.log
-expire_logs_days	= 10
-max_binlog_size         = 100M
-#binlog_do_db		= include_database_name
-#binlog_ignore_db	= include_database_name
-#
-# * BerkeleyDB
-#
-# Using BerkeleyDB is now discouraged as its support will cease in 5.1.12.
+
 skip-bdb
-#
-# * InnoDB
-#
-# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
-# Read the manual for more InnoDB related options. There are many!
-# You might want to disable InnoDB to shrink the mysqld process by circa 100MB.
 skip-innodb
-#
-# * Security Features
-#
-# Read the manual, too, if you want chroot!
-# chroot = /var/lib/mysql/
-#
-# For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
-#
-# ssl-ca=/etc/mysql/cacert.pem
-# ssl-cert=/etc/mysql/server-cert.pem
-# ssl-key=/etc/mysql/server-key.pem
-
-
 
 [mysqldump]
 quick
 quote-names
 max_allowed_packet	= 16M
 
-[mysql]
-#no-auto-rehash	# faster start of mysql but no tab completition
-
 [isamchk]
 key_buffer		= 16M
-
-#
-# * NDB Cluster
-#
-# See /usr/share/doc/mysql-server-*/README.Debian for more information.
-#
-# The following configuration is read by the NDB Data Nodes (ndbd processes)
-# not from the NDB Management Nodes (ndb_mgmd processes).
-#
-# [MYSQL_CLUSTER]
-# ndb-connectstring=127.0.0.1
-
-
-#
-# * IMPORTANT: Additional settings that can override those from this file!
-#   The files must end with '.cnf', otherwise they'll be ignored.
-#
-!includedir /etc/mysql/conf.d/
-
diff -ru Ryan Palmer's linode/etc/network/interfaces qa-1.damz.org/etc/network/interfaces
--- Ryan Palmer's linode/etc/network/interfaces	2009-02-19 19:23:25.000000000 -0500
+++ qa-1.damz.org/etc/network/interfaces	2009-11-12 18:55:24.000000000 -0500
@@ -1,8 +1,22 @@
-# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
-# /usr/share/doc/ifupdown/examples for more information.
+# This configuration file is auto-generated.
+# WARNING: Do not edit this file, otherwise your changes will be lost.
+# Please edit template /etc/network/interfaces.template instead.
 
+
+# Auto generated interfaces
 auto lo
 iface lo inet loopback
 
-auto eth0
-iface eth0 inet dhcp
+auto venet0
+iface venet0 inet static
+	address 127.0.0.1
+	netmask 255.255.255.255
+	broadcast 0.0.0.0
+	up route add -net 192.0.2.1 netmask 255.255.255.255 dev venet0
+	up route add default gw 192.0.2.1
+auto venet0:0
+iface venet0:0 inet static
+	address 188.165.50.201
+	netmask 255.255.255.255
+	broadcast 0.0.0.0
+
diff -ru Ryan Palmer's linode/etc/network/run/ifstate qa-1.damz.org/etc/network/run/ifstate
--- Ryan Palmer's linode/etc/network/run/ifstate	2009-11-23 12:27:41.000000000 -0500
+++ qa-1.damz.org/etc/network/run/ifstate	2009-11-12 18:55:24.000000000 -0500
@@ -1,2 +1,3 @@
 lo=lo
-eth0=eth0
+venet0=venet0
+venet0:0=venet0:0
Only in qa-1.damz.org/etc/pam.d: sudo
diff -ru Ryan Palmer's linode/etc/passwd qa-1.damz.org/etc/passwd
--- Ryan Palmer's linode/etc/passwd	2009-11-17 01:05:49.000000000 -0500
+++ qa-1.damz.org/etc/passwd	2009-11-12 18:58:59.000000000 -0500
@@ -17,6 +17,8 @@
 gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
 nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
 libuuid:x:100:101::/var/lib/libuuid:/bin/sh
-sshd:x:101:65534::/var/run/sshd:/usr/sbin/nologin
-mysql:x:102:104:MySQL Server,,,:/var/lib/mysql:/bin/false
-Debian-exim:x:103:105::/var/spool/exim4:/bin/false
+mysql:x:101:103:MySQL Server,,,:/var/lib/mysql:/bin/false
+Debian-exim:x:102:104::/var/spool/exim4:/bin/false
+boombatower:x:1000:1000::/home/boombatower:/bin/bash
+hunmonk:x:1001:1001::/home/hunmonk:/bin/bash
+sshd:x:103:65534::/var/run/sshd:/usr/sbin/nologin
diff -ru Ryan Palmer's linode/etc/passwd- qa-1.damz.org/etc/passwd-
--- Ryan Palmer's linode/etc/passwd-	2009-11-17 01:04:55.000000000 -0500
+++ qa-1.damz.org/etc/passwd-	2009-11-12 18:58:59.000000000 -0500
@@ -17,5 +17,8 @@
 gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
 nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
 libuuid:x:100:101::/var/lib/libuuid:/bin/sh
-sshd:x:101:65534::/var/run/sshd:/usr/sbin/nologin
-mysql:x:102:104:MySQL Server,,,:/var/lib/mysql:/bin/false
+mysql:x:101:103:MySQL Server,,,:/var/lib/mysql:/bin/false
+Debian-exim:x:102:104::/var/spool/exim4:/bin/false
+boombatower:x:1000:1000::/home/boombatower:/bin/bash
+hunmonk:x:1001:1001::/home/hunmonk:/bin/bash
+sshd:x:103:65534::/var/run/sshd:/usr/sbin/nologin
Only in qa-1.damz.org/etc/php5/apache2/conf.d: apc.ini
Only in qa-1.damz.org/etc/php5/apache2/conf.d: mcrypt.ini
Only in qa-1.damz.org/etc/php5/apache2/conf.d: mhash.ini
Only in qa-1.damz.org/etc/php5/apache2/conf.d: pdo_pgsql.ini
Only in qa-1.damz.org/etc/php5/apache2/conf.d: pdo_sqlite.ini
Only in qa-1.damz.org/etc/php5/apache2/conf.d: pgsql.ini
Only in qa-1.damz.org/etc/php5/apache2/conf.d: sqlite.ini
diff -ru Ryan Palmer's linode/etc/php5/apache2/php.ini qa-1.damz.org/etc/php5/apache2/php.ini
--- Ryan Palmer's linode/etc/php5/apache2/php.ini	2009-11-17 01:06:18.000000000 -0500
+++ qa-1.damz.org/etc/php5/apache2/php.ini	2009-09-12 03:08:30.000000000 -0400
@@ -80,7 +80,7 @@
 ; servers which are not under your control, because short tags may not
 ; be supported on the target server. For portable, redistributable code,
 ; be sure not to use short tags.
-short_open_tag = Off
+short_open_tag = On
 
 ; Allow ASP-style <% %> tags.
 asp_tags = Off
@@ -257,7 +257,7 @@
 ; (e.g. by adding its signature to the Web server header).  It is no security
 ; threat in any way, but it makes it possible to determine whether you use PHP
 ; on your server or not.
-expose_php = Off
+expose_php = On
 
 
 ;;;;;;;;;;;;;;;;;;;
@@ -267,7 +267,7 @@
 max_execution_time = 30     ; Maximum execution time of each script, in seconds
 max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
 ;max_input_nesting_level = 64 ; Maximum input variable nesting level
-memory_limit = 384M      ; Maximum amount of memory a script may consume (128MB)
+memory_limit = 256M      ; Maximum amount of memory a script may consume
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -707,7 +707,7 @@
 
 [MySQL]
 ; Allow or prevent persistent links.
-mysql.allow_persistent = Off
+mysql.allow_persistent = On
 
 ; Maximum number of persistent links.  -1 means no limit.
 mysql.max_persistent = -1
Only in qa-1.damz.org/etc/php5/cgi/conf.d: apc.ini
Only in qa-1.damz.org/etc/php5/cgi/conf.d: mcrypt.ini
Only in qa-1.damz.org/etc/php5/cgi/conf.d: mhash.ini
Only in qa-1.damz.org/etc/php5/cgi/conf.d: pdo_pgsql.ini
Only in qa-1.damz.org/etc/php5/cgi/conf.d: pdo_sqlite.ini
Only in qa-1.damz.org/etc/php5/cgi/conf.d: pgsql.ini
Only in qa-1.damz.org/etc/php5/cgi/conf.d: sqlite.ini
diff -ru Ryan Palmer's linode/etc/php5/cgi/php.ini qa-1.damz.org/etc/php5/cgi/php.ini
--- Ryan Palmer's linode/etc/php5/cgi/php.ini	2009-04-26 16:13:23.000000000 -0400
+++ qa-1.damz.org/etc/php5/cgi/php.ini	2009-09-12 03:08:30.000000000 -0400
@@ -267,7 +267,7 @@
 max_execution_time = 30     ; Maximum execution time of each script, in seconds
 max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
 ;max_input_nesting_level = 64 ; Maximum input variable nesting level
-memory_limit = 128M      ; Maximum amount of memory a script may consume (128MB)
+memory_limit = 256M      ; Maximum amount of memory a script may consume
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Only in qa-1.damz.org/etc/php5/cli/conf.d: apc.ini
Only in qa-1.damz.org/etc/php5/cli/conf.d: mcrypt.ini
Only in qa-1.damz.org/etc/php5/cli/conf.d: mhash.ini
Only in qa-1.damz.org/etc/php5/cli/conf.d: pdo_pgsql.ini
Only in qa-1.damz.org/etc/php5/cli/conf.d: pdo_sqlite.ini
Only in qa-1.damz.org/etc/php5/cli/conf.d: pgsql.ini
Only in qa-1.damz.org/etc/php5/cli/conf.d: sqlite.ini
diff -ru Ryan Palmer's linode/etc/php5/cli/php.ini qa-1.damz.org/etc/php5/cli/php.ini
--- Ryan Palmer's linode/etc/php5/cli/php.ini	2009-11-17 01:06:18.000000000 -0500
+++ qa-1.damz.org/etc/php5/cli/php.ini	2009-09-12 03:08:30.000000000 -0400
@@ -80,7 +80,7 @@
 ; servers which are not under your control, because short tags may not
 ; be supported on the target server. For portable, redistributable code,
 ; be sure not to use short tags.
-short_open_tag = Off
+short_open_tag = On
 
 ; Allow ASP-style <% %> tags.
 asp_tags = Off
@@ -257,7 +257,7 @@
 ; (e.g. by adding its signature to the Web server header).  It is no security
 ; threat in any way, but it makes it possible to determine whether you use PHP
 ; on your server or not.
-expose_php = Off
+expose_php = On
 
 
 ;;;;;;;;;;;;;;;;;;;
@@ -267,7 +267,7 @@
 max_execution_time = 30     ; Maximum execution time of each script, in seconds
 max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
 ;max_input_nesting_level = 64 ; Maximum input variable nesting level
-memory_limit = 384M      ; Maximum amount of memory a script may consume (32MB)
+memory_limit = 256M      ; Maximum amount of memory a script may consume
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
@@ -707,7 +707,7 @@
 
 [MySQL]
 ; Allow or prevent persistent links.
-mysql.allow_persistent = Off
+mysql.allow_persistent = On
 
 ; Maximum number of persistent links.  -1 means no limit.
 mysql.max_persistent = -1
Only in qa-1.damz.org/etc/php5/conf.d: apc.ini
Only in qa-1.damz.org/etc/php5/conf.d: mcrypt.ini
Only in qa-1.damz.org/etc/php5/conf.d: mhash.ini
Only in qa-1.damz.org/etc/php5/conf.d: pdo_pgsql.ini
Only in qa-1.damz.org/etc/php5/conf.d: pdo_sqlite.ini
Only in qa-1.damz.org/etc/php5/conf.d: pgsql.ini
Only in qa-1.damz.org/etc/php5/conf.d: sqlite.ini
diff -ru Ryan Palmer's linode/etc/rc0.d/K21mysql qa-1.damz.org/etc/rc0.d/K21mysql
--- Ryan Palmer's linode/etc/rc0.d/K21mysql	2009-11-13 10:50:11.000000000 -0500
+++ qa-1.damz.org/etc/rc0.d/K21mysql	2009-09-12 03:07:27.000000000 -0400
@@ -102,16 +102,9 @@
 	   log_progress_msg "already running"
 	   log_end_msg 0
 	else
-        # Consumes about 71MB on average using MyISAM. InnoDB would be a lot more.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql`,size=200m tmpfs /var/lib/mysql
-        cp -r /var/lib/.mysql/* /var/lib/mysql
-        chown mysql:mysql -R /var/lib/mysql
-	
-        # Consumes about 14MB per checkout.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u www-data`,gid=`id -g www-data`,size=50m tmpfs /var/www/sites/default/files
-        chmod -R 777 /var/www/sites/default/files
-        cp -r /var/www/sites/default/.files/* /var/www/sites/default/files
-        chown www-data:www-data -R /var/www/sites/default/files
+            mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql` tmpfs /var/lib/mysql
+            cp -r /var/lib/.mysql/* /var/lib/mysql
+            chown mysql:mysql -R /var/lib/mysql
 
   	    /usr/bin/mysqld_safe > /dev/null 2>&1 &
 	    # 6s was reported in #352070 to be too few when using ndbcluster
@@ -146,6 +139,7 @@
 	# to specify it explicit as e.g. sudo environments points to the normal
 	# users home and not /root)
 	log_daemon_msg "Stopping MySQL database server" "mysqld"
+
 	if ! mysqld_status check_dead nowarn; then
 	  set +e
 	  shutdown_out=`$MYADMIN shutdown 2>&1`; r=$?
@@ -171,9 +165,6 @@
 	else
           rsync -a --delete /var/lib/mysql/ /var/lib/.mysql
           umount /var/lib/mysql/
-
-          rsync -a --delete /var/www/sites/default/files/ /var/www/sites/default/.files
-          umount /var/www/sites/default/files/
 	  log_end_msg 0
         fi
 	;;
diff -ru Ryan Palmer's linode/etc/rc1.d/K21mysql qa-1.damz.org/etc/rc1.d/K21mysql
--- Ryan Palmer's linode/etc/rc1.d/K21mysql	2009-11-13 10:50:11.000000000 -0500
+++ qa-1.damz.org/etc/rc1.d/K21mysql	2009-09-12 03:07:27.000000000 -0400
@@ -102,16 +102,9 @@
 	   log_progress_msg "already running"
 	   log_end_msg 0
 	else
-        # Consumes about 71MB on average using MyISAM. InnoDB would be a lot more.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql`,size=200m tmpfs /var/lib/mysql
-        cp -r /var/lib/.mysql/* /var/lib/mysql
-        chown mysql:mysql -R /var/lib/mysql
-	
-        # Consumes about 14MB per checkout.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u www-data`,gid=`id -g www-data`,size=50m tmpfs /var/www/sites/default/files
-        chmod -R 777 /var/www/sites/default/files
-        cp -r /var/www/sites/default/.files/* /var/www/sites/default/files
-        chown www-data:www-data -R /var/www/sites/default/files
+            mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql` tmpfs /var/lib/mysql
+            cp -r /var/lib/.mysql/* /var/lib/mysql
+            chown mysql:mysql -R /var/lib/mysql
 
   	    /usr/bin/mysqld_safe > /dev/null 2>&1 &
 	    # 6s was reported in #352070 to be too few when using ndbcluster
@@ -146,6 +139,7 @@
 	# to specify it explicit as e.g. sudo environments points to the normal
 	# users home and not /root)
 	log_daemon_msg "Stopping MySQL database server" "mysqld"
+
 	if ! mysqld_status check_dead nowarn; then
 	  set +e
 	  shutdown_out=`$MYADMIN shutdown 2>&1`; r=$?
@@ -171,9 +165,6 @@
 	else
           rsync -a --delete /var/lib/mysql/ /var/lib/.mysql
           umount /var/lib/mysql/
-
-          rsync -a --delete /var/www/sites/default/files/ /var/www/sites/default/.files
-          umount /var/www/sites/default/files/
 	  log_end_msg 0
         fi
 	;;
diff -ru Ryan Palmer's linode/etc/rc2.d/S19mysql qa-1.damz.org/etc/rc2.d/S19mysql
--- Ryan Palmer's linode/etc/rc2.d/S19mysql	2009-11-13 10:50:11.000000000 -0500
+++ qa-1.damz.org/etc/rc2.d/S19mysql	2009-09-12 03:07:27.000000000 -0400
@@ -102,16 +102,9 @@
 	   log_progress_msg "already running"
 	   log_end_msg 0
 	else
-        # Consumes about 71MB on average using MyISAM. InnoDB would be a lot more.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql`,size=200m tmpfs /var/lib/mysql
-        cp -r /var/lib/.mysql/* /var/lib/mysql
-        chown mysql:mysql -R /var/lib/mysql
-	
-        # Consumes about 14MB per checkout.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u www-data`,gid=`id -g www-data`,size=50m tmpfs /var/www/sites/default/files
-        chmod -R 777 /var/www/sites/default/files
-        cp -r /var/www/sites/default/.files/* /var/www/sites/default/files
-        chown www-data:www-data -R /var/www/sites/default/files
+            mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql` tmpfs /var/lib/mysql
+            cp -r /var/lib/.mysql/* /var/lib/mysql
+            chown mysql:mysql -R /var/lib/mysql
 
   	    /usr/bin/mysqld_safe > /dev/null 2>&1 &
 	    # 6s was reported in #352070 to be too few when using ndbcluster
@@ -146,6 +139,7 @@
 	# to specify it explicit as e.g. sudo environments points to the normal
 	# users home and not /root)
 	log_daemon_msg "Stopping MySQL database server" "mysqld"
+
 	if ! mysqld_status check_dead nowarn; then
 	  set +e
 	  shutdown_out=`$MYADMIN shutdown 2>&1`; r=$?
@@ -171,9 +165,6 @@
 	else
           rsync -a --delete /var/lib/mysql/ /var/lib/.mysql
           umount /var/lib/mysql/
-
-          rsync -a --delete /var/www/sites/default/files/ /var/www/sites/default/.files
-          umount /var/www/sites/default/files/
 	  log_end_msg 0
         fi
 	;;
diff -ru Ryan Palmer's linode/etc/rc3.d/S19mysql qa-1.damz.org/etc/rc3.d/S19mysql
--- Ryan Palmer's linode/etc/rc3.d/S19mysql	2009-11-13 10:50:11.000000000 -0500
+++ qa-1.damz.org/etc/rc3.d/S19mysql	2009-09-12 03:07:27.000000000 -0400
@@ -102,16 +102,9 @@
 	   log_progress_msg "already running"
 	   log_end_msg 0
 	else
-        # Consumes about 71MB on average using MyISAM. InnoDB would be a lot more.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql`,size=200m tmpfs /var/lib/mysql
-        cp -r /var/lib/.mysql/* /var/lib/mysql
-        chown mysql:mysql -R /var/lib/mysql
-	
-        # Consumes about 14MB per checkout.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u www-data`,gid=`id -g www-data`,size=50m tmpfs /var/www/sites/default/files
-        chmod -R 777 /var/www/sites/default/files
-        cp -r /var/www/sites/default/.files/* /var/www/sites/default/files
-        chown www-data:www-data -R /var/www/sites/default/files
+            mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql` tmpfs /var/lib/mysql
+            cp -r /var/lib/.mysql/* /var/lib/mysql
+            chown mysql:mysql -R /var/lib/mysql
 
   	    /usr/bin/mysqld_safe > /dev/null 2>&1 &
 	    # 6s was reported in #352070 to be too few when using ndbcluster
@@ -146,6 +139,7 @@
 	# to specify it explicit as e.g. sudo environments points to the normal
 	# users home and not /root)
 	log_daemon_msg "Stopping MySQL database server" "mysqld"
+
 	if ! mysqld_status check_dead nowarn; then
 	  set +e
 	  shutdown_out=`$MYADMIN shutdown 2>&1`; r=$?
@@ -171,9 +165,6 @@
 	else
           rsync -a --delete /var/lib/mysql/ /var/lib/.mysql
           umount /var/lib/mysql/
-
-          rsync -a --delete /var/www/sites/default/files/ /var/www/sites/default/.files
-          umount /var/www/sites/default/files/
 	  log_end_msg 0
         fi
 	;;
diff -ru Ryan Palmer's linode/etc/rc4.d/S19mysql qa-1.damz.org/etc/rc4.d/S19mysql
--- Ryan Palmer's linode/etc/rc4.d/S19mysql	2009-11-13 10:50:11.000000000 -0500
+++ qa-1.damz.org/etc/rc4.d/S19mysql	2009-09-12 03:07:27.000000000 -0400
@@ -102,16 +102,9 @@
 	   log_progress_msg "already running"
 	   log_end_msg 0
 	else
-        # Consumes about 71MB on average using MyISAM. InnoDB would be a lot more.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql`,size=200m tmpfs /var/lib/mysql
-        cp -r /var/lib/.mysql/* /var/lib/mysql
-        chown mysql:mysql -R /var/lib/mysql
-	
-        # Consumes about 14MB per checkout.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u www-data`,gid=`id -g www-data`,size=50m tmpfs /var/www/sites/default/files
-        chmod -R 777 /var/www/sites/default/files
-        cp -r /var/www/sites/default/.files/* /var/www/sites/default/files
-        chown www-data:www-data -R /var/www/sites/default/files
+            mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql` tmpfs /var/lib/mysql
+            cp -r /var/lib/.mysql/* /var/lib/mysql
+            chown mysql:mysql -R /var/lib/mysql
 
   	    /usr/bin/mysqld_safe > /dev/null 2>&1 &
 	    # 6s was reported in #352070 to be too few when using ndbcluster
@@ -146,6 +139,7 @@
 	# to specify it explicit as e.g. sudo environments points to the normal
 	# users home and not /root)
 	log_daemon_msg "Stopping MySQL database server" "mysqld"
+
 	if ! mysqld_status check_dead nowarn; then
 	  set +e
 	  shutdown_out=`$MYADMIN shutdown 2>&1`; r=$?
@@ -171,9 +165,6 @@
 	else
           rsync -a --delete /var/lib/mysql/ /var/lib/.mysql
           umount /var/lib/mysql/
-
-          rsync -a --delete /var/www/sites/default/files/ /var/www/sites/default/.files
-          umount /var/www/sites/default/files/
 	  log_end_msg 0
         fi
 	;;
diff -ru Ryan Palmer's linode/etc/rc5.d/S19mysql qa-1.damz.org/etc/rc5.d/S19mysql
--- Ryan Palmer's linode/etc/rc5.d/S19mysql	2009-11-13 10:50:11.000000000 -0500
+++ qa-1.damz.org/etc/rc5.d/S19mysql	2009-09-12 03:07:27.000000000 -0400
@@ -102,16 +102,9 @@
 	   log_progress_msg "already running"
 	   log_end_msg 0
 	else
-        # Consumes about 71MB on average using MyISAM. InnoDB would be a lot more.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql`,size=200m tmpfs /var/lib/mysql
-        cp -r /var/lib/.mysql/* /var/lib/mysql
-        chown mysql:mysql -R /var/lib/mysql
-	
-        # Consumes about 14MB per checkout.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u www-data`,gid=`id -g www-data`,size=50m tmpfs /var/www/sites/default/files
-        chmod -R 777 /var/www/sites/default/files
-        cp -r /var/www/sites/default/.files/* /var/www/sites/default/files
-        chown www-data:www-data -R /var/www/sites/default/files
+            mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql` tmpfs /var/lib/mysql
+            cp -r /var/lib/.mysql/* /var/lib/mysql
+            chown mysql:mysql -R /var/lib/mysql
 
   	    /usr/bin/mysqld_safe > /dev/null 2>&1 &
 	    # 6s was reported in #352070 to be too few when using ndbcluster
@@ -146,6 +139,7 @@
 	# to specify it explicit as e.g. sudo environments points to the normal
 	# users home and not /root)
 	log_daemon_msg "Stopping MySQL database server" "mysqld"
+
 	if ! mysqld_status check_dead nowarn; then
 	  set +e
 	  shutdown_out=`$MYADMIN shutdown 2>&1`; r=$?
@@ -171,9 +165,6 @@
 	else
           rsync -a --delete /var/lib/mysql/ /var/lib/.mysql
           umount /var/lib/mysql/
-
-          rsync -a --delete /var/www/sites/default/files/ /var/www/sites/default/.files
-          umount /var/www/sites/default/files/
 	  log_end_msg 0
         fi
 	;;
diff -ru Ryan Palmer's linode/etc/rc6.d/K21mysql qa-1.damz.org/etc/rc6.d/K21mysql
--- Ryan Palmer's linode/etc/rc6.d/K21mysql	2009-11-13 10:50:11.000000000 -0500
+++ qa-1.damz.org/etc/rc6.d/K21mysql	2009-09-12 03:07:27.000000000 -0400
@@ -102,16 +102,9 @@
 	   log_progress_msg "already running"
 	   log_end_msg 0
 	else
-        # Consumes about 71MB on average using MyISAM. InnoDB would be a lot more.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql`,size=200m tmpfs /var/lib/mysql
-        cp -r /var/lib/.mysql/* /var/lib/mysql
-        chown mysql:mysql -R /var/lib/mysql
-	
-        # Consumes about 14MB per checkout.
-        mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u www-data`,gid=`id -g www-data`,size=50m tmpfs /var/www/sites/default/files
-        chmod -R 777 /var/www/sites/default/files
-        cp -r /var/www/sites/default/.files/* /var/www/sites/default/files
-        chown www-data:www-data -R /var/www/sites/default/files
+            mount -t tmpfs -o rw,nosuid,nodev,noexec,uid=`id -u mysql`,gid=`id -g mysql` tmpfs /var/lib/mysql
+            cp -r /var/lib/.mysql/* /var/lib/mysql
+            chown mysql:mysql -R /var/lib/mysql
 
   	    /usr/bin/mysqld_safe > /dev/null 2>&1 &
 	    # 6s was reported in #352070 to be too few when using ndbcluster
@@ -146,6 +139,7 @@
 	# to specify it explicit as e.g. sudo environments points to the normal
 	# users home and not /root)
 	log_daemon_msg "Stopping MySQL database server" "mysqld"
+
 	if ! mysqld_status check_dead nowarn; then
 	  set +e
 	  shutdown_out=`$MYADMIN shutdown 2>&1`; r=$?
@@ -171,9 +165,6 @@
 	else
           rsync -a --delete /var/lib/mysql/ /var/lib/.mysql
           umount /var/lib/mysql/
-
-          rsync -a --delete /var/www/sites/default/files/ /var/www/sites/default/.files
-          umount /var/www/sites/default/files/
 	  log_end_msg 0
         fi
 	;;
Only in qa-1.damz.org/etc/rc6.d: S00vzreboot
Only in qa-1.damz.org/etc/rcS.d: S75sudo
diff -ru Ryan Palmer's linode/etc/resolv.conf qa-1.damz.org/etc/resolv.conf
--- Ryan Palmer's linode/etc/resolv.conf	2009-11-23 12:27:41.000000000 -0500
+++ qa-1.damz.org/etc/resolv.conf	2009-08-01 19:13:50.000000000 -0400
@@ -1,5 +1 @@
-domain members.linode.com
-search members.linode.com
-nameserver 97.107.133.4
-nameserver 207.192.69.4
-nameserver 207.192.69.5
+nameserver 213.186.33.99
diff -ru Ryan Palmer's linode/etc/rsyslog.conf qa-1.damz.org/etc/rsyslog.conf
--- Ryan Palmer's linode/etc/rsyslog.conf	2009-02-07 19:34:13.000000000 -0500
+++ qa-1.damz.org/etc/rsyslog.conf	2009-08-01 19:14:22.000000000 -0400
@@ -52,9 +52,9 @@
 #
 # First some standard log files.  Log by facility.
 #
-auth,authpriv.*			/var/log/auth.log
+auth,authpriv.*			-/var/log/auth.log
 *.*;auth,authpriv.none		-/var/log/syslog
-#cron.*				/var/log/cron.log
+#cron.*				-/var/log/cron.log
 daemon.*			-/var/log/daemon.log
 kern.*				-/var/log/kern.log
 lpr.*				-/var/log/lpr.log
@@ -67,13 +67,13 @@
 #
 mail.info			-/var/log/mail.info
 mail.warn			-/var/log/mail.warn
-mail.err			/var/log/mail.err
+mail.err			-/var/log/mail.err
 
 #
 # Logging for INN news system.
 #
-news.crit			/var/log/news/news.crit
-news.err			/var/log/news/news.err
+news.crit			-/var/log/news/news.crit
+news.err			-/var/log/news/news.err
 news.notice			-/var/log/news/news.notice
 
 #
diff -ru Ryan Palmer's linode/etc/securetty qa-1.damz.org/etc/securetty
--- Ryan Palmer's linode/etc/securetty	2009-02-19 19:23:25.000000000 -0500
+++ qa-1.damz.org/etc/securetty	2008-11-22 13:13:50.000000000 -0500
@@ -165,6 +165,3 @@
 vc/61
 vc/62
 vc/63
-
-
-tty0
diff -ru Ryan Palmer's linode/etc/shadow qa-1.damz.org/etc/shadow
--- Ryan Palmer's linode/etc/shadow	2009-11-17 01:05:49.000000000 -0500
+++ qa-1.damz.org/etc/shadow	2009-11-12 18:58:59.000000000 -0500
@@ -1,22 +1,24 @@
-root:$1$38bce8e7$fm13vI6ls4rF1LdNdUI4s.:14295:0:99999:7:::
-daemon:*:14295:0:99999:7:::
-bin:*:14295:0:99999:7:::
-sys:*:14295:0:99999:7:::
-sync:*:14295:0:99999:7:::
-games:*:14295:0:99999:7:::
-man:*:14295:0:99999:7:::
-lp:*:14295:0:99999:7:::
-mail:*:14295:0:99999:7:::
-news:*:14295:0:99999:7:::
-uucp:*:14295:0:99999:7:::
-proxy:*:14295:0:99999:7:::
-www-data:*:14295:0:99999:7:::
-backup:*:14295:0:99999:7:::
-list:*:14295:0:99999:7:::
-irc:*:14295:0:99999:7:::
-gnats:*:14295:0:99999:7:::
-nobody:*:14295:0:99999:7:::
-libuuid:!:14295:0:99999:7:::
-sshd:*:14295:0:99999:7:::
-mysql:!:14565:0:99999:7:::
-Debian-exim:!:14565:0:99999:7:::
+root:!:14457:0:99999:7:::
+daemon:*:14457:0:99999:7:::
+bin:*:14457:0:99999:7:::
+sys:*:14457:0:99999:7:::
+sync:*:14457:0:99999:7:::
+games:*:14457:0:99999:7:::
+man:*:14457:0:99999:7:::
+lp:*:14457:0:99999:7:::
+mail:*:14457:0:99999:7:::
+news:*:14457:0:99999:7:::
+uucp:*:14457:0:99999:7:::
+proxy:*:14457:0:99999:7:::
+www-data:*:14457:0:99999:7:::
+backup:*:14457:0:99999:7:::
+list:*:14457:0:99999:7:::
+irc:*:14457:0:99999:7:::
+gnats:*:14457:0:99999:7:::
+nobody:*:14457:0:99999:7:::
+libuuid:!:14457:0:99999:7:::
+mysql:!:14499:0:99999:7:::
+Debian-exim:!:14499:0:99999:7:::
+boombatower:!:14499:0:99999:7:::
+hunmonk:!:14499:0:99999:7:::
+sshd:*:14560:0:99999:7:::
diff -ru Ryan Palmer's linode/etc/shadow- qa-1.damz.org/etc/shadow-
--- Ryan Palmer's linode/etc/shadow-	2009-11-17 01:05:49.000000000 -0500
+++ qa-1.damz.org/etc/shadow-	2009-11-12 18:58:59.000000000 -0500
@@ -1,22 +1,24 @@
-root:$1$38bce8e7$fm13vI6ls4rF1LdNdUI4s.:14295:0:99999:7:::
-daemon:*:14295:0:99999:7:::
-bin:*:14295:0:99999:7:::
-sys:*:14295:0:99999:7:::
-sync:*:14295:0:99999:7:::
-games:*:14295:0:99999:7:::
-man:*:14295:0:99999:7:::
-lp:*:14295:0:99999:7:::
-mail:*:14295:0:99999:7:::
-news:*:14295:0:99999:7:::
-uucp:*:14295:0:99999:7:::
-proxy:*:14295:0:99999:7:::
-www-data:*:14295:0:99999:7:::
-backup:*:14295:0:99999:7:::
-list:*:14295:0:99999:7:::
-irc:*:14295:0:99999:7:::
-gnats:*:14295:0:99999:7:::
-nobody:*:14295:0:99999:7:::
-libuuid:!:14295:0:99999:7:::
-sshd:*:14295:0:99999:7:::
-mysql:!:14565:0:99999:7:::
-Debian-exim:!:14565:0:99999:7:::
+root:!:14457:0:99999:7:::
+daemon:*:14457:0:99999:7:::
+bin:*:14457:0:99999:7:::
+sys:*:14457:0:99999:7:::
+sync:*:14457:0:99999:7:::
+games:*:14457:0:99999:7:::
+man:*:14457:0:99999:7:::
+lp:*:14457:0:99999:7:::
+mail:*:14457:0:99999:7:::
+news:*:14457:0:99999:7:::
+uucp:*:14457:0:99999:7:::
+proxy:*:14457:0:99999:7:::
+www-data:*:14457:0:99999:7:::
+backup:*:14457:0:99999:7:::
+list:*:14457:0:99999:7:::
+irc:*:14457:0:99999:7:::
+gnats:*:14457:0:99999:7:::
+nobody:*:14457:0:99999:7:::
+libuuid:!:14457:0:99999:7:::
+mysql:!:14499:0:99999:7:::
+Debian-exim:!:14499:0:99999:7:::
+boombatower:!:14499:0:99999:7:::
+hunmonk:!:14499:0:99999:7:::
+sshd:*:14560:0:99999:7:::
diff -ru Ryan Palmer's linode/etc/ssh/ssh_host_dsa_key.pub qa-1.damz.org/etc/ssh/ssh_host_dsa_key.pub
--- Ryan Palmer's linode/etc/ssh/ssh_host_dsa_key.pub	2009-11-17 01:01:40.000000000 -0500
+++ qa-1.damz.org/etc/ssh/ssh_host_dsa_key.pub	2009-11-12 18:58:59.000000000 -0500
@@ -1 +1 @@
-ssh-dss AAAAB3NzaC1kc3MAAACBAMWEqfZIjdZcWZ0R8RcXyBwimGFSyR1m7W97DY0RgvpsBzGr00CtfE3C7bP3kuS0hZ1RFayWlLQpV0WEAsQuQYGcwZGoUXqy5Lu11kQlYP/8JY/t46psqpvntHnECs1MWkZ/miy1h24ZFre3EcOCWvYuTDyLjiqOg6gALyuI8v5xAAAAFQDszbIN0Oi/NzcNg1n2tIEMldwsxQAAAIAAgADZnNQlG5lW/w/K0x4bpAEWEk9Kwo+Icysa9rb1p99ehPB7F00IxWo9OUFS0yqD0hpYol9onQOj902Q2zNRdi16XxheLo9mwT7nRC7AxAU2NrwwaFhgyP7lFqrDaRLym/tqpFGOffzo+ZRpfhqqeVrDpYOzHWTbfOucdjX/xwAAAIBWrER7JyEIY6mTZzMHTdCKo4lZgNcOwbOfTpDDRXAbuIQrlGpKAgG2qlu8XrWWL1z5ZnoXT2196Ae1Ya0EKkfJwiETScLaa4y/ktGkiLcAnMYSX4MHITGEsfY1Zzs6R8VYLyvfuD8r1hn+9dJK3bHMfeyBJuO0fuBt7/czQmI2iw== root@li124-156
+ssh-dss AAAAB3NzaC1kc3MAAACBAI6REYqfjkAi113SlT2X1O0m56iKR/D4tR3BMcNtZYywHOCTD0UtR7uMDMNE7tN/mvgdGOWAMs7NzxDp4bpiDBsYyOTLwyck8NO4K0FnjVsu07tO+Hb95LOsetzIRlYIHK6Kr4c0v0SyAmUsG/PEJjAjQfVE9Dm1ccjbgtNTKoHzAAAAFQCX1ILUOCYEaGqmU81t7GDDxtzRgwAAAIAKvdPsfsa1NQmp/iSweJIpQQHQvu6+ZK+9KbW3SymR1x6W2o/ne8XtFp8PMgWvg3CPI2H/ZwoMq/kM1lIWvA1HJ9n5SkuISBTFZQAqX1IN5OwyTv60kfIwzuDaqmDHylNLrhZnL2ZBmu+3cJHDXAMwW2sclZV9TSo/e2RoCTy1iAAAAIAaXRptYu0bNmhtq2oPjgTfYw+9NQPy78880pbVoOtG20PQ0O6MdoAITy+uyYZGoKgR4kHeSeYLoeFmWZrzAuIdc80n5n81VGwhwgx2iea3qQ+NBaBNf+RXZZq4Ex7ukDVV2f2krGMqXo24BZpQ3SZLPLrNB4aXi6uGdCwuh+iBIw== root@qa-1.damz.org
Only in Ryan Palmer's linode/etc/ssh: ssh_host_key
Only in Ryan Palmer's linode/etc/ssh: ssh_host_key.pub
diff -ru Ryan Palmer's linode/etc/ssh/ssh_host_rsa_key.pub qa-1.damz.org/etc/ssh/ssh_host_rsa_key.pub
--- Ryan Palmer's linode/etc/ssh/ssh_host_rsa_key.pub	2009-11-17 01:01:40.000000000 -0500
+++ qa-1.damz.org/etc/ssh/ssh_host_rsa_key.pub	2009-11-12 18:58:59.000000000 -0500
@@ -1 +1 @@
-ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEA2/027MbmwtLyP0GmvWI3FOuxoh7x4kkC6k8ULI/x6O8wDVv+/l3+gzN0mG1PnDlMmyxguAfDIUi71bAH27WK5MLdaPLrRt2RomPaYdnudxWSA9xDEmIqS8Vs10XuvBubbpeJDQxSMlgwWyTKkI1OJ8JQV/CeT6Mh+vOoPS4rH6azZ9gnBAhCT9Ss6Jf5uPHkNDZ3Q0/X8XDWbwUw5r/JlF6Z0xEBdi79ct7BCMAh9Ud+tKxFAs70Eqyb+vJH3BWAZLnP9aghLUcPkpgkNk0axHMm/W5a1EXlQPlq5UFg/Y4eHT2KizwCZME/jEjI2dcX6bx6UeVFYCMCodCNUci/CQ== root@li124-156
+ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAw64M3GoqSBREf/S7tZ2061aPBrAKXnBqovZA9Dcja/iEgG+/kOUwrn5w0V8VpG9jF8yyP2fctWe1kzmHQMkV5SxTiCXMFTOJQ3Rn7mfDf8MCFrf+ApoJ2FUJK34l2eF8fQdH2BfeA8Ls6LnVMS76/fZX7iJ9vvIyPmvjtXOPAsfJM/AaSr3MGW3qbNNZlG0oA+E6ZsBEg5+VN6rWvtr1os30n+IY1FnG2lny1+XwOEE3dPYLx/dtwbirFc9F1S97el+V0sh7pKhEWW+N2GwLjlGevzmY90aimhpXVibfn46QCo958jYiZj9CdH94nlCadWI8j7uEqinW+vKkm3r5JQ== root@qa-1.damz.org
Only in qa-1.damz.org/etc/: sudoers
Only in qa-1.damz.org/etc/: testing_server.conf
