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
3
votes
1 answer

How to add other languages to TeX

In MediaWiki if you add in formulas non english text it cuts. For example if you write \text{щfбb} (щ and б russian (cyrillic) symbols) output will be fb not щfбb.
Artem P
  • 5,198
  • 5
  • 40
  • 44
3
votes
1 answer

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 logging somewhere else? Is it logging at all? This is…
aarona
  • 35,986
  • 41
  • 138
  • 186
2
votes
1 answer

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?
John F. Miller
  • 26,961
  • 10
  • 71
  • 121
2
votes
2 answers

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 right to go about it. I have also installed the…
Everett
  • 1,077
  • 5
  • 23
  • 42
2
votes
3 answers

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> Current Configuration only $PVM_RSH = bin/usr/ssh I can ssh…
Tyug
  • 443
  • 2
  • 7
  • 21
2
votes
1 answer

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 search for sparc on the Eucalyptus forums yields no…
ERR0
  • 635
  • 4
  • 18
2
votes
5 answers

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 stuck on a number of fronts. What is the best,…
Daryn
  • 3,394
  • 5
  • 30
  • 41
2
votes
3 answers

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 and JSP templates overthere?
Phương Nguyễn
  • 8,747
  • 15
  • 62
  • 96
2
votes
1 answer

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 shows notifications (as what seems to be a rip of…
Flávio Amieiro
  • 41,644
  • 8
  • 32
  • 24
2
votes
4 answers

G++ not finding 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' is not a member of 'std'". I've installed the…
Everett
  • 1,077
  • 5
  • 23
  • 42
2
votes
3 answers

NumPad keys dont work

I had this problem on the virtual box virtual machine running Ubuntu, that some times, the numpad keys worked and some times they didn't. I thought it was some bug, or some issue with the guest additions, or even that it was related to starting the…
Vetras
  • 1,609
  • 22
  • 40
1
vote
1 answer

Bootup linux kernel profiling tool including kexec?

Apart from OProfile, what tools do you recommend that I can use to profile my linux kernel while booting up? I use kexec in Ubuntu server 9.04. OProfile doesn't seem to do the desired work for me, or at least I don't seem to be able to run it. Any…
Louis
  • 1,265
  • 1
  • 15
  • 22
1
vote
1 answer

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>, and so on. I started by adding a line-break after each >, then tried sort. The results…
1
vote
1 answer

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 'rubygems' => true irb(main):002:0> require 'redis' WARNING:…
rtorres
  • 2,601
  • 3
  • 27
  • 33
1
vote
1 answer

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 : ERROR: The provided document cannot be converted to the…
wiemann
  • 395
  • 1
  • 4
  • 11