rm /home/pi/.config/transmission-daemon/settings.json
ln -s /etc/transmission-daemon/settings.json /home/pi/.config/transmission-daemon/settings.json
어쩌다보니 retropie sd카드가 또.. 날라가서
새로 설치하고 transmission을 설치를 진행했습니다
근데 계속 403페이지가 나오고 원격접속이 안되...네요
설정파일인 settings.json을 수정과 재시작을 계속하다보니
패스워드를 변경했는데 암호화가 안 되는것에 착안…
다른 설정파일이 있는지 찾아보니 결과적으로 3개를 찾았습니다
etc 경로에 있는 settings.json 만계속 수정했는데
알고보니 사용자계정(pi)의 .config 쪽 설정파일을 보고있는거였네요
/var/lib 에 있는 설정은 /etc 쪽 설정을 링크로 보고있으니
결과적으로 config 하위의 설정이 문제로 보여 삭제하고
/etc 경로의 settings.json을 바라보게 했더니 잘 돌아가네요
파일 3개 수정할 필요없이 /etc 하위에 settings.json 만 수정하면되니 편하네요..
아래는 설정 참고용
대부분 기본설정 #붙은부분만 수정함
{
"alt-speed-down": 50,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/mnt/hdd/downloads", #다운로드 위치
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/mnt/hdd/incom", #임시저장 위치
"incomplete-dir-enabled": true, #임시저장 사용여부
"lpd-enabled": false,
"message-level": 1,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 200,
"peer-limit-per-torrent": 50,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": true,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-host-whitelist": "",
"rpc-host-whitelist-enabled": true,
"rpc-password": "패스워드", #웹 접근 패스워드
"rpc-port": 9091, #웹 접근포트
"rpc-url": "/transmission/",
"rpc-username": "pi", #웹 접근 계정
"rpc-whitelist": "*.*.*.*", #whitelist ip, 대역으로도 가능
"rpc-whitelist-enabled": false, #whitelist 사용여부, 기본 true
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true,
"watch-dir": "/mnt/hdd/torrents", #torrent파일 자동인식(?) 디렉토리
"watch-dir-enabled": true #torrent파일 자동인식(?) 사용여부
}
008. Raspberry Pi 라즈베리파이 RetroPie v4.4.4 - transmission 재설치 (0) | 2018.12.03 |
---|---|
007. Raspberry Pi 라즈베리파이 RetroPie v4.4.4 - install Pixel desktop (픽셀 데스크탑 설치) (0) | 2018.12.03 |
006. Raspberry Pi 라즈베리파이 RetroPie 업데이트 (0) | 2018.12.03 |
005. Raspberry Pi 라즈베리 파이 LXDE(Lightweight X11 Desktop Environment) 설치 (1) | 2018.08.13 |
004. Raspberry Pi 라즈베리파이 RetroPie v4.1 - 미디어 서버 MINIDLNA 설치 (0) | 2018.02.05 |
댓글 영역