aMule Forum

English => aMule Help => Topic started by: xushi on July 09, 2005, 11:58:23 AM

Title: amuleweb won't start.
Post by: xushi on July 09, 2005, 11:58:23 AM
I'm trying to run amuleweb on 2.0.3, but during startup, it gives me an error saying it can't find the amuleweb binary
Quote
You requested to run webserver from startup, but the amuleweb binary cannot be run. please install the package containing amule webserver or compile amule using --enable-webserver and run make install

afaik it is compiled.. and its enabled in the preferences. Here's my log

Code: [Select]
2005-07-09 11:06:20:  - This is aMule 2.0.3 using wxGTK2 v2.6.1 based on eMule.
2005-07-09 11:06:20:    Running on Linux 2.6.12.2 i686
2005-07-09 11:06:20:  - Visit [URL]http://www.amule.org[/URL] to check if a new version is available.

2005-07-09 11:06:20: Loading server.met file:
2005-07-09 11:06:20: 3 servers in server.met found
2005-07-09 11:06:20: Found 4 part files
[b]2005-07-09 11:06:20: External connections disabled in config file[/b]
2005-07-09 11:06:20: Found 4 known shared files
2005-07-09 11:06:20: Connecting
2005-07-09 11:06:20: Connecting to DonkeyServer No1 (62.241.53.2 - 62.241.53.2:4242)
2005-07-09 11:06:21: AICH Thread: Syncronization thread started.
2005-07-09 11:06:21: AICH Thread: Masterhashes of known files have been loaded.
2005-07-09 11:06:21: AICH Thread: No new files found.
2005-07-09 11:06:21: AICH Thread: Terminated.
2005-07-09 11:06:21: Connected to DonkeyServer No1 (62.241.53.2:4242)
2005-07-09 11:06:21: Connection established on: DonkeyServer No1
2005-07-09 11:06:21: New client ID is

In preferences, i have
"run amuleweb on startup" (port 4711)

and Accept external connections  (4712)
Title: Re: amuleweb won't start.
Post by: stefanero on July 09, 2005, 12:06:56 PM
then probably amuleweb is not in PATH, check that...
Title: Re: amuleweb won't start.
Post by: xushi on July 09, 2005, 12:13:25 PM
Quote
Originally posted by stefanero
then probably amuleweb is not in PATH, check that...

# which amuleweb
/usr/bin/amuleweb

its in the path, and i can start it manually. If i do, i get this
Code: [Select]
root@xushitop:~# amuleweb
Enter password for mule connection:

Creating client...
Now, doing connection....
Using host 'localhost' port: 4712
Trying to connect (timeout = 10 sec)...
Connection Failed. Unable to connect to the specified host
Title: Re: amuleweb won't start.
Post by: stefanero on July 09, 2005, 12:16:18 PM
does amule run as root aswell?
Title: Re: amuleweb won't start.
Post by: xushi on July 09, 2005, 12:16:58 PM
Quote
Originally posted by stefanero
does amule run as root aswell?

On my laptop? Yes it does.
Title: Re: amuleweb won't start.
Post by: stefanero on July 09, 2005, 12:29:36 PM
Quote
Originally posted by xushi
Trying to connect (timeout = 10 sec)...
Connection Failed. Unable to connect to the specified host[/code]

and it does nto connect btw :)

have you setup a remote conf file?
and have you setup a password for amuleweb in the .aMule file?

also you need a passwrod for EC and such, just fill out the form at amule-prefs remote connect,

dont forget to enable TCP-sockets


stefanero
Title: Re: amuleweb won't start.
Post by: xushi on July 09, 2005, 12:41:39 PM
Thanks,

Turns out i didn't enable TCP ports instead of unix sockets. That did the job =)