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
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,180
  • 3
  • 16
  • 29
3
votes
1 answer

Ubuntu server extend root disk

I want to extend my root volume but I think I'm missing a crucial step. In the /etc/fstab file I found following entries: After lvdisplay I get following results: So it looks like the LV size is 40.00GiB As final check I entered the following…
GuyT
  • 133
  • 4
1
vote
1 answer

reboot ubuntu 14 server via cron

For whatever my reasons, I want to restart my Ubuntu server every 6 hours via cronjob. I added a cronjob in crontab -e being the following: * */6 * * * root /sbin/shutdown -r now however I just checked my uptime and it's 10+ hours. Any ideas?
Dan
  • 23
1
vote
1 answer

cannot create temp file - No Space left on device

I have some problems running some commands, the console gives me: * bash: cannot create temp file for here-document: No space left on device roo@Server: df -h Filesystem Size Used Avail Use% Mounted on udev …
1
vote
1 answer

Missing MD5Sums control file

Forgive my Linux newbness.... I've just run this: dpkg -C and it returned the following: The following packages are missing the md5sums control file in the database, they need to be reinstalled: module-init-tools transitional dummy package…
1
vote
2 answers

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 update && sudo apt dist-upgrade.
uav
  • 564
0
votes
1 answer

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 logs we are getting the error UFW BLOCK. Please,…
0
votes
1 answer

How to tell my apache server running in a docker container to write logs to stdout

I have been trying to point my logs to /proc/1/fd/1 but it is saying cannot acces the directory and if i use /proc/self/fd/1 nothing is writing to my stdout
0
votes
3 answers

Rogue process on Ubuntu

A VPS running Ubuntu 14.04.5 LTS is consuming nearly 300% of CPU capacity. It is identified running top as cER6XH. Is there any way to track down what this process is and why it may be going rogue?
Jerome
  • 217
0
votes
0 answers

Unwanted process is running on VM and consuming 98% CPU consistently

I could see one of the process running on VM and consuming 98% CPU consistently, it auto starts if i kill the same. Process details is as below: root 3740 1 98 11:00 ? 00:49:34 /var/tmp/sustes -c /var/tmp/wm.conf and the conf file…
Ranjit
  • 1
0
votes
1 answer

Comparing speed on ubuntu web browser vs a centos

I have this weird issue. On ubuntu desktops same version of firefox performs extremely slow in getting static files like images or js files. On Centos the results are much better. I dont know how this can be different , and what can I do to…
Ram
  • 227
0
votes
1 answer

How to detect if a web site uses New Relic

I ordered a gig on Fiverr to write a Privacy Policy. The only information I gave is my web site url (https://reseaumusicart.com). The person figured out that I was using New Relic to monitor my webserver. I asked her how she got that information.…
Lunfel
  • 115
0
votes
1 answer

Iptable code for whitelist website in linux

I need to allow only one website and to block remaining all for that I need iptable coding in Linux OS.kindly let me if any body knows.
0
votes
1 answer

Apache is showing another virtualhost when accessed with IP

I am running apache server on ubuntu 14.04. I have added a couple of virtual hosts on /var/www. When I open my server IP on chrome, its showing one of my virtual hosts and not the content on /var/www/html. Apache config is:
0
votes
0 answers

Not able to make changes to any files on digitalocean hosted website

My website is hosted on digitalocean droplet Ubuntu 14.04 x64. Since yesterday when I am making any changes to my files on the server. The server don't reflect changes in the website. I have the following observation: 1.When I am making changes to…
1
2