ZeroTier One Install Issues due to Copr-Fe?
I run the following commands:
With and without Sudo for both, and keep running into this error
When I try generating the user using
I don't have the user listed in
I know that copr is installed and working as
Update: I wasn't able to update my system anymore due to the error. I had to disable the copr repository using
With and without Sudo for both, and keep running into this error
When I try generating the user using
sudo useradd copr-fe I get useradd: user 'copr-fe' already existsI 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 errorI 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.