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

Could not synchronize [...]: "git [...] fetch --prune cache" returned with non-zero exit value 128 #14

Closed
larstobi opened this issue Apr 4, 2013 · 1 comment

Comments

@larstobi
Copy link

larstobi commented Apr 4, 2013

Running "r10k cache" fails when running the first time and subsequently when running "r10k synchronize" with the same error message: exit code 128.

I have set up the r10k-shared git repo with root's ssh pubkey as a deploy key in github. The r10k-shared repository and the rsyslog repository are checked out in their respective places.

Apparently the cache remote ref is not being set for checked out modules:

root@master:/etc/puppetlabs/puppet/environments/master/modules/rsyslog# git remote -v
origin  git://github.com/puppetlabs-operations/puppet-rsyslog.git (fetch)
origin  git://github.com/puppetlabs-operations/puppet-rsyslog.git (push)

OS: Ubuntu Presice 64

Detailed info in: https://gist.github.com/larstobi/5309639

@larstobi
Copy link
Author

larstobi commented Apr 4, 2013

Update: after "rm -rf /etc/puppetlabs/puppet/environments" and re-running "r10k cache", then problem has gone away, and the rsyslog repo has the "cache" remote ref set.

@larstobi larstobi closed this as completed Apr 4, 2013
patrobinson pushed a commit to patrobinson/r10k that referenced this issue Jun 27, 2016
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

No branches or pull requests

1 participant