aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2

Author Topic: can't start  (Read 5848 times)

k4be

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
can't start
« on: March 26, 2005, 07:59:16 PM »

i installed amule (it was really hard job) and it doesn't start... only jumping amule icon appears for few seconds and nothing else.. :( i can't describe it clearly because my english is not so good :|

how to change 'Slackware' from my info? I'm using Knoppix now.
« Last Edit: March 26, 2005, 08:00:03 PM by k4be »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: can't start
« Reply #1 on: March 26, 2005, 08:44:56 PM »

huh?

well to change slackware, go to profile and tehn edit...

knoppix is based on debian, how did you install it?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

k4be

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: can't start
« Reply #2 on: March 27, 2005, 11:24:05 AM »

i deleted amule, ot it with 'apt-get install amule' and still doesn't work... what to do?
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: can't start
« Reply #3 on: March 27, 2005, 11:55:52 AM »

check if you still have a
.eMule fie in your home dir, from teh last time amule ran...

if so delete it, but realy check close since its a hidden file
ls -la
shows them all.
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

k4be

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: can't start
« Reply #4 on: March 27, 2005, 12:05:37 PM »

this file does not exist, i also tell that amule has never been running before - it simply can't start.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: can't start
« Reply #5 on: March 27, 2005, 01:57:26 PM »

how do you start amule?

can you start it from console and tell me the backtrace taht it gives?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

k4be

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: can't start
« Reply #6 on: March 27, 2005, 02:19:16 PM »

Code: [Select]
root@d1:~# amule
amule: error while loading shared libraries: libssl.so.0: cannot open shared object file: No such file or directory
root@d1:~#
If i start with shortcut, it seems to run normally, but nothing appears. File libssl.so is in /usr/lib.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: can't start
« Reply #7 on: March 27, 2005, 02:21:55 PM »

well it does not appear because of that error ;)

can you install openssl-devel and restart?
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

k4be

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 8
Re: can't start
« Reply #8 on: March 27, 2005, 02:28:51 PM »

i installed it from slackware packages and from net, nothing changed.
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: can't start
« Reply #9 on: March 27, 2005, 02:40:23 PM »

There is probably a missing link, for some reason:
$ ls -l /usr/lib/libssl.so
lrwxrwxrwx  1 root root 26 Dec 14 20:01 /usr/lib/libssl.so -> ../../lib/libssl.so.0.9.7a

So, what I suggest is:

1) find libssl.so.0. In my case:

$ whereis libssl.so.0
libssl.so: /lib/libssl.so.4 /usr/lib/libssl.so

$ ls -l /lib/libssl.so.*
-rwxr-xr-x  1 root root 213600 Oct  5 10:01 /lib/libssl.so.0.9.7a
lrwxrwxrwx  1 root root     16 Jan 16  2004 /lib/libssl.so.4 -> libssl.so.0.9.7a

2) Add a link for it, if it does not exist:
$ ln -s /lib/libssl.so.0.9.7a /usr/lib/libssl.so
$ ln -s /lib/libssl.so.0.9.7a /lib/libssl.so.4

3) re-run aMule and see what is the next error message. What? You thought it would be easy? :) Your system has some brain damage, don't be surprised...

Cheers!
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: can't start
« Reply #10 on: March 27, 2005, 03:42:55 PM »

btw ...when you run knoppix you cannot use your slackware packages anymore!!!!!!!!!!
Logged
In its default setup, Windows XP on the Internet amounts to a car
parked in a bad part of town, with the doors unlocked, the key in
the ignition and a Post-It note on the dashboard saying, "Please
don't steal this."

wolf4914

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Similar situation
« Reply #11 on: April 01, 2005, 03:36:51 AM »

Hi ! I had amule running fine in Mandrake 10.1 but it was hanging my cable modem every 2-3 hours - I changed the number of connections per 5 sec from 20 to 10 and on the next login it will hang on me.\
  Then I removed it and reinstalled. On a new install it crashes with this backtrace:
[vadim@localhost vadim]$ amule
Initialising aMule
Userhash loaded: AB1ED3D3B00EEC3F48B007D3BD576FA0
Caught unknown exception on CKnownFileList::Init()
*** UDP socket at 4665
*** reading servers
Loading temp files from /home/vadim/.aMule/Temp.
Empty dir /home/vadim/.aMule/Incoming/ shared
AICH Thread: Syncronization thread started.
AICH Thread: Masterhashes of known files have been loaded.AICH Thread: No new files found.
AICH Thread: Thread terminated.
*** TCP socket at 4662
ListenSocket: Ok.
*** UDP socket at 4672
Segmentation fault (core dumped)
 The client itself also says on a startup (I can see GUI for 2-3 sec )
External connections disabled in aMule.config file and that  server.met file was not lo I checked my .aMule directory  and here is the output:
[vadim@localhost .aMule]$ ls -al
total 32
drwx------   4 vadim vadim 4096 0@ 31 20:18 ./
drwxr-xr-x  45 vadim vadim 4096 0@ 31 20:18 ../
-rw-r--r--   1 vadim vadim  365 0@ 31 20:15 cryptkey.dat
drwxr-x---   2 vadim vadim 4096 0@ 31 20:15 Incoming/
-rw-r-----   1 vadim vadim    0 0@ 31 20:18 known2.met
-rw-r-----   1 vadim vadim    0 0@ 31 20:15 known.met
-rw-r--r--   1 vadim vadim    9 0@ 31 20:18 lastversion
-rw-r--r--   1 vadim vadim  820 0@ 31 20:18 logfile
srwx------   1 vadim vadim    0 0@ 31 20:18 muleconn=
-rw-r-----   1 vadim vadim   61 0@ 31 20:15 preferences.dat-rw-r--r--   1 vadim vadim    0 0@ 31 20:15 shareddir.datdrwxr-x---   2 vadim vadim 4096 0@ 31 20:1  
   I am pretty sure it has to do with previous installation - but can not figure it out!
    Thanks !
Logged
In a world with no doors why do you need gates or windows?

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: can't start
« Reply #12 on: April 01, 2005, 05:11:42 AM »

wolf4914,

Try to generate a gdb backtrace:
http://www.amule.org/wiki/index.php/Backtraces

Cheers!
Logged

wolf4914

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: can't start
« Reply #13 on: April 02, 2005, 12:34:06 AM »

I followed the instructions - this is the output:
Starting program:  gdb
No executable file specified.
Use the "file" or "exec-file" command.
(gdb)
/path/to/core/file/core.6815: No such file or directory.
(gdb) bt
No stack.
(gdb) bt full
No stack.
                                            ?????????????
Logged
In a world with no doors why do you need gates or windows?

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: can't start
« Reply #14 on: April 02, 2005, 12:50:11 AM »

Heh, run it like this "gdb ", for instance, I usually do this:
gdb src/amule
run

bt
Logged
Pages: [1] 2