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

Fixed the broken link for git. #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

indirasawant
Copy link

Signed-off-by: Indira Sawant [email protected]

Signed-off-by: Indira Sawant <[email protected]>
@@ -15,7 +15,7 @@
# HTTP_PROXY, HTTPS_PROXY can be used in cases woker nodes needs proxy for network
# connectivity.

KMOD_CONTAINER_BUILD_CONTEXT="git://github.com/openafs-contrib/kvc-openafs-kmod.git"
KMOD_CONTAINER_BUILD_CONTEXT="https://github.com/indirasawant/kvc-openafs-kmod.git"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should have forked repo in main branch. You have mentioned indirasawant as repo, however it should be general.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I messed this up while forking a new branch. I have changed it to the general branch.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I remember git:// was working fine previously, so why it is failing now ? can you please provide me details about failure

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When the admins added new worker nodes to the cluster. AFS doesn't start, unfortunately.
–>>> Error: error prepping temporary context directory: exit status 128

Solution
–This error, was with the git clone using the "git:” URL. This was due to changes in some security protocols. More information for this can be found on the following link,

[core@worker-zfwocp1w21 ~]$ git clone git://github.com/openafs-contrib/kvc-openafs-kmod.git
Cloning into 'kvc-openafs-kmod'...
fatal: remote error:
The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
[core@worker-zfwocp1w21 ~]$

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