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
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
  • 13
  • 29
11
votes
4 answers

UnicodeDecodeError in Ubuntu while installing PHP5.6 from PPA

I have a clean VPS, with Ubuntu 14.04 LTS x64. And Tried the following: # Upgrade The Base Packages apt-get update apt-get upgrade -y # Add A Few PPAs To Stay Current apt-get install -y software-properties-common apt-add-repository…
fiibaar
  • 111
  • 1
  • 3
11
votes
2 answers

Strange Bittorrent Log On My Server

I don't know if the following log has something to do with my site being down sometime. I have lot of websites on my server and they don't have any logs like the following: 117.169.1.85 - - [03/Jan/2015:23:21:37 +0800] "GET…
jaypabs
  • 823
  • 2
  • 10
  • 15
10
votes
0 answers

Docker container crashing ubuntu host

Very unexpected, but briefly if i run a docker container host becomes unresponsive, no in/out, can't ping it, only hard reboot works. DMESG, sys and kernel logs doesn't show anything obvious Heuristic diagnosis tells me it crashes when my client…
bua
  • 261
  • 2
  • 7
10
votes
2 answers

How to monitor remote “https” with Icinga version 2?

I have icinga 2.3.11 on ubuntu 14.04.3 inside VirtualBox. Im trying to monitor "https" port 443 for example "https://mail.google.com" here.Below is my snippet from default host.conf file object Host "mailserver-01" { import "generic-host" …
sherpaurgen
  • 616
  • 6
  • 10
  • 26
10
votes
2 answers

Is there a way to know why a service is restarted and who did it?

Ubuntu 14.04 clamav 0.98.7 The problem is clamav-daemon is restarted nearly daily: Sep 1 06:30:00 x-master clamd[6778]: Pid file removed. clamd[6778]: --- Stopped at Tue Sep 1 06:30:00 2015 clamd[5979]: clamd daemon 0.98.7 (OS: linux-gnu, ARCH:…
quanta
  • 51,413
  • 19
  • 159
  • 217
10
votes
5 answers

What does it mean when Linux has no I/O scheduler

I have some virtual machines running Ubuntu cloud-based image 14.04-1 LTS version. I wanted to see the IO performance of different IO schedulers on the VM so I went to /sys/block//queue/scheduler on the guest OS to change the IO scheduler.…
Ha Son Hai
  • 305
  • 2
  • 3
  • 10
10
votes
2 answers

SSSD Authentication to Windows Domain without @domain.com everywhere

We're trialling using a Ubuntu 14.04 desktop environment for a few of our developers and I've hooked the machines into the domain with SSSD. This has been working fine. However the system recognises the domain users as user@DOMAIN.COM, so 'ls -l'…
Snowflake Sam
  • 147
  • 1
  • 3
  • 10
9
votes
3 answers

Database accidentally deleted with a bash script

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, and saved the following shell under…
9
votes
1 answer

Postfix - gmail encryption

My server is running on Ubuntu 14.04 and I have Postfix installed. When I send something to my gmail account, it goes to spam. I set up SPF, DKIM and DMARC, here is a confirmation: Authentication-Results: mx.google.com; dkim=pass…
BociucH
  • 317
  • 2
  • 4
  • 9
9
votes
1 answer

How to setup local website with a certain domain

In a old PC, I installed Ubuntu server 14.04 and I want to use this server to host some websites and web applications that will be available in my network. I installed Apache and when I click in the browser the IP of my server I successfully see the…
yaylitzis
  • 273
  • 3
  • 9
9
votes
2 answers

dist-upgrade fails on libc6 because "kernel too old"

I have tried for the past few hours to upgrade ubuntu server 14.04 to 16.04 over SSH. The Server is hosted and I have no physical access to it. It goes well until it updates libc6 and pops up curl with an error and a single OK button, message:…
xyious
  • 343
  • 3
  • 12
9
votes
3 answers

How can I install MySQL 5.7.9 to Ubuntu 14.04?

I tried to install with these inscturctions, but installation installed version 5.5. $ sudo apt-get install software-properties-common $ sudo add-apt-repository -y ppa:ondrej/mysql-5.7 $ sudo apt-get update $ sudo apt-get install…
newbie
  • 355
  • 2
  • 4
  • 16
9
votes
2 answers

nginx proxy_pass eventually returns GATEWAY_TIMEOUT even though server is still active

I have set up a nginx proxy passthrough which works fine when nginx initially loads up, but eventually (maybe after a day or so?, not too sure at this point) the location that is a proxy passthrough only returns a 504 GATEWAY_TIMEOUT response. The…
syazdani
  • 93
  • 7
9
votes
1 answer

Can't enable mpm_prefork with Apache 2.4 on Ubuntu 14.04

I'm installing PHP 5.4 with Apache 2.4 on Ubuntu 14.04. Php 5.4 is not available on apt-get so I have to install it from source. I have installed apache2-prefork-dev apache2-mpm-prefork And i configured PHP with ./configure…
MaPi
  • 213
  • 1
  • 2
  • 7
1
2
3
78 79