aMule Forum
English => aMule Help => Topic started by: ivlis on March 08, 2006, 11:43:01 AM
-
I've just installed amule with amuled, amuleweb and amulegui but without monolith.
I have a problem connecting to servers. When I start my amuled and then connect to it by amuleweb or amulegui - server lists appears empty, and I see "Loading" in status bar. But nothing according to netstat -t is doing. I've tryed to input another location of server.met in amulegui, or place valid file to amuled home dir, but after starting amuled size of file becomes equal to 5 bytes ?(
Here is the logfile:
amuled@arc:~/.aMule> cat logfile
2006-03-08 13:33:35: Connecting
2006-03-08 13:33:35: No valid servers to connect in serverlist found
2006-03-08 13:33:35: Read 0 Kad contacts
2006-03-08 13:33:35: General: CamuleDaemonApp::OnRun()
2006-03-08 13:33:35: The URL to download can't be empty
2006-03-08 13:33:35: AICH Thread: Syncronization thread started.
2006-03-08 13:33:35: AICH Thread: Masterhashes of known files have been loaded.
2006-03-08 13:33:35: AICH Thread: No new files found.
2006-03-08 13:33:35: AICH Thread: Terminated.
2006-03-08 13:33:35: Creditfile loaded, 0 clients are known
2006-03-08 13:33:35: Loading ipfilter.dat files.
2006-03-08 13:33:35: Loaded 0 IP-ranges from 'ipfilter.dat'. 0 malformed lines were discarded.
2006-03-08 13:33:35: Loaded 0 IP-ranges from 'ipfilter_static.dat'. 0 malformed lines were discarded.
2006-03-08 13:33:35: Loading server.met file: /srv/amule/.aMule/server.met
2006-03-08 13:33:35: 0 servers in server.met found
2006-03-08 13:33:35: No part files found
2006-03-08 13:33:35: *** TCP socket (ECServer) listening on 0.0.0.0:4712
2006-03-08 13:33:35: MuleUDPSocket: Created Server UDP-Socket at port 4665
2006-03-08 13:33:35: MuleUDPSocket: Created Client UDP-Socket at port 4672
2006-03-08 13:33:35: Found 0 known shared files
2006-03-08 13:33:35: Failed to download the server list from
-
stop amuled
go to your .aMule dir
rm all server.met*
and wget a new one
restart amuled
-
rm server* did the trick! Thank you! Now I have emuled work! :baby:
Unfortanatly emulegui crashes very often, may be because I use eXeed a X server for Windows. Hoping on a new version ;)
-
its an A not an E ;)
there is also a remote-gui for windows, no need for exeed...
-
yeap, sorry, 'A' ;) Habbits die hard. Windows version doesn't work at all. I starts, then occupy around 100% of cpu, and does nothing :(
I use binnarys, maybe I shoud compile it myself for better results.
-
well either that, but except for stats page it should work on win32...
does it say something about a connection in amuled log? did you setup the external connections right?
-
amuled says in logfile:
2006-03-09 19:35:00: New external connection accepted
and nothing more :(
-
well thats actually ok from amuled site...
you connect over LAN , WLAN or WAN to amuled?
-
I guess that it is ok from deamon site too, because amuleweb and amulegui work fine. I connect over LAN, actually it is only 2 comps in network, my windows box and a server under linux. I connect 2 comps via D-LINK router, also it is a connection to internet. Tomorrow I'll open EC port to internet and try connect from my work where I have windows 2k3 server.
-
uhuhuuh remote-gui is ment for LAN not WAN, I doubt that works any better...
-
It works over WAN, too.
-
Originally posted by stefanero
rm all server.met*
and wget a new one
Hi there, I'm very new to Linux, in fact this is my 2nd day. Anyway, I've tried to get aMule working and I seem to have the exact same problem, only I don't know how to "wget" :P. If I understood correctly rm just means delete right?
Could someone briefly explain it to me please?
-
Yes rm is the console command to delete a file (as in ReMove). wget is another commandline tool to download something from the web (or ftp or...). The simplest form is to go to some directory and enter 'wget http://foobar.com/server.met', wget will download that file and save it. For everything else check 'man wget'. It's a lot of information, but the manpages are always a good place to start if you have questions on how to use some command...