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?