aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: amuled + amuleGUI  (Read 1811 times)

Grein

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
amuled + amuleGUI
« on: June 12, 2007, 12:48:42 PM »

Hi all, sry if this has been posted before, but I didn't find anything and google ain't helpin' either.

I got a server running Fedora7, firewall disabled, SElinux report only (for testing purpose only), on which I installed amuled. I compiled wxwdigets 2.64 and then compiled amuled using:
    * ./configure --enable-amulecmd  --disable-monolithic --enable-amule-daemon
    * make
    * make install
Did it all from root for ease of purpose.
All went fine, no errors.
I switched to a user profile and did 'amuled' for a first start. Then I edited '/home/user/.aMule/amule.conf':
TempDir=/data/temp
IncomingDir=/data     

AcceptExternalConnections=1                                         
ECAddress=192.168.1.251
ECPort=4712
ECPassword=*****



data is an own harddisk mounted for amule use only, mounted with: 'auto,user,umask=0007,gid=users'
writing from user accounts works, tested it.

Fired up 'amuled' from user account. Get the following:



$ amuled
amuled: OnInit - starting timer
Initialising aMule
Checking if there is an instance already running...
No other intances are running.
Loading temp files from /data/temp.

All PartFiles Loaded.
ListenSocket: Ok.

*** TCP socket (ECServer) listening on 192.168.1.251: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 /data/shared



I downloaded the binary for win32 amuleGUI and unzipped it on my XP maschine.
Fired it up.
Tried to connect using 192.168.1.251 and corresponfing password.
amuleGUI immediatley exits without any message, it's simply gone.

on the ssh console from where I fired up amuled I have the following message:

CECSocket error: Invalid socket (uninitialized)



I've been looking around on the web, but been unable to find a solution. Anyone got an idea? Anymore information needed?
Logged

Grein

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: amuled + amuleGUI
« Reply #1 on: June 12, 2007, 01:08:28 PM »

Addition:

Added a 'remote.conf' file to /home/user/.aMule/
File contains:


Locale=de
[EC]
Host=localhost
Port=4712
Password=*****



No changes.
Logged

skolnick

  • Global Moderator
  • Hero Member
  • *****
  • Karma: 24
  • Offline Offline
  • Posts: 1188
  • CentOS 6 User
Re: amuled + amuleGUI
« Reply #2 on: June 12, 2007, 07:05:06 PM »

amuled and amulegui should be the same version for they to connect. It will not work otherwise. Try to compile aMuleGUI for windows from the same sources you used to compile aMule. Also, wxGTK is currently at version 2.8.4 and 2.6 support will be dropped soon, so you better update.

Regards.
Logged

Grein

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 5
Re: amuled + amuleGUI
« Reply #3 on: June 16, 2007, 09:42:43 PM »

thx 4 the info.

I simply did the whole procedure again today and it simply works, don't ask me why.
Thanks 4 the bother anyway!
Logged