-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
seems like logs.py in agent is missing #113
Comments
oops.. rocky linux is supported indeed from upstream
so i think this line should be:
|
I have added How did you try to install the Kraken agent? Did you follow the instruction from https://kraken.ci/docs/? |
i tried to install using the instruction from the docs and got:
that's why i tried to install manually using |
I just made a release: https://github.com/Kraken-CI/kraken/releases/tag/v0.645.
this will not work as some source files are copied from other folders while setup.py does not know that |
upgraded to
|
sudo shouldn't be required on this level,
it seems that I do not pass them correctly, I will fix that in a moment |
with
i think it's because |
- fixed passing minio and clickhouse addresses - fixed permissions issues
Ok, I have fixed both issues and made a release: 0.647. Could you check it? |
since the user who install the script is different from user
using sudo to change uid to kraken, everything is worked fine. i think all file operation should be done using |
Ok, I fixed this problem too and made a release: 0.664. Could you check it? |
ok. it fixed. thank for your good work.
|
Great! Thanks for testing. If you any further concerns we could continue the discussion on Google Groups: https://groups.google.com/g/kraken-ci |
hi.. tried to install manually kraken agent in rocky linux. there are 2 issues:
distro
python packagelogs.py
is missingThe text was updated successfully, but these errors were encountered: