login.conf

  1. S

    locale issues

    I'm trying to extract from a tarball. (I don’t need help with that.) But I get this nonsense: Pathname can’t be converted from UTF-8 to current locale When I enter the command locale the LANG= line is empty. Hoo boy Yup! everything that's easy in any version of linux is like being...
  2. R

    Daemon users and login classes

    Hi folks, Many daemons create specific users for providing their services. Looking at /etc/rc.subr and specific scripts such as /usr/local/etc/rc.d/gitlab_runner I see that su -m $user is used to switch to the user. It appears that the use of -m will prevent any use of login classes and hence...
Back
Top