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.

Filter by
Sorted by
Tagged with
0 votes
1 answer
342 views

Ubuntu 22.04 /var/lib/locales/supported.d

I am attempting to upgrade an old Ubuntu 14 Docker image to 22.04. One of the commands in the Dockerfile is ln -s /usr/share/i18n/SUPPORTED /var/lib/locales/supported.d/all. This is failing on Ubuntu ...
SoonGuy's user avatar
  • 103
0 votes
1 answer
215 views

Removing "innodb Parameter Not On" Error When Installing Сaсti

I am trying to set up a Cacti box to monitor our server environment at work but I am running into a problem that I cannot seem to wrap my head around. The reported error is "innodb Parameter Not ...
Kipsang's user avatar
0 votes
0 answers
166 views

ServerAlias url goes to wrong file path

I have an old Apache PHP web site that I am in the process of upgrading. In the interim, I need to continue to access this site via a URL "legacy.example.com" I have added a ServerAlias ...
Lassanter's user avatar
0 votes
0 answers
624 views

Error in installing Jenkins

I am facing issues while installing jenkins on my ubuntu14.04 server. Java version is 1.8. Steps followed as root: wget --no-check-certificate -qO - https://pkg.jenkins.io/debian/jenkins.io.key | sudo ...
somya's user avatar
  • 3
0 votes
1 answer
242 views

Are Jenkins Debian Repo keys necessary

I am in the process of migrating an application that needs a running Jenkins instance on the same server. The deployment of the application happens through Ansible. In the steps, there is a ...
somya's user avatar
  • 3
2 votes
1 answer
5k views

Update certificates and OpenSSL on Ubuntu 14.04 and still getting expired LetsEncrypt certificate errors? [closed]

In my office one of the systems is still running Ubuntu 14.04. This system has been affected by the Let's Encrypt expired root certificate problem: https://letsencrypt.org/docs/dst-root-ca-x3-...
Robert Oschler's user avatar
0 votes
1 answer
227 views

RemainAfterExit in Upstart

Is there an Upstart equivalent to systemd's RemainAfterExit? I have an upstart task that exec's a script that completes quickly when the task is started. However, I would still like that task to ...
Brandon E Taylor's user avatar
3 votes
1 answer
16k views

How to fix AH02565: Certificate and private key do not match

We have an application hosted on Ubuntu apache server and letsencrypt SSL is installed there. Now i want to change Letsencrypt ssl certificate by Digicert certificate. I followed the Digicert ssl ...
Paul's user avatar
  • 31
1 vote
1 answer
702 views

About Let's encrypt ACMEv1 deprecation. How to make certificate renewal work again in Ubuntu 14.04? [closed]

I'm running an old Ubuntu 14.04 server. It has been running without issues for years now but, with the recent deprecation of ACMEv1 i can't renew the certificates again. I have googled about how to ...
ABu's user avatar
  • 499
1 vote
1 answer
211 views

Restore of mysql dump looks different on ubuntu 20.04

Every day I backup my wiki database with the following command on a Linux 14.04 on mysql 5.5.62 /usr/bin/mysqldump -u root my_wiki > wiki.`date +"%m-%d-%Y_%T"`.sql When I restore the ...
BioRod's user avatar
  • 303
1 vote
2 answers
1k views

How to activate/renew Ubuntu Advantage/ESM if you have HTTP connect proxy like Squid?

How to activate/renew Ubuntu Advantage/ESM on Ubuntu 14.04 if you have HTTP connect proxy like Squid - so you get security updates again? With the older tool I get errors and/or timeouts with sudo apt ...
uav's user avatar
  • 554
3 votes
0 answers
1k views

Use SNI with pip/pypi on Ubuntu 14 Trusty

pip no longer works on old versions of Python 2, because https://pypi.python.org/ now requires Server Name Indication (SNI), which isn't available in Python 2.7.6, the version of Python that comes ...
Dan Fabulich's user avatar
0 votes
2 answers
1k views

How to run zabbix agent as root in Ubuntu 14.04?

We have some legacy servers which runs on ubuntu 14.04 and we need to execute zabbix-agentd as root for getting some performance information. zabbix-agentd version = 5.0 I've followed this guide but ...
Juan-Kabbali's user avatar
0 votes
1 answer
1k views

Rsyslog rotates, but still logging to old log

Server: Ubuntu Server 14.04 I have a Watchguard Firebox logging to a server. It is supposed to rotate daily, however, when the rotate occurs, it doesn't write to the new log. It keeps writing to the ...
DevOpsSauce's user avatar
0 votes
0 answers
98 views

Auditd - track commands (regular and sudo) of a given UID

I have some auditd rules like: -a always,exit -F arch=b32 -S execve -F euid=1002 -k mytag -a always,exit -F arch=b64 -S execve -F euid=1002 -k mytag -a always,exit -F arch=b32 -S execve -F euid=1003 -...
Ani's user avatar
  • 32
0 votes
1 answer
2k views

Can't connect to Vsftpd Server - Passive reply with unroutable address

I have installed Vsftpd Server listening on port 21 in ubuntu server. I've forwarded a port in my router to forward external port 8500 to internal port 21 where my vsftpd server is listening on. ...
Malanie's user avatar
0 votes
1 answer
210 views

script spawn via atd leaves a process stuck in wait

I have a bash script which is run via at, I run it like echo "bash /path/to/my/script.sh" | at -M now because I want it to run detached. When the script is spawned, immediately I see 2 ...
Ani's user avatar
  • 32
0 votes
2 answers
1k views

Ubuntu 14.04 apache won't load https on 443, iptables blocking 443?

On an Ubuntu 14.04 server I'm trying to get https running to get SSL for a website (server will be replaced in couple of weeks). Website works fine on http, but can't get it running on https. ...
Stefan's user avatar
  • 1
2 votes
3 answers
3k views

Default Squid Install Not Listening on Port 3128

Unable to make the default install of Squid listen on its default port of tcp/3128. Squid Version 3.5.27 running on Ubuntu 18.04.4 LTS Setup apt install squid -y service squid start Default ...
rwcommand's user avatar
  • 163
-1 votes
2 answers
406 views

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 ...
Gabriel 's user avatar
0 votes
1 answer
1k views

I can not get MySQL Installed after upgrated my system to 16.04 from 14.04

I can not get MySQL Installed after upgrated my system to 16.04 from 14.04 All What I tried to get MySQL to work makes similar error like below: root@alm:~# sudo dpkg --configure -a Setting up ...
Matti Kiviharju's user avatar
0 votes
1 answer
895 views

How to upgrade exim4 without losing configuration settings

Using Ubuntu 14.04 is there a way to upgrade exim4 without losing configuration? Preferably through apt. Upon running apt-get --simulate upgrade it shows the package will be upgraded to 4.82-3ubuntu2....
c4154882's user avatar
0 votes
1 answer
400 views

How to downgrade Ubuntu 18.10 to Ubuntu 14.04? [closed]

My VPS host doesn't have any options for this and the script I'm trying to run absolutely only works on Ubuntu 14.04, any options? i prepaid for the VPS so i don't wanna have to switch hosts.
root-louis's user avatar
1 vote
1 answer
193 views

ubuntu 14.04 ssh multiple port issue

I am having an odd issue with Ubuntu 14.04 LTS (Kernel: 3.13.0-170-generic) and configuring multiple ssh ports. It answers first port '22' from any interface, but seems to only answers the second ...
user156514's user avatar
0 votes
1 answer
155 views

Monit state file version warning

I am running Monit version 5.17.1 on Ubuntu 14.04. At times, I see that Monit has logged the following: [PST Nov 14 15:42:40] warning : State file '/var/lib/monit/state': incompatible version 2 ...
Ani's user avatar
  • 32
1 vote
0 answers
488 views

Iptables rule for limiting connections per ip

I'm usig the following iptable rule to limit the amount of simultaneous connections to 1 connection per ip, on port 4387. /sbin/iptables -A INPUT -p tcp --syn --dport 3387 -m connlimit --connlimit-...
NFC's user avatar
  • 11
0 votes
1 answer
519 views

Upgrading MySQL 5.5 to 5.7 on Plesk-managed Ubuntu 14.4 [closed]

I'm trying to upgrade MySQL on my Plesk-managed Virtual Server (Ubuntu 14.4) from version 5.5 to 5.7. On the Plesk support sites and on the Internet I found the same sequence of steps. It goes like: ...
Thorsten Dittmar's user avatar
0 votes
1 answer
1k views

vnstat reporting different data usage than provider

I'm using vnstat 1.11 on an older Ubuntu 14.04 server. My hosting provider gives me a monthly metered bill for the combine up- and download data. I'm trying to get a better sense of what the balance ...
robin's user avatar
  • 121
0 votes
1 answer
205 views

Ubuntu 14.04 php7.1 sqlite driver could not find to install

My Laravel application has test environment to run on sqlite database but it's says the driver is missing and I could not find any solution to install the driver. Would someone help? I have the ...
Tajuddin Khandaker's user avatar
0 votes
1 answer
447 views

Ubuntu 14.04 upgrade php or mysql from ppa:ondrej fails after April 2019

I have a project in a VM with OS Ubuntu 14 LTS, php5.5 and mysql-server-5.5. At the end of March I have cloned the Virtual Machine and successfully upgraded both of them from (ppa:ondrej/mysql-5.7) ...
Dimitrios's user avatar
  • 119
1 vote
0 answers
597 views

On Ubuntu 14.04 upgrade from php 5.6 to php 7.0

On an intranet Ubuntu 14.04 Server a PHP-Application is running by use of Apache2 and php5.6 (mod_php). I'm in the need to upgrade to php7.0. (I know both Trusty and PHP7.0 are outdated). I've tried ...
Anatol's user avatar
  • 349
1 vote
1 answer
390 views

Enable AAAA queries ubuntu 14.04

I have an old arn server with ubuntu 14.04, and I'm trying to switch it to IPv6. the stack is working so far, I get a correct global IPv6, am able to ping IPv6 addresses, and can reach my server from ...
konfiot's user avatar
  • 13
1 vote
0 answers
336 views

Server still overload after changing from prefork mpm to event mpm

On Ubuntu 14 with Apache/2.4.7. It is 6 CPU cores with 16GB RAM from Linode.com. Even after changing to Event MPM it still is overloaded in the same way. Till noon it was stopping temporarily then ...
user5858's user avatar
  • 273
3 votes
0 answers
650 views

Must `kinit` user's ticket manually before PAM can mount SMB home directory at login

Ubuntu 14.04 file server Ubuntu 14 Active directory (AD) server running Samba 4 Ubuntu 18 client (fresh install) I've configured for Ubuntu user home directories to be mounted via PAM and SMB/CIFS. ...
BurningKrome's user avatar
0 votes
1 answer
3k views

Ubuntu cannot mount CIFS share from autofs and KRB5

I've inherited an Ubuntu 14 Fileserver... VERSION="14.04.5 LTS, Trusty Tahr" Client machine is a fresh install of Ubuntu 18 VERSION="18.04.2 LTS (Bionic Beaver)"<br> autofs/bionic-updates,...
BurningKrome's user avatar
1 vote
0 answers
40 views

Diagnosing increase in traffic hitting a Django web application

This question is about diagnosing the causes of elevated network traffic in an internet-facing web application. Background: The web application in question is a Django-based forum where users upload ...
Hassan Baig's user avatar
  • 2,395
0 votes
0 answers
3k views

Uploading a Python Flask App to an existing Apache2 Server and making it listen on a different port

Quick context: I have a Ubuntu 14.04 LAMP Server that's been hosting my ExtJS Website for a pretty long time. Recently, I've had the opportunity of tinkering with DialogFlow, and I've also made a ...
Razgriz's user avatar
  • 113
0 votes
0 answers
676 views

KVM guests crash after Ubuntu upgrade to 14.04

On our way to the latest Ubuntu LTS we've recently upgraded a KVM server from Ubuntu 12.04 to 14.04, but now it's virtual machines are unable to boot. I'm afraid continuing upgrading the system in a ...
acidtv's user avatar
  • 1
1 vote
0 answers
815 views

Change account password remotely via Plink

Here's my current predicament: I need to change the password to a user account on 2000 devices running Ubuntu 16.04. I want to do this remotely via Plink rather than SSH. On all these appliances, the ...
DJPaul's user avatar
  • 11
9 votes
3 answers
3k views

Database accidentally deleted with a bash script [duplicate]

Edit: a follow-up question: Restore mongoDB by --repair and WiredTiger. My developer committed a huge mistake and we cannot find our Mongo database anywhere in the server. He logged into the server, ...
SoftTimur's user avatar
  • 337
0 votes
0 answers
330 views

Amazon EC2 Instance: local ssh tunnel refused by server - Connection failed - [Connection timed out]

I have a remote administration tool and I'm trying connect client PC to remote PC through an ssh tunnel (local port forwarding) with an Amazon Instance EC2. I receive this error message from Plink, ...
Luiz Eduardo's user avatar
0 votes
1 answer
81 views

Vm Instance on Google Cloud Platform

We own a VM instances in Google Cloud with ubuntu OS but suddenly we cannot connect to the instance via SSH. I have checked the Firewall and the port is enabled for all of the instances. Watching the ...
Luis Fernando Olmedo's user avatar
0 votes
0 answers
28 views

What does apache return when a GET comes in for a file that's in the process of being replaced?

I can't find the answer on google and this seems pretty difficult to test with certainty. So, I am really hoping that someone out there just knows what actually happens. What happens if a GET comes ...
davidrmcharles's user avatar
1 vote
1 answer
369 views

GLX is compiled with wrong version (Display resolution and hardware acceleration stopped working)

I have two Ubuntu 14 Desktops (identical). Both were working fine until Friday. Some updates appear to have been performed on the non-working machine... 2019-03-18 02:29:32 install linux-base:all &...
BurningKrome's user avatar
0 votes
1 answer
973 views

What else to check to find why emails are not delivered?

Our email messages are not delivered. We have done some debugging but have not found any issues. When we send an email using a simple test script PHPMailer reports success and the logs indicate the ...
Majid Fouladpour's user avatar
0 votes
0 answers
70 views

Any way to set password on BIOS remotely on Ubuntu 14.04?

I maintain many specific-use devices that have Ubuntu 14.04 OS installed on them. There is an ongoing effort on our end to harden the security on these devices. One of the required steps is setting ...
DJPaul's user avatar
  • 11
-4 votes
1 answer
37 views

directory protection in Ubuntu 14.04 Server [closed]

I want to run the following on a single ubuntu 14.04 server - Asterisk - PHP/Apache/ MySQL This server will be offline at customer's location. I want to protect these folders in a way that if my ...
user3756834's user avatar
1 vote
1 answer
216 views

Bandwidth and IO issues when running hardware raid and zfs

I've inherited a setup using Linux Ubuntu 14, a megaraid_sas, and ZFS. We're getting some performance problems (never being able to fully utilize the 6GB bandwidth from the raid) and I'm curious if ...
BurningKrome's user avatar
2 votes
0 answers
2k views

How do I increase open file limit for nginx's master process on Ubuntu 14.04 LTS?

Not a dupe: This is not a duplicate of this question. I've already looked into that question. That helps with raising the limit for worker processes, but the nginx master process continues to retain ...
Hassan Baig's user avatar
  • 2,395
1 vote
2 answers
2k views

Network loopback device missing in Ubuntu 14.04

I want to program an FPGA via JTAG and the xmd script connects to 127.0.0.1:3121 to do so. That worked nicely for months. After a reboot this connection suddenly didn't exist any more, I cannot ping ...
Martin's user avatar
  • 13

1
2 3 4 5
24