-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
gitfs broken on Fedora 29 #51495
Comments
Workaround is to upgrade to libssh2 1.8.1. Which I did by making my own upgraded package. It makes sense, because this works on Ubuntu which has libssh2 1.8.1. The problem kind of is that 1.8.1 is not an official release, which is why Fedora hasn't updated. I am asking the libssh2 developers about making a 1.8.1 release. |
thanks this will be useful to some other users if they run into it as well. for now i'll just tag this as an upstream issue. |
I am seeing a similar issue with Ubuntu and followed the same verification steps but even upgrading libssh2 as per suggestion did not resolve it. I have tried both 1.8.1 and 1.9.0 and no luck
|
@tyhunt99 was this working previously? Just want to ensure your authentication is also setup correctly. |
Yes I believe all |
what version of pygit2 you running? If 0.27.4 you might need this fix: #51304 |
Oh i just saw its in your version report. Looks like your on |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue. |
Description of Issue/Question
I am trying to use ssh authentication with gitfs to pull git repositories from Github, but it seems broken on Fedora 29.
I have tried downgrading my libgit2 and pygit2 packages. Which gave a different error. I have double checked my private key for an empty line at the end, like in the release notes. I have successfully downloaded all the git repositories with the key configured. I tried an ECDSA key instead of an RSA key. I tried just doing formulas and not pillars.
Error
Setup
Steps to Reproduce Issue
/usr/bin/salt-run git_pillar.update
/usr/bin/salt-run fileserver.update
Versions Report
The text was updated successfully, but these errors were encountered: