aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Error with amuled on loading  (Read 2521 times)

RenateX

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Error with amuled on loading
« on: January 25, 2006, 01:34:13 PM »

When i open aMuled , after a time , 2 minutes or less he exit with this mensage



any idea of what can be?

SO: Debian Stable 3.1
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Error with amuled on loading
« Reply #1 on: January 25, 2006, 01:44:55 PM »

how did you start amuled?
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."

RenateX

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: Error with amuled on loading
« Reply #2 on: January 25, 2006, 01:50:44 PM »

started with "amuled"

i will put a better image
« Last Edit: January 25, 2006, 01:53:24 PM by RenateX »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Error with amuled on loading
« Reply #3 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 &"
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."

morph

  • Full Member
  • ***
  • Karma: 2
  • Offline Offline
  • Posts: 213
    • http://matrixhasu.altervista.org/
Re: Error with amuled on loading
« Reply #4 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)
Logged

RenateX

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: Error with amuled on loading
« Reply #5 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  :(
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Error with amuled on loading
« Reply #6 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
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."