-
Notifications
You must be signed in to change notification settings - Fork 167
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: fix probs found in install of new AIX machine #461
Conversation
- added instructions to increase size of /opt - replace install with cp/chmod for ccache install as it looks like install does not run the same on the new AIX machine - fix ln commands for ccache install which were incorrect - add instructions to create /aha before mounting. - Add numbering - Add step to create git mirror
# install ccache based on these instructions ./setup/ansible-tasks/ccache.yaml | ||
# we should update that script so that it can be used on AIX as well | ||
# also currently requires the fix outlined here: https://bugzilla.samba.org/show_bug.cgi?id=11519 | ||
# to be applied manually before the compile | ||
# install on the new linux machines did not seem to work so use cp and chmod instead | ||
cd /tmp | ||
wget http://samba.org/ftp/ccache/ccache-3.2.4.tar.gz |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
I think you did the initial ccache build/install and that's were they went, I'll have to see what is most common for AIX. |
Talked to your AIX expert, sounds like the right place would be /opt/freeware/bin will move to there |
Fixed up ccache issues both in doc and updated ansible resource to use new ccache location. |
- remove use of wget due to difficulties with denpendencies - add step to indicate when to run ansible - move up to ccache 3.2.7
- set mode for script to start jenkins - clarify manual instructions
Updated to reflect changes needed to build from private repo
Agree with both general points that we should work to automate as much as possible with ansible, it is on the list just have not had time yet. Also agree with updating to md, but I think doing that along with the ansible work makes sense. |
ok pushed fix for 755 -> 0755 I'll plan to land tomorrow unless I hear any objections. |
- added instructions to increase size of /opt - replace install with cp/chmod for ccache install as it looks like install does not run the same on the new AIX machine - fix ln commands for ccache install which were incorrect - add instructions to create /aha before mounting. - Add numbering - Add step to create git mirror - Update unzip version to that being used - remove use of wget due to difficulties with denpendencies - add step to indicate when to run ansible - move up to ccache 3.2.7 - Update playlist to set execute for start script - clarify manual instructions - Add step to disable un-needed services - Updated to reflect changes needed to build from private repo PR-URL: #461 Reviewed-By: Johan Bergström <johan@bergstroem.nu>
Landed as 650fd38 |
looks like install does not run the same on the new
AIX machine