Questions tagged [mediatemple]

MediaTemple is a U.S.-based company providing web hosting services.

MediaTemple is a U.S.-based company providing web hosting services.

56 questions
4
votes
3 answers

Have I pushed the limits of my current VPS or is there room for optimization?

I am currently on a mediatemple DV server (basic) 512mb dedicated ram, this is a CentOS based VPS with Plesk and Virtuozzo. My experience with it from day 1 has been bad and I only could sooth my server issues with several caching "Band-aids," but…
J.Rameau
3
votes
1 answer

Error when trying to install RVM on my VPS

I'm working on deploying my first rails app to my mediatemple(dv) and i'm first trying to install RVM using this command: bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer) and I get the following…
Catfish
  • 227
  • 1
  • 11
3
votes
2 answers

Can I mysqldump an entire DB connection?

I am hosted on a Media Temple DV 3.5 server and looking to upgrade from mysql 5.0.90 to the latest mysql so I can use triggers and foreign keys. I am a bit nervous to do so because I don't have a 'test' server to match my production server. We have…
JM4
  • 1,104
  • 3
  • 18
  • 29
2
votes
1 answer

memory maxed out, but top not showing processes using this memory

I have a server that has 2GB ram and is running on MediaTemple's DV managed server, which uses CentOS. The command free -m gives this following: total used free shared buffers cached Mem: 2048 1948…
fraxture
  • 151
  • 1
  • 5
2
votes
1 answer

Using a cname for root/apex DNS zone loses MX records

DNS is hosted with Media Temple - I mentioning this only because I am curious if my logic is wrong or if this is specific to the way the Media Temple front end is translating input from the edit form into the zone file. MX records point to Google…
2
votes
1 answer

MySQL errors with Drupal and MediaTemple

I have been having intermitant issues between drupal 7.14 and MediaTemple. Specifically I am getting this error: PDOException: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction: SELECT…
Reid
  • 401
  • 6
  • 17
2
votes
1 answer

Editing hosts file of my Mediatemple DV container

I have a PHP script in a Mediatemple (dv) server that uses cURL to post data to a remote website. This remote website also resides in a (dv) server and doesn't have a domain name yet. I can only access it through web preview. I'm planning to edit…
Dave
  • 215
  • 3
  • 8
2
votes
1 answer

Mediatemple (dv) kmemsize, privvmpages, tcpsndbuf QoS alerts

I'm on a (mt) (dv) base 3.5 server and am running ~20 small sites and I keep running into memory issues: cat /proc/user_beancounters Version: 2.5 uid resource held …
razorfrog
  • 21
  • 1
2
votes
2 answers

ssh-agent loading on login

Everytime I login into our CentOS 5, MediaTemple (dv) server, I have to do: ssh-agent $BASH ssh-add .ssh/my_id once I've managed to login. This is used for our server to participate in our git workflow, and as we iterate quite a bit while in…
Roberto
  • 123
  • 1
  • 5
2
votes
1 answer

How would I write a terminal command to download a folder with wget from a Media Temple (gs) server?

I'm trying to download a folder using wget on the Terminal (I'm usin a Mac if that matters) because my ftp client sucks and keeps timing out. It doesn't stay connected for long. So I was wondering if I could use wget to connect via ftp protocol to…
user41157
  • 189
  • 2
  • 9
2
votes
4 answers

MediaTemple tcpsndbuf QoS Alerts

I'm hosting with MediaTemple on a (dv) Dedicated-Virtual 3.5 server. My site consists of a Wordpress blog, some custom PHP pages (nothing too intense), and I server 500-700 unique visitors per day. Despite my pretty modest numbers, I suffer from…
theturninggate
1
vote
3 answers

Error when install SSL certificate on MediaTemple GS server

Here is what happened: I generate the CSR via the MediaTemple site (that is the only way to do it. since a GS is a share server). Send it over the namecheap.com (its signed by RapidSSL). When I got back the certificate and CA. Tried to import it…
Joel Chu
  • 173
  • 1
  • 1
  • 5
1
vote
1 answer

Media Temple GS Problems Including Custom Pear Packages

I have PEAR setup and custom packages installed under the directory /home/######/data/pear/php I can ssh in and confirm the files are there, however I can not include them in my application as such require_once…
christian
  • 111
  • 3
1
vote
1 answer

google speed mod

hi i tried to install google speed mod on my (MT) DV server and i got this error while trying to restart the httpd can anyone help Syntax error on line 210 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf.d/pagespeed.conf:…
1
vote
1 answer

GIT Private Repository - SSH Access to Sub Domain on MediaTemple.net

I created a GIT Repository on one of my servers at MediaTemple.net the one I'm using is a (gs) Server. The repo was created on a subdomain (git.example.com) I then created two user accounts with SSH enabled and FTP access to git.example.com My…
1
2 3 4