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
153
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
  • 23,342
  • 38
  • 121
  • 218
150
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,964
  • 2
  • 13
  • 15
129
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
  • 2,261
  • 4
  • 26
  • 31
94
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,711
  • 1
  • 14
  • 23
47
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
  • 90,905
  • 62
  • 285
  • 365
43
votes
6 answers

Git GUI and gitk is not present after installing Git

I am using Ubuntu 11.10 (Oneiric Ocelot) 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,969
  • 6
  • 43
  • 81
41
votes
9 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,760
  • 13
  • 44
  • 61
40
votes
15 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
  • 4,100
  • 10
  • 34
  • 46
29
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
  • 12,192
  • 12
  • 60
  • 80
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,338
  • 6
  • 23
  • 27
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
  • 27,279
  • 27
  • 74
  • 92
23
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
  • 93,410
  • 97
  • 333
  • 497
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,989
  • 24
  • 69
  • 92
14
votes
4 answers

After using `exec 1>file`, how can I stop this redirection of the STDOUT to file and restore the normal operation of STDOUT?

I am a newbie in shell scripting and I am using Ubuntu-11.10. In the terminal after using exec 1>file command, whatever commands I give to terminal, its output doesn't get shown in terminal. I know that STDOUT is getting redirected to the file, the…
pawan vinayak
  • 185
  • 1
  • 2
  • 11
14
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,142
  • 3
  • 24
  • 43
1
2 3
16 17