Strange response to "Command Not Found"

Forum for questions and support relating to the 1.29.x releases only.
Locked
ov10fac
Posts: 26
Joined: Fri Aug 26, 2016 5:34 am

Strange response to "Command Not Found"

Post 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.)
User avatar
knight-of-ni
Posts: 2406
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Strange response to "Command Not Found"

Post 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.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
Locked