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

Aptana launcher icon missing in Ubuntu 12.04.1

All, After following this great instructions to install Aptana in Ubuntu 12.04.1, the launcher icon is missing - its only a grey square with a question mark. Any idea how to fix it?
DPSSpatial
  • 767
  • 3
  • 11
  • 31
1
vote
1 answer

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, maximize window) but in some windows doing a click…
1
vote
1 answer

kill-ring-save vs. clipboard-kill-ring-save

In the menu-bar of Emacs-23 under [Edit] there is Cut, Copy, Paste which are all explicit clipboard related commands ; the traditional C-w, M-w, C-y are no longer offered, and these no longer have an effect relevant to X. What is the cleanest way to…
false
  • 10,264
  • 13
  • 101
  • 209
1
vote
1 answer

Running parallel job in a linux cluster - mpich error

First of all I would like to say I'm not sure this the right place to ask this question, I guess it us but... If it fits better in another stackexchange site please let me know. It's three months ago I'm in charge of a cluster with six computers…
pacomet
  • 5,011
  • 12
  • 59
  • 111
1
vote
0 answers

Generate and attach X509 certificate to an Amazon ec2 account

Amazon's documentation seems to assume that everyone using it knows all about X509 certificates and exactly how to generate them. I don't, and no one on the internet seems to be interested in explaining how to do the minimum to generate an X509…
cbmanica
  • 3,502
  • 7
  • 36
  • 54
1
vote
1 answer

bzrlib version doesn't match the bzr program

I have just upgrade ubuntu from 10.04 - 12.04. When I used bzr to update repo it has a problem: ~/source_code/openerputils/devenvsetup$ bzr status bzr: WARNING: bzrlib version doesn't match the bzr program. This may indicate an installation…
giaosudau
  • 2,211
  • 6
  • 33
  • 64
1
vote
1 answer

using pdftotext in Windows vs. Ubuntu server

On my Windows 7 PC the command line input "pdftotext myfile.pdf" creates a .txt file in the same directory as myfile.pdf. However, when I try the same command line input on my ubuntu-12.04 server with an identical myfile.pdf, I get an error output…
user2014597
  • 31
  • 1
  • 4
1
vote
2 answers

Problems with starting C++ CORBA Server on Ubuntu, CORBA::SystemException

I'm trying to run an example of CORBA in C++ on Ubuntu 12.04: http://www.yolinux.com/TUTORIALS/CORBA.html and I still have an error when I'm trying to run: $…
baziorek
  • 2,502
  • 2
  • 29
  • 43
1
vote
0 answers

wifstream with imbue, locale produces valgrind errors

I implemented a language detector using ngrams and all works fine so far. In order to detect a bunch of languages I have a set of language dependent ngrams files for each supported language my detector needs to read in before the actual detection is…
Andreas W. Wylach
  • 723
  • 2
  • 10
  • 31
1
vote
0 answers

sshuttle command does not have any effects in /etc/NetworkManager/dispatcher.d

I wrote a script that issues a sshuttle command depending on the SSID the computer is connected to and the hour of the day. However, the command does not seem to have any effects in the script. The script is running and the same command works…
Ben Kaizer
  • 11
  • 2
1
vote
3 answers

Install libssh2-php on PHP 5.4.9 (x64)

I have a problem with the update on php 5.4.9 (i install it with the ppa "ppa:ondrej/php5") Now i have the problem that i can't install libssh2-php (which is required on my project) I found some .deb files, but it's only for 32-bit systems. So when…
CodeBrauer
  • 2,690
  • 1
  • 26
  • 51
1
vote
0 answers

I upgraded Ubuntu form 10 to 12.04 and now sqlite3 does not work

I have tried removing and installing it. I did sudo apt-get remove sqlite3 libsqlite3-dev manually went in to the folders /usr/lib /usr/local/lib /lib and searched "sqlite3" and deleted all of the files then I did sudo apt-get…
Siecje
  • 3,594
  • 10
  • 32
  • 50
1
vote
1 answer

Errors while running git gc --aggressive

While running 'git gc' I get the following errors: chris@chris-VirtualBox:~/code/dataquality$ git gc --aggressive Counting objects: 3849, done. error: object file .git/objects/1e/6a84c4e4202c469c188b69fd23407fca44d69d is empty error: unable to…
OpenCoderX
  • 6,180
  • 7
  • 34
  • 61
1
vote
2 answers

AWS EC2 instance Application logs

I want to store logs of applications like uWSGI ("/var/log/uwsgi/uwsgi.log") on a device that can be accessed from multiple instances and can save their logs to that particular device under their own instance name dir. So does AWS provides any…
user2173955
1
vote
1 answer

Heroku toolbelt fails to install with 407 (Ubuntu/Precise)

I follow the instructions and run: wget -qO- https://toolbelt.heroku.com/install-ubuntu.sh | sh And I get: ... Hit http://archive.ubuntu.com precise-backports/restricted Translation-en Hit…
Itay Maman
  • 30,277
  • 10
  • 88
  • 118