| Summary: | svnlite checkout: operation timed out | ||
|---|---|---|---|
| Product: | Services | Reporter: | support |
| Component: | Core Infrastructure | Assignee: | Cluster Admin <clusteradm> |
| Status: | Closed Not A Bug | ||
| Severity: | Affects Only Me | CC: | lwhsu, tech-lists |
| Priority: | --- | ||
| Version: | unspecified | ||
| Hardware: | arm64 | ||
| OS: | Any | ||
|
Description
support
2020-11-25 04:26:37 UTC
This looks like a connection issue between you and the subversion mirror. Can you let us know your location and the output of `host svn.freebsd.org` command? In the mean time, you can try to relax the timeout setting of svn, see "http-timeout" in http://svnbook.red-bean.com/en/1.7/svn.advanced.confarea.html You can also check out the git mirrors on github/gitlab. (In reply to support from comment #0) Is /usr/src on usb3 or is it on your sdcard? If the latter, it'll be because the card can't keep up with the writes svnlite wants to do. The fix in that case is to format a usb3 stick and mount /usr/src there and then run svnlite. You are correct. I moved to a directory on the ZFS raid, which is connected via USB 3, and it's working. |