You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So basically I had to run the after_install.sh script manually to create the user and home directory.
Also, the script misses a chown ${USER}:${USER} /etc/cortex-tenant.yml line I think.
Perhaps before running after_install.sh script you may run chcon -t bin_t after_install.sh
Thanks for your work ;)
Helps me a lot using mimir.
The text was updated successfully, but these errors were encountered:
Hello,
Tried to deploy cortext-tenant 1.14 on AlmaLinux 9.4 with SELinux enabled.
I got the following
So basically I had to run the
after_install.sh
script manually to create the user and home directory.Also, the script misses a
chown ${USER}:${USER} /etc/cortex-tenant.yml
line I think.Perhaps before running
after_install.sh
script you may runchcon -t bin_t after_install.sh
Thanks for your work ;)
Helps me a lot using mimir.
The text was updated successfully, but these errors were encountered: