Tagged Questions

For issues relating to using Ubuntu, version 9.10.

learn more… | top users | synonyms

29
votes
1answer
21k views

Howto Uninstall RVM [closed]

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.
10
votes
4answers
4k views

Basic bash script variable declaration - command not found

This seems like such a simple question I'm embarrassed to ask it: test.sh #!/bin/bash STR = "Hello World" echo $STR when I run sh test.sh I get this: test.sh: line 2: STR: command not found ...
9
votes
2answers
7k views

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 = ...
9
votes
2answers
4k views

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 ...
7
votes
2answers
5k views

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.
7
votes
2answers
1k views

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 ...
7
votes
8answers
294 views

Is it possible to have a common pointer between 2 different programs on the same computer

I need 2 different programs to work on a single set of data. I have can set up a network (UDP) connection between them but I want to avoid the transfer of the whole data by any means. It sounds a ...
5
votes
1answer
509 views

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 ...
5
votes
5answers
1k views

How can I correct corrupted $PYTHONPATH?

When trying to launch Mercurial(hg) after a restart in my Ubuntu 9.10 Linux Box I got following message: abort: couldn't find mercurial libraries in [/usr/bin ...
4
votes
2answers
3k views

How do I configure multiple Ubuntu Python installations to avoid App Engine's SSL error?

I have Karmic Koala which has Python 2.6 installed by default. However I can't run any Python App Engine projects because they require Python 2.5 and python ssl. To install ssl I installed ...
4
votes
1answer
4k views

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 ...
3
votes
7answers
4k views

eclipse 3.5.1 (Galileo) with ubuntu 9.10 (Karmic) busted! Can not install maven2 plugin! (Or any other plugin)

I see a lot of stuff online related to fixing buttons that can't be pressed, and fixing network issues with proxies. This seems like a different problem to me, related to jem.util.0.0.0 in the case ...
3
votes
1answer
2k views

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 ...
3
votes
3answers
211 views

finding the source codes in order to learn to program

I just installed ubuntu on my PC, and now I wish to browse into some code. As a starting point I wana see the GLCells screen saver source code How/where can i find the source code of the GLCells. In ...
3
votes
1answer
381 views

starting tomcat as a service isn't logging in catalina.out

Pretty simple: When I run startup.sh or shutdown.sh information is logged into catalina.out When I run it as a service (i.e. sudo service tomcat6 start/stop) nothing is written to that log. Is it ...
2
votes
3answers
1k views

SQLite3 database or disk is full / the database disk image is malformed

My database is about 25 MB, and I've verified that the username accessing it, as well as the file permissions haven't changed in months. I'm having a problem where queries are failing due to a ...
2
votes
2answers
143 views

Command line for Ada version?

I am looking for a command line to check for the version of my Ada installation. Any help ?
2
votes
1answer
97 views

what packages do I need to install on Ubuntu to get ruby-opengl to compile?

I am trying to use the ruby-opengl package, when I install it the compliler complains that it cannot find the correct header files. What Ubuntu packages (9.10) do I need to make this work?
2
votes
1answer
935 views

How do I set up derby in eclipse on Ubuntu?

The question basically says it all. I'm trying setup up JavaDB on my virtualbox running Ubuntu 9.10. I have the package downloaded and installed through the package manager, which I believe is the ...
2
votes
2answers
618 views

-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 ...
2
votes
2answers
1k views

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 ...
2
votes
2answers
4k views

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 ...
2
votes
3answers
2k views

Ruby server very slow outside localhost (teambox)

I just installed TeamBox on my Ubuntu 9.10 server. I have it up and running on port 3000 using the provided server script. It's running extremely slow, up to 30 seconds per HTTP request when ...
2
votes
3answers
535 views

PVM terminates after Adding Host

On Ubuntu 9.10 using PVM 3.4.5-12 (the PVM package when you use apt-get) The program terminates after adding a host. laptop> pvm pvm> add bowtie-slave add bowtie-slave terminated laptop> ...
2
votes
1answer
295 views

Can I run Ubuntu Enterprise Cloud on Sun sparc servers?

I would like to deploy a private cloud using Ubuntu Server 9.10. There is a -sparc iso available here. My question is if any of the cloud packages included in 9.10 will work on sparc hardware? A ...
2
votes
5answers
459 views

What is the best Installation Guide for installing Rails on Ubuntu 9.10?

I have a clean install of Ubuntu 9.10. I want to install Ruby 1.8, RubyGems and Rails. The install usually fails when trying to get or update RubyGems. Sorry for the lack of details, I have gotten ...
2
votes
1answer
544 views

Weird pynotify behaviour in Ubuntu 9.10

I wrote a small app and I am using pynotify to show some messages to the user. It all works fine here in arch, but when I tested it in Ubuntu, the behaviour was very weird. Because of the way Ubuntu ...
1
vote
1answer
825 views

RuntimeError: -ERR Unknown Command running redis gem on Ruby

The environment: Ubuntu 9.10 (run within VirtualBox) Ruby v1.8.7 Redis gem v2.0.6 On irb, when I try to initialize Redis I get a RuntimeError. Here's a snippet: irb(main):001:0> require ...
1
vote
1answer
232 views

unoconv error 1287 / ErrorCodeIOException on jaunty

I installed openoffice headless on jaunty, but unoconv won't work via SSH. Any idea? unoconv: UnoException during conversion in <class '__main__.com.sun.star.task.ErrorCodeIOException'>: ...
1
vote
1answer
819 views

how to have login in WebSVN

Can some one tell me how to do I enable LOGIN function for WebSVN in Ubuntu 9.1? I was tasked to create a SVN for my team, and the following is one of the link i followed which helped me successfully ...
1
vote
1answer
624 views

UDP sockets in ad hoc network (Ubuntu 9.10)

I am using BSD sockets in Ubuntu 9.10 to send UDP packets in broadcast with the following code: sock_fd = socket(PF_INET,SOCK_DGRAM,IPPROTO_UDP); ...
1
vote
1answer
299 views

Error in requiring Sinatra gem

I'm having a hard time getting Sinatra running on my local setup, Ubuntu Karmic 9.10. The error getting thrown when I have require 'sinatra' is: NoMethodError: undefined method `[]' for nil:NilClass ...
1
vote
2answers
1k views

pythonpath issue? “python2.5: can't open file 'dev_appserver.py': [Errno 2] No such file or directory”

I added this line to my .bashrc (Ubuntu 9.10): export PYTHONPATH=/opt/google_appengine/ And then I ran the dev_appserver through python2.5 on Ubuntu like this: $ python2.5 dev_appserver.py ...
1
vote
2answers
844 views

php (rar) i want to rar a folder using rar on Ubuntu (linux) by php (on dedi server) noob

hey guyz i want rar (not tar) my folder on my server by using php RAR RAR 3.93 Copyright (c) 1993-2010 Alexander Roshal 15 Mar 2010 Registered to my real name OS Ubuntu ...
1
vote
4answers
1k views

Git checking out problem [fatal: early EOFs]

I'm running a Ubuntu (9.10) server with Git (latest from Ubuntu package manager) installed. Access to the Git is via SSH. On windows machines, I'm using Cygwin to push/pull code. I can push my ...
1
vote
2answers
126 views

Caching Mysql database for better performance

I'm using Amazon cloud and I've performance issue since the HDD is not located on my machine. My database is small (~500MB) and I can afford to keep it all in my RAM. I do not want to keep queries in ...
1
vote
1answer
665 views

QT4 GDB debugger doesn't link to shared libraries on Ubuntu

I'm new to UNIX and QT4 but ubuntu is coming along. My first QT4 project links a simple test app to a shared dll of ported code. I am able to build the application using QT Creator and to run it ...
1
vote
1answer
845 views

Facing problem with running configuring environment for cucumber / rspec on ubuntu

I'm trying a basic RSpec / Cucumber tutorial given here However, when I run the command "script/cucumber features", I get the following error and am not able to proceed further. Using the default ...
1
vote
2answers
989 views

Eclipse (on Ubuntu) do not have jsp, html and other web-files template

I installed Eclipse using Synaptic Package Manager (Ubuntu 9.10). However, my Eclipse does not have any HTML template (in New dialog) or JSP template. How can I fix it so that I will have some HTML ...
1
vote
1answer
253 views

Mysql on the command line (can't use all keyboard buttons)

Using mysql directly from the command line (running on Ubuntu 9.10, standard bash terminal), I am unable to use certain keyboard buttons like: Delete, Control-(arrow right), Control-(arrow left) ...
1
vote
1answer
795 views

Mono Winforms application in Linux: some text is not displayed

In general, I have been having difficulties porting my .NET Windows Forms applications created in Visual Studio 2008 to Mono/Linux. The problem is that sometimes, some types of text do not get ...
1
vote
1answer
1k views

Install Maven2 on Karmic

Is there a .deb for Maven2 on Karmic Koala? I see maven2, but it has 100+MB of dependencies (!). Is there a package that is only mvn and none of those dependencies?
1
vote
4answers
3k views

G++ not finding <iostream.h> in Ubuntu

I just installed Ubuntu and tried making the famed "Hello World" program to make sure that all the basics were working. For some reason though, g++ fails to compile my program with the error: "'cout' ...
1
vote
2answers
1k views

Tomcat runs but complains about missing server.xml

I'm using ubuntu 9.10 and I installed java and tomcat using the package manager. When I went to run startup.sh, it first complains about catalina.out not being there and not being writable. I fixed ...
1
vote
3answers
2k views

Check if key is pressed using python (a daemon in the background)

I've created a python script in which an event needs to be executed each time I press the Super (or WinKey) on my keyboard. How can one achieve this without the python process being "focused" - as it ...
0
votes
1answer
46 views

bash sort ignoring non-alpha characters

I'm trying to extract a list of unique tags from a tagged-text file. Tags are delimited by angle brackets, and each tag name starts with a colon: <:ttx>, <ol_2> and so on. I started by ...
0
votes
0answers
18 views

Couldn't find package gtk-recordmydesktop in Ubuntu 9.10

I am trying to install gtk-recordmydesktop in ubuntu 9.10, but I get the message Couldn't find package gtk-recordmydesktop How should I install gtk-recordmydesktop? Is there an alternative to ...
0
votes
0answers
17 views

How can I install NUnit on Ubuntu?

I am trying to install NUnit (C# unittest) on Ubuntu 9/10 (Karmic Koala). It even shows up in the package manager, but on compiling, I get > gmcs iterators.cs -v error CS0246: The type or ...
0
votes
1answer
312 views

Selenium 2 hub starts but throws 404 when trying to access console

Starting hub on remoteservernode.com moi@remote$ java -jar selenium-server-standalone-2.0rc2.jar -role hub Jun 18, 2011 4:32:25 PM org.openqa.grid.web.Hub loadGrid1Config INFO: Did not find a Grid ...
0
votes
2answers
192 views

Rails using old version of Ruby even when I have updated it

I have a ubuntu machine with Ruby 1.8 installed. I copied my Rails application to it, and did bundle install. It installed everything fine. The application requires Ruby 1.9, so I downloaded the Ruby ...

1 2