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

Ubuntu command to restart OpenERP6.1 server after modifying a particular module

I am working with OpenERP6.1. Does anyone know how to restart OpenERP6.1 server after modifying a particular module, to see the effect of changes made to that particular module? I can get the changes reflected by upgrading the module, but that takes…
Alchemist777
  • 1,621
  • 5
  • 21
  • 31
0
votes
1 answer

Firefox vs. Chrome CSS lining up issue

(see attached jsfiddle, screenshots; running browsers on Ubuntu 11.10) There seems to be some kind of a lining up issue when I try to put divs into other divs. I don't know how exactly to explain, so please see below screenshot & you can also check…
Ringo Blancke
  • 2,444
  • 6
  • 30
  • 54
0
votes
2 answers

CSS font looks weird in opera

So, I'm developing a website that uses a custom font via the Google webfonts system. In Firefox and Chrome all the fonts look fine. But in Opera 11.62 running on Ubuntu 11.10, 15px Lato looks really weird: https://i.stack.imgur.com/dsNJf.png . The…
John Stimac
  • 5,335
  • 8
  • 40
  • 60
0
votes
1 answer

RVM won't install on Ubuntu 11.10

I'm running Ubuntu 11.10 and I'm trying to install RVM. I enter "bash < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)" and then press enter, and nothing happens. It pauses for a second and then returns to the…
Jason W.
  • 153
  • 1
  • 4
  • 10
-1
votes
1 answer

Why is vim -t ctags not enough? I cannot jump to the function I want

ctags -R dirName, vim -t tags is very powerful, since after these two commands, you can now have the ability to navigate between code of that project, for example you can just jump to the code of certain function using :tag functionName, but this…
thinke365
  • 1,305
  • 3
  • 14
  • 22
-1
votes
1 answer

Not able to install RVM

I am new to ruby programming and want to install RVM. I have followed steps provided in https://rvm.beginrescueend.com/rvm/install/, but i am not able to install it perfectly During my installation i have followed steps as given below STEP1 =>…
Jeet
  • 1,350
  • 1
  • 15
  • 32
-1
votes
2 answers

Reinstalling Vim

I'm trying to reinstall vim in ubuntu 11.10, but am having trouble. From the software center I click on install, and I get the error message: "Failed to download package files. Check your internet connection". My internet connection is fine. Then, I…
AndroidDev
  • 20,466
  • 42
  • 148
  • 239
-1
votes
1 answer

Sublime Text won't work on Ubuntu 11.10

I used the PPA repository, and followed the instructions exactly to install sublime text. However, when I try to open it from Applications, I get a "This build of Sublime Text 2 has expired" message. I tried removing it and reinstalling, but it…
Phylth
  • 368
  • 2
  • 14
-1
votes
3 answers

EOF not working in while loop for getchar() in Ubuntu 11.10

#include #ifndef EOF #define EOF (-1) #endif int main(void) { int nb, nl, nt, c; nb = 0; nl = 0; nt = 0; while ((c = getchar()) != EOF){ if (c == ' ') ++nb; else if (c == '\n') …
Mux
  • 11
  • 2
-1
votes
1 answer

Change the default folder permissions ubuntu

I am new to Linux, What bothers me is when i'm on my ruby on rails project and when i generate a controller or any file. If i looking into the file browser, it has a lock symbol. so, i have to do chmod 757 -R file everytime. So, is there anyway to…
Mirage
  • 1,477
  • 16
  • 28
-1
votes
1 answer

Where are the ILU and ILUT libraries after a successful build of DevIL for Ubuntu on ARM machine?

I am trying to port an application that makes use of the DevIL library to open and save images. The application was developed under Ubuntu 10.04 on a PC, where libdevil-dev and libdevil1c2 were installed automatically form the Software Center. Now…
ysap
  • 7,723
  • 7
  • 59
  • 122
-1
votes
1 answer

Display classic view in Ubuntu 11.10

I have installed Ubuntu 11.10 OS.By default it displays its stylish display.I want to configure it to display classic view which will display the task bar and the menu, to display all programs. can anybody can tell, the steps to configure, for…
Sitansu
  • 861
  • 2
  • 14
  • 24
-2
votes
1 answer

Folder and file permissions and in back-up hard drive not the same

I am using ubuntu 11.10. I have several files and folders in a particular folder. The list of files and folders in that folder is shown below. I have backed-up all these folders and files into external hard-drive. I used rsync command to do the back…
Vijay
  • 965
  • 5
  • 13
  • 27
-2
votes
1 answer

adding a line at the end of a bash file

-bash: /root/.bashrc: line 100: conditional binary operator expected -bash: /root/.bashrc: line 100: syntax error near `"$HOME/.rvm/scripts/rvm"' -bash: /root/.bashrc: line 100: `[[ -s "$HOME/.rvm/scripts/rvm"]] && source "$HOME/.rvm/scripts/rvm"…
Monakists
  • 1
  • 2
-2
votes
1 answer

Using OpenCV installed on a system on a remote server- ubuntu

I have asked a similar question but I didn't get much from that one. I'm trying to compile C++ codes on a remote server. I need OpenCV library but its not installed on the server. Is there any way to use the libraries installed on my own system to…
soroosh.strife
  • 1,181
  • 4
  • 19
  • 45
1 2 3
16
17