Questions tagged [ubuntu-10.10]

For issues relating to using Ubuntu, version 10.10.

Ubuntu is a desktop and server operating system based on Debian GNU/Linux. Note that http://askubuntu.com is specifically dedicated to Ubuntu questions.

188 questions
8
votes
4 answers

An error occurred while installing nokogiri (1.5.2)

When I try to run a ruby on rails project I got an error: An error occurred while installing nokogiri (1.5.2), and bundle cannot continue. Make sure that 'gem install nokogiri -v 1.5.2 succeed before building. I'm working on Ubuntu 10.10 My…
xoum89
  • 79
  • 1
  • 1
  • 6
7
votes
2 answers

How to modify color of inactive line in code assist in Eclipse?

First of all, there is already a similar question, but these answers don't help. As already mentioned in the topic, I'd like to modify the color of the inactive line in code assist (without changing other areas) because white on light grey…
Bevor
  • 8,396
  • 15
  • 77
  • 141
7
votes
3 answers

installing rubymine on ubuntu

I'm new to ubuntu, and installed rubymine as they say on site, after installation I didn't find any app shortcut or new files, so for now I'm running the using the same script I wrote to install it, and I really don't like it, the files are in my…
Chen Kinnrot
  • 20,609
  • 17
  • 79
  • 141
7
votes
2 answers

RVM not found, after installing RVM

I've found a couple similar posts regarding this same problem, but none of the solutions seem to apply, here. On a fresh Ubuntu 10.10 install, I follow the instructions for installing RVM: $ bash < <( curl…
pstack
  • 73
  • 1
  • 1
  • 6
6
votes
2 answers

Intellij right click context menu problems in Ubuntu

I have a problem exactly described in http://devnet.jetbrains.net/thread/292434;jsessionid=771E7DC3F119EA0C822164B3A4556372?tstart=0 however I am just using the plain Intellij with Ubuntu. OS: Linux-Ubuntu-10.10 (32 bit)- Latest Desktop Manager :…
Kannan Ekanath
  • 16,759
  • 22
  • 75
  • 101
6
votes
1 answer

Install Subversion on Ubuntu with NGINX, not Apache

I'm using Ubuntu 10.10 and I could like to install Subversion. I don't need http access to the files and I would like to use SSH. The majority of the examples I've seen on how to install Subversion use Apache. I don't want to install Apache on my…
avatar
  • 12,087
  • 17
  • 66
  • 82
6
votes
1 answer

Problems installing PyCurl on python2.7.0+

pycurl installs fine on python2.6 but i get the following error when I try to install in on 2.7 via easy_install on maverick $ sudo easy_install pycurl install_dir /usr/local/lib/python2.7/dist-packages/ Searching for pycurl Reading…
agentargo
  • 401
  • 5
  • 17
6
votes
2 answers

How to run C++ binaries on NTFS in Ubuntu 10.10?

Just installed Ubuntu 10.10. Previously I had Ubuntu 10.04. I have a shared partition between Ubuntu and Windows which is NTFS. I store my development files (Eclipse C++ project files) in that partition. So here is the problem: with 10.04 everything…
Robertas
  • 1,164
  • 3
  • 11
  • 26
5
votes
3 answers

rvmsudo : command not found

I am following this great post to configure my rails production server on ubuntu 10.10 : rails production When I want to execute the command : rvmsudo passenger-install-nginx-module I get the error : rvmsudo : command not found Can anybody help me…
obo
  • 1,652
  • 2
  • 26
  • 50
5
votes
2 answers

RUBYLIB Environment Path

So currently I have included the following in my .bashrc file. export RUBYLIB=/home/git/project/app/helpers I am trying to run rspec with a spec that has require 'output_helper' This file is in the helpers directory. My question is that when I…
Robin
  • 737
  • 2
  • 10
  • 23
5
votes
3 answers

Setting up G++ or ICC for mpi.h on Ubuntu

I have never done any major programing outside of VS08. I am trying to compile a program called LAMMPS with either of the two relevant make files. One calls g++ and the other calls icc (Intel's compiler). icc produces this error: icc -O…
Mikhail
  • 7,749
  • 11
  • 62
  • 136
5
votes
2 answers

Installing OpenSSL on Ubuntu for Rails development?

I am running the latest RVM on Ubuntu 10.10 and I managed to get most of the development environment running, except for OpenSSL. When I try to install the package I get the following error: $ rvm package install openssl > error ERROR: Error running…
Pablo
  • 2,054
  • 8
  • 30
  • 56
5
votes
1 answer

Too many open files using child_process

I get the following error only on my Rackspace Ubuntu Maverick instance...but not on my local Ubuntu Lucid VM: pipe(): Too many open files pipe(): Too many open files child_process.js:223 var fds = this._internal.spawn(path, …
mkrecny
  • 493
  • 4
  • 11
5
votes
1 answer

Cross compile x86_64 on i686 system on Ubuntu with distcc

I am attempting to setup a small build cluster at home using distcc. There are two x64 systems and 1 i686 systems. All systems are running Ubuntu 10.10 and are up to date. The system that is initiating the build is x64. Distcc works fine between the…
Jesse Vogt
  • 16,229
  • 16
  • 59
  • 72
5
votes
1 answer

Installing git-flow on Ubuntu 10.10 fails silently

I'm trying to install gitflow using the directions on the github readme a la : wget -q -O - https://github.com/nvie/gitflow/raw/develop/contrib/gitflow-installer.sh | sudo sh And it's failing silently...just back to the prompt. Any ideas?
Webjedi
  • 4,677
  • 7
  • 42
  • 59
1
2
3
12 13