View Single Post
  #2 (permalink)  
Old March 7th, 2005
zab zab is offline
Connoisseur
 
Join Date: May 16th, 2004
Location: Big Apple
Posts: 266
zab is a great assister to others; your light through the dark tunnel
Default

How can you tell that the downloading goes on if the program is frozen?

To help us diagnose the problem, do the following:

1. open a terminal
2. start limewire from the terminal
3. open another terminal
4. type "ps ax|grep LimeWire". This will output something similar to this:

1456 pts/0 Sl+ 0:06 java -Dorg.apache.commons.logging.Log=org.apache.commons .logging.impl.NoOpLog -Djava.library.path=. -jar LimeWire.jar
1534 pts/1 S+ 0:00 grep LimeWire

Except that the numbers will be different. The number on the top left will be the number of the limewire process.

5. In the same terminal, type "kill -QUIT <number from previous step>"
6. Something will be printed in the first terminal. Copy that and post it here please.

This will help us find out why LimeWire is freezing. Thanks in advance.
Reply With Quote