Recently I have been creating a site with Turnkeys Magento platform and it has come to a stage where I need to have bigger memory on the server to support a plugin. Trouble is I can't seem to upgrade it.
Firstly, I tried simply stopping the instance and then choosing "change instance type" but this doesn't work and I figured it's probably better to do it with a snapshot anyway.
I don't know how many of the vz images do this but so far i have found both django and web2py will run at 99% CPU utilization out of the box. I found a fix for it:
# service rsyslog stop
# sed -i -e 's/^\$ModLoad imklog/#\$ModLoad imklog/g' /etc/rsyslog.conf
i installed the TYPO3 Turnkey VM and it works fine with the preinstalled demo website.
But as i tried to install a new typo3 website in the /var/www directory it does not work. Usually such Websites are accessible by http://<ipadress or domain>/<websitedir> but instead the Apache routes to the demo website with errors.
How can i confgure the apache webserver to run several websites in parallel ?
I have run out of disk space on my root partition thanks to Duplicity files. This is Turnkey 12 Redmine hosted on Amazon.
I have 10GB but I see 20GB is advertised as the new norm for a small server. What is the easiest way to get up to at least 20GB for the root partition?
I found the LVM howto blog post, but vgdisplay shows no volume groups!?
I have installed turnkey appliance on ESxi , the VM network is set to work in a subnet of 10.0.X.X,
But the redmine machine alwayes get 192.168.X.X subnet.
What is the reason ? Do I need to change it to static IP , if so How do I login to webadmin as I can not access via the browser, not on the same subnet.