ZeroTier One Install Issues due to Copr-Fe?

I run the following commands:
copr enable atim/zerotier-one
rpm-ostree install zerotier-one

With and without Sudo for both, and keep running into this error
Resolving dependencies... done
Checking out packages... done
Running pre scripts... done
Running post scripts... done
error: While applying overrides for pkg copr-frontend: Could not find user 'copr-fe' in passwd file

When I try generating the user using sudo useradd copr-fe I get useradd: user 'copr-fe' already exists
I don't have the user listed in /etc/passwd, so i'm not entirely sure if it even exists. When I attempt to add it using sudo passwd copr-fe I get the following error
passwd: Authentication token manipulation error
passwd: password unchanged

I know that copr is installed and working as copr --version works without issue. I'm not entirely sure what to do next, as I can't seem to find any specific page or inquiry related to copr-fe. I'm not sure what to do next regarding this issue.

Update: I wasn't able to update my system anymore due to the error. I had to disable the copr repository using sudo copr disable atim/zerotier-one and uninstall copr-frontend usingrpm-ostree uninstall copr-frontend to be able to update the system again.
Was this page helpful?