Questions tagged [ubuntu-12.04]

The previous LTS release of Ubuntu, code-named Precise Pangolin. Released on 26th April, 2012. You should only use this tag if your question is hardware or version-specific.

Precise Pangolin was released on 26 April, 2012 and is supported until April 2017.

Code name: Precise Pangolin

The previous stable and Long Term Support (LTS) release of Ubuntu. Unlike previous LTS versions, Canonical will provide support for five years due to popularity of LTS usage in businesses:

  • Two years of support will include hardware updates
  • Remaining three years will consist of maintenance upgrades.

Ubuntu Flavors available under 12.04 (questions on all are allowed):

The 12.04 Ubuntu variants - Mythbuntu, Ubuntu Studio, Xubuntu, Lubuntu - are not commercially supported by Canonical.

Ubuntu Editions available under 12.04 (questions on all are allowed):

2816 questions
26
votes
3 answers

Python/IPython ImportError: no module named site

I had python 2.7.3 and ipython 1.2 up and running correctly on my Linux system (ubuntu 12.04) but was trying to install an updated version of matplotlab needed for coursework. After running this code line in the terminal user$ sudo easy_install -U…
geo_coder
  • 713
  • 3
  • 7
  • 17
26
votes
2 answers

cleanest way to restart jboss using a script

I am using " ./standalone.sh -c standalone-full.xml " to start JBOSS. What is the cleanest way to restart jboss in this case? Any scripts that you can share?
Saqib Ali
  • 3,953
  • 10
  • 55
  • 100
24
votes
3 answers

403 Forbidden on nginx/1.4.6 (Ubuntu) - Laravel

I keep getting 403 Forbidden My settings: /etc/nginx/sites-available/default default server { listen 80; root home/laravel-app/; index index.php index.html index.htm; server_name example.com; location…
code-8
  • 54,650
  • 106
  • 352
  • 604
23
votes
7 answers

PIP Could not find any downloads that satisfy the requirement SQLAlchemy

Ubuntu 12.04 Apache 2.2.22 pip has stopped working on my ubuntu server and gives the below error when I try to download anything. $ sudo pip install SQLAlchemy Downloading/unpacking SQLAlchemy Cannot fetch index base URL…
Deepend
  • 4,057
  • 17
  • 60
  • 101
23
votes
2 answers

Changing the user that nginx worker processes run under (Ubuntu 12.04)

I have a manual install of nginx on Ubuntu 12.04. When I ran ./configure I used the following options: ./configure --user=www-data --group=www-data --with-http_ssl_module --with-http_realip_module Now the nginx worker processes run under the…
iamyojimbo
  • 4,233
  • 6
  • 32
  • 39
22
votes
4 answers

How do I know python path on linux ubuntu?

In ubuntu linux if we want to set up python path we do something like this: export PYTHONPATH=/etc ... Now, how I would know what the current path I have?
Mero
  • 1,280
  • 4
  • 15
  • 25
22
votes
1 answer

What is the difference between ServerName and ServerAlias in apache2 configuration?

I am configurating my apache2 server and I wonder whats the difference between ServerName and ServerAlias. Is the ServerName always a name without www as like google.de and the ServerAlias is www.google.de Even if it's like this, I don't get it…
RayofCommand
  • 4,054
  • 17
  • 56
  • 92
22
votes
3 answers

FreeTDS working, but ODBC cannot connect

I am trying to run connect to a MSSQL server from an Ubuntu 12.04 webserver with FreeTDS and unixODBC. Using tsql i can connect to the server with ~$ tsql -S dbs3 -U -P No problem there. When I try to connect with isql…
AndMim
  • 550
  • 1
  • 3
  • 11
22
votes
2 answers

How to install PyQt on Ubuntu 12.04 with python 2.7?

There may be some similar questions like this one, but I didn't find any answer for me. I tried some ways to do it like: sudo aptitude install python-qt4-dev python-sip4 python-sip4-dev from:…
bandit
  • 839
  • 4
  • 10
  • 26
22
votes
3 answers

How to install CLang using precompiled binaries?

How do I install CLang on Ubuntu, using precompiled binaries of CLang that I downloaded? Here's how I downloaded CLang: "LLVM Download Page" -> "Download LLVM 3.2" -> "Clang Binaries for Ubuntu-12.04/x86_64" (…
22
votes
11 answers

Can't start MySQL5.5 on Ubuntu 12.04 - "dpkg: dependency problems"

This appears to be a common problem on 12.04. I've tried everthing in this thread including: sudo apt-get clean sudo apt-get autoclean sudo apt-get remove --purge mysql-client-5.5 mysql-client-core-5.5 mysql-common mysql-server mysql-server-5.5…
Archonic
  • 5,207
  • 5
  • 39
  • 55
22
votes
5 answers

apache Tomcat installation directory in ubuntu / configure Tomcat in eclipse + ubuntu

I installed java7 and ApacheTomcat7 in my Ubuntu12.04, and download eclipse EE. And now I have to configure my eclipse with tomcat. For I want to find the tomcat installation directory. How can I find it. I installed java and tomcat using Ubuntu…
Jisson
  • 3,566
  • 8
  • 38
  • 71
21
votes
6 answers

How to install Docker on 32bit machine having Ubuntu 12.04?

I have followed the docker installation doc for installing it on my machine which is a 32 bit machine running Ubuntu 12.04 The step $ sudo apt-get install docker-engine fails saying E: Unable to locate package docker-engine It should have been…
Hussain
  • 5,057
  • 6
  • 45
  • 71
21
votes
2 answers

Link error: "Cannot find -ltinfo" on Ubuntu 12.04 on a 32-bit arm processor

I get the following link error when I'm compiling a small function using ncurses for an Ubuntu 12.04 running on arm. The error is arm-linux-gnueabihf/bin/ld: cannot find -ltinfo A lot of hints are floating around on what to install, but I can't…
Henrik
  • 586
  • 1
  • 4
  • 10
20
votes
13 answers

MySQL Job failed to start

I'm on Kubuntu 12.04, and after installing mysql via an apt-get (mysql ver: 5.5.35), i'm trying to start mysql service, but I got this error: sudo service mysql start start: Job failed to start So I googled this problem, it says i have to go to…
Alfred
  • 307
  • 1
  • 2
  • 16