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

Permanent fix to tail: cannot watch `log/development.log': No space left on device

I've been using Ubuntu 11.10 for a little over a week now. But after some time I encountered this error(the one in the title) when Im trying to access the log in my RoR project. I found a fix which is by pasting this in the terminal: sudo sysctl…
Normz
  • 271
  • 1
  • 2
  • 9
13
votes
2 answers

Qt error: undefined reference to 'gluOrtho2D'

I have the same error than here. There's no solution there and also I'm gonna try to explain it more clearly so hopefully someone has the solution. Also I've installed everything from the answer to this question. I'm trying to compile a program that…
Daniel G.F.
  • 622
  • 1
  • 6
  • 15
11
votes
2 answers

Why is my nohup.out empty?

I have a simple python script that just runs an infinite while loop and prints "running". When I start it up with nohup in the background, I see a nohup.out file in my current directory but nothing ever gets written to it. I am confused. I have…
Deep Kapadia
  • 1,468
  • 8
  • 21
10
votes
3 answers

Unable to install ggplot2 on Ubuntu 11.10

I am getting the following error when trying to install ggplot2: > install.packages("ggplot2") Installing package(s) into ‘/home/dodo/R/x86_64-pc-linux-gnu-library/2.13’ (as ‘lib’ is unspecified) --- Please select a CRAN mirror for use in this…
DodoD
  • 103
  • 1
  • 4
10
votes
5 answers

When ColdFusion is maxing out the CPU, how do I find out what it's chewing/choking on?

I'm running CF 9.0.1 on Ubuntu on an "Medium" Amazon EC2 instance. CF has been seizing-up intermittently (several times per day...but notably not isolated to hours of peak usage). At such times, running top gets me this (or something similar): PID …
Day Davis Waterbury
  • 2,052
  • 18
  • 31
9
votes
2 answers

How to get SQLite3 in the pkg-config search path so I can build Postler from source?

I'm trying to build Postler from source. I branched it from bzr, and the first step in the install process says to navigate to the postler folder and type "./waf configure", which I did. Upon typing that, it runs a bunch of checks and decides…
weberc2
  • 7,423
  • 4
  • 41
  • 57
9
votes
8 answers

How to prevent /etc/resolv.conf from getting overwritten after reboot in Ubuntu 11.10?

I'm using Ubuntu 11.10 and I manually configure DNS servers in /etc/resolv.conf but it gets somehow overwritten after I reboot. How can I prevent this? Thanks.
mkhezr
  • 309
  • 1
  • 2
  • 7
8
votes
1 answer

DBus .service file missing

I am building custom dbus service for my own demands and want it to start automatically when someone need it. For that purpose I've created .service file like this [D-Bus…
pss
  • 736
  • 3
  • 7
  • 14
8
votes
1 answer

Android Device doesn't appear online in Ubuntu 12.04

I just updated my ubuntu 11.10 to 12.04 and getting this problem, my android device does not appear online while I run android project from eclipse.I've attached a screenshot. I also put file in /etc/udev/rules.d/51-android.rules. the content of…
Hitesh Dhamshaniya
  • 2,886
  • 3
  • 24
  • 31
8
votes
3 answers

Error "non-absolute home" via Net:SSH

The code in question Net::SSH.start('server name', 'user') This returns "non-absolute home". The 'user' in fact does have a home directory. One suggested approach was to modify ~/.ssh/config with full paths to the IdentityFile. This did not…
Jadon
  • 155
  • 1
  • 5
7
votes
3 answers

removing a ppa in ubuntu without using ppa-purge

I had used some third party PPAs to install OpenCV 2.3 on my Ubuntu 11.10. Now while upgrading I faced a few problems with these packages and their unmet dependencies. So I wanted to remove the ppas. But for that I'd be needing a package called…
wrahool
  • 1,101
  • 4
  • 18
  • 42
7
votes
2 answers

Recover files deleted with rsync -avz --delete

Is it possible to recover files deleted with rsync -avz --delete? If it is, what are some suggested tools to do so?
Ben J
  • 2,252
  • 4
  • 23
  • 30
7
votes
2 answers

Bambuser ffmpeg - "arm-linux-androideabi-gcc is unable to create an executable file."

I know this may be possible duplicate of some questions. but answers for those threads are not helping me. I am trying to compile ffmpeg library for android using Bambuser's ffmpeg. I downloaded Archive for client versions 1.3.7 to 1.6.0. from…
Chaitanya Chandurkar
  • 2,142
  • 3
  • 24
  • 43
6
votes
5 answers

Error when running PHPUnit

I get the following error when I try to run phpunit . from within my project's tests folder: PHP Fatal error: Call to undefined method PHP_CodeCoverage_Filter::getInstance() in /usr/share/php/PHPUnit/Framework.php on line 46 I installed PHPUnit…
mpen
  • 272,448
  • 266
  • 850
  • 1,236
6
votes
2 answers

can't get "rails console" to work on ubuntu 11.10

I want to use rails console and I'm using ubuntun 11.10 currently I have found the issue error is something : completion.rb:9:in `require': no such file to load -- readline (LoadError) and I found a way to solve…
Vahid Hashemi
  • 5,182
  • 10
  • 58
  • 88
1
2
3
16 17