aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Running amule on a server without GUI  (Read 7308 times)

stormrider

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Running amule on a server without GUI
« on: November 13, 2005, 03:50:15 PM »

I have a server with Debian and it have some pages, so it is on-line 24 hours per day. I want to install amule, put i only have access with ssh. So what i want is to install amule there and use amuleweb from other computer to control it. Is it possible?
Logged

ken

  • Hero Member
  • *****
  • Karma: 4
  • Offline Offline
  • Posts: 825
Re: Running amule on a server without GUI
« Reply #1 on: November 13, 2005, 03:58:28 PM »

You want amuled instead of amule.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Running amule on a server without GUI
« Reply #2 on: November 13, 2005, 04:19:16 PM »

but the rest is definelty possible....

http://wiki.amule.org

^^ check the "howto compile amule-daemon"
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."

stormrider

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Re: Running amule on a server without GUI
« Reply #3 on: November 14, 2005, 04:06:18 AM »

i'm using debian, just installing amule-daemon and amuleweb works?
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Running amule on a server without GUI
« Reply #4 on: November 14, 2005, 04:35:22 AM »

should. why don't you try?
Logged

stormrider

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 15
Re: Running amule on a server without GUI
« Reply #5 on: November 14, 2005, 04:47:26 AM »

problem. I run amuled
Ok it starts, but then i try to run amuleweb it doesn't connects
this is what happen when i start amuled
Code: [Select]
fernando@c4:~/.aMule$ amuled
amuled: OnInit - starting timer
Initialising aMule
Checking if there is an instance already running...
Loading temp files from /home/fernando/.aMule/Temp.

All PartFiles Loaded.
ListenSocket: Ok.

*** TCP socket (ECServer) listening on 0.0.0.0:4712
*** Server UDP socket (TCP+3) at 0.0.0.0:4665
*** TCP socket (TCP) listening on 0.0.0.0:4662
*** Client UDP socket (extended eMule) at 0.0.0.0:4672
Empty dir /home/fernando/.aMule/Incoming/ shared
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Running amule on a server without GUI
« Reply #6 on: November 14, 2005, 05:10:46 AM »

amule works. So you'll ahve to tell us what's up with the thing that does NOT work.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Running amule on a server without GUI
« Reply #7 on: November 14, 2005, 07:49:01 AM »

did you read the guide in the wiki page?
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."

Tank

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Running amule on a server without GUI
« Reply #8 on: November 14, 2005, 09:42:43 PM »

Hi,

I'm all new to both aMule and Linux! So don't expect it to be easy to help me :)

I basically want's to do the same stormrider, but on ClarkConnect Office 3.0. I have read the guide, but can't get further than to download WX-GTK pack, and unzip it to the server.

Can anyone give me a step-to-step guide on how to do this?

Help os much appriciated!

Tank

p.s. Sorry my bad english, I'm from Denmark :)
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Running amule on a server without GUI
« Reply #9 on: November 15, 2005, 08:00:33 AM »

hey

does your "clarkconnect office 3.0" have a x-server installed? (basically do you have kde or gnome)

if yes you can go on with wxGTk if NO you need wxBase instead of wxGTK otherwise it will fail

(ok I asume you use the console, for example from a Termial or ssh session)

so lets asume you unziped it

change the dir into the unpacked directory

for example: cd wxBase-2.6.2

next run

./configure --prefix=/usr/

(if you get an error msg here, POST it)

then type

make

(this can take some minutes now)

next is, you have to change to root user to install it(if you are not already root)

type

su

(it will promt for the root password)

then type

make install

^^ thats it...if you have that go on with amuled configure, its the same thing as wxBase(GTK) but I guess you can go back to wiki page now

http://www.amule.org/wiki/index.php/HowTo_Compile_aMuled

any problems --> ask ;)

stefanero
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."

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: Running amule on a server without GUI
« Reply #10 on: November 15, 2005, 11:24:48 AM »

And don't hijack other people's threads, open your own one next time.
Logged

Tank

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 2
Re: Running amule on a server without GUI
« Reply #11 on: November 15, 2005, 05:20:50 PM »

I get this error:
configure: error: no acceptable C compiler found in $PATH

How do i deal with this?

And sorry for hijacking this thread, the problems just seemed so similar :)

- Tank
Logged

lfroen

  • Guest
Re: Running amule on a server without GUI
« Reply #12 on: November 15, 2005, 05:39:18 PM »

You dealing with with few simple steps:
1. Understand what is C compiler
2. Understand what is "PATH"
3. Understand why instead of waiting for binary packages you asking those questions.

You don't have gcc installed. I suggest you to wait for release and take appropriate binary package. I have no idea what is "ClarkConnect 3.0", so I can not tell what kind of binary package will you need.
Logged

stefanero

  • Some Support
  • Developer
  • Hero Member
  • *****
  • Karma: 8
  • Offline Offline
  • Posts: 4235
Re: Running amule on a server without GUI
« Reply #13 on: November 15, 2005, 08:30:57 PM »

but there should be some sort of

gcc or g++ for this distro

search your install packages and install it, then rerun configure
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."