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
2 answers

(Ubuntu Server) Why does /usr/bin/node --version show v6.0.0 when /usr/bin/nodejs --version show v4.3.3?

I recently had nodejs v6.0.0 installed. I ran sudo apt-get remove nodejs and reinstalled the LTS version using curl -sL https://deb.nodesource.com/setup_4.x | sudo -E bash - sudo apt-get install -y nodejs After reinstalling I ran …
-1
votes
1 answer

nginx ssl ERR_CONNECTION_REFUSED

I'm getting an error on the SSL, my site is https://pontebuso.com/ But it always give me ERR_CONNECTION_REFUSED sudo netstat -anp |grep :443| grep LISTEN tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 1165/nginx tcp6 0 0 :::443 …
Manuel Mattar
  • 11
  • 1
  • 4
-1
votes
1 answer

DigialOcean Droplet clone of a wordPress website - DNS not resolving

I have a website mywebsite1.com runing wordpress and hosted on digitalOcean droplet using LEMP (Nginx/php/mysql) on Ubunto server, am trying to duplicate the same site and use a new DNS mywebsite2.com to point to the new droplet IP, the problem is…
-1
votes
1 answer

How can I check if my server have RAID-1?

With lsblk command I get: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 232.9G 0 disk ├─sda1 8:1 0 32G 0 part │ └─md0 9:0 0 32G 0 raid1 [SWAP] ├─sda2 8:2 0 512M 0 part │ └─md1 9:1 0 511.4M 0…
-1
votes
1 answer

Index of / shown instead of index.html in apache 2.4.7

The document root in 000-default.conf is /var/www/html. The Directory is set as . There is an index.html in /var/www/html. However apache 2.4.7 shows me the directory listing of / instead of the index.html in /var/www/html…
user10211
  • 19
  • 1
  • 5
-1
votes
2 answers

Can't connect to any remote mongoDb

I'm running ubuntu 14.04 and am unable to connect to any remote mongodb server on my home network. I'm pretty sure it worked only a month ago. Furthermore, I have no problems connecting from my work network. For example, I have an aws server…
joniba
  • 99
  • 3
-1
votes
1 answer

How can I send non-default log files to remote rsyslog server?

Yes, I see that you want to mark this as a duplicate, and I appreciate that, but please read to the end. I've found this question several places, and the answers are either too vague for a noob to rsyslog to understand...like this Waaay too…
trueCamelType
  • 1,086
  • 5
  • 20
  • 42
-1
votes
1 answer

Why AWS Ubuntu server showing extra Drive size

When I created Ubuntu machine (ubuntu-trusty-14.04-amd64-server-20150325 (ami-d85e75b0)) in AWS, Why it is showing extra drive space by default? I have created with 8GB, but it is shoing extra 1 GB. Please find the attched image. Image Thanks, D…
-1
votes
1 answer

I have configured ssl on my teampass site on my test server. I dont see the "s" in the https://teampass.domain.org

When i try to visit I am able to access the site but I do not see the 'S" in the https:// I did my apachectl configtest apachectl stop apachectl start a2ensite default-ssl.conf a2ensite teampass.conf /etc/init.d/apache2 restart I configured my…
Lolu911
  • 11
  • 2
  • 8
-1
votes
1 answer

Varnish 3.0.7 suddenly stopped working

Changed one line in default.vcl and after that I couldn't restart. It didn't give me any error or anything. I tried to set it back to the former config but that didn't help. So I decided to reboot. Start all over. didnt help. And now after several…
Philip
  • 375
  • 1
  • 4
  • 8
-1
votes
1 answer

Missing Monit WebGUI

I cannot for the life of me locate where the source files for the Monit WebGUI are stored. Does anyone know where in the file system this small web server is served from? Google has not been any help either. Thanks
Atomiklan
  • 549
  • 1
  • 8
  • 16
-1
votes
1 answer

libGL error: failed to load driver: swrast error on AmazonEC2 with Ubuntu14

I have a t2.large instance on Amazon EC2 with 8Go of ram and 30Go of disk space. The OS used is Ubuntu 14.04 Trusty and the desktop manager is xfce4. I'm using xrdp to remotely access the desktop, and it is working relatively well. However, I have…
-1
votes
1 answer

Public port 80 targeting private port 3000 on Azure Linux

I have a Ruby on Rails website on Azure Linux (Ubuntu 14.04) that works perfectly from this address: http://mydomain.cloudapp.net:3000 I want to get rid of the port in the address, and redirect it to a subdomain I have. I have set up the…
Arturo
  • 423
  • 3
  • 6
  • 20
-1
votes
1 answer

Unable to run logstash config file (permission denied)

my config file is stored in /etc/logstash/ and I ran the command $ /etc/logstash -f /etc/logstash/logstash.conf as root. However, they told me that permission denied when I tried to do that. Is there any way to solve this?
-1
votes
1 answer

SSL Certificate - Self-Signed Certificate

I'm trying to get PCI compliant and the PCI scanning company is showing below Fail scan report SL Certificate - Self-Signed Certificate SSL Certificate - Self-Signed Certificate port 25/tcp over SSL IMPACT: By exploiting this vulnerability, an…
GBD
  • 131
  • 2
  • 8