-
Notifications
You must be signed in to change notification settings - Fork 30
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
[BUG] error logging into registry: fork/exec /root/.hauler/cosign: operation not permitted #360
Comments
Hey @ertimas, in your first screenshot, on the left terminal, it looks like you have a typo in the command/flag and that's probably why Please try again and let us know! |
Ah-- I failed to post the correct screenshot |
Ah that would do it! Unfortunately this is more a limitation than a bug and shouldn't be a new issue to Basically |
We're actively looking at how we leverage Feel free to add any thoughts to Discussion #358 |
So Hauler Fileserver and Hauler Registry can't be run at the same time @zackbradys? |
No the |
Running "multiple concurrent processes" stemmed from the implementation in Hauler it seems since |
Hi @ertimas, @zackbradys and I are discussing this on a call. Initially, @zackbradys was thinking you were running into the error originally described in #211 (since captured in #361) but it looks more likely that the problem for you is #249. We are working on a short-term work-around for this embodied in #354 |
Meant to close |
Just an FYI-- turns out
|
Environmental Info:
Linux rke2-server 5.15.0-209.161.7.2.el8uek.x86_64 #2 SMP Tue Aug 20 10:44:07 PDT 2024 x86_64 x86_64 x86_64 GNU/Linux
Hauler Version:
Describe the Bug:
hauler login
fails, wherecosign login
/ctr login
/crictl login
succeed.Steps to Reproduce:
curl -sfL https://get.hauler.dev | bash
hauler login regsitry1.dso.mil -u <my username> -p <my password>
Expected Behavior:
Receive a
login succeeded
messaeg.Actual Behavior:
Here is a screenshot demonstrating
hauler
failing to login (left terminal) whilectr
is able to login and pull an image (right terminal).Here is an example of using
cosign
, which was installed along withhauler
, to login to the target repository.Additional Context:
As of ~3 weeks ago I had another VM and was able to install
hauler
via the command listed above, login to the registry, and add images to my image store. That is to say-- this is new behavior.The text was updated successfully, but these errors were encountered: