Questions tagged [ubuntu-14.04]

Ubuntu 14.04 is a support release of the Ubuntu Linux distribution. Use this tag only for questions that are specific to Ubuntu 14.04. If your question applies to other versions of Ubuntu, use [ubuntu] instead. If your question applies to other distributions of Linux, use [linux] instead.

Ubuntu 14.04 is twenth release of Ubuntu operating system and released on 17th April 2014 and is dubbed "Trusty Tahr"..

Features

  • Smaller Unity Launcher
  • Raise Volume Past 100%
  • Locally Integrated Menus
  • Full Menus
  • Antialiased Windows
  • Faster Lock Screen Shortcut
  • Live Window Resizing

Useful Links

4861 questions
48
votes
6 answers

Using "tail -f /dev/null" to keep container up fails unexpectedly

I'm using the tail -f /dev/null command to keep a container up. The line itself is placed in a script with an echo before and after. The echo under the tail -f /dev/null is expected to be unreachable but for some reason I see it in the logs. Once…
Ika
  • 1,456
  • 1
  • 15
  • 24
47
votes
7 answers

Installing tkinter on ubuntu 14.04

I want to run python code on Ubuntu 14.04, but when I execute it, it gives me the following error message Traceback (most recent call last): File "main.py", line 2, in from tkinter import * ImportError: No module named tkinter
Mayank Jain
  • 1,057
  • 2
  • 9
  • 6
43
votes
8 answers

Emulator can't find 'Linux version ' string in kernel image file

I was building AOSP for the Nexus Player and after successful compilation I tried to run the emulator and the message I received is: emulator: ERROR: Can't find 'Linux version ' string in kernel image file:…
Mita_
  • 753
  • 1
  • 7
  • 10
41
votes
21 answers

Unable to clean project in Android Studio

OS version: Ubuntu 14.04 LTE 64 Bit Java JRE/JDK version: Oracle JDK 1.8.0_11 Project directory is on a NTFS based drive. Whenever I try to clean my project I get something like below. :app:clean FAILED Error:Execution failed for task…
iZBasit
  • 1,314
  • 1
  • 15
  • 30
41
votes
4 answers

Tomcat7 bind to port 80 fails in Ubuntu 14.04LTS

I've got a problem with my tomcat7 installation on a newly updated Ubuntu system. Ever since the update to 14.04 LTS, tomcat refuses to start on port 80 with an error that I cannot solve, nor find anything on how to fix it: Information:…
JS16
  • 413
  • 1
  • 4
  • 5
41
votes
4 answers

Sublime Text on Ubuntu 14.04 - Keeps attempting to remove it

Sublime & from Terminal, opens a Sublime Text window, but keep getting this message: (sublime: 6476): GLib-CRITICAL **; Source ID 1982 was not found when attempting to remove it. The Source ID keeps changing. Using Ubuntu 14.04. Any ideas what…
Janeway
  • 511
  • 1
  • 4
  • 5
40
votes
8 answers

Cannot run program "mvn" error=2, No such file or directory

I'm doing a build on my Ubuntu 14.04 LTS but I'm getting the following: Started by user anonymous Building in workspace /var/lib/jenkins/workspace/videovixx > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the…
Mario Dennis
  • 2,986
  • 13
  • 35
  • 50
39
votes
2 answers

How to open files with sublime text 3 from terminal?

Is there a way to do it? I looked for a similar question but only found one on MAC OSX. However, I'm using Ubuntu 14.04.
sergiomafra
  • 1,174
  • 2
  • 13
  • 21
39
votes
11 answers

ImportError: No module named datetime

When I upgrade my Ubuntu into 14.04 from 12.04, this time I get this error: ImportError: No module named datetime
akbsmile
  • 1,119
  • 2
  • 11
  • 15
38
votes
13 answers

How to compile and run C in sublime text 3?

I would like to compile and run C program in sublime text 3 on ubuntu 14.04. Currently the program is being compiled with gcc using sublime text 3 executing a command (see below code), but I was wondering if it's possible to have the program…
CMPS
  • 7,733
  • 4
  • 28
  • 53
37
votes
9 answers

MongoDB Failing to Start - ***aborting after fassert() failure

I am new to Ubuntu (Linux tbh). I encountered problem with starting MongoDB service. I want to created web app using Ruby on Rails and MongoDB but mongo seems to fail to start. I followed this MongoDB installation on Ubuntu all of installation went…
Fresz
  • 1,804
  • 2
  • 16
  • 29
37
votes
8 answers

error starting docker daemon on ubuntu 14.04 (Devices cgroup isn't mounted)

I followed docker instructions to install and verify the docker installation (from http://docs.docker.com/linux/step_one/). I tried on 2 Ubuntu 14.04 machines and on both I got following error when starting docker daemon: $ sudo docker…
Dragan Nikolic
  • 1,536
  • 3
  • 17
  • 24
37
votes
5 answers

How to start redis-server on a different port than the default port 6379 in ubuntu

How to start redis-server on a different port than the default port 6379 in Ubuntu? I have used the following steps to install the redis: sudo add-apt-repository ppa:rwky/redis sudo apt-get update sudo apt-get -y install redis-server I installed…
klee
  • 1,554
  • 2
  • 19
  • 31
37
votes
8 answers

How to install docker specific version

How to install specific version of Docker(like 1.3.2)? I am unable to find any documentation in docker official docs. Referring this link for Ubuntu. Following instructions install docker version 1.0.1: $ sudo apt-get update $ sudo apt-get install…
Dhanu Gurung
  • 8,480
  • 10
  • 47
  • 60
36
votes
13 answers

Sublime Text 3 - Package Control : "No packages available for installation" error when trying to install packages through secure channel

I am running Sublime on Ubuntu 14.04 LTS 64-bit. I have tried installing Package Installer on Sublime Text 3 using both the simple script and manual installation methods. Whenever I try to run the Install Package option I get an error message "There…
AxxE
  • 813
  • 2
  • 9
  • 18