Hi all,
I've spotted a strange message in /var/log/messages when creating a group with the groupadd command from shadow-utils.tcz
Here's the steps.
I'm using microcore 3.8.4
Boot code used: mc syslog
Installed shadow-utils.tcz
tce-load -wi shadow-utils.tcz
Use the groupadd command.
sudo groupadd erstat
Output from /var/log/messages
tc@box:~$ tail -f /var/log/messages
Jan 30 11:17:29 (none) local2.notice sudo: tc : TTY=pts/1 ; PWD=/home/tc ; USER=root ; COMMAND=/usr/local/sbin/groupadd erstat
Jan 30 11:17:29 (none) auth.crit groupadd[934]: cannot open login definitions /etc/login.defs [No such file or directory]
Jan 30 11:17:29 (none) auth.crit groupadd[934]: cannot open login definitions /etc/login.defs [No such file or directory]
Jan 30 11:17:29 (none) auth.info groupadd[934]: new group: name=erstat, gid=500
The group does get created, and it does work for samba.
I tried creating a few other groups just in case I was dealing with a reserved word or something like that, but its a consistent message in the logs.