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
6
votes
3 answers

adb doesn't run on Ubuntu 64 - command not found

Update After doing some more experiments, I have to reformulate my question completely as I was fooled by my terminal. It just didn't showed the error message when I issued sudo ./adb. If I cd into the ANDOID_SDK/platform-tools directory and run…
Sebi
  • 8,323
  • 6
  • 48
  • 76
6
votes
1 answer

Mean.io application is throwing error with forever

I am working on a mean.io application. I am trying to run this application on Ubuntu shell with forever module of node but it is throwing an error "util.js:756 throw new TypeError('The super constructor to `inherits` must not ' + ^: The super…
jahanzaib kk
  • 688
  • 2
  • 10
  • 26
6
votes
4 answers

How to reinstall ruby with readline support?

I have installed Ruby through RVM as instructions on https://github.com/wayneeseguin/rvm#installation. For information I have all the archives (readline-5.2.tar.gz, readline-6.2.tar.gz, ruby-1.9.3-p327.tar.bz2, rubygems-1.8.24.tgz,…
Santosh Kumar
  • 26,475
  • 20
  • 67
  • 118
6
votes
2 answers

NTFS/GPT Mount exited with Exit Code 13

This is a duplicated post since I didn't get any help on askubuntu.com. I have a 1TB external hard drive that I recently formatted to NTFS. It was mounting on my Ubuntu 11.10 fine until just now. I didn't make any changes to affect my OS or my…
dearN
  • 1,256
  • 4
  • 19
  • 40
5
votes
3 answers

Cannot compile simple c++ program in Ubuntu

I tried to build a simple program in the terminal. #include #include int main() { printf("TESTING"); return 1; } I ran g++ -o test test.cpp The errors: /usr/include/features.h:323:26: error: bits/predefs.h: No…
Nick Schudlo
  • 301
  • 3
  • 4
  • 12
5
votes
4 answers

Ruby command-t SEGV

I am on ubuntu 11.10 and have had vim-gnome installed and working. Using vundle and have installed seeral packages all working. I have installed command-t but it will not function until C extensions are compiled. Reading the manual this is the…
sayth
  • 6,696
  • 12
  • 58
  • 100
5
votes
1 answer

ActionView::Template::Error (rails.png isn't precompiled)

I am getting the page "We're sorry, but something went wrong, when I try to load my rails application. When I run tail -f log/production.log I get ActionView::Template::Error (rails.png isn't precompiled) I have run RAILS_ENV=production rake…
SilverNightaFall
  • 4,100
  • 10
  • 34
  • 46
5
votes
1 answer

Unable to syncdb in GeoDjango App

I am having a real trouble in setting up spatial database and syncing it with GeoDjango. I was able to setup the spatial database as per the geodjango documentation and create a django app but when i run python manage.py sqlall world I am getting…
Sam007
  • 8,397
  • 4
  • 24
  • 34
4
votes
2 answers

OpenGL GLUT on VirtualBox Ubuntu 11.10 segmentation fault

DISCLAIMER: I see that some suggestions for the exact same question come up, however that (similar) post was migrated to SuperUsers and seems to have been removed. I however would still like to post my question here because I consider it…
4
votes
1 answer

helloworld.c fails to compile with 100+ errors

I believe I am dealing with some kind of corrupted library. I wrote the following code: //helloworld.c #include int main() { printf("Hello, world!\n"); return…
Frank Harris
  • 305
  • 1
  • 6
  • 16
4
votes
1 answer

how do I start mongodb via /etc/init.d/mongodb with a config file?

I have a config file for mongo that specifies an alternate port: deploy@ip-xxx-xxx-22-107 ~/app $ tail /etc/mongodb.conf port = 27033 Not very complex. I'm trying to use a file based config instead of command line, seems like a better idea. I'm on…
jcollum
  • 43,623
  • 55
  • 191
  • 321
4
votes
2 answers

an issue with cvGetCaptureProperty on opencv

I have a working opencv code that takes feed from my webcam and displays it. (The code is modified from the one here The only issue is that when I try to print the frames-per-second value, as int fps = (int) cvGetCaptureProperty(capture,…
wrahool
  • 1,101
  • 4
  • 18
  • 42
4
votes
1 answer

Tomcat7 dying, nothing in the logs

I have searched and searched and did not help me much hence posting the new question. Platform Ubuntu 11.10 server 64 bit JVM 1.7.0_03 Tomcat 7 There is nothing special in the configuration - front end server is apache using ajp connector. Tomcat…
user937720
  • 182
  • 1
  • 1
  • 5
4
votes
1 answer

opening Omnet from ubuntu 11.10

I am new to Omnet++. I installed Omnetpp-3.3p1 and am having trouble opening it. I tried creating a makefile within the project which has simulation codes with command opp_makemake -f -N, but I am getting command opp_makemake not found error. Am I…
Sadiksha Gautam
  • 5,032
  • 6
  • 40
  • 71
4
votes
2 answers

Apache vhost resolves to localhost document root

I downloaded apache2.2.22 src from http://httpd.apache.org/download.cgi and made the installation. The installation works fine. But the problem arises when I try adding vhosts. I added 2 virtual hosts 1. localhost 2. someother.localhost Both…
1 2
3
16 17