代码: 全选
2013-07-30 23:40:10.044958 ERROR - [HttpListenCommand.cc:115]IPv6 RPC: failed to bind port 6800
Exception: [SocketCore.cc:310] errorCode=1 Failed to bind a socket, cause: 未知的名称或服务
2013-07-30 23:43:06.587394 ERROR - [HttpListenCommand.cc:115]IPv6 RPC: failed to bind port 6800
Exception: [SocketCore.cc:310] errorCode=1 Failed to bind a socket, cause: 未知的名称或服务
2013-07-30 23:47:04.827537 ERROR - [HttpListenCommand.cc:115]IPv6 RPC: failed to bind port 6800
Exception: [SocketCore.cc:310] errorCode=1 Failed to bind a socket, cause: 未知的名称或服务
2013-08-02 14:40:58.379851 ERROR - [HttpListenCommand.cc:115]IPv6 RPC: failed to bind port 6800
Exception: [SocketCore.cc:310] errorCode=1 Failed to bind a socket, cause: 未知的名称或服务
2013-08-02 14:44:11.141573 ERROR - [HttpListenCommand.cc:115]IPv6 RPC: failed to bind port 6800
Exception: [SocketCore.cc:310] errorCode=1 Failed to bind a socket, cause: Name or service not known
代码: 全选
1({"error":{"code":-32700,"message":"Parse error."},"id":null,"jsonrpc":"2.0"})
我的网址经过测试是可以在外网访问的。
我的aria2.conf是这样的:
代码: 全选
#Aria2 configuration
# RPC Setting
#
enable-rpc=true
rpc-listen-all=true
rpc-allow-origin-all=true
rpc-listen-port=6800
rpc-user=user
rpc-passwd=password
# General Setting
#
dir=/mnt/disk1/downloads
input-file=/mnt/disk1/aria2/aria2.session
save-session=/mnt/disk1/aria2/aria2.session
save-session-interval=60
log=/mnt/disk1/aria2/aria2.log
log-level=warn
#event-poll=select
disk-cache=16M
#enable-mmap=true
file-allocation=none
peer-id-prefix=-UT2210-
user-agent=uTorrent/2210(25130)
# Connection Setting
#
continue=true
max-connection-per-server=5
max-concurrent-downloads=3
min-split-size=1M
split=5
max-overall-download-limit=0
max-overall-upload-limit=50K
max-upload-limit=20
lowest-speed-limit=20K
auto-save-interval=120
check-certificate=false
# BT/PT Setting
#
bt-require-crypto=true
bt-max-peers=300
enable-peer-exchange=true
bt-enable-lpd=true
enable-dht=true
listen-port=48028
dht-listen-port=48028
follow-torrent=true
force-save=true
bt-seed-unverified=true
bt-save-metadata=true
bt-hash-check-seed=true
bt-remove-unselected-file=false
bt-stop-timeout=900
seed-ratio=1
seed-time=525600
代码: 全选
aria2c --conf-path=path/to/aria2/aria2.conf
我的环境是cubieboard预装的ubuntu。
请问如何解决?
PS:我是第一次使用aria2.
谢谢。