Questions tagged [ubuntu-11.10]

Ubuntu release that was released on 13 October 2011.

For questions on the Ubuntu release that is colloquially known as Oneiric Ocelot that was released on 13 October 2011.

255 questions
4
votes
2 answers

Nokogiri 1.5.2 not installing on Ubuntu 11.10

Real quick, I am aware of a similar question. However, following the top rated answer does not work. I've already restarted my system and the terminal, but to no avail. For some reason, Nokogiri does not recognize that I have libxslt1-dev installed,…
Edwin
  • 2,074
  • 1
  • 21
  • 40
3
votes
4 answers

Unable to start Sphinx searchd daemon due to already running searchd process, and it restarts just after killing it

When I try to start searchd, it gives the following error. bind() failed on 0.0.0.0, retrying... FATAL: bind() failed on 0.0.0.0: Illegal seek I can find a searchd process running root 14863 0.1 0.0 73884 3960 ? Ssl 23:21 0:00…
Kumar Deepak
  • 473
  • 4
  • 18
3
votes
3 answers

How to install PIL with ZIP, JPEG, etc. on Ubuntu 11.10

I am trying to be able to import png, which I believe is from the PIL. I would also prefer if JPEG and the others were also working I am running Ubuntu 11.10. now from…
cah
  • 149
  • 3
  • 10
3
votes
1 answer

Matplotlib stopped working after upgrade to 1.1.0

I'm trying to run matplotlib 1.1.0 under Ubuntu 11.10. I previously had matplotlib 1.0.1 installed and working, but I needed some features from version 1.1.0 (and was becoming quite annoyed that all the documentation was for another version than…
Tomas Aschan
  • 58,548
  • 56
  • 243
  • 402
3
votes
3 answers

Changing monitor brightness programatically in Ubuntu 11.10

I'm using Dell inspiron 1564 laptop with Ubuntu 11.10. Here I can change my monior brightness simply via fn+F4/5. But I need a low brightness even lower than the min limit of fn+F4. How can I do it programatically or which shell command to use for…
Dewsworld
  • 13,367
  • 23
  • 68
  • 104
3
votes
2 answers

Unicorn init script - not starting at boot

I'm very new to system administration and have no idea how init.d works. So maybe I'm doing something wrong here. I'm trying to start unicorn on boot, but somehow it just fails to start everytime. I'm able to manually do a start/stop/restart by…
hashpipe
  • 305
  • 3
  • 16
3
votes
2 answers

JDBC Hibernate - Mysql Connection Error

I have a local mysql server on my Ubuntu 11.10 desktop. The hostname = localhost; username = root; password = root; database name = CBS. I am really confused because when I access mysql using terminal, mysql administrator, and mysql query browser I…
NinjaBoy
  • 3,715
  • 18
  • 54
  • 69
3
votes
1 answer

Swap disappears when stopping an ebs backed instance.

My instance swap file is disappearing when I start my instance. I have an Ubuntu ec2 instance, and I follow the "Four-step Process to Add Swap File" instructions at https://help.ubuntu.com/community/SwapFaq: sudo dd if=/dev/zero…
3
votes
1 answer

Measure application performance on ARM development board

I have a C++ application and i want to measure its performance on ARM board. The board is running ubuntu. Currently i am considering valgrind and gprof to measure the performance. What tools/techniques should i use to measure the performance?
MA1
  • 2,767
  • 5
  • 35
  • 51
3
votes
1 answer

Fail to build pg gem

I have: Ubuntu 11.10 Postgres 8.4 libpq-dev, build-essential installed ruby 1.9.2 and rails 3.2.1 install via rvm However, pg gem fails to build, saying that: checking for pg_config... yes Using config values from…
UncleLaz
  • 11,903
  • 2
  • 16
  • 11
3
votes
1 answer

ERROR: Unrecognized command line argument: 'pkg' ( see: 'rvm usage' )

I am trying to run rvm pkg install zlib and I get the following message ERROR: Unrecognized command line argument: 'pkg' ( see: 'rvm usage' ) I installed rvm by running: sudo apt-get install ruby-rvm I have searched online but I have only found…
marimaf
  • 5,382
  • 3
  • 50
  • 68
3
votes
2 answers

Maven in Intellij IDEA cannot resolve symbol env.HOSTNAME

I searched all over for a resolution to this problem, but could not find anything specific to my setup. Finally, one of our sys admins figured it out. I am running Intellij IDEA on Ubuntu 11.10. My Maven pom.xml file was unable to resolve a…
3
votes
2 answers

replacing default old boost 1.46 with 1.50

I got a new installation of Ubuntu 11.10 and kernel version 3.0.0-23-generic and +/- by default I get the following version 1.46.1 of Boost which is installed under /usr/include/boost and /usr/lib: bravegag@Zeus:~/code/roofline/tool$ dpkg…
SkyWalker
  • 13,729
  • 18
  • 91
  • 187
3
votes
1 answer

make headers_install in ubuntu is throwing an error

In order to use some kernel headers like cpu.h in C coding, I want to install kernel headers to /usr/include/ directory. I am using "make headers_install" command for that. But system is throwing the following error. Does anyhow have idea of how to…
bobby
  • 305
  • 1
  • 3
  • 12
3
votes
2 answers

Using Ruby with RVM 1.12

I just installed Ubuntu 11.10 and RVM 1.12.4 (stable): doug@doug-OnixN53SM:~$ curl -L get.rvm.io | bash -s stable % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total …
T5i
  • 1,470
  • 1
  • 18
  • 34