aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: How do you run aMule?  (Read 2794 times)

klonka

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
How do you run aMule?
« on: January 07, 2005, 10:41:21 AM »

hi i currently use mldonkey and run it just on a different user, but mldonkey is ocaml not c++... and i know that c++ is bufferoverflow friendly ;) ... so what is the best way to "secure" aMule. does someone run aMule in a jail?... is there a readme with needed libs? (don't find something like that @ wiki)..

so whats your fav way to run aMule? ;)

bye
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: How do you run aMule?
« Reply #1 on: January 07, 2005, 10:56:57 AM »

hi,

simply as user, thats all ;)

cheers

lfroen

  • Guest
Re: How do you run aMule?
« Reply #2 on: January 07, 2005, 11:03:37 AM »

If you mean chroot "jail" - setting this up can be complicated thing, depending on your environment. aMule depend on a lot of libs (depends on how did you compiled it), use ld to find out which exactly. You may consider to run only daemon (amuled) in such environment, since it doesn't need any X related libs
Logged

klonka

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: How do you run aMule?
« Reply #3 on: January 07, 2005, 11:41:04 AM »

yea i mean a chrooted jail ;)...

and i only run amuled (and amuleweb).. i want run amule at my linux router...

ok i first try amule as simple user.. if it run stable for me i try to chroot it ;)
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: How do you run aMule?
« Reply #4 on: January 07, 2005, 12:12:26 PM »

for amuled get amule-cvs. amuled in rc8 has a big bug and its losing sources

cheers

klonka

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: How do you run aMule?
« Reply #5 on: January 07, 2005, 12:26:22 PM »

oki.. thanx for info... my current problem is, that the amuleweb is segfaulting/hanging and crashing ;)

another thing.. how could i start the amulewebserver and amuled in background...


i currently use "screen" for amuleweb because the "password" question

bye
« Last Edit: January 07, 2005, 12:27:46 PM by klonka »
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: How do you run aMule?
« Reply #6 on: January 07, 2005, 12:38:03 PM »

hey

for sending amuleweb to teh background use

-q for quite, and -f for reading pass from .eMule file

so start it with
amuleweb -q -f &

and amuled in background simple add a & at the end aswell...

stefanero

PS. webserver is still a little buggy when you are impationed and dont wait till the pages are loaded, this is fixed already by lfroen I think, but dont know if comiited it yet
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."

klonka

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 12
Re: How do you run aMule?
« Reply #7 on: January 07, 2005, 12:49:36 PM »

ok i will try this, after cvs is compiled... (crappy cpu)...
Logged