Quote Originally Posted by aegisrtcw View Post
SD2012-04-08 15:30:12.135285 ERROR - [HttpListenCommand.cc:115]IPv6 RPC: failed to bind port 6800
Exception: [SocketCore.cc:305] errorCode=1 Failed to bind a socket, cause: Protocol not available
2012-04-08 15:30:12.222821 WARN - [MultiUrlRequestInfo.cc:231]Don't change system time while aria2c is running. Doing this may make aria2c hang for long time.
Well, I do not know exactly which kind of problem you have, so I just guess.

Write to aria2.conf your IPv6 address:
Code:
dht-listen-addr6=ADDR
Specify address to bind socket for IPv6 DHT. It should be a global unicast IPv6 address of the host.
( Taken from: http://aria2.sourceforge.net/aria2c.1.html )
The last line is just a warning.

HTH
Newbiefan