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
149
votes
8 answers

Rails: FATAL - Peer authentication failed for user (PG::Error)

I am running my development on Ubuntu 11.10, and RubyMine Here is my development settings for the database.yml: which RubyMine created for me development: adapter: postgresql encoding: unicode database: mydb_development pool: 5 username:…
simo
  • 20,548
  • 31
  • 101
  • 188
114
votes
1 answer

How can I restore /etc/nginx?

By mistake I have removed /etc/nginx directory in my ubuntu 11.10 PC. How can I restore the ngnix directory in /etc/nginx ? I did these commands: sudo su rm -rf /etc/nginx I want to get again /etc/nginx directory. how? I tried this to re-install…
Gowri Naidu R
  • 1,594
  • 2
  • 11
  • 15
101
votes
5 answers

How to add RSA key to authorized_keys file?

I've created an RSA public key and I want to add that to authorized_keys file, but there is no such file in my Ubuntu 11.10 machine. How can I add the key to authorized_keys?
Raji A C
  • 1,910
  • 4
  • 22
  • 30
91
votes
3 answers

Ubuntu - Run command on start-up with "sudo"

I would like to run a sudo command when Ubuntu starts up (before anyone logs in): sudo searchd How would I do this?
Mark Willis
  • 1,631
  • 1
  • 13
  • 23
45
votes
10 answers

Installing IDEA on Ubuntu 11.10

I am trying to install IDEA on Ubuntu 11.10. First, I installed openjdk-7-jdk. Then I tried running the idea.sh file as instructed. However it complains: ERROR: cannot start IntelliJ IDEA. No JDK found to run IDEA. Please validate either IDEA_JDK,…
missingfaktor
  • 86,952
  • 56
  • 271
  • 360
39
votes
6 answers

git gui and gitk not present after installing git

I am using Ubuntu 11.10 and have just installed git using sudo apt-get install The basic git commands seem to work. (I have created a repository and added a directory structure to it.) But not git gui or gitk. This is what I…
OtagoHarbour
  • 3,471
  • 6
  • 40
  • 75
36
votes
6 answers

How to batch resize images in Ubuntu recursively within the terminal?

I have multiple images stored in a set of organized folders. I need to re-size those images to a specific percentage recursively from their parent directory. I am running Ubuntu 11.10 and i prefer learning how to do that directly from the terminal.
CompilingCyborg
  • 4,494
  • 12
  • 41
  • 60
30
votes
14 answers

Ubuntu error with apache: (98)Address already in use

I am getting this error when I try to start Apache in Ubuntu. (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80 no listening sockets available, shutting down Unable to open logs Action 'start' failed. I have this in…
SilverNightaFall
  • 3,690
  • 10
  • 31
  • 45
28
votes
5 answers

Unable to configure Android With Ubuntu 11.10

I am new to Android and trying to setup Android Development Environment. I have followed the steps given in the official documentation but I am still getting the error below: [2011-11-08 22:24:39 - …
Anand Chavan
  • 4,268
  • 4
  • 20
  • 25
24
votes
3 answers

Ubuntu and undefined symbol for SSLv2_method

Is Canonical renaming symbols in their package version of openssl, and if so for what purpose? When I compile openssl-1.0.0e.tar.gz (downloaded from openssl.org directly) from scratch I see the necessary symbol, but Python (and I) can't seem to…
Setjmp
  • 23,834
  • 23
  • 67
  • 90
24
votes
2 answers

error: package com.sun.tools.javac.util does not exist

I'm trying to run my play 2.0.1 application on Ubuntu 11.10 and when I visit domain.com:9000 I get this error in terminal: info] Compiling 4 Scala sources and 6 Java sources to…
locrizak
  • 11,687
  • 11
  • 56
  • 80
23
votes
2 answers

Django + uWSGI via NGINX on Ubuntu 11.10

I'm trying do deploy a django project. I tried a lot of tutorials, but had no luck. I use a new clean Ubuntu 11.10. I've performed apt-get install nginx apt-get install uwsgi service nginx start I've created folder /deploy/project1 and put there…
f1nn
  • 6,159
  • 20
  • 64
  • 88
20
votes
3 answers

mouse wheel isn't scrolling in tmux

It scrolls ok in vim but not in tmux. I followed suggestions like adding set -g history-limit 1000 set -g terminal-overrides 'xterm*:smcup@:rmcup@' setw -g mode-mouse on set-window-option -g mode-mouse on to .tmux.conf but none of them helped All I…
Michael Durrant
  • 84,444
  • 83
  • 284
  • 429
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
4 answers

arm-linux-androideabi-gcc is unable to create an executable - compile ffmpeg for android armeabi devices

I am trying to compile ffmpeg for android armeabi devices. I am following tutorial by roman10.net His given build script builds ffmpeg for armv7-a devices. I want to build it for armeabi. My ultimate aim is to run ffmpeg commands on android…
Chaitanya Chandurkar
  • 2,120
  • 3
  • 23
  • 41
1
2 3
16 17