Linode is a virtual server hosting business that specializes in Linux boxes.
1
vote
2answers
15 views
How to setup test environment behind VPN?
I have a Linode VPS that I use to host multiple sites. I run Ubuntu 10.04 and Apache 2. What I would like to do is have my live sites (example-site.com) and test sites (test.example-site.com) on the ...
2
votes
1answer
29 views
Starting Linode instances via StackScripts based on Nagios events
I'm developing a web application (django/gunicorn/nginx) that needs to be scaled out according to load. The app will be hosted on Linodes so I intend to use StackScripts (and maybe Puppet) to start ...
0
votes
1answer
15 views
logging in to two seperate linode disk images
perhaps I am a bit confused on what a 'disk image' is, but I was under the impression that once I set up multiple disk images in a linode account, they would each act as a distinct server. I have set ...
0
votes
2answers
26 views
set up linode without a domain name
I read somewhere that a linode can be set up without a domain pointing to it, but I was unsure of how to tackle that. I noticed in the getting started guide it has an entry about updating your ...
0
votes
1answer
87 views
Adding more graphs to the Linode dashboard
Linode offers system monitoring graphs as shown below.
Is it possible to add more graphs to the Linode dashboard by way of collectd? Say to view Memcache eviction rate.
Just to give you an idea ...
1
vote
2answers
50 views
Server not available after abandoned upgrade
I am running a headless install of Ubuntu 10.0.4 LTS on a PVS. I was carrying out an OS upgrade earlier on today. I SSH'd into the sever and typed the following commands:
sudo aptitude update
sudo ...
0
votes
1answer
37 views
Reset Linode root password
I've recently been put in charge of a Ubuntu server in the Linode platform.
This webserver is running a production Rails application with a MySQL database.
I need to ssh into it to download a copy ...
0
votes
0answers
24 views
linode VPS website adding, internal error 500 coming
i have setup a new site www.example.org (dummy name) on my linode VPS (i am using ubuntu 10) as below:
<VirtualHost *:80>
ServerAdmin webmaster@example.org
ServerName example.org
...
-1
votes
2answers
95 views
VPS hosting for a user-generated content site like fmylife.com?
I'm in the process of creating my very first website and I wanted to make a clone of fmylife.com and bought a script called fmyscript for that purpose.
The requirements to run fmyscript are as ...
1
vote
1answer
65 views
How do I create a new linode and move my current websites and data to it?
I am a relative newby to managing my own server. I set up a Linode a while ago, installed Ubuntu 9.1 (Karmic) followed by Apache, MySQL, my websites, some mods etc.
What I didn't realise was that, ...
1
vote
1answer
95 views
Linode Reboot - /dev/xvda has gone 220 days without being checked, check forced
When rebooting a Linode server, and logging into the lish I am seeing:
/dev/xvda has gone 220 days without being checked, check forced.
When trying to reboot the server. I had run a routine command ...
0
votes
0answers
54 views
my.cnf and php.ini configuration
What do you guys recommend for a 512MB linode vps? I am hosting a user-driven content upload web site which is powered by wordpress. It's a new site so what do you recommend for my.cnf and php.ini ...
-1
votes
1answer
56 views
When I apt-get anything I got this erro“E: Sub-process /usr/bin/dpkg returned an error code (1)”
for example when I "sudo apt-get install libmemcache0", I got:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libmemcache0 is already the newest ...
0
votes
2answers
76 views
Why doesn't Apache see my webmail subdirectory
I recently setup a new website on my linode box, everything is working fine. Except I can't seem to have a webmail subdirectory on my site. Whenever I goto http://mysite.com/webmail the browser takes ...
1
vote
1answer
37 views
Connect Linode servers to a disk on another server
I have three servers with Linode: A DB server and two web servers running Wordpress. The DB server also has a disk image called 'Shared Media', which I'd like to be accessible from the web servers ...
0
votes
2answers
74 views
Curious about my database server setup
I'm a web developer by day but I haven't had as much server administration experience as I'd like. I'm working on some side projects which are hosted on a 512mb linode server.
The main app that I'm ...
0
votes
1answer
60 views
“Cannot allocate memory” error for psycopg2 and libgcrypt.so on Debian 6, 64bit
I am having a weird production specific error related to Python psycopg2 postgresql driver and libgcrypt module.
I was running Debian 6, 32bit to host my application with uWSGI and Nginx. I decided ...
0
votes
2answers
69 views
Simple reverse dns
it would be $ORIGIN 113.168.192.IN-ADDR.ARPA. for a 255.255.255.0 netmask
but what would the origin be for a netmask of 255.255.128.0
1
vote
1answer
74 views
Linode Lish Shell Vim and Nano rendering troubles: lines not appearing / cursor positions wrong
I'm using a linode VPS and I just cloned one of my servers to my development server as I've done many times before.
As usual SSH is inaccessible until /etc/network/interfaces is correctly updated. I ...
3
votes
2answers
236 views
My VPS crashed and I have no idea why
I have a VPS with Linode right now. I was alerted by my monitoring service that a site I was hosting had gone down. I used Lish, Linode's method of getting direct out-of-band access to the console ...
0
votes
3answers
90 views
How should I manage a domain that has certain nameservers but MX records pointing elsewhere?
I am with a small business redesigning other companies' websites. Often we will host their new website on our Linode account but they will have their email handled with some other provider.
One ...
0
votes
1answer
61 views
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 ...
0
votes
1answer
94 views
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 ...
1
vote
3answers
997 views
Should I use the Linux 2.6.x or 3.x kernel on a production server?
I'm given a number of kernel options (I'm hosted on linode - all kernels are customized by linode): Latest 2.6; Latest 3.0; and the latest legacy 2.6.18 or so and more.
Will there be much difference ...
1
vote
0answers
138 views
Updated apache, Updated Webmin, now all websites on my server act as a download
As the title suggest,
Logged into webmin, saw there were some apache updates so I updated the entire system.
Webmin told me it had updates (to version 1.560) so I updated it.
Now all the sites on ...
5
votes
2answers
171 views
Back up Linux environment
I'm currently in the process of installing a bunch of stuff I need and getting setup my Linode that I recently purchased.
Being a Linux newbie, I'm doing pretty well - but one small mistake can screw ...
0
votes
1answer
61 views
Set PasswordAuthentication to no, now can't log in on Linode server
I was following this tutorial trying to set up keys so I can log in without a password
http://linux-sxs.org/networking/openssh.putty.html
Problem is, I followed his instructions except, I generated ...
0
votes
2answers
43 views
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 ...
-3
votes
2answers
106 views
DNS entries required to get test.example.com to respond to pinging?
What DNS entries do I need to setup for test.example.com to respond to pinging?
Here's my DNS entries as I've setup through Linode:
0
votes
3answers
145 views
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 ...
3
votes
2answers
445 views
Is Amazon EC2 for me?
I'm working on an image hosting website tailored to a particular niche. The website is made with Django. I'm currently planning to run it on Linode.
So far so good. The problem is: I will need to ...
1
vote
3answers
140 views
How to install Ruby on a Linode server?
As the title says, what's the best way to install Ruby and then Ruby on Rails on a Linode server?
1
vote
1answer
515 views
How to get pcre 8.x on Ubuntu 10.04 (Linode)
I'm trying to set up Bug Genie 3.x on my Linode server, and it is complaining because I have pcre 7.8 instead of 8.x. Doing an apt-get update and upgrade doesn't help and says that I have the latest ...
0
votes
3answers
242 views
Reverse DNS from Linode when domain is registered elsewhere?
I currently have a domain, call it example.com, hosted on Dreamhost, and also a Linode VPS. The Linode lives in a subdomain of the Dreamhost domain, foo.example.com. What I want is to configure ...
0
votes
2answers
155 views
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 ...
1
vote
3answers
141 views
Share bandwidth between Linodes
I have 5 linode instances, most of them are in moderate use.
Recently I opened a site that takes up a lot of bandwidth, and the linode that its on is being hammered with traffic spending my precious ...
-1
votes
2answers
98 views
Server configuration [closed]
I currently use Linode VPS (512) for my image sharing site.
I'm looking to move to an unmetered dedicated server as the cost of my needs on Linode is huge.
I have around 60-70GB/day of outgoing data ...
1
vote
4answers
200 views
Server specs recommendations
I currently have a Linode 512 VPS with Ubuntu 10.04 LTS (32bit).
I recently opened my website which attracts a lot of users from social networks and I've been hitting some CPU limits lately.
I'm ...
0
votes
2answers
112 views
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 ...
0
votes
1answer
373 views
Is my VPS server secure? Steps needed to make it secure, if not?
I'm running on Ubuntu and I'm currently on linode [Disclosure: Referral Link]. I have followed this tutorial and have successfully set up Virtualmin on my linode and its a breeze creating websites and ...
0
votes
3answers
158 views
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 ...
1
vote
2answers
780 views
How to setup FTP on Linode?
It does appear that WordPress requires an FTP server to be installed to upload the files from the web interface.
I have installed WordPress blog.
I need to install some plugins but i m getting a box ...
2
votes
1answer
135 views
VPS etiquette, and how server resources are meant to be used
I'm renting a tiny Linode to mess around with, host my site and learn more about Linux. It's a VPS with 512MB of RAM and 16GB of storage.
I've never owned a computer that wasn't sitting in front of ...
0
votes
1answer
176 views
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 ...
0
votes
1answer
155 views
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 ...
0
votes
1answer
171 views
Feedback request: Linode for Magento hosting?
i install and customize a self made application for web pages which uses spring+jstl and the admin uses flex. Also i want to add to my offers an ecommerce cms, so i have decided to start with magento.
...
1
vote
2answers
404 views
DNS zone transfer (AXFR) failing
I'm trying to migrate all of my domains from DNS Made Easy to Linodes DNS Manager. The easiest way I figured was the "Import a Zone" option on Linode, which works with AXFR. I then did the following ...
-1
votes
2answers
88 views
consulting a network admin for rails and php applications [closed]
I'm a web developer who writes most of the time rails applications. Next month I'm going to switch from my current VPS to linode.
I'm wondering how much it would cost to properly set (or teach me how ...
1
vote
0answers
86 views
Original sender is not correctly identified when spam is forwarded
I have a forwarding rule with Postfix that forwards all messages to my main email address.
When a spam message is sent to one of my emails, it is forwarded but the sender is shown as being the ...
2
votes
3answers
401 views
Linode hosting & Godaddy
I have registered a domain name with godaddy.com, also I have rented out hosting space at Linode.com
Linode has given me a permanent IP. How do I link this IP to the domain name at godaddy.com ?