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
1
vote
1 answer

Multiple sub domains are pointing to the same directory as the main domain

I have a domain hosted at Godaddy adn hosting at Linode. I added attached screen shot is my DNS settings. Blue highlighted area is where I put my hosting server's IP Now I have 3 sites to be accessed on my…
baig772
  • 111
  • 3
1
vote
1 answer

Locked out of ssh after ufw enabled

I've enabled both SSH and HTTP in ufw. Using Linode VPS with Ubuntu 16.04. After doing sudo ufw enable, I'm effectively locked out except for the virtual console which I can access via web browser. Here's my listening daemons: sudo netstat…
Mark Richman
  • 286
  • 1
  • 5
  • 15
1
vote
0 answers

Why is Apache refusing to show new pages for one directory? This is as spooky as I've seen from Apache in a while

I tried to take a step back in https://serverfault.com/questions/763747/why-is-apache-not-showing-a-new-page , from an original question that was loosely as follows: A client has a website and makes periodic requests to add a page. The website isn't…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
1
vote
1 answer

postqueue: fatal: Cannot flush mail queue - mail system is down

Setting up a server, and I am having the damnest time getting postfix to send out an email! I have several emails in the queue, but when I force them I get this: postqueue: warning: unable to look up public/qmgr: No such file or directory postqueue:…
JonYork
  • 141
  • 1
  • 2
  • 7
1
vote
0 answers

Getting "ssh_exchange_identification: read: Connection reset by peer" when trying to SSH a remote Ubuntu server

I am very new to server managing. I have a Ubuntu 14.04 server set on Linode, according to the documentation, I can use ssh root@97.107.137.168 to connect to the server. But when I do this in Terminal, I keep getting error message:…
shenkwen
  • 199
  • 2
  • 14
1
vote
1 answer

Squid Proxy timing out on Public Interface - Packets getting lost on port 3128

Partial Solution Turns out that traffic on port 3128 was getting lost on the way to my VPS. I am not sure if this is Linode blocking this port, or if it is something in the between. (I have used this same proxy on other clouds, and it…
1
vote
1 answer

Laravel 5.1 deployement Your requirements could not be resolved to an installable set of packages

When I am trying to deploy my laravel project and do a php composer.phar install I get this annoying error. I pulled in my project via git with a git clone. And when I surf to my domainname I would like to see my app obviously :). I've installed a…
1
vote
0 answers

Postgres and Media Linode servers regularly need restarting

I have a site running on several Linode virtual machines, including separate VMs running: Django (and apache) Django (for running memory-intensive scripts) Postgres Media server, with a private network mount point on the Django VMs. It has…
seddonym
  • 111
  • 3
1
vote
1 answer

How can I add rule to iptables on ubuntu to enable redis on local ip but not external

I've followed the various scripts to set up 2 linode machines. Both have an external and local Ip. On one I have installed redis, and I want to connect to this machine via the local ip. Which rules should I add specifically to allow access from my…
reinier
  • 345
  • 4
  • 11
1
vote
0 answers

Internal Server Error with Nginx and uWSGI

I'm trying to host an app using Nginx on Linode.com but I'm stuck early on uWSGI config. I've used "Getting Started" guide and "WSGI using uWSGI and nginx on Ubuntu 12.04 (Precise Pangolin)" guide and I've succesfully deployed Nginx (got Nginx…
Dominik Serafin
  • 111
  • 1
  • 4
1
vote
0 answers

Create and synchronize development, staging and production servers?

I'm building a PHP application, and I'm running all the development environment (Netbeans IDE, Apache, PHP and PostgreSQL) inside the same virtual machine. I would like to prepare three diferents server: - A development server - A testing/staging…
mHouses
  • 111
  • 3
1
vote
3 answers

PPTP VPN did not check the password

I've success installed and PPTP VPN in my Linode by using this script: https://github.com/liaohuqiu/centos-setup/blob/master/install/install_vpn.sh yum install -y ppp wget http://centos-files.liaohuqiu.net/f/pptpd-1.3.4-2.el6.x86_64.rpm rpm -ihv…
srain
  • 113
  • 7
1
vote
0 answers

Scaling AngularJS + NodeJS app on Linode

I have developed an application using AngularJS + NodeJS (together with MariaDB, Redis and Socket.io for realtime notifications) and I have deployed it on a single Linode node. Now I would like to organize the architecture in a way I can easily…
Giorgio
  • 19
  • 1
  • 2
  • 4
1
vote
2 answers

SSL Issue Only For Some Clients (Linode Server)

Leadup: Set up a wordpress linode. Imported a wordpress site. Everything worked. Added an ssl certificate from godaddy. It looks like the SSL certificate is installed correctly:…
zeusstl
  • 113
  • 3
1
vote
1 answer

Routing between two servers via a virtual interface

I have two servers, each running an openvpn service, the first one (uno) has the vpn range 10.170.0.0/16 tied to UDP 1194, and the second one (dos) has 10.180.0.0/16 tied to TCP 443. I would like to have clients on one server have access to clients…
Ricardo Marimon
  • 529
  • 4
  • 12
  • 26