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

My production server has bad blocks, now what?

My server has crashed for Nth time in a couple of months, so I decided to do a badblocks test. I have used fsck to detect and mark badblocks, and it has indeed detected some. If I am correct, this means the filesystem will not use those blocks…
blueFast
  • 4,200
  • 13
  • 37
  • 54
-1
votes
1 answer

Nagios nrpe check_nrpe plugin missing

installed nagios nrpe into remote machine from ubuntu repository sudo apt-get install nagios-nrpe-server and plugins as sudo apt-get install nagios-plugins-basic nagios-plugins nagios-plugins-extra but in /usr/lib/nagios/plugins location…
sivashanmugam
  • 37
  • 2
  • 6
-1
votes
1 answer

Start kippo on Ubuntu startup

I'm setting up a new Ubuntu 14.04 server and followed these instructions to install kippo (the SSH Honeypot). To run kippo, I do: su kippo ~/kippo/start.sh The contents of start.sh is simply: #!/bin/sh echo -n "Starting kippo in…
-1
votes
2 answers

Redirect the same connection multiple times [IPTABLES]

Im trying to redirect the TCP connections a port multiple times to another ports, i tried this before but didn't work: iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 60000 -j REDIRECT --to-port 60001 iptables -t nat -A PREROUTING -i eth0 -p…
-2
votes
1 answer

Even with root user Im receiving 'Operation not permitted' when try creating gluster volume between Ubuntu 14.04 LXC containers

Even with root user Im receiving 'Operation not permitted' when try creating gluster volume between Ubuntu 14.04 LXC containers. Need test the solution locally before install it on prodution and even locally i cant install. xfce4-terminal -T…
Mark
  • 47
  • 7
-2
votes
2 answers

Ubuntu 14 find what is consuming disk space

Have any command to see what is consuming disk space on ubuntu 14? My Ubuntu server has left only 70MB of disk space thank's
japalow
  • 9
  • 1
-2
votes
1 answer

Ubuntu, Apache2.4 ban bad agents globally

I want to ban bad agents. I have tried many way including this one! But it doesn't work. If I create a perl file: check this! I think this is because of Order deny,allow syntax as it is for apache2.2! I want to create a file badagents.conf where I…
-2
votes
1 answer

iptables Debian 8.5 Ubuntu 14.04

i am starting to build a web server for a project at work and i am going from the bottom to the top. After reading a lot - watching some you tube videos etc , i came up to a script - or better a procedure to apply some starter iptables rules for a…
Cloud063
  • 1
  • 1
-2
votes
1 answer

Binding multiple IPs to one NIC

I'm trying to set up an ubuntu 14.04 server to listen on multiple IP addresses. A range has been assigned to the server (X.X.X.146/29) and ip addr show confirms that this is how eth0 has been configured (private info masked): $ ip addr show eth0 2:…
aquavitae
  • 99
  • 6
-2
votes
2 answers

ubuntu server 14.04 LTS unusual outgoing traffic

I have virtual private host with ubuntu server 14.04 LTS. On this server, we serve web service. We run apache2 and tomcat as web server. apache2 + django1.8 and tomcat8 recently, I observed the server uses 800G out-going traffic per day, but this…
-2
votes
1 answer

iptables and CONNMARK on ubuntu 14.04

How to enable connmark in netfilter in ubuntu 14. I see this post but I don't find the good module in Ubuntu 14.04. I use connmark for multiwan. My configuration run perfectly in debian 8. But no connmark in ubuntu 14.
JD3550
  • 1
  • 1
-2
votes
1 answer

Zoneminder homepage not loading

I'm trying to set up Zoneminder using this tutorial. I've started with even installing Ubuntu Server (14.04), so it's a fresh install. The first problem I came across might be relevant, so I'll mention it first: conf.d didn't exist, so the line…
Andrew
  • 1
-2
votes
1 answer

Is it a good a idea to create a fake raid 1 for guest on ESXi?

I have an old server with software raid and I would like to install ESXi with 2 hard disks. I have read that I can install a guest (i.e. Ubuntu Server) and add two hard disks in different datastores to create a fake raid 1 setup. Is it a good idea…
-2
votes
1 answer

Restart service on file change

I would like HAProxy on my Ubuntu 14.04 to restart each time I SCP a new HAProxy config file. What is the easiest/cleanest way to achieve this?
-2
votes
1 answer

How to Specify which URLs have HTTP Authentication with NGINX

In my nginx configuration file I have successfully created HTTP Authentication for the whole website while it's under development. root /var/www/staging/; auth_basic "Restricted website - authorised access only"; auth_basic_user_file…
Holly
  • 1,027
  • 5
  • 14
  • 25