Skip to content
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

Closed
wants to merge 9 commits into from

Conversation

mhdawson
Copy link
Member

@mhdawson mhdawson commented Aug 4, 2016

  • 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

- 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
@mhdawson mhdawson mentioned this pull request Aug 4, 2016
# 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.

@mhdawson
Copy link
Member Author

mhdawson commented Aug 4, 2016

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.

@mhdawson
Copy link
Member Author

mhdawson commented Aug 4, 2016

Talked to your AIX expert, sounds like the right place would be /opt/freeware/bin will move to there

@mhdawson
Copy link
Member Author

mhdawson commented Aug 4, 2016

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
jbergstroem

This comment was marked as off-topic.

@mhdawson
Copy link
Member Author

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.

@mhdawson
Copy link
Member Author

ok pushed fix for 755 -> 0755 I'll plan to land tomorrow unless I hear any objections.

@mhdawson mhdawson self-assigned this Sep 28, 2016
mhdawson added a commit that referenced this pull request Sep 29, 2016
- 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>
@mhdawson
Copy link
Member Author

Landed as 650fd38

@mhdawson mhdawson closed this Sep 29, 2016
@mhdawson mhdawson deleted the updateaix branch February 5, 2018 22:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants