Hello togehter, in a Multiserver System we have one server with an empty /etc/groups/ is it somehow possible to rebuilt it. I searched the Forum but i just found a solution for ISPConfig. But the scriptfile did not exist in ISPConfig3. Can I use the resync tool from the WUI? Thanks in advance Sven
The file /etc/group should contain data necessary for the OS. If it is completely empty that is an error. ISPConfig can not fill it, most of the data there is not from ISPConfig but from the OS. Restore the file from backup. If file was modified with some text editor, see if editor made backup copies. Code: ls -lh /etc/group* If you for some unfathomable reason do not make backups of important files necessary for the operation of you server. rebuild it manually. See other hosts with same OS version, and copy applicable lines. I'm not sure if ISPConfig resync writes to /etc/group, you could try it and see. If resync does not write to /etc/group, see what the file has on other ISPConfig hosts and try to figure out which lines need to be copied.
Thanks for the fast reply, I copy paste the standards from another Server and make the clients manuel BR Sven