- 5 Kwiecień 2008
- 10 168
- 4 693
- 405
- Odznaki
- 205
- QNAP
- TS-x77
- Ethernet
- 1 GbE
Fix applied in rtorrent-Pro build 181229.
For earlier releases here is fix.
1) Please edit file
2) Find this line:
3) Replace to this:
4) Restart rtorrent.
For earlier releases here is fix.
1) Please edit file
/etc/init.d/rtorrent.sh2) Find this line:
Bash:
local _SYS_INTERFACE=$(ip addr show | awk '/inet.*brd/{print $NF}')
3) Replace to this:
Bash:
local _SYS_INTERFACE=`ip addr show | awk '/inet.*(brd|peer)/{print $NF}'`
4) Restart rtorrent.