Questions tagged [linode]

Linode is a virtual server hosting business that specializes in Linux boxes.

Linode is a virtual server hosting business that specializes in Linux boxes.

285 questions
0
votes
1 answer

Setting up a secure instance of nginx on Debian 6

I have worked with and setup Apache before, but never nginx. Could anyone point me to a good guide that describes how to setup and run nginx for multiple website (vhosts, I suppose) support. I want to have different websites with different home…
0
votes
1 answer

Setting up Linode webserver

Hey guys I just got server space on linode and am trying to set up just a simple web hosting and backend for an iPhone app. I plan on using Django for all of it but have no experience in setting up the actual server. I followed the linodes guides…
utahwithak
  • 105
  • 2
0
votes
2 answers

Switched Hosts from Inmotion to Linode but Redirect Still occurring

We recently switched servers from inmotion hosting to linode and everything is going well except when you go to www.oursite.com it redirects to www.oursite.com/zen which was behavior that was set up on the old inmotion server. This website is 100%…
LennonR
  • 113
  • 4
0
votes
3 answers

How to restore after sudo killall sshd?

I have a Linode virtual server that I made go down yesterday. Basically, I killed sshd using killall sshd First time I issued this command, I forgot sudo so it just dropped my connection. Next time, I issued sudo killall sshd and I couldn't…
Dan
  • 317
  • 1
  • 4
  • 13
0
votes
2 answers

Why no first user setup as sudo on Linode (Ubuntu 10.10)

The standard setup for Ubuntu is to create two users, root and a first user. The first user always gets full sudo access and root login is disabled (for security). Linode doesn't do this, it just creates root, with ssh login enabled. Why is this so?…
gnoll110
  • 111
  • 3
0
votes
2 answers

cannot access django development server running on Linode from outside

I just setup a django development server on a Linode and wanted to access it from outside. The server is running on port 8000. But the linode is not allowing me to access this port from outside. I checked that iptables didn't have any rule set to…
0
votes
3 answers

Server with only private IP has no Internet access

I have two servers (VPS at Linode) of which one (db) has only one static private IP, so I need to access it via the other one (web). Now that works fine, but I discovered that I cannot access anything on the Internet from the db server... and…
webjunkie
  • 159
  • 7
0
votes
1 answer

MySQL Master-Master replication using MMM on Linode

Linode allows you have multiple IP's assigned to your node but I'm trying to setup MySQL Master-Master Replication with MMM following the guide on http://mysql-mmm.org/mmm2:guide. One part I don't understand is that MMM needs virtual IP's. So my…
MrD
  • 235
  • 5
  • 11
0
votes
1 answer

For a single server running cron jobs: EC2 or regular VPS hosting?

I'm trying to determine whether I should put this particular server on an EC2 small instance or keep it at Linode. The server runs a variety of cronjob scripts that fetch data from feeds, store it in a local MySQL instance, and provide it to other…
0
votes
1 answer

SMTP Server recommendations

I have been running a webapp on webfaction shared plan and using webfaction smtp server fine. But I am migrating to linode vps and when I try to send emails using webfaction configuration (my webfaction account is still active) I get the following…
quarry32
  • 255
  • 2
  • 11
0
votes
5 answers

MySQL my.cnf file not being read, Ubuntu 10.04 64bit

I've been researching this for a few hours with no luck. Basically it looks like my server's my.cnf file isn't being read at all. I've searched my server, and there's only one my.cnf file on it, located at /etc/mysql/my.cnf. Its ownership is…
0
votes
1 answer

Accessing applications on another VPS

I'm doing something that (to me) seems very simple, but perhaps I'm looking at the problem wrong. I've deployed a Redis box to Linode. I have a number of web servers that also sit on Linode (in the same data center). I'd like the web servers to…
mattbasta
  • 641
  • 1
  • 8
  • 17
0
votes
1 answer

Python can't find namedtuple on Linode Ubuntu 9.10

I have a Linode running Ubuntu 9.10 with a Python version of 2.6.4rc2 When I try to import namedtuple I get an ImportError. What could be going wrong? This is a part of the standard library.
Ben
  • 101
  • 2
0
votes
2 answers

Transferring websites from x64 to x86 server

I run a x64 staging server here along with the following: Solr Java etc. However, I am about to get a linode vps for production and quickly realising that x86 is the way to go for their lowest RAM package (thinking to upgrade later). My staging…
Ke.
  • 241
  • 4
  • 13
0
votes
0 answers

importing domain from AWS Route S3 to Linode

I want to import a domain registered in AWS: in the Guides: https://www.linode.com/docs/products/networking/dns-manager/guides/incoming-dns-zone-transfers/ Within your external name server, allow AXFR transfers to the following Linode IP…