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 2 seperated login command on system. /bin/login provided by busybox and does not use pam. /usr/bin/login provided by shadow and uses pam. I am starting agetty manually and agetty uses shadows login but Openrc service uses busybox login.
Also sysctl service crashed because uses /bin/sysctl from busybox instead of /usr/sbin/sysctl
I created this test server and explain:
Issue:
I have 2 seperated login command on system. /bin/login provided by busybox and does not use pam. /usr/bin/login provided by shadow and uses pam. I am starting agetty manually and agetty uses shadows login but Openrc service uses busybox login.
Also sysctl service crashed because uses /bin/sysctl from busybox instead of /usr/sbin/sysctl
We must fix order at https://github.com/OpenRC/openrc/blob/master/src/openrc-init/openrc-init.c#L45 and https://github.com/OpenRC/openrc/blob/master/sh/functions.sh.in#L91
The text was updated successfully, but these errors were encountered: