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

Java Console Error in MonoDevelop

So, I'm tinkering around with MonoDevelop on my ubuntu 11.10 64-bit, and when I tried to run a Java console application I got this error immediately when opening the new project: Error while trying to load the project…
openscope
  • 11
  • 3
0
votes
2 answers

RVM & GDAL - Linking external libraries

I am using GDAL in my rails 3 project. I cannot seem to figure out how to get it to work properly without defaulting to the system ruby. Rails complains that it can't find "gdal/org" even though its installed. How can I make this link in RVM and…
whyvez
  • 303
  • 3
  • 12
0
votes
3 answers

Is there a way to get Selenium 2.23 on Ubuntu 11.10?

I was using Firefox 12 with Selenium::WebDriver (ver 2.22) and everything was working fine. Then I, stupidly, upgraded to Firefox 13 via the Ubuntu weekly updates. Selenium (2.22) could not control FF 13 so I went out and got Selenium 2.23. Then…
Gabe Spradlin
  • 1,937
  • 4
  • 23
  • 47
0
votes
1 answer

Getting CPU time in Ubuntu?

I have a question on measuring CPU time on Ubuntu 12.04. I want to use the CPU time as a stopping criteria in some loop. What is the best way? while(....) { //main part // get CPUTIME if(CPUTIME>= Given_Time) { break; …
0
votes
4 answers

PHP not inserting to MYSQL tables

I have a html form, a php script and a mysql database I want the form to post to the mysql database through the php script. i fill out the form and submit but the table stays the same. I'm using Lamp setup with…
UnbrandedTech
  • 461
  • 6
  • 14
0
votes
1 answer

zenity throws glibc error

I have been trying use zenity with standard re-direction in a shell script, something like for i in $(seq 1 10); do echo $i; done | zenity --list --column ="Number" But on the command line this works , but throws the following…
arun nath
  • 773
  • 1
  • 6
  • 11
0
votes
1 answer

node.js install error require(‘http’);

I'm installing node.js on Ubuntu as per these instructions ( http://nodenode.com/post/1197688151/installing-node-js-on-ubuntu-screencast-tutorial ) and I'm recieving the following errors on the final step I type node hello_node.js my terminal…
Joseph
  • 914
  • 2
  • 14
  • 29
0
votes
1 answer

tomcat and apache http together

can I install apache tomcat 6 and apache http web server on the same machine (Ubuntu 11.10) without problems ? tomcat to serve GeoServer apache web serve to serve static files
Shadin
  • 1,867
  • 5
  • 26
  • 37
0
votes
1 answer

Execute Selenium at the startup

I'm using Selenium to automate a browser in a Server from a client, but I want that the server execute selenium automatically at the startup. I have 3 files in /etc/init: proxyserver.conf: respawn start on runlevel [23] script exec java -jar…
Mark Design
  • 664
  • 1
  • 6
  • 24
0
votes
3 answers

cake bake console error:Database connection missing

I baked an application using console and from URL everything seems ok. But when i want to bake a model inside the application folder, I get an error: Error: Database connection "Mysql" is missing, or could not be created. #0…
tutak
  • 1,120
  • 1
  • 15
  • 28
0
votes
1 answer

Running Webservice on Ubuntu with mono/xps

I've installed an Ubuntu 11.10 on aws.amazon.com for tyhe purpose of running a webservice on it. I have tested the webservice using XPS on my Windows 7 Machine now I want to deploy it on the Ubuntu box. I think I have xsp4 set up. i went to the…
greektreat
  • 2,329
  • 3
  • 30
  • 53
0
votes
1 answer

Difference in shared object linking between Natty Narwhal and Oneiric Ocelot

I am writing a simple proof of concept C++ application (available at https://github.com/paulspencerwilliams/CPlusPlusSocialPlayground) compiled using twitcurl using the exact instructions at…
Paul Williams
  • 386
  • 7
  • 20
0
votes
3 answers

Kivy / Python-for-android : Build.py fails to build an android package apk

I try for many days to build a simple android package using kivy and python for android. Unfortunately, I've spent many hours trying to solve all the issues but I still cannot do it. I hope you guys help me out because you are my last hope before…
Socratesx
  • 71
  • 9
0
votes
1 answer

No errors - still no write

Getting node.js and gridfs to play nice is not easy. Of all the things I tried, I settled on this being as close as I could get with limited knowledge and what I understand the current supported functions will allow. (below in coffee, use…
0
votes
1 answer

Printing raw data from java in Ubuntu

I am planing to use Eclipse and a simple swing gui to print raw data. My bar code printer uses .prn files to print and all is encoded in the file so if I can manage to send the exact contents of the file to my printer as raw data, I can make it…
Sin5k4
  • 1,556
  • 7
  • 33
  • 57
1 2 3
16
17