Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Change ip for rc.local in setup guide #42

Merged
merged 1 commit into from
Oct 24, 2018

Conversation

TheCharlatan
Copy link
Contributor

The ip for the host changed in the pyhton build scripts. Reflect this change in the docs now.

The ip for the host changed in the pyhton build scripts. Reflect this
change in the docs now.
@karelbilek
Copy link

karelbilek commented Oct 10, 2018

Interestingly, I could finish the build without this change.

How does the bug look manifest?

What happened to me is that gitian kept on asking sudo password after every OS build, which means I cannot let the PC run and build overnight. Is that caused by this, or is that an other issue?

@TheCharlatan
Copy link
Contributor Author

In my case the build would fail when updating packages, unable to establish connection with apt. I think sudo password is normal, since you are running lxc without changing any of the permissions for it in the setup.

@karelbilek
Copy link

Interesting, it did not happen to me and updating packages worked fine.

@karelbilek
Copy link

karelbilek commented Oct 14, 2018

...oh, the sudo problem is because in the preparation part, there is

echo "%sudo ALL=NOPASSWD: /usr/bin/lxc-start" > /etc/sudoers.d/gitian-lxc
echo "%sudo ALL=NOPASSWD: /usr/bin/lxc-execute" >> /etc/sudoers.d/gitian-lxc

but because I used the custom-built lxc (because of ancient LXC in debian), the binary is in /usr/local/bin. Grrr

...I will make a PR but only after I know the status of #41 since that can change things (ubuntu vs debian)

@maflcko maflcko merged commit 3ed2f70 into bitcoin-core:master Oct 24, 2018
maflcko pushed a commit that referenced this pull request Oct 24, 2018
3ed2f70 Change ip for rc.local in setup guide (TheCharlatan)

Pull request description:

  The ip for the host changed in the pyhton build scripts. Reflect this change in the docs now.

Tree-SHA512: 47fc4142d0a52bfca769a2bc04b605850e1a5abe2d962e7a596f4a6d299521151ccee11ba6499512a28b61b744e2d4657f50d25d8b33dedab73dc9b02c6189bb
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants