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
1
vote
1 answer

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 from…
Dan
  • 181
  • 1
  • 8
1
vote
3 answers

changed sudo path, command continues not being found

I added export PATH="/home/deltrem/Pedro - Arquivos/play/ps1/linux/pSX:$PATH" to /root/.bashrc , but sudo pSX echoes command not found.
Delirium tremens
  • 4,623
  • 9
  • 46
  • 59
1
vote
1 answer

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 Release (Karmic) kernel linux 2.6.32.2-xxxx-grs-ipv4-32…
Steve
  • 33
  • 4
1
vote
2 answers

perl TemplateToolkit - Can't locate object method "new" via package

I have inherited a web project that is perl based and I'm attempting to set up a local testing server so changes can be made internally to the project. The server architecture Ubuntu 9.10 php 5.2.10 mysql 5.1.37 perl 5.10.0-24ubuntu4 All the…
simnom
  • 2,590
  • 1
  • 24
  • 34
1
vote
2 answers

Retrieve available Wifi networks on Ubuntu

I'm starting to learn Ubuntu 9.10. How can I retrieve all available Wifi networks programmatically? Can someone give an example?
Apache
  • 1,796
  • 9
  • 50
  • 72
1
vote
2 answers

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 my RAM, i need all the tables there. How can i…
koby
  • 665
  • 2
  • 6
  • 15
1
vote
1 answer

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 from the terminal. However the embedded GDB…
1
vote
1 answer

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 profile... uninitialized constant Spec::Example…
1
vote
1 answer

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) Which gets returned to me as: ~;5C;5D respectively.…
Hooked
  • 84,485
  • 43
  • 192
  • 261
1
vote
1 answer

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 displayed; where I expect to see text there is just…
David Grayson
  • 84,103
  • 24
  • 152
  • 189
1
vote
1 answer

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?
magneticMonster
  • 2,373
  • 6
  • 30
  • 46
0
votes
1 answer

Control boot up services in Ubuntu?

How can I control what services are run when booting the system ? also I am using kexec and noticed several services are not loaded when I run kexec, how can I control those services as well ? In other words: how can I control regular boot up…
Louis
  • 1,265
  • 1
  • 15
  • 22
0
votes
1 answer

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 1.0 configuration file. Skipping Grid 1.0…
KJW
  • 15,035
  • 47
  • 137
  • 243
0
votes
2 answers

Why is Rails using an old version of Ruby even though I have updated it?

I have an 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 source, compiled, and installed it. When I do…
John
  • 1
  • 1
  • 1
0
votes
3 answers

Unknown error when executing shell script

I have the following shell script (bash script) at cron.sh file #!/bin/bash WORKON_HOME="/home/django/domains/example.com" PROJECT_ROOT="/home/django/domains/example.com/django-project/" . $WORKON_HOME/bin/activate cd $PROJECT_ROOT python…
rmaceissoft
  • 512
  • 5
  • 16