Questions tagged [ubuntu-14.04]

Ubuntu 14.04, named "Trusty Tahr" is a Long Term Support release of Ubuntu Linux (released in April 2014). Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

Ubuntu 14.04, named "Trusty Tahr" is a Long Term Support (LTS) release of Ubuntu Linux. LTS releases receive updates for 5 years and have available paid support from Canonical. The version number comes from the year and month of release (April of 2014).

1173 questions
5
votes
2 answers

How to "safely" shutdown/restart a Galera cluster?

First time setting up Galera (Ubuntu 14.04) and I'm unable to restart the cluster after rebooting my nodes. I'm following the this guide and it doesn't exactly mention how to handle a shutdown or reboot (for kernel patches, hypervisor updates,…
Server Fault
  • 3,714
  • 12
  • 54
  • 89
5
votes
1 answer

How to cluster rabbitmq in aws

I have tried every conceivable combination in an attempt to cluster rabbitmq in an AWS environment. But to recap: Shutdown and removed erlang and rabbit distribution on my local ubuntu 14 Tried the auto configuration modules around the web The…
5
votes
1 answer

Speed very slow when Resync Hard disk with mdadm

Problem: When I add sda3 to /dev/md3 the speed of two disk decrease... a lot, it decrease to ~100k Question about why it decrease the speed. It will be because the server is running in normal mode, and all services are in operation.... ? like…
DarckBlezzer
  • 183
  • 1
  • 1
  • 7
5
votes
1 answer

Connecting to Meraki Client VPN from Ubuntu w strongswan and xl2tpd

I have a virtual appliance running Ubuntu 14 that I would like to connect to a remote network via Meraki Client VPN. I have found instructions for installing and configuring strongswan and xl2tpd on Ubuntu 16 which get me most of the way there, but…
user3794652
  • 51
  • 1
  • 2
5
votes
1 answer

proxmox install on ubuntu

I have a server running Ubuntu 14.04 and I want to install the latest version of Proxmox on it it seems that Proxmox can be installed only on Debian but since they both use apt, is there a way to install proxmox on my Ubuntu Server ?
5
votes
1 answer

Clonezilla restore MBR disk to 4TB disk (convert to GPT) -- LINUX (not Windows!)

I see this similar question was asked before, however it was either not answered or it pertained 100% to Windows workarounds. This is specifically Linux and I am trying to restore a Clonezilla image to a 4TB hard drive. I have used this image many…
emmdee
  • 2,187
  • 12
  • 36
  • 60
5
votes
1 answer

Limit number of concurrent users switching to root account?

This is for Ubuntu 14.04 and Centos 7. I need to limit the number of users actively running as root. i.e. Logged in as root on the CLI. Basically, I want only one user at a time to be able to run commands as root. The purpose here is auditing. I…
JDS
  • 2,598
  • 4
  • 30
  • 49
5
votes
1 answer

Reset eth0 to move ubuntu server 14.04

New Ubuntu Server 14.04 instance for installation on a dedicated server. Everything required is setup as a vbox guest then I add the drive to the allocated server. When I was using 12.04, my last step would be to rm -f…
MasterJohn
  • 79
  • 7
5
votes
2 answers

How to include ModSecurity request final action in the Apache access.log

I'm currently using ModSecurity 2.7 and Apache 2.4.7 on Ubuntu Trusty. I would like to use Apache's LogFormat and CustomLog directives so that I can include a field indicating whether ModSecurity decided to allow a request to proceed or whether it…
Jason Stangroome
  • 345
  • 7
  • 21
5
votes
1 answer

Using dnsmasq to service multiple subnets

I'm pretty new to using dnsmasq, and I would like to keep utilizing it in my lab environment. However, being new, I am unsure what commands/files to use. I've spent two days doing research and learning how my environment was configured, and I am…
5
votes
1 answer

UFW insert [number] throws error

Using Ubuntu server 14.04LTS I want to configure my UFW to limit ssh connections with the following command: sudo ufw insert 1 limit ssh/tcp which throws an error: ERROR: Invalid position '1' Due to the fact that this command accepts no number at…
Mike
  • 163
  • 1
  • 5
5
votes
1 answer

Reverting PHP-CLI back to default path on Ubuntu, NGINX, HHVM

While experimenting with optimizations on my brand new LEMH (Linux, Nginx, MariaDB, HHVM) stack; I changed the PHP-CLI config to use HHVM for /usr/bin/php by using the following command: $ sudo /usr/bin/update-alternatives --install /usr/bin/php…
Perp1exed
  • 53
  • 1
  • 6
5
votes
4 answers

Nodejs : Depends: rlwrap but it is not installable

Just bought a new fresh virtual server in the cloud, Ubuntu 14.04. I updated my packages with apt-get update. Got problems when trying to install node js. I followed this guide:…
Joe
  • 129
  • 2
  • 8
5
votes
1 answer

Unicorn workers timing out intermittently

I'm getting intermittent timeouts from unicorn workers for seemingly no reason, and I'd like some help to debug the actual problem. It's worse because it works about 10 - 20 requests then 1 will timeout, then another 10 - 20 requests and the same…
Bill Billingson
  • 153
  • 1
  • 5
5
votes
1 answer

Trying to setup SSL with Apache on Ubuntu 14.04

I have purchased a SSL certificate from namecheap.com. I am trying to install it on a server running Ubuntu 14.04 and Apache. I used the following tutorial to setup Apache…
Levi Putna
  • 153
  • 1
  • 5