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
2
votes
2 answers

AVR ISP MKII, avrdude, Ubuntu 11.10

So, I have had this working on Ubuntu before. But then I upgraded to 11.10. Now, no such luck. Note: if you are still messing with getting this to work on eclipse, you might want to try this command line stuff... if it doesnt work here, its not…
SpiRail
  • 1,377
  • 19
  • 28
2
votes
0 answers

Compiling VLC2.0 with Intel Compiler - invalid use of __builtin_va_arg_pack

I'm trying to compile VLC2.0 on Ubuntu 11.10, and am stumped with this error. I've already successfully compiled all of the dependencies in contrib/, using Intel's latest compiler suite. However, I'm getting an error when compiling…
Alex Leach
  • 1,199
  • 2
  • 12
  • 26
2
votes
2 answers

Crontab with Ruby script returning error code 1

I'm rewriting some shell scripts in Ruby that will be used to backup specific content from our site. I am running Ruby 1.8.7 and have the script running locally as root and it works fine. I have just attempted to add the script to cronttab on…
Nick
  • 103
  • 1
  • 1
  • 12
2
votes
1 answer

How do i install xf86-input-synaptics-1.5.99.901-2-x86_64.pkg.tar.xz in ubuntu 11?

How do I install xf86-input-synaptics-1.5.99.901-2-x86_64.pkg.tar.xz in ubuntu 11? I have found the file and downloaded the file from windows. I don't have any idea of how to install the driver in ubuntu. when searched how to install, I got the…
ashishkawade
  • 37
  • 1
  • 7
2
votes
2 answers

Could not find class: org.junit.tests.AllTests - UBUNTU/LINUX

I'm trying to install apache-ant to my Ubuntu 11.10 and I'm stuck trying to setup JUnit. The official-page steps to set it up are: unzip the junit4.6.zip file add junit-4.6.jar to the CLASSPATH. For example: set…
Solarin
  • 31
  • 2
  • 5
2
votes
1 answer

Windows.h Not Found, Why?

I am following this blog to set up JNI with android ndk on my box which runs ubuntu 11.10... In this program I am integrating speex with my existing application which streams the audio. So far everything was working fine but things destroyed as I…
Amit
  • 13,134
  • 17
  • 77
  • 148
2
votes
1 answer

Installing Google Plugin for Eclipse 3.7 (Indigo) on Ubuntu 11.10

I was trying to in stall Google Plugin for Eclipse 3.7(Indigo) the other day, and whenever I click on NEXT button gives me the following error :- Cannot complete the install because one or more required items could not be found. Software being…
Vandan Patel
  • 273
  • 1
  • 3
  • 5
2
votes
2 answers

Can't install jruby on ubuntu using rvm

I can't install jruby on ubuntu 11.10 using rvm. jatin@silverSpoon:~$ rvm install jruby jruby-1.6.4 - #fetching jruby-1.6.4 - #extracting jruby-bin-1.6.4 to /home/jatin/.rvm/src/jruby-1.6.4 ERROR: Error running 'tar xzf…
Jatin Ganhotra
  • 6,825
  • 6
  • 48
  • 71
2
votes
0 answers

linux progress bar work wrong

I am using ubuntu 11.10 and it's progress bar don't work true. for example when it is copying a file, the progress bar immediatly get full but my file's copy action done some minutes later. Are there any way to fix this?
Amin Jalali
  • 320
  • 1
  • 5
  • 15
2
votes
4 answers

RVM installation failed, no fix seems to work

I know other people have had issues installing RVM, but I've looked into their questions/answers and it hasn't helped. I'm using Ubuntu 11.10, and am following the quick install directions here: https://rvm.beginrescueend.com/rvm/install/ Step One…
Andy Huber
  • 21
  • 1
  • 2
2
votes
2 answers

Can't get PIL to support any images

After installing PIL with pip install PIL under Ubuntu 11.10, the summary tells me "not available" on all items. I've read through several "answers" like http://obroll.com/install-python-pil-python-image-library-on-ubuntu-11-10-oneiric/ which…
terjeto
  • 386
  • 2
  • 13
2
votes
1 answer

Unable to update eclipse because of conflicting dependency

I've taken a screen shot of the problem for your convenience. It doesn't let me upload it here because I'm a new user. so here's the link: http://s9.postimage.org/9bmz08snj/Screenshot_at_2012_01_30_15_18_07.png I'm having trouble updating Eclipse.…
Varkolyn
  • 223
  • 1
  • 2
  • 4
2
votes
1 answer

How important is it to have a clean test suite on CouchDB?

I recently installed CouchDB, but haven't gotten past the test suite yet. It seems that each time I run it, I get different errors than before, even without configuration changes. The CouchDB Guide says the test suite shouldn't have "an inordinate…
Matt Norris
  • 8,596
  • 14
  • 59
  • 90
2
votes
1 answer

What's the time tolerance of linux shutdown/logout TERM signal handlers in modern linux?

I'm seeing strange behavior (file missing, file outdated) in a java program of mine that has to save some information at shutdown (using shutdownhooks), that in turn use the TERM signal. The obvious workaround is to save as soon as that info is…
i30817
  • 1,356
  • 2
  • 13
  • 26
2
votes
2 answers

setting a variable on completion of an bg task in ubuntu linux 11.10 64bit shell

so I have this code: uthreads=4 x=1 …
ouch
  • 31
  • 3