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)

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 ...
1
vote
3answers
927 views

CUDA “No compatible Device” error on Ubuntu 11.10/12.04

I have been trying to set up an Ubuntu environment on my laptop for some time now for CUDA programming. I am currently dual booting Windows 8 and Ubuntu 12.04 and want to install CUDA 5 on Ubuntu. ...
2
votes
2answers
432 views

Is it possible to call method withing a java application from a different JVM?

When I first developed a java service for windows using apache daemon, I used the JVM mode which I liked a lot. You specify your class and start\stop (static) methods. But with Linux, Jsvc doesn't ...
0
votes
2answers
376 views

How to start debug version of project in nsight with optirun command?

I'we been writing some simple cuda program (I'm student so I need to practice), and the thing is I can compile it with nvcc from terminal (using Kubuntu 12.04LTS) and then execute it with optirun ...
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 ...
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 ...
4
votes
1answer
534 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 ...
3
votes
2answers
8k views

How to compile avconv with libx264 on Ubuntu 12.04.?

Is there any step by step guide on how to compile avconv in Ubuntu? It seems hard to search for any tutorial with avconv compared to ffmpeg.
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
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 = ...
1
vote
1answer
3k views

Installation of Oracle Database 11g Express Edition on Ubuntu 12.04.1 LTS

I have been struggling to install Oracle 11g Express Edition on Ubuntu 12.04.1 LTS version. I have followed these steps: Downloaded 11g express edition from Oracle's site Created a new user ...
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 ...
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 ...
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 ...
3
votes
1answer
764 views

GitLab email notifications not sending

I just recently install GitLab v5.0 on an Ubuntu 12.04 server and am now having issues with email notifications. I can't get GitLab to send any emails of any kind. I've got my ...
2
votes
2answers
147 views

How can I mount an S3 volume with proper permissions using FUSE

I have an Amazon S3 bucket (let's call it static.example.com) that I need to mount on an EC2 instance (Ubuntu 12.04.2). I've installed s3fs. I'm able to mount the volume, but I can't write to the ...
2
votes
2answers
557 views

XMonad: dmenu not launching/spawning on startup

New to XMonad and loving it so far. I have a fairly vanilla / regular XMonad setup and am having problems with dmenu. When I login and hit mod+p nothing happens. If I then open a terminal and hit ...
2
votes
1answer
157 views

Characters encoding wrong in terminal using git

Any time I try to make a "git diff" command to see a file change, it shows me problem in special characters, like accented ones, but if I see the file with "cat" it shows me everything ok. I am using ...
2
votes
2answers
1k views

cuda with optimus just to access gpgpu

I have a Dell XPS L502 with the Nvidia 525M graphics card. I am only interested in using the gpgpu capabilities of the card for now. I installed Ubuntu 12.04 as a dual boot with the Windows 7 that ...
1
vote
1answer
111 views

mailer error in production only

Setup: VPS with Ubuntu 12.04, Apache, PhusionPassenger, Rail 3.2.12, Postgresql I want to send a confirmation mail with my app. In development mode everything works fine, the user receives a mail but ...
0
votes
1answer
146 views

Bug G-WAN and Amazon EC2

I thought my mistake was Problems to start G-WAN but today, I made more testst and my real problem is this: When I launch an instance with type micro, G-WAN works fine but if i launch the same ...
0
votes
1answer
2k views

zeromq.node installation error Ubuntu 12.04: ' node-gyp rebuild'

I'm trying to install zeromq.node using: $ npm install zmq However, I keep getting the error below. Any help would be much appreciated. gyp ERR! build error gyp ERR! stack Error: `make` failed ...
0
votes
1answer
352 views

ARP reply packet does not update ARP cache on Ubuntu

So after I have played with the Network Spoofer developed by Digitalsquid (http://digitalsquid.co.uk/netspoof/), I have been trying to get a better understanding of its internal working by writing a c ...
0
votes
4answers
4k views

Ubuntu 12.04 Installation on java for netbeans IDE 6.9.1

I am using ubuntu 12.04 on virtual machine but when i try to install java its gives me error like this sudo apt-get sun-java6-jdk sun-java6-jre [sudo] password for samkt: E: Invalid operation ...
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 ...
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 ...
3
votes
2answers
262 views

Kivy hello world not working

I am trying to make kivy work on my Ubuntu system. I followed the instructions from their wesbite. But when I try to run the following hello world code from their website: import kivy ...
3
votes
0answers
194 views

Both multiprocessing.map and joblib use only 1 cpu after upgrade from Ubuntu 10.10 to 12.04

I had some perfectly working python code which used multiprocessing module and loaded all 8 CPUs on my machine at 100%. After I upgraded from Ubuntu 10.10 to 12.04 (the most evident thing, maybe I ...
3
votes
0answers
184 views

Google Analytics API forces browser open when authenticating in Python

I'm attempting to query data from the Google Analytics API. I've setup my credentials, and I am able to get the following code to run on my Windows local machine. However, when I run from the Ubuntu ...
3
votes
1answer
148 views

Why does Django no longer consider mysqldb a valid backend?

I am asking the following question here, because it involves developer tools. I have upgraded my Ubuntu 10.04 LTS workstation to 12.04 LTS (32-bit). Today I went to try a Django web application that ...
3
votes
2answers
653 views

Accessing Teradata database using Stata in Linux and ODBC

I am trying to get Stata (statistics software, version 12.1) on an Ubuntu server (12.04 LTS) to pull data from a Teradata 14.0 database. Stata can load data from any ODBC data source, but I can't ...
2
votes
2answers
203 views

Why I can't compile Drwright in Ubuntu 12.04

Drwright is not included in the main Ubuntu distribution but is availble through a PPA. In this way installation steps: sudo add-apt-repository ppa:drwright/stable sudo apt-get update sudo ...
2
votes
1answer
190 views

python-dbg can't find Py_InitModule4 when debugging

I'm trying to debug a segfault i get in a multithreaded, qt webkit application. I installed python-dbg for the purpose of giving me pretty printing in gdb and get the following error on start ...
2
votes
1answer
1k views

Netbeans C/C++ 7.2 -std=C++11 not recognized by gcc v4.6 or lower

I left Eclipse to NetBeans for C/C++ development right after release v7 and it all seems a wise choice except that -std=C++11 flag in the current latest release, namely 7.2, is not recognized by gcc ...
2
votes
2answers
1k views

Eclipse Juno Internal Web Browser unavailable (Ubuntu)

I've installed Eclipse (Juno) on Ubuntu Precise and am unable to use Eclipse's internal web browser. I'm getting this error: SWT Browser control is not available I've searched around and haven't ...
1
vote
0answers
46 views

How is your workflow when you develop a web app in Ubuntu knowing that the font you are using will look different on Windows?

I recently started using Ubuntu 12.04 and I found it very cool and easy to use for web development, but I have a problem with FONTS! Why do they look so ugly in Ubuntu? If you check a website in ...
1
vote
1answer
394 views

Buffer Overflow - SegFaults in regular user [closed]

Below is my code, both the vulnerable program (stack.c) and my exploit (exploit.c). This code works on a pre-packaged Ubuntu 9 that the prof sent out for windows users (I had a friend test it on his ...
1
vote
1answer
72 views

I cannot access to nitrogen/inets server from any machine but the localhost

Thanks to many discussions in this forum, I found that I should be able to build the application I was planning to do for home usage based on Nitrogen. So I ran into Nitrogen tutorials, Demo and ...
1
vote
1answer
473 views

Editable .pdf fields disappear (but visible on field focus) after save with evince

First off, let me thank the SO community for helping me so many times in the past; you guys are an amazing resource! At my job I work on a web application that uses PDF templates created in Scribus ...
1
vote
0answers
240 views

ConnectionError [client (on VirtualBox) and server (on localhost)] - I use host-only setting on VM

I have a simple calc C++/Java app with CORBA. Server is written in C++, client in Java. I use omniORBs omniNames, as name service. I would like to run my omniNames and server on my localhost (Ubuntu) ...
1
vote
3answers
2k views

Android programming is not working in eclipse

My Eclipse was working fine until i updated my sdk.Then suddently everything started to show little weirder.Actyually I was working in Ubuntu 12.04 ,Which stopped showing even Java projects after ...
1
vote
1answer
433 views

'sqlite3_api' was not declared in this scope

I've been learning sqlite3 programming in C++ for the first time and this error confounds me and my internet searching abilities. Here is my code, as far as it gets before throwing an error. ...
0
votes
0answers
39 views

cordova-android ./create don't found Android SDK tools in PATH

i'm on Ubuntu 12.10 i've set the PATH (on terminal this is the result of echo $PATH: ...
0
votes
0answers
334 views

Xlib XSendEvent click event do not work inside of some windows on Ubuntu 12.04

i'm trying to send mouse click event using xlib in a ubuntu 12.04, all works when i do the click in the desktop bar icons and works when i do click in the title bar of each window (close, minimize, ...
0
votes
3answers
1k views

ERROR 1045 (28000): Access Denied for 'root'@'localhost' (using password: YES)

I have been having issues with root password. sudo mysql -u root -p Enter password ERROR 1045 (28000): Access Denied for 'root@localhost' (using pasword: YES) I have been through this ...
0
votes
1answer
1k views

Vim 7.3 on Ubuntu 12.10 doesn't have 'ftplugin' directory anywhere

Vim 7.3 on Ubuntu 12.10 I recently installed vim from the Ubuntu software center. So far, I've installed the following vim plugins: NERDTree, rails and ack. I'm taking a course on python and another ...
0
votes
0answers
379 views

Complete removal and fresh install of python on Ubuntu 12.04

This is embarrassing to admit, but I just continue to struggle with setting up my Python environment on an Ubuntu install. Sometimes I get it to work fine. But here's the problem: I feel like ...
0
votes
2answers
135 views

Call expect file from C

I coded a ftp.exp file which sends a log file of a C application to a server. #!/usr/bin/expect set timeout -1 spawn ftp xxx.xxx.xxx 21 match_max 100000 expect -re {[2]{2,}[0]{1,}} send -- "usrxxxx" ...
0
votes
2answers
433 views

How to resolve these unresolved imports in PyDev ( eclipse )?

I get unresolved imports for these, from gi.repository import GLib, GObject, Gio from gi.repository import Dee from gi.repository import Unity I've been learning to write lens for unity(ubuntu). ...

1 2