Questions tagged [ubuntu-9.10]

For issues relating to using Ubuntu, version 9.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.

86 questions
537
votes
1 answer

How to Uninstall RVM?

Possible Duplicate: How to remove rvm (ruby version manager) from my system? How can I uninstall (or reinstall) RVM on Ubuntu 9.10? I messed up my current installation.
conbask
  • 9,741
  • 16
  • 57
  • 94
89
votes
7 answers

PHP memcached Fatal error: Class 'Memcache' not found

I've pasted the example from php.net for using memcached in php and I'm getting: Fatal error: Class 'Memcache' not found I have this in my php.ini: [memcache] memcache.hash_strategy = "consistent" memcache.max_failover_attemps =…
jpfuentes2
  • 2,085
  • 1
  • 18
  • 19
19
votes
9 answers

Error With Port 8080 already in use

Can anyone help me to solve the following case? I am trying to generate my first web site using java and working with Eclipse Galileo running on Ubuntu 9.10. Since I generate my first lines of code I haven't seen the web. All the time when I try to…
Daniel Tascón
  • 193
  • 1
  • 2
  • 7
16
votes
13 answers

Magento Installation stuck at configuration

I am not sure what is going wrong when I am trying to install magento to my local ubuntu machine. I did all the steps mentionsed in the magento wiki. Everything goes well until I reach the point where I am here which is the magento config page.…
itsandy
  • 2,798
  • 2
  • 17
  • 14
16
votes
8 answers

Mysql ERROR 1005 (HY000): Can't create table 'tmp' (errno: 13)

I'm Running Mysql on ubuntu 9.10, the process of Mysql is running as root, I'm using root account when logging to Mysql, which I gave all privileges, I'm using my own db(not mysql), I can create a table, but when i try to create Temporary table i…
koby
  • 665
  • 2
  • 6
  • 15
13
votes
2 answers

How to link Poco library(libraries) to our program in unix environment

I'm having trouble with Poco libraries. I need a simple solution to make the compilation easier. Is there any pkg-config file for Poco library to use it into our make files? Or any alternative solution? Currently I use Ubuntu GNU/Linux. I'm trying…
sepisoad
  • 2,201
  • 5
  • 26
  • 37
11
votes
5 answers

How do I display a tree of things in Bash?

How do I make a tree of all things with bash? What is the command?
pedro
  • 131
  • 1
  • 1
  • 7
10
votes
2 answers

How to disable horizontal scrolling within virtualbox on Ubuntu guest, Windows 7 host?

This post is a duplicate from superuser.com, but since I had no answers, I started to doubt it was a user question and maybe more of a programming question (because of the configuration files), so here it is: I am using Windows 7 as Host, Ubuntu…
Steven Rosato
  • 2,174
  • 1
  • 21
  • 32
9
votes
1 answer

Getting python MySQLdb to run on Ubuntu

I created a virtualbox with a fresh install of ubuntu 9.10. I am trying to get MySQLdb to run on python but I'm failing at the import MySQLdb I first tried sudo easy_install MySQL_python-1.2.3c1-py2.6-linux-i686.egg and then sudo apt-get install…
greye
  • 8,921
  • 12
  • 41
  • 46
9
votes
2 answers

Eclipse Galileo click problem on Ubuntu 9.10

I've just upgrade my Ubuntu from 9.04 to 9.10 and I'm experimenting a very annoying problem with Eclipse Galileo. The problem is that Eclipse doesn't catch some button clicks. For example, I've tried to install a plugin and I clicked on next, and…
etiennepeiniau
  • 793
  • 1
  • 6
  • 19
8
votes
5 answers

svnadmin create: Option Expected

Can someone enlighten me on this... When I uncomment the line in /etc/subversion/config store-auth-creds = no, and when I create a new repo, I see the following error: svnadmin: /etc/subversion/config:37: Option Expected I understand that that 37…
Dave
  • 147
  • 2
  • 3
  • 6
8
votes
2 answers

How can I install a new version of gcc on ubuntu

I am using ubuntu 9.10 and it comes with gcc 4.4. How can I install gcc 4.5 without screwing up my gcc 4.4. environment. I just need gcc 4.5 to compile 1 application. Thank you.
michael
  • 106,540
  • 116
  • 246
  • 346
8
votes
2 answers

Making a Ubuntu executable

i have made a program in C using the gcc compiler. Right now it has no GUI components. I am compiling it with makefile and running it in the terminal. I need to deploy it so that the executable is standalone. I want the executable to have an icon…
sfactor
  • 12,592
  • 32
  • 102
  • 152
7
votes
1 answer

Python: how can I get a thread to kill itself after a timeout?

I'm writing a multi threaded Python app that makes many TCP connections to servers. Each connection is done on a separate thread. Sometimes the thread hangs for a long time which I don't want. How can I get the thread to kill itself after some given…
VacuumTube
  • 4,021
  • 4
  • 22
  • 19
7
votes
1 answer

nfs client on ubuntu 9.10, /etc/init.d/nfs-common does not exist

This seems like a trivial problem, but I can not find a solution for several days now. I am trying to configure an nfs client on ubuntu 9.10 (64 bit). All the tutorials I've read say I need to restart a few things, such as portmap, and also…
Denali Lumma
  • 319
  • 6
  • 14
1
2 3 4 5 6