aMule Forum

English => aMule Help => Topic started by: RenateX on January 25, 2006, 01:34:13 PM

Title: Error with amuled on loading
Post by: RenateX on January 25, 2006, 01:34:13 PM
When i open aMuled , after a time , 2 minutes or less he exit with this mensage

(http://img34.imageshack.us/img34/4360/prob12mz.jpg)

any idea of what can be?

SO: Debian Stable 3.1
Title: Re: Error with amuled on loading
Post by: stefanero on January 25, 2006, 01:44:55 PM
how did you start amuled?
Title: Re: Error with amuled on loading
Post by: RenateX on January 25, 2006, 01:50:44 PM
started with "amuled"

i will put a better image
Title: Re: Error with amuled on loading
Post by: stefanero on January 25, 2006, 02:26:14 PM
well looks like you want your shell back and then hit something that terminates the daemon

start the daemon with

"amuled -f"

or

"nohub amuled &"
Title: Re: Error with amuled on loading
Post by: morph on January 25, 2006, 11:12:43 PM
just a correction:

$ nohup amuled &

and not nohub...

you could even do better with

$ nohup amuled > /dev/null &

so no message will be printed on the shell. (you can replace /dev/null with /path/to/a/log/file so to have the log of the execution)
Title: Re: Error with amuled on loading
Post by: RenateX on January 26, 2006, 12:20:19 AM
tks i think now is working!
im now trying to config the amuleWeb , it's not connecting , and i don't know why
My port is 80 and already set to allow in iptables , but cant connect with my other pc on the lan  :(
Title: Re: Error with amuled on loading
Post by: stefanero on January 26, 2006, 09:32:32 AM
you cannot use privileged ports, only root can do that, and I would not advise running amuleweb as root....

check the forum for apache and virtuell host, so you can config apache that your mule is running as vhost on port 80