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
7
votes
8 answers

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 little absurd but is it possible to share some kind…
user269037
  • 550
  • 2
  • 7
  • 15
7
votes
2 answers

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 that and it doesn't complain about that (why isn't…
aarona
  • 35,986
  • 41
  • 138
  • 186
6
votes
2 answers

Command line for Ada version?

I am looking for a command line to check for the version of my Ada installation. Any help ?
Arkapravo
  • 4,084
  • 9
  • 37
  • 46
6
votes
2 answers

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 python2.5-dev first while following some instructions I…
Linc
  • 673
  • 2
  • 11
  • 16
6
votes
5 answers

How can I correct a 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 /usr/local/lib/python2.6/dist-packages/vipy-0.4-py2.6.egg…
Kenny Meyer
  • 7,849
  • 6
  • 45
  • 66
5
votes
7 answers

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 of maven2 or needed libs for other plugins. The…
Denali Lumma
  • 319
  • 6
  • 14
5
votes
6 answers

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 project code onto the server but when I do a clone or…
Style
  • 155
  • 1
  • 1
  • 9
5
votes
3 answers

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 connecting from another computer. I used links to load up…
ncatnow
  • 833
  • 1
  • 12
  • 19
5
votes
1 answer

Where is the library for 'dlsym'

I am getting this linker error: system/core/libacc/tests/main.cpp:42: error: undefined reference to 'dlsym' Can you please tell me where is the library on ubuntu 9.10 which contains the library for 'dlsym'? Thank you.
hap497
  • 154,439
  • 43
  • 83
  • 99
5
votes
4 answers

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 is running in the background waiting for the key…
torger
  • 2,308
  • 4
  • 28
  • 35
4
votes
1 answer

perf annotate doesn't always give output

I am using perf tool in linux. I don't usually get an output when I do 'perf annotate' ! . If I do 'perf report' then I do get the desired report. I could successfully get the annotate output for my code only once ! and now it keeps giving me a…
Louis
  • 1,265
  • 1
  • 15
  • 22
4
votes
1 answer

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 setup my first…
Dave
  • 147
  • 2
  • 3
  • 6
3
votes
1 answer

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); //sock_fd=socket(AF_INET,SOCK_DGRAM,0); receiver_addr.sin_family = PF_INET; …
Ekhiotz
  • 33
  • 3
3
votes
2 answers

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 guestbook/ python2.5: can't open file 'dev_appserver.py':…
Linc
  • 673
  • 2
  • 11
  • 16
3
votes
5 answers

How to confirm that swing is installed

In Ubuntu 9.10 is there any way to confirm/ check if swing is installed and thus check its version!
Arkapravo
  • 4,084
  • 9
  • 37
  • 46