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
I have a question about nsswitch.conf. When an os doesn't have authselect and authselect-libs packages, the nsswitch.conf comes from glibc. When I create the os with coreos-assembler, the nsswitch.conf has altfiles option, eg.
However, after I using rpm-ostree override replace glibc --from repo='xxx' && rpm-ostree ex apply-live --allow-replacement command to update glibc. Then there is a problem when running systemd-tmpfiles:
And, from the new deployments, I found that nsswitch.conf donesn't have altfiles option. So I want to know is it reasonable?
Reproduction steps
Creating an os without authselect and authselect-libs
using the following command to update glibc: rpm-ostree override replace glibc --from repo='xxx' rpm-ostree ex apply-live --allow-replacement
Expected behavior
After updating glibc, the nsswitch.conf should have altfiles option.
Describe the bug
I have a question about nsswitch.conf. When an os doesn't have
authselect
andauthselect-libs
packages, the nsswitch.conf comes from glibc. When I create the os with coreos-assembler, thensswitch.conf
hasaltfiles
option, eg.However, after I using
rpm-ostree override replace glibc --from repo='xxx' && rpm-ostree ex apply-live --allow-replacement
command to update glibc. Then there is a problem when running systemd-tmpfiles:And, from the new deployments, I found that
nsswitch.conf
donesn't havealtfiles
option. So I want to know is it reasonable?Reproduction steps
authselect
andauthselect-libs
rpm-ostree override replace glibc --from repo='xxx' rpm-ostree ex apply-live --allow-replacement
Expected behavior
After updating glibc, the
nsswitch.conf
should havealtfiles
option.Actual behavior
The
nsswitch.conf
donesn't havealtfiles
option.System details
Additional information
No response
The text was updated successfully, but these errors were encountered: