The current documentation was tested successfully when packets are
cached locally, but the LXC container couldn't any external domain.
After some investigation, the bridge was not linked to the active
network connection by the rc.local script.
This diff adds the instructions to do so.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGcdf0abd4f5cc: Fix Gitian instructions to setup LXC container networking on Debian
rABCcdf0abd4f5cc: Fix Gitian instructions to setup LXC container networking on Debian
Setup the Gitian environment following the documentation.
Check your host can ping google.com:
ping -c 2 google.com
If the ping is not successful, fix you host network connection, else:
cd gitian-builder sudo lxc-execute -n gitian -f var/lxc.config -- sudo -u root ping -c 2 google.com
Check the ping is successful.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- gitian_bridge
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 6123 Build 10294: Bitcoin ABC Buildbot (legacy) Build 10293: arc lint + arc unit