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
0
votes
1 answer

how to install driver for intel extreme graphics 2

I installed Linux on an Intel Panel PC. Jockey cannot detect any drivers. I do not know how to install my graphics driver first so that I am be able to install touch screen. Here's some info from dmesg: dmesg | grep vga [ 0.254052] vgaarb: device…
Sam
  • 813
  • 2
  • 16
  • 30
0
votes
1 answer

failed running solr

i have installed solr-jetty on ubuntu 11.10. when i run http://localhost:8080/solr ,yes it's can. but when i tried to open http://localhost:8080/solr/admin, shown message "page not found" i tried to run solr with code: java -jar…
kelaskakap
  • 113
  • 2
  • 11
0
votes
1 answer

JNA is unable to get system idle time in ubuntu 11.10 version onwards

JNA is unable to get system idle time in ubuntu 11.10 version onwards. public static long getIdleTimeMillis() { X11.Window win = null; Xss.XScreenSaverInfo info = null; X11.Display dpy = null; …
Martin
  • 1
0
votes
2 answers

How to detect red ball using opencv + python in my ubuntu 11.10

Recently I was installed opencv in ubuntu 11.10 . And I planned to done a simple project in opencv using python. The project is to detect a red ball from an image using python. I'm new in python and opencv. Could you please help me to do this…
Hacker
  • 97
  • 1
  • 2
  • 9
0
votes
1 answer

Trouble running app engine python sdk

I have downloaded google_appengine_1.7.3.zip and followed the guidelines given and made the necessary changes to .bashrc as given here. Here are my main.py and app.yaml which lie in a folder named udacity. On entering the following in my terminal,…
pyronic
  • 372
  • 6
  • 16
0
votes
1 answer

Trouble with rails multistage deployment on Ubuntu 11.10

I am trying to get a multistage deployment on my server and I am having trouble getting a staging and production configuration running. Server: Ubuntu 11.10 (GNU/Linux 3.0.0-19-server x86_64) Here is what I have done so far: I created a new…
rjd
  • 1,786
  • 2
  • 16
  • 19
0
votes
1 answer

Upstart respawning healthy process

I'm having an issue where upstart is respawning a Node.js (v0.8.8) process that is completely healthy. I'm on Ubunut 11.10. When I run the program from the command line it is completely stable and does not crash. But, when I run it with upstart,…
sjr
  • 156
  • 1
  • 2
  • 11
0
votes
1 answer

play framework - run in ubuntu 11.10

how to correctly run play framework in ubuntu 11.10? i mean, i can run the sample app (helloworld) on terminal, but when i tried to open localhost:9001 (i run it at port 9001) on browser, i got "Connection was reset" response. I tried opening…
Oscar Yuandinata
  • 1,025
  • 1
  • 13
  • 31
0
votes
1 answer

configure Squid3 proxy server on Ubuntu with caching and logging

I have a ubuntu 11.10 machine. Installed Squid3. When i configure the squid as http_access allow all, everything works fine. my current configuration mostly default is as follows: 2012/09/10 13:19:57| Processing Configuration File:…
Panshul
  • 1,064
  • 2
  • 14
  • 33
0
votes
1 answer

Gnome shell reverts to Gnome 2

I cannot run Gnome 3, only Gnome 2, even though I have gnome-shell installed and set as the default Window Manager. Here is what I see after I run gnome-shell --replace (gnome-shell:3136): Gdk-WARNING **: The program 'gnome-shell' received an X…
Daniel Kats
  • 5,141
  • 15
  • 65
  • 102
0
votes
1 answer

ruby: Hello World exercise

I know that my question is not a new one but I will be more specific hopefully to get a specific answer as well. I am using: Ubuntu 11.10 --> (First time in my life though a virtual machine on windows vista) Tried to install rvm and Ruby --> (Went…
0
votes
1 answer

error: ‘calcOpticalFlowPyrLK’ is not a member of ‘cv’ - OpenCV 2.4.2

I'm having this error on OpenCV 2.4.2 about this. I'm using this line of code: cv::calcOpticalFlowPyrLK(prev, next, prev_pts, next_pts, status, error); And on compile time it shows this error: testopticalflow.cpp:75:4: error:…
IBG
  • 465
  • 12
  • 34
0
votes
1 answer

installing NASM on ubuntu 11.10

I am new to linux and want to run an assembly language program using ubuntu 11.10. The installation failed showing the following message Reading package lists… Done Building dependency tree Reading state information… Done The following packages…
0
votes
1 answer

Template is missing after closing ssh terminal

A simple rails project on a ubuntu server 11.10, I ssh to the server, the project works well. But after I close the ssh terminal, a "Template is missing" error appears. I run the project with command, sudo nohup rails rails s &
Keating
  • 3,380
  • 10
  • 34
  • 42
0
votes
1 answer

Installing jetty on Ubuntu 11.10

I have installed Jetty on Ubuntu server 11.10. When I start Jetty I get no errors and everything starts fine. The console output is: sudo /etc/init.d/jetty restart * Stopping Jetty servlet engine (was reachable on http://jetway:8080/). jetty *…
jhamm
  • 24,124
  • 39
  • 105
  • 179