Page 1 of 1

Strange response to "Command Not Found"

Posted: Tue Dec 06, 2016 2:35 pm
by ov10fac
I recently installed zoneminder on my laptop running Fedora 25. Now when I type a command on the command line, and the command is not found, I get the following message:

Failed to search for file: Curl error (37): Couldn't read a file:// file for file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-25-zmrepo;file:///etc/pki/rpm-gpg/RPM-GPG-KEY-zmrepo [Couldn't open file /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-25-zmrepo;file:///etc/pki/rpm-gpg/RPM-GPG-KEY-zmrepo]

I know its a key file that isn't present, but not sure what to do to fix. I have checked the zoneminder repo with no success.

Any help appreciated. (Yes I did add the line to the repo files.)

Re: Strange response to "Command Not Found"

Posted: Wed Dec 07, 2016 12:31 am
by knight-of-ni
Is the package zmrepo-25-1.fc.25.noarch installed (and not the previous zmrepo from f24)?

Code: Select all

rpm -qa zmrepo
Is zmrepo enabled?

Code: Select all

cat /etc/yum.repos.d/zmrepo-fedora.repo
Can your machine find the zmrepo package on its own?

Code: Select all

dnf whatprovides /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-25-zmrepo
Please post the full, unedited output from each of the above.