Questions tagged [ubuntu-16.04]

Ubuntu 16.04 - named "Xenial Xerus" - is a Long Term Support (LTS) release of Ubuntu Linux. Officially released on April 21, 2016, it was supported for 5 years. Extended Security Maintenance subscriptions are offered by Canonical until April 2024. Only use this tag if your question is version-specific.

Ubuntu 16.04 - named "Xenial Xerus" - is a Long Term Support (LTS) release of Ubuntu Linux. Officially released on April 21, 2016, it will be supported for 5 years for Ubuntu Desktop, Ubuntu Server, Ubuntu Core, and Ubuntu Kylin. Only use this tag if your question is version-specific. Note that the Ask Ubuntu site is specifically dedicated to Ubuntu questions.

949 questions
0
votes
1 answer

PHP is not being executed by proxy_fcgi and php_fpm on Zabbix frontend

I have installed php7.0-fpm and enabled proxy_fcgi mod for Zabbix frontend. However when I try to get access from any page I get PHP source code of that page instead of normal page. My configs are the next:…
user54
  • 299
  • 1
  • 3
  • 12
0
votes
1 answer

ClientError: Multiple different grub/menu.lst files found when try to import ubuntu-16.04-server-cloudimg-amd64.ova to AWS EC2

Trying to import https://cloud-images.ubuntu.com/releases/16.04/release/ubuntu-16.04-server-cloudimg-amd64.ova to Amazon EC2 with aws ec2 import-image --description "XXX" --disk-containers file://xxxx.json --platform Linux …
corretge
  • 217
  • 3
  • 9
0
votes
1 answer

Add IP range to Ubuntu 16.04 server

I'm trying to add IP range to eth0 interface on Ubuntu 16.04 server. Following this solution I've changed the configuration to this: # This file describes the network interfaces available on your system # and how to activate them. For more…
0
votes
1 answer

ssh, agent forwarding stops working after a few days ...

I've been facing an interesting issue for a few weeks now. Part of our fleet is only reachable via a jump-host. In the past I had no issues w/ logging into the jump-host from my workstation using ssh -A and maintain a session for extended periods…
tink
  • 1,036
  • 11
  • 19
0
votes
1 answer

Email notifications from site aren't sent

I set up from scratch an Ubuntu Server 16.04 and there I setup a Moodle site with Apache2. The problem is that all the email notifications from the Moodle don't work. When I was installing Ubuntu, I choose to install the mail server: I chose…
yaylitzis
  • 253
  • 3
  • 8
0
votes
1 answer

Ubuntu 16 systemd service on boot

I have a Ubuntu 16.04 machine. I have written a very simple systemd service. The purpose of this is to create a service that will start once the booting process is done and run a python script. It should also restart the python script if the python…
mayk93
  • 115
  • 2
  • 5
0
votes
1 answer

Port seems to be filtered when accessed from outside after opening on server

I have opened the server port using /sbin/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT and also ufw allow 80 and the server rails server process is showing as running, bound to the I.P. address and on port 80, but when I…
0
votes
1 answer

Why is Apache showing its default page when url is not FQDN?

Why is Apache showing its default page when url is not Fully Qualified Domain Name? For example www.example.com show my Django app, but example.com or IP address or hostname shows the default Apache page. ServerName www.example.com ServerAlias…
djangoman
  • 25
  • 4
0
votes
1 answer

How can I setup Procmail to run a script from email subject

I'm setting up a website that allows users fill a form which sends an email to a server. The subject of the email is generated as a server script that I would like to run on the server command line in order to automate a process. The commands are…
0
votes
1 answer

Limit fastcgi (php-cgi) process time on Ubuntu 16.04

I want to limit the php-cgi processes time since the processes never close themselves and slowly all those processes eat the whole RAM (not cache/buffer) and the server starts going very slow. The only way right now to close those processes is using…
demlasjr
  • 49
  • 1
  • 6
0
votes
2 answers

how to mirror a database and implement failover solution

There are many questions that address the issue of failover and Im a bit overwhelmed which is why I am asking about my specific situation here. my setup is as follows: I have three servers running ubuntu linux 16.04. all three have their own fixed…
nak3c
  • 111
  • 2
0
votes
0 answers

Inserting values on mysql produces 'a foreign key constraint fails'

I'm running Yetiforce which is built on vtiger, I am needing some help moving some database lines across. I am getting this error when i do a simple export and import.( in Vtiger-Attachments table) INSERT INTO `vtiger_attachments` (`attachmentsid`,…
0
votes
1 answer

How to get SSL on a service?

I'm building a website which uses a routing (as in street nav) service which I'm running on a seperate server on port 8002 (running ubuntu 16.04). (Github link to the router project) The website itself is hosted by one.com. The problem arises when I…
0
votes
1 answer

Linux servers sometimes doesn't answer TCP connections or very delayed

I have Linux server (Ubuntu 16.04) where every serverce seems to be fine, except that it sometimes answers TCP connection very slowly (eg. 10 -20 sec) or not at all. The server is not under load and this happens accross all TCP services (HTTP, SMTP,…
0
votes
1 answer

Adding second nic Ubuntu causes network restart failure

I'm running an Ubuntu 16.04 LTS box and trying to get a second NIC up on it. Here is the /etc/network/interfaces config: source /etc/network/interfaces.d/* # The loopback network interface auto lo iface lo inet loopback #nic1 auto et6543 iface…