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).

1171 questions
121
votes
3 answers

How do I auto-start docker containers at system boot?

What is a good way to automatically start docker containers when the system boots up? Is there a preferred way to do this on Ubuntu 14.04? I've used supervisord in the past to auto start web apps. But that doesn't feel like the right thing for…
Stefan Arentz
  • 1,320
  • 2
  • 9
  • 8
51
votes
4 answers

Should I edit /etc/crontab or run crontab -e as root?

I'm setting up regular system maintenance tasks which have to run as root. I plan to use the flavour of cron which comes with Ubuntu 14.04 LTS as the default. I see the previous admin (who since left the company) edited /etc/crontab directly.…
marcv81
  • 622
  • 1
  • 5
  • 6
34
votes
6 answers

How can I upgrade Python to 2.7.9 on Ubuntu 14.4?

Ubuntu 14.4 comes with Python 2.7.6 built-in, but I'd like to upgrade it to 2.7.9 (it has security features that I want). Is that even possible? If so, how can this be achieved?
moomima
  • 497
  • 2
  • 5
  • 8
23
votes
5 answers

Does CURL cache requests?

This is a pretty long question, so bear with me. I wanted to stress my Akamai Server logged in from an AWS instance. So, I started running ab benchmark. However, they seemed ridiculously fast to download ~3 MB video files. Naturally I wanted to see…
Akshaya Shanbhogue
  • 332
  • 1
  • 2
  • 6
22
votes
6 answers

Why is response time exploding when request frequency drops?

Correction: response time (%D) is μs not ms! 1 This doesn't change anything about the weirdness of this pattern but it means that it is practically way less devastating. Why is response time inversely correlated to request frequency? Shouldn't the…
Raffael
  • 669
  • 7
  • 15
21
votes
3 answers

Postfix : error: unsupported dictionary type: mysql

I've a problem w/ postfix problem: # tail -f /var/log/mail.err Aug 20 17:57:50 myserver postfix/smtpd[8243]: error: unsupported dictionary type: mysql Aug 20 17:57:50 myserver postfix/smtpd[8243]: error: unsupported dictionary type: mysql Aug 20…
flavio.troja
  • 706
  • 2
  • 5
  • 11
18
votes
2 answers

How To Tune Apache on Ubuntu 14.04 Server

Currently on my Apache 2 (Apache 2.4.7 to be exact) on Ubuntu 14.04, I have this setting: /etc/apache2/mods-enabled/mpm_prefork.conf StartServers 20 MinSpareServers 100 MaxSpareServers…
17
votes
2 answers

OCSP validation - unable to get local issuer certificate

I'm new to setup SSL from the scratch and did my first steps. I bought a SSL cert from RapidSSL for my domain and followed there steps to install the cert. In general the cert is valid and working on my webserver(nginx v1.4.6 - Ubuntu 14.04.1 LTS),…
kapale
  • 405
  • 1
  • 3
  • 8
16
votes
2 answers

How to avoid GRUB errors after running apt-get upgrade - Ubuntu

I'm running ubuntu 14.04 on an EC2. After running apt-get upgrade, I'm prompted with a screen that asks me to reinstall GRUB boot loader The GRUB boot loader was previously installed to a disk that is no longer present, or whose unique identifier…
Ofer Velich
  • 297
  • 1
  • 2
  • 6
15
votes
9 answers

Get logstash version

How does one get the version of Logstash? root@elk:/usr/share/elasticsearch# bin/logstash --help bash: bin/logstash: No such file or directory I have Logstash running on my system. Also. root@elk:/# logstash -V bash: logstash: command not…
Karl Morrison
  • 1,521
  • 4
  • 25
  • 42
14
votes
5 answers

error when running apt-get update on ubuntu 14

I am running ubuntu 14 on one of my servers. When I run sudo apt-get update, I get the error below. W: GPG error: http://cran.rstudio.com trusty/ Release: The following signatures were invalid: KEYEXPIRED 1445181253 KEYEXPIRED 1445181253…
ali haider
  • 1,120
  • 3
  • 15
  • 26
12
votes
2 answers

getent passwd dosen't show users of LDAP server

I have made the LDAP authentification configurations and I try to authenticate to the LDAP server on Ubuntu 14.04 TLS. This is the file nsswitch.conf : # /etc/nsswitch.conf # # Example configuration of GNU Name Service Switch functionality. # If you…
Somar
  • 236
  • 3
  • 4
  • 14
12
votes
9 answers

How to auto-start unprivileged lxc containers?

On Ubuntu 14.04, I have created an unprivileged container that I can manually start and stop. But I would like this to start and stop along with the system. I have added the following to the container's configuration: lxc.start.auto =…
HRJ
  • 225
  • 2
  • 10
11
votes
2 answers

crontab sends month-old emails

ubuntu 14.04 Mailserver: Postfix root receives dozen of emails from crontab. These mails contain PHP warnings. I've fixed the cause for these warnings. I've fixed every cronjobs to not send emails (output sent to >/dev/null 2>&1) I've deleted all…
pixeline
  • 658
  • 3
  • 12
  • 29
11
votes
2 answers

Strongswan VPN tunnel between two AWS instances won't connect

I am trying to set up a VPN tunnel using StrongSwan 5.1.2 between two Amazon AWS EC2 instances running Ubuntu 14.04.2 LTS. Prior to using StrongSwan, I used open(libre)swan on an Amazon RedHat AMI, which worked fine. For some reason I can't even…
lobi
  • 1,021
  • 2
  • 14
  • 26
1
2 3
78 79