The current 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.

learn more… | top users | synonyms (1)

20
votes
2answers
7k views

Context switches much slower in new linux kernels

We are looking to upgrade the OS on our servers from Ubuntu 10.04 LTS to Ubuntu 12.04 LTS. Unfortunately, it seems that the latency to run a thread that has become runnable has significantly increased ...
18
votes
4answers
3k views

byobu Hard Status line scrolls the screen when updating

Wanting to give byobu a looksee as a screen 'update' of sorts. I start it with byobu and instead of the status line sitting at the bottom of the screen, everytime it updates it pushes to an ...
16
votes
3answers
3k views

nginx + uwsgi: — unavailable modifier requested: 0 --

ubuntu 12.04 nginx 1.2.0 uwsgi 1.0.3 I start uwsgi by the following command: uwsgi -s 127.0.0.1:9010 -M -t 30 -A 4 -p 4 -d /var/log/uwsgi.log On each request nginx replies with 502 and uwsgi writes ...
15
votes
1answer
6k views

How to start using Xmonad on Ubuntu 12.04 LTS?

I have installed Xmonad 0.10-3 Lightweight X11 window manager written in Haskell along with libraries and documentation on my Ubuntu 12.04 LTS system. I expected some interface/menu to run this ...
14
votes
1answer
11k views

gcc cannot find bits/predefs.h on i686

Okay, so, I switched from ubuntu 12.04 64-bit to 32-bit and installed build-essential. I then compiled and installed GMP-5.0.5, MPFR-3.1.1, MPC-1.0, ISL-0.10 and CLOOG-0.17.0. I checked out a copy of ...
14
votes
3answers
15k views

Ubuntu 12 - how to install Ruby and Rails correctly [closed]

I read a lot of articles regarding installing Ruby 1.9 and Ruby on Rails 3.2.3 on Ubuntu 12. And I've installed them previously. But it took much time, about 5 days. I made many mistakes and I was ...
13
votes
3answers
2k views

android emulator won't start on ubuntu 12.04 after when run from ssh

I built the android source code based on the http://source.android.com/source/building.html on Ubuntu 12.04 and when I run the emulator I'm getting the error and emulator won't start: WARNING: ...
9
votes
4answers
14k views

python error: no module named pylab

I am new to Python and want to use its plot functionality to create graphs. I am using ubuntu 12.04. I followed the Python installation steps from ...
9
votes
4answers
7k views

Eclipse 4.2 (Juno) 'Cannot create a server using the selected type' in Tomcat 7

I have installed: eclipse juno java-6-openjdk-i386 (selected as default JRE in Eclipse) java-7-openjdk-i386 When I try to add a new server Tomcat7 in Eclipse I get this message 'Cannot create a ...
8
votes
1answer
17k views

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 ...
7
votes
2answers
231 views

NullPointerException with openjdk 6 on Ubuntu 12.04

I recently upgraded to ubuntu 12.04 from 10.10. Since then, I get a NullPointerException in the TimeZone class with openjdk 6. TimeZone.getTimeZone("GMT-0:00"); There is no exception with openjdk ...
7
votes
4answers
504 views

Shopify + Ubuntu 12.04LTS + Faraday issue = OK to use older OpenSSL?

I'm using Ubuntu 12.04LTS Desktop to develop a Shopify App (using the shopify_app gem), and I ran into this problem when processing the callback URL. Faraday::Error::ConnectionFailed (Connection ...
7
votes
1answer
58 views

uWSGI works as process but not as daemon

For my current flask deployment, I had to set up a uwsgi server. This is how I have created the uwsgi daemon: sudo vim /etc/init/uwsgi.conf # file: /etc/init/uwsgi.conf description "uWSGI server" ...
6
votes
4answers
5k views

Eclipse is saying “Update Android Developer Toolkit”

I've somehow managed to mess up my Eclipse and Android set-up and I'm not sure how to fix it. The symptoms of the problem are as follows: In Preferences > Android, I try to select the location of ...
5
votes
5answers
3k views

Install sbt on ubuntu

I have installed sbt on Ubuntu. :~/bin/sbt/bin$ ls classes sbt sbt-launch.jar target jansi.jar sbt.bat sbt-launch-lib.bash win-sbt However, whenever I try to launch sbt (from the ...
5
votes
6answers
30k views

Extension mysqli is missing, phpmyadmin doesn't work

I have a problem with phpmyadmin on ubuntu 12.04. I have already installed apache2, php5, mysql and phpmyadmin. The phpinfo(); script, don't show nothing about mysqli or mysql extension. When I try ...
5
votes
2answers
1k views

Error during rails installation Ubuntu 12.04

I'm installing rails on Ubuntu machine, so far I got no problems reading the following tutorials: ...
5
votes
2answers
2k views

OpenSSL trouble with Ruby 1.9.3

I am having a semi-serious problem with OpenSSL 1.0.1 + Ruby 1.9.3 on Ubuntu 12.04. All rubies are installed with rvm require 'uri' require 'net/http' require 'net/https' endpoint = ...
5
votes
3answers
738 views

gccgo on Precise

When trying to link with gccgo on Precise, I get this linking error: matt@matt-1005P:~/src/gopath/src/meme$ gccgo cmd/meme/main.go -o meme /usr/bin/ld: cannot find -lgcc_s collect2: error: ld ...
5
votes
2answers
2k views

How to install LESS on Ubuntu 12.04? [closed]

I am using Ubuntu 12.04. I want to install LESS on my system. Can someone tell me how to install LESS?
5
votes
3answers
2k views

What is a robust installation process for Nokogiri (on Ubuntu)?

I tried to install Nokogiri on my Ubuntu 12.04 system, and got an error that said "libxslt is missing", but the libxslt-dev and libxml2-dev are installed. Is there a robust installation process? How ...
5
votes
2answers
195 views

JavaMail Not Working on Amazon EC2

PROBLEM: I'm trying to use JavaMail to send email from an EC2 Ubuntu 12.04 Server but it's not working. BACKGROUND: I intend to send an auto generated mail from a Tomcat Server to a few team ...
5
votes
2answers
1k views

Installing sun-java6-jre gives error

I am installing sun-java6-jre on ubuntu 12.04, but I am getting the following error, The following packages have unmet dependencies: sun-java6-jdk : Depends: sun-java6-bin (= 6-06-0ubuntu1) but it ...
5
votes
1answer
10k views

PHP not displaying errors - Internal Server Error (500)

I've set up a fresh install of Ubuntu Server 12.04 LTS on Amazon AWS with *Apache2/MySQL/PHP5. When I run a PHP script and it encounters an error I don't see any error reporting from PHP, all I see is ...
5
votes
1answer
1k views

CUDA SDK examples throw various errors in multi-gpu system

I have a Dell Precision Rack running Ubuntu Precise and featuring two Tesla C2075 plus a Quadro 600 which is the display device. I have recently finished some tests on my desktop-computer and now ...
5
votes
0answers
119 views

httperf gives warning open file descriptor on ubuntu 12.04 but not in Ubuntu 10.04

I have been running load tests using httperf for a few weeks and getting this error - httperf: warning: open file limit > FD_SETSIZE; limiting max. # of open files to FD_SETSIZE when I fire query ...
4
votes
5answers
11k views

Can't OPEN Eclipse in Ubuntu 12.04 - java.lang.UnsatisfiedLinkError: Could not load SWT library

I have installed Ubuntu 12.04 newly. Also i installed Java 7. I try to install eclipse-java-indigo-SR2-linux-gtk.tar.gz. i extracted this file in /home/ramprabhu location. Then i try to run eclipse ...
4
votes
3answers
3k views

SmartGit Installation and Usage on Ubuntu

I have downloaded latest SmartGit installation and each time I want to use it I need to run script smartgit.sh from SmartGit bin directory, this process requires the same repository setup every time. ...
4
votes
1answer
868 views

rails 3.2.3 doesn't work on https using webrick in ubuntu 12.0.4

Have been trying to get a fresh, just created rails application to work on ssl using webrick in ubuntu 12.0.4. Have tried all possible methods that I'm aware of. Tried using config.force_ssl = true ...
4
votes
2answers
3k views

Installing wxPython on Ubuntu 12.04

The Issue: I am having trouble installing wxPython on Ubuntu 12.04. I would like to find a simple, straightforward way of doing this. What I've Done So Far: The most relevant instructions that I have ...
4
votes
2answers
1k views

unoconv not working on ubuntu 12.04 server

I am using unoconv to convert different file formats to pdf. It is working well on my local machine for all formats. But on my ubuntu 12.04 server unoconv is failing for some formats such as xls, ppt, ...
4
votes
3answers
1k views

wkhtmltopdf segfaults

I am trying to put wkhtmltopdf onto a virtualbox'ed ubuntu 12.04 64bit server. So far no luck. The package from the repositories wants to have xserver running and the static version: wkhtmltopdf ...
4
votes
1answer
1k views

Phonegap: Getting Started with Android? — on Linux

On Phonegap.com, the Getting Started with Android? page have the sections: 3A. Setup your PATH environment variable on Mac OS 3B. Setup your PATH environment variable on Windows but no section ...
4
votes
1answer
335 views

VirtualHost files all pointing to first VirtualHost in Ubuntu 12.04 [closed]

So I set up 2 virtual host files, example1.com and example2.com with the following information: --first file <VirtualHost 127.0.0.1:80> ServerName example1.com ServerAlias ...
4
votes
3answers
840 views

How to make a backup of Ubuntu12.04 full OS [closed]

How to make a complete operating system backup of ubuntu without anything missing, to switch it to a different hard drive? A complete personal usable backup without using untrusted software, exactly ...
4
votes
2answers
3k views

unable to install redis 2.7+ on ubuntu 12.04

I am new to redis. and I just followed cli to install redis sudo apt-get install redis. but the install server version is 2.2.12 . If I want to update this version and I want to install redis 2.7 + ...
4
votes
3answers
1k views

error installing gem pg version 0.12.2 on Ubuntu 12.04

im running on Ubuntu 12.04 and i'm trying to install the pg gem v '0.12.2' on Ruby 1.9.3p194 / Rails 3.2.3. I have installed libpq-dev and build-essential but i still get the same error: ERROR: ...
4
votes
1answer
267 views

running python on vim

Over on askubuntu.com I was told how to run python on Vim. I am testing the set up which works with the code 1st or 2nd code python code at using python to solve a non linear equation. The only ...
4
votes
1answer
394 views

Upgrading to R 2.15.2 can't load stats package

Running Ubuntu 12.04. finally upgraded from 2.12 to 2.15.2 today and when I start R I get this error. Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object ...
4
votes
1answer
2k views

How to downgrade PHP version from 5.3 to 5.2 in Ubuntu 12.04?

I have freshly installed Ubuntu 12.04 and I have installed PHP as well. By default, it is installed with version 5.3.10 but my PHP project doesn't support PHP v5.3.10. I want to downgrade PHP version ...
4
votes
2answers
284 views

Why :help ignore :set number in .vimrc?

I :set number in ~/.vimrc to show line numbers. When I type :help to view documentation, the line numbers don't show in the new window. If I type :setl number?, it prints nonumber. If type :setg ...
4
votes
3answers
185 views

Installing NLTK alongside EPD python in Ubuntu

I am a recent convert from Matlab/ Windows to Python/ Ubuntu. I have installed EPD python which is a python distribution that includes most scientific packages, I am super happy so far. Next, I needed ...
4
votes
1answer
533 views

Clang linker issues (from source, to gcc-snapshot)

I cannot seem to get this to work. I configured with the --with-gcc-toolchain= where after the equals I put the directory where gcc was (/usr/lib/gcc-snapshot/bin). I also looked into the answers to ...
4
votes
1answer
261 views

Telnet Server ubuntu - password stream

I am trying to create a Telnet Server using Python on Ubuntu 12.04. In order to be able to execute commands as a different user, I need to use the su command, which then prompts for the password. Now, ...
4
votes
0answers
2k views

Android Studio installation on Ubuntu 12.04 fails to initialize [closed]

I get this error while trying to install Android Studio on Ubuntu 12.04 . Plugin com.intellij failed to initialize and will be disabled. null Please restart Android Studio. Anybody has tried to run ...
4
votes
1answer
144 views

Develop both 32 and 64bit OpenGL app on Ubuntu

I want to develop both 32 and 64bit lib, which depends on OpenGL(mesa) on Ubuntu (64-bit). However it seems to be impossible to install both 32 and 64bit version of libgl1-mesa-dev. When I sudo ...
4
votes
0answers
101 views

JavaScript createElement: for loop freezes; while loop does not. Why? [closed]

This is a question out of sheer curiosity as it baffles me. I am on Ubuntu 12.04 and I tried this on Firefox 19.0.2 and Chromium 25.0.1364.160. Look at the two following pieces of JavaScript code ...
4
votes
1answer
213 views

Mongo does not run when installed via mongodb-10gen package on Ubuntu 12.04

So I've followed the Mongodb installation instructions here: http://docs.mongodb.org/manual/tutorial/install-mongodb-on-ubuntu/. However, after installing, mongodb does not run when invoked with ...
4
votes
1answer
1k views

undefined reference to `x264_encoder_open_125'

While installing ffmpeg on Ubuntu 12.04 I am getting following error libavcodec/libavcodec.a(libx264.o): In function `X264_init': /root/ffmpeg/libavcodec/libx264.c:492: undefined reference to ...
3
votes
3answers
1k views

Emacs 24 Ubuntu Menu Panel

just installed Emacs 24 on a ubuntu precise OS. The menu bar in the top panel is missing a number of options (e.g. using Auctex, all the Latex options). I recall seeing on the web somewhere that it ...

1 2 3 4 5 26