Non root Spectrum Install
The script is trying to change group ownership of the CAPKI files to the <install owner> group but this group does not exist. On Most Linux systems, when you create a user, a matching group is added. This did not happen here or the group was removed or corrupted somehow.
1. Delete existing <install owner>
2. Re-add <install owner> using useradd command.
3. verify the group exists using "id <install owner>"
4. Rerun the spectrum_nonroot_prepost_install.sh.
If this does not work, you will need to:
1) uninstall installation
2) Delete existing <install owner>
3) Re-adde <install owner> using useradd command
4) Installed 23.3 again with same steps.
to check if a group exists for your user:
sudo useradd HelloWorld
id HelloWorld
uid=1007(HelloWorld) gid=1013(HelloWorld) groups=1013(HelloWorld)