|
02/09 21:17:34 [NOTICE] IPv4 RPC: listening on TCP port 6800
02/09 21:17:34 [ERROR] IPv6 RPC: failed to bind TCP port 6800
Exception: [SocketCore.cc:312] errorCode=1 Failed to bind a socket, cause: Name
提示上面的的东西怎么处理,脚本是这样写的:#!/bin/sh aria2c --enable-rpc=true --rpc-listen-all=true --rpc-user=admin --rpc-passwd=XXX --rpc-allow-origin-all --dir=/share/CACHEDEV1_DATA/Download --file-allocation=none -s 5 -j 3 -x 5 -c -D |
|