Linode (a contraction of Linux Node) is a virtual private server web hosting and cloud computing provider based in Galloway Township, New Jersey.
0
votes
1answer
8 views
Linode + Debian + Apache, a private folder for development work
I'm very new to Linux, please bear with me.
I have a linode with a LAMP stack running and I managed to configure my main site and a couple of subdomains and it's working great.
However, I want to ...
0
votes
1answer
15 views
Rufus-Scheduler issue for cron jobs in linode ubuntu
My initializers/task_scheduler.rb
require 'rubygems'
require 'rufus/scheduler'
scheduler = Rufus::Scheduler.start_new
scheduler.cron '*/5 * * * *' do
Project.cron_for_report
end
My Issue is I ...
-2
votes
1answer
18 views
Linode Cronjob Issue on production [closed]
Please suggest me a solution over this:
A cronjob needs to be added on rails app production hosted by linode.
The scheduled command that is written over there after 'crontab -e' is -
1 0 * * * cd ...
-1
votes
0answers
19 views
How to host multiple websites on Linode? [closed]
I have a Linode server hosting my portfolio. My portfolio was built with Rails 3 and deployed with Nginx and Capistrano. I have a user called deployer and here's my folder structure:
...
-1
votes
2answers
42 views
Website not reachable from every country [closed]
It seems my website can not be reached from every country! From Germany, I am able to access the website, but my friends in the Netherlands or the UK are not able to see the page. I don't know why. ...
0
votes
2answers
52 views
Rails app on Linode - Where are my seeds (seeds.rb)
So I've got my rails app on a linode box using capistrano and rvm in the app, with nginx, postgres, and Ubuntu 13.04 on the server.
My app is the one from the teamtreehouse tutorial. See it on heroku ...
0
votes
0answers
35 views
x11 forwarding on linode server
I'm not really sure what I'm doing, but I have tried many permutations of the x11 settings that people recommend setting.
my box is a fresh debian 6 install +
apt-get install eclipse
apt-get install ...
0
votes
1answer
49 views
Deploying rails app on separate app server and database server (both Linode)
I'm having trouble deploying a basic rails app (which works on local machine, which works on heroku) to a distributed architecture (web server on one box, database server on another).
Here is my ...
0
votes
2answers
48 views
Upload images from rails to linode
So I want to upload images from my running rails 3 app wich is hosted on linode, the file upload works locally, but when i try to do it remotely it fails. I've read some options, but almost all of ...
1
vote
1answer
59 views
cant mkdir on new server, unsure why
I have recently switched from a website hosted on a normal webhost to a linode virtual server which I installed all of the appropriate bits and pieces to. I moved my code over and everything in my ...
0
votes
1answer
17 views
Understanding and creating the certificate request & Private Key
So I'm creating an RapidSSL on a Linode VPS for a Ruby on Rails - Spree Application.
I'm very new to SSL and in the documentation it's asking: to put in the name of your server where it says server.
...
-2
votes
1answer
76 views
Trouble deploying my Rails app to Linode VPS
I am trying to deploy my rails app to Linode VPS but after i finished all steps when i did
xxx@xxxx-desktop:~/myrailsapp$ cap deploy:cold
i got following error:
failed: "env ...
1
vote
0answers
25 views
How to tell on Linux (Lucid) if a connection is coming into the server?
So I have an issue where I am remotely connecting to a Mongodb on my linode box, and I am not longer able to access this DB. I can from my local machine, but when I am on this remote server (where ...
-3
votes
1answer
140 views
Unable to SFTP into Ubuntu 12.04 Linode [closed]
I'm an extreme linux newbie attempting to regain SFTP access to my Linode server running Ubuntu 12.04.
I'm able to Lish via SSH into my Linode, but not ssh directly anymore via the server's IP. ...
0
votes
1answer
23 views
adding deleted file info to a single file [UNIX]
So I have the simple problem
In order to restore files, the original directory and filename must be
stored.
Create a hidden file called ".restore.info". Each line of
this file should ...
0
votes
1answer
75 views
Renaming files with inode number [UNIX]
I'm simply trying to rename a file by attaching an underscore and the inode number of said file before I move it to a directory.
The description is:
To avoid name conflicts in the recycle bin, ...
0
votes
1answer
73 views
Parser Error Message: Assembly 'Npgsql, Version=2.0.12.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7' not found
I am trying to use Npgsql to connect to POSTGRESQL datatbase from C# webservice which i deployed on Linode - Debain 6.I have dumped the project files along with the bin which has Npgsql.dll and ...
0
votes
1answer
64 views
Update mysql version to 5.2 on lamp server using putty
I am trying to configure lamp server using putty,
I followed the instructions and installed apache, mysql from Linode. but it shows the installed version of mysql is 5.1.6 .
I need to update the ...
0
votes
2answers
63 views
MYSQL database crashing frequently due to error in configuration
I have just shifted my website to Linode and I am currently on its 1 GB RAM Plan. By default, number of mysql users was set to 100. This lead to Too many connections error.
I edited the mysql ...
1
vote
2answers
69 views
new files aren't existing after git push
I have a problem: I have a git-repo on my linode which I've created with
git init --bare project.git
within a folder so called "project".
After that I've cloned the repo and wanted to add some ...
0
votes
3answers
134 views
New Relic not sending data
I've newrelic agent for my rails application installed on linode. App is using unicorn and i've did some magic (https://newrelic.com/docs/ruby/no-data-with-unicorn), but still have no data on my ...
0
votes
0answers
19 views
how to merge 2 websites sites correctly?
There are two sites
1 my client
2 my site
My client wants to use a subdomain of his site to use for my site
My site is on a linode server.
How would I go about it?
0
votes
0answers
23 views
Dashboard of domains hosted on a linode (debian 6) lamp stack
I want to create an index/dashboard of all our enabled and disabled domains on our 5 linodes. My ultimate goal is to be able to dynamically pull the domain (enabled/disabled), IP, and platform ...
0
votes
0answers
56 views
Uploading files to Linode using CarrierWave
My app is hosted on Heroku and I am wondering if its possible to upload a file not to the public/ folder on Heroku but directly to - say - Linode
My app uses both Heroku and Linode. The two talk to ...
0
votes
1answer
118 views
Capistrano deployment can't find certain gems during deployment (Probably RVM related)
I've been trying to deploy to a VPS using Capistrano, and the following command is throwing me a lot of errors:
* executing "cd -- /home/work/for_linode/releases/20130317174830 && rake ...
0
votes
0answers
38 views
LEMP / Wordpress IO Spike & Database Problems
Recent problem I've had and a short history:
I run a Linode 512 running Ubuntu 10 LEMP server with about 5 wordpress blogs, using an Auto-blog plugin. Been doing this for a while just fine, then ...
0
votes
0answers
84 views
Creating a Load Balancer for SolusVM VPS
I run a small VPS hosting company. How should I go about creating a load-balancing system like Linodes, where users can select VPS from two locations and load-balance them for high availability? I'm ...
1
vote
1answer
192 views
Laravel - Error rendering views during deployment using blade syntax
I'm getting this error:
Message:
View [partials.headerHome] doesn't exist.
Location:
/home/user/public/site.com/laravel/view.php on line 170
Which is being caused by this blade templating include
...
2
votes
2answers
595 views
Setting up Linode (Ubuntu 10.04 32bit) nginx not starting. 98: address already in use
Hello having a little issue with setting up linode via Railscast instructions of Ep. #335
My Configuration for this server is: Ubuntu 10.04 LTS Disk Image 32bit
I can get this far:
Running both of ...
2
votes
0answers
69 views
In linode production Delayed jobs gets stopped after sometime
I am using delayed_jobs 3.0 gem for email notification in my rails3 app. It is deployed on linode using nginx+capistrano. My linode config is RAM of 512MB and storage space of 24GB. In that two ...
0
votes
0answers
197 views
Linode VPS Capabilities
I have no experience with VPS's. Over the past year or two I've been getting more and more into web development, as a hobby and for work. I'm currently managing one wordpress site, a codeigniter app, ...
0
votes
1answer
77 views
Nginx subdomain down issue
I have two rails app which are running on linode. OS is ubuntu, nginx server. The subdomain instance giving problem. It is getting down just after 1 day. On restarting the server, it is working fine.
...
2
votes
2answers
201 views
Python Twisted TCP/IP Connection
I have a Linode account and I am trying to communicate using telnet with a basic TCP/IP server written in Python (Twisted), installed in a linode with ubuntu lts:
import os
from twisted.internet ...
-2
votes
1answer
203 views
How do I change my subnet mask on a Linux cloud server? [closed]
I have a web app that is hosted on Linux cloud servers (Linode, specifically). I am working with a new client that needs to set up a VPN tunnel between their network and one of my main servers. For ...
0
votes
3answers
186 views
how do you check your gemfile.lock into version control?
When deploying my Rails App to Linode via Capistrano/Unicorn, when running this command "bundle exec cap deploy:cold" it's giving the error :
The --deployment flag requires a Gemfile.lock. Please ...
0
votes
0answers
139 views
AWS::Errors::MissingCredentialsError
I am developing a rails application which is currently deployed on linode server
and suddenly I am getting following error when i configured it with apache passenger but it works fine when run with ...
0
votes
0answers
249 views
open port 2195 and 2196 on ubuntu 12.10 [closed]
I have a VPS on linode running ubunto 12.10 ,i want to use him for apple push notifications.
my question is how i can open the 2195 and 2196 ports on this vps.
if i try :
telnet server ip 2195
give ...
0
votes
0answers
185 views
What do I do about “service: command not found” on a new Ubuntu 10.04 linode? [closed]
I'm following Linode's Getting Started guide to set up an Ubuntu 10.04 LTS linode. I used Linode's LAMP stack script, and have gotten to the point of setting up SSH keys. When I try to restart SSH:
...
2
votes
2answers
1k views
How do I resolve this issue when attempting to install libv8 v3.11.8.9?
The installation of the libv8 gem (anything after v3.3.10) fails with a message 'Killed'.
I'm including libv8 & therubyracer in my Gemfile:
group :production, :staging do
gem 'libv8'
gem ...
2
votes
1answer
169 views
Premature end of script headers: media ( Issue related to :rails app deployment+passenger+ubuntu+apache)
i just setup a linode server and deploy my rails 3 app on it.its up and running.The problem is that some images are not showing up in the production.locally they are perfectly working.i double checked ...
-1
votes
1answer
60 views
Setting Up Server for Server-Side Scripting (e.g. enable form submission, etc.) [closed]
I need some help with my server and I'm really not sure what to do. I'm hoping some of you can point me in the right direction.
Currently, I am paying for a Linode server which, up until this point, ...
0
votes
1answer
50 views
Bash Deployment of PostgreSQL - Installtion Trouble
I am trying to build postgreSQL from source on my Debian 6.0 server using a bash shell script but I am running into problems. This is the code I have made so far:
# Initial
apt-get update
...
2
votes
1answer
287 views
Which is the most appropriate way to host multiple websites in linode?
I just purchased the basic linode package and I am wondering what to do next. I have 5 websites with light traffic hosted on multiple providers and I want to host them all in linode. The question is:
...
0
votes
1answer
138 views
Hash Function to generate Hash Key from File Path
Any ideas for a Hash Function to generate a Hask Key from file path name? I'd like to use this to maintain information about every file, as path for every file is unique, even if they have the same ...
3
votes
2answers
155 views
MySQL Performance on VPS
I am building a Mobile App which uses a backend server to store the data. If I describe it in terms of Relational DB then it is ~10K records (2 or 3 tables). Planning to use Linode VPS to host it (512 ...
0
votes
1answer
97 views
Monit memory utilization different from Ubuntu's own diagnostics
I have a Linode 512 VPS running Ubuntu 12.04 and I noticed a very big discrepency between Monit's report of memory utilization and Ubuntu's report. This becomes an issue when monit tries to restart ...
0
votes
0answers
62 views
Is there some way to serve content for subdomains using nodejs without having to create DNS entries in Linode's DNS Manager?
I have a Linode server. I'm using nodejitsu's http-proxy to route requests to various apps (apache and node apps that run on different ports).
What I'd like to do is route multiple subdomains and ...
3
votes
2answers
3k views
Downloading MySQL dump from command line
I am moving away from Linode because I don't have the Linux sysadmin skills necessary; before I complete the transition to a more noob-friendly service, I need to download the contents of a MySQL ...
1
vote
1answer
192 views
Ubuntu | Passenger | Rails - Could not find rake-0.9.2
I`ve managed to deploy the application to a Linode server, boot up apache & get to the index page. However everything beyond that throws the error below:
Error message:
Could not find rake-0.9.2 ...
0
votes
1answer
47 views
Server Manipulation using Linode Manager or other techniques to develop a mirror site
A quick question, does anyone know how I can take an address say www.google.com and create a mirror site such as www.newsite.google.com ?
I'm a beginner when it comes to server testing and server ...




