aMule Forum
English => aMule Help => Topic started 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
-
how did you start amuled?
-
started with "amuled"
i will put a better image
-
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 &"
-
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)
-
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 :(
-
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