Debian 9로 서버를 업그레이드했을 때 Subversion 서버가 작동하지 않았습니다.
svn ci -m "Updates"
svn: E170013: Commit failed (details follow):
svn: E170013: Unable to connect to a repository at URL 'http://svn.mydomain.com/svn/trunk/websites'
svn: E000111: Error running context: Connection refused
서버가 작동 중입니다.
ping svn.mydomain.com
PING svn (172.16.11.128) 56(84) bytes of data.
64 bytes from svn (172.16.11.128): icmp_seq=1 ttl=64 time=0.426 ms
64 bytes from svn (172.16.11.128): icmp_seq=2 ttl=64 time=0.254 ms
그리고 SSH로 연결할 수 있습니다. 서버의 방화벽이 비활성화되었습니다.
root@svn:~# ufw status
Status: inactive
WebSVN이 있지만 브라우저의 저장소에 액세스 할 수 없습니다. 텔넷도 사용할 수 없습니다.
telnet svn.mydomain.com 3690
Trying 172.16.11.128...
telnet: connect to address 172.16.11.128: Connection refused
Fedora 26에서 연결을 시도 중입니다. 또한 안드로이드 폰에서 WebSVN을 통해 repo에 액세스하려고했지만 여전히 성공하지 못했습니다.
아무도 여기서 무슨 일이 일어나고 있는지 아니?